Prev: iceweasel vs google-chrome
Next: Interactive diff rsync
From: Raghavendra. S on 22 Jul 2010 10:30 Hi All, I downloaded gssdp_0.7.2-2.diff.gz<http://ftp.debian.org/debian/pool/main/g/gssdp/gssdp_0.7.2-2.diff.gz> gssdp_0.7.2-2.dsc <http://ftp.debian.org/debian/pool/main/g/gssdp/gssdp_0.7.2-2.dsc> gssdp_0.7.2.orig.tar.gz <http://ftp.debian.org/debian/pool/main/g/gssdp/gssdp_0.7.2.orig.tar.gz> from http://ftp.debian.org/debian/pool/main/g/gssdp/. merged all three using dpkg-source -x gssdp_0.7.2-2.dsc command. compiled successfully. But when i tried to install libgssdp-1.0-dev_0.7.2-2_i386.deb, I am getting following error. dpkg -i libgssdp-1.0-dev_0.7.2-2_i386.deb (Reading database ... 154512 files and directories currently installed.) Unpacking libgssdp-1.0-dev (from libgssdp-1.0-dev_0.7.2-2_i386.deb) ... *dpkg: error processing libgssdp-1.0-dev_0.7.2-2_i386.deb (--install): trying to overwrite '/usr/share/gir-1.0/GSSDP-1.0.gir', which is also in package gir-repository-dev 0:0.6.5-5ubuntu2* Errors were encountered while processing: libgssdp-1.0-dev_0.7.2-2_i386.deb Does any body know what is the reason for this error? -- Regards & Thanks Raghavendra. S 9880329621
From: Boyd Stephen Smith Jr. on 22 Jul 2010 11:40 On Thursday 22 July 2010 09:21:09 Raghavendra. S wrote: > dpkg -i libgssdp-1.0-dev_0.7.2-2_i386.deb > (Reading database ... 154512 files and directories currently installed.) > Unpacking libgssdp-1.0-dev (from libgssdp-1.0-dev_0.7.2-2_i386.deb) ... > *dpkg: error processing libgssdp-1.0-dev_0.7.2-2_i386.deb (--install): > trying to overwrite '/usr/share/gir-1.0/GSSDP-1.0.gir', which is also in > package gir-repository-dev 0:0.6.5-5ubuntu2* > Errors were encountered while processing: > libgssdp-1.0-dev_0.7.2-2_i386.deb > > Does any body know what is the reason for this error? Your new package (libgssdp-1.0-dev version 0.7.2-2) wants to install a file that is already controlled by a currently installed package (gir-repository- dev version 0:0.6.5-5ubuntu2). The specific file is /usr/share/gir-1.0/GSSDP-1.0.gir. IMO, neither package should install this file. /usr/share/$foo is usually the domain of a package named "$foo". Finally, it appears that you are mixing repositories, which you should only do when you know the combination is safe, due to the policies governing each repository. I can't make a recommendation on how to solve your issue without knowing more about why you are installing a package from a .dsc. However, one way to fix you issue is, prior to building the .deb, to edit debian/rules so that /usr/share/gir-1.0/GSSDP-1.0.gir is not installed. -- Boyd Stephen Smith Jr. ,= ,-_-. =. bss(a)iguanasuicide.net ((_/)o o(\_)) ICQ: 514984 YM/AIM: DaTwinkDaddy `-'(. .)`-' http://iguanasuicide.net/ \_/
From: Raghavendra. S on 22 Jul 2010 23:50 On Thu, Jul 22, 2010 at 9:08 PM, Boyd Stephen Smith Jr. < bss(a)iguanasuicide.net> wrote: > On Thursday 22 July 2010 09:21:09 Raghavendra. S wrote: > > dpkg -i libgssdp-1.0-dev_0.7.2-2_i386.deb > > (Reading database ... 154512 files and directories currently installed.) > > Unpacking libgssdp-1.0-dev (from libgssdp-1.0-dev_0.7.2-2_i386.deb) ... > > *dpkg: error processing libgssdp-1.0-dev_0.7.2-2_i386.deb (--install): > > trying to overwrite '/usr/share/gir-1.0/GSSDP-1.0.gir', which is also in > > package gir-repository-dev 0:0.6.5-5ubuntu2* > > Errors were encountered while processing: > > libgssdp-1.0-dev_0.7.2-2_i386.deb > > > > Does any body know what is the reason for this error? > > Your new package (libgssdp-1.0-dev version 0.7.2-2) wants to install a file > that is already controlled by a currently installed package > (gir-repository- > dev version 0:0.6.5-5ubuntu2). The specific file is > /usr/share/gir-1.0/GSSDP-1.0.gir. > > IMO, neither package should install this file. /usr/share/$foo is usually > the > domain of a package named "$foo". > > Finally, it appears that you are mixing repositories, which you should only > do > when you know the combination is safe, due to the policies governing each > repository. > > I can't make a recommendation on how to solve your issue without knowing > more > about why you are installing a package from a .dsc. As I mentioned I had taken this code from http://ftp.debian.org/debian/pool/main/g/gssdp/. I havenot modified any thing. > However, one way to fix > you issue is, prior to building the .deb, to edit debian/rules so that > /usr/share/gir-1.0/GSSDP-1.0.gir is not installed. > I edited debian/rules file as you mentioned, but no success. I am getting same error. > -- > Boyd Stephen Smith Jr. ,= ,-_-. =. > bss(a)iguanasuicide.net ((_/)o o(\_)) > ICQ: 514984 YM/AIM: DaTwinkDaddy `-'(. .)`-' > http://iguanasuicide.net/ \_/ > -- Regards & Thanks Raghavendra. S 9880329621
From: Raghavendra. S on 23 Jul 2010 00:20 Hi, I am getting same error while installing *dpkg -i libgupnp-1.0-dev_0.13.4-1_i386.deb* (Reading database ... 154552 files and directories currently installed.) Unpacking libgupnp-1.0-dev (from libgupnp-1.0-dev_0.13.4-1_i386.deb) ... *dpkg: error processing libgupnp-1.0-dev_0.13.4-1_i386.deb (--install): trying to overwrite '/usr/share/gir-1.0/GUPnP-1.0.gir', which is also in package gir-repository-dev 0:0.6.5-5ubuntu2 *Processing triggers for man-db ... Errors were encountered while processing: libgupnp-1.0-dev_0.13.4-1_i386.deb -Raghu On Fri, Jul 23, 2010 at 9:40 AM, Raghavendra. S < raghavendra.akkasali(a)gmail.com> wrote: > Hi, > > I first installed gir-repository-dev using apt-get install. So this is > also from debian. > > Then I downloaded code from debian, build gssdp. and tried to install > using dpkg -i command. > > I am getting this error only while installing gssdp deb package. > > > Please let me know if you know any solution for this. > > -Raghu > > On Thu, Jul 22, 2010 at 8:55 PM, Arne Wichmann <aw(a)old-forest.org> wrote: > >> In article <f94WC-3CJ-15(a)gated-at.bofh.it>, >> Raghavendra. S <raghavendra.akkasali(a)gmail.com> wrote: >> >-=-=-=-=-=- >> [...] >> >compiled successfully. But when i tried to install >> >libgssdp-1.0-dev_0.7.2-2_i386.deb, I am getting following error. >> > >> >dpkg -i libgssdp-1.0-dev_0.7.2-2_i386.deb >> >(Reading database ... 154512 files and directories currently installed.) >> >Unpacking libgssdp-1.0-dev (from libgssdp-1.0-dev_0.7.2-2_i386.deb) ... >> >*dpkg: error processing libgssdp-1.0-dev_0.7.2-2_i386.deb (--install): >> > trying to overwrite '/usr/share/gir-1.0/GSSDP-1.0.gir', which is also in >> >package gir-repository-dev 0:0.6.5-5ubuntu2* >> >Errors were encountered while processing: >> > libgssdp-1.0-dev_0.7.2-2_i386.deb >> > >> > >> >Does any body know what is the reason for this error? >> >> It seems that your libgssdp-1.0-dev_0.7.2-2_i386.deb and the already >> installed package gir-repository-dev both provide >> /usr/share/gir-1.0/GSSDP-1.0.gir - that means you cannot install both on >> the same system. This can happen as the two packages originate from >> different distributions if I read "0:0.6.5-5ubuntu2" correctly, other >> reasons are possible, too. (If both packages were directly from a debian >> mirror this would be a bug.) >> >> N.B. Could you tell me whether you get this message once or twice? I am >> testing. >> >> cu >> >> AW >> -- >> [...] If you don't want to be restricted, don't agree to it. If you are >> coerced, comply as much as you must to protect yourself, just don't >> support >> it. Noone can free you but yourself. (crag, on Debian Planet) >> Arne Wichmann (aw(a)linux.de) >> > > > > -- > Regards & Thanks > Raghavendra. S > 9880329621 > -- Regards & Thanks Raghavendra. S 9880329621
From: Boyd Stephen Smith Jr. on 23 Jul 2010 11:50 Please trim your replies in the future. Full-quoting is rarely of any assistance in a mailing-list setting. On Thursday 22 July 2010 23:16:08 Raghavendra. S wrote: > I am getting same error while installing > > *dpkg -i libgupnp-1.0-dev_0.13.4-1_i386.deb* > (Reading database ... 154552 files and directories currently installed.) > Unpacking libgupnp-1.0-dev (from libgupnp-1.0-dev_0.13.4-1_i386.deb) ... > *dpkg: error processing libgupnp-1.0-dev_0.13.4-1_i386.deb (--install): > trying to overwrite '/usr/share/gir-1.0/GUPnP-1.0.gir', which is also in > package gir-repository-dev 0:0.6.5-5ubuntu2 > *Processing triggers for man-db ... > Errors were encountered while processing: > libgupnp-1.0-dev_0.13.4-1_i386.deb Different file. Different package combination. Same issue. Same resolution. -- Boyd Stephen Smith Jr. ,= ,-_-. =. bss(a)iguanasuicide.net ((_/)o o(\_)) ICQ: 514984 YM/AIM: DaTwinkDaddy `-'(. .)`-' http://iguanasuicide.net/ \_/
|
Pages: 1 Prev: iceweasel vs google-chrome Next: Interactive diff rsync |