public inbox for gentoo-user-de@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-user-de] revdep-rebuild-Endlosschleife bei sci-libs/libgeotiff
@ 2008-02-22  8:00 Matthias
  2008-02-22  9:56 ` Thomas Pani
  0 siblings, 1 reply; 5+ messages in thread
From: Matthias @ 2008-02-22  8:00 UTC (permalink / raw
  To: Gentoo MailingListe

[-- Attachment #1: Type: text/plain, Size: 1324 bytes --]

Hallo Liste,
wahrscheinlich stehe ich wie der Ochs vorm Berg, aber ich komme hier
nicht weiter.
revdep-rebuild will sci-libs/libgeotiff neu bauen:
...
Checking dynamic linking consistency...
  broken /usr/bin/geotifcp (requires  libgeotiff.so.1.2)
  broken /usr/bin/listgeo (requires  libgeotiff.so.1.2)
  broken /usr/bin/makegeo (requires  libgeotiff.so.1.2)
All prepared. Starting rebuild...
...
emerge --oneshot -p =sci-libs/libgeotiff-1.2.4 

Soweit ja alles klar.
Starte ich revdep-rebuild nochmal, will er es wieder neu bauen, da die
dynamischen Links immer noch kaputt sind.

libgeotiff.so.1.2 kommt aus dem Packet sci-libs/libgeotiff-1.2.4,
genauso wie geotifcp, listgeo und makegeo:

equery b libgeotiff.so.1.2
[ Searching for file(s) libgeotiff.so.1.2 in *... ]
sci-libs/libgeotiff-1.2.4 (/usr/lib/libgeotiff.so.1.2 ->
libgeotiff.so.1.2)

equery b /usr/bin/geotifcp
[ Searching for file(s) /usr/bin/geotifcp in *... ]
sci-libs/libgeotiff-1.2.4 (/usr/bin/geotifcp)

Irgendwie scheint da was nicht richtig verlinkt zu werden.

Ist das ein Bug in libgeotiff, oder sitzt das Problem eher zwischen
Tastatur und Schreibtischstuhl?

Beste Grüße
Matthias

-- 
"Durch Tests kann man stets nur die Anwesenheit, nie aber die
Abwesenheit von Fehlern beweisen"
-Edsger Wybe Dijkstra-

[-- Attachment #2: Dies ist ein digital signierter Nachrichtenteil --]
[-- Type: application/pgp-signature, Size: 189 bytes --]

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [gentoo-user-de] revdep-rebuild-Endlosschleife bei sci-libs/libgeotiff
  2008-02-22  8:00 [gentoo-user-de] revdep-rebuild-Endlosschleife bei sci-libs/libgeotiff Matthias
@ 2008-02-22  9:56 ` Thomas Pani
  2008-02-22 10:00   ` Matthias
  0 siblings, 1 reply; 5+ messages in thread
From: Thomas Pani @ 2008-02-22  9:56 UTC (permalink / raw
  To: gentoo-user-de

Matthias wrote:
> <snip>
> equery b libgeotiff.so.1.2
> [ Searching for file(s) libgeotiff.so.1.2 in *... ]
> sci-libs/libgeotiff-1.2.4 (/usr/lib/libgeotiff.so.1.2 ->
> libgeotiff.so.1.2)
> 
Das sollte eigentlich nicht auf sich selbst symlinken...
Poste doch bitte mal den Output von
     ls -l /usr/lib/libgeotiff*
> Ist das ein Bug in libgeotiff, oder sitzt das Problem eher zwischen
> Tastatur und Schreibtischstuhl?
> 
Ersteres, AFAICT :)

Thomas

-- 
gentoo-user-de@lists.gentoo.org mailing list



^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [gentoo-user-de] revdep-rebuild-Endlosschleife bei sci-libs/libgeotiff
  2008-02-22  9:56 ` Thomas Pani
@ 2008-02-22 10:00   ` Matthias
  2008-02-22 10:32     ` Thomas Pani
  0 siblings, 1 reply; 5+ messages in thread
From: Matthias @ 2008-02-22 10:00 UTC (permalink / raw
  To: gentoo-user-de

[-- Attachment #1: Type: text/plain, Size: 659 bytes --]


Hallo Thomas,

Am Freitag, den 22.02.2008, 10:56 +0100 schrieb Thomas Pani:
> Matthias wrote:
> > <snip>
> > equery b libgeotiff.so.1.2
> > [ Searching for file(s) libgeotiff.so.1.2 in *... ]
> > sci-libs/libgeotiff-1.2.4 (/usr/lib/libgeotiff.so.1.2 ->
> > libgeotiff.so.1.2)
> > 
> Das sollte eigentlich nicht auf sich selbst symlinken...
> Poste doch bitte mal den Output von
>      ls -l /usr/lib/libgeotiff*

#ls -l /usr/lib/libgeotiff*
-rw-r--r-- 1 root root 154668 22. Feb 09:20 /usr/lib/libgeotiff.a
lrwxrwxrwx 1 root root     15 22. Feb 09:20 /usr/lib/libgeotiff.so ->
libgeotiff.so.1

Gruß
Matthias
-- 
t'dr'duzk b'hazg t't

[-- Attachment #2: Dies ist ein digital signierter Nachrichtenteil --]
[-- Type: application/pgp-signature, Size: 189 bytes --]

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [gentoo-user-de] revdep-rebuild-Endlosschleife bei sci-libs/libgeotiff
  2008-02-22 10:00   ` Matthias
@ 2008-02-22 10:32     ` Thomas Pani
  2008-02-22 10:44       ` Matthias
  0 siblings, 1 reply; 5+ messages in thread
From: Thomas Pani @ 2008-02-22 10:32 UTC (permalink / raw
  To: gentoo-user-de

Hallo Matthias,

habs gerade bei mir getestet, das Makefile kopiert offensichtlich die 
library nicht, daher der deadlink. Bitte Bug-Report posten.
Offensichtlich wurde beim version bump auf 1.2.4 im ebuild auf `make 
install' gewechselt; das 1.2.1er verwendet noch haufenweise -- und 
offenbar gut so! -- do*-calls.

Workaround: mit der alten Version (1.2.1-r1) funktionierts.

Thomas

Matthias wrote:
> Hallo Thomas,
> 
> Am Freitag, den 22.02.2008, 10:56 +0100 schrieb Thomas Pani:
>> Matthias wrote:
>>> <snip>
>>> equery b libgeotiff.so.1.2
>>> [ Searching for file(s) libgeotiff.so.1.2 in *... ]
>>> sci-libs/libgeotiff-1.2.4 (/usr/lib/libgeotiff.so.1.2 ->
>>> libgeotiff.so.1.2)
>>>
>> Das sollte eigentlich nicht auf sich selbst symlinken...
>> Poste doch bitte mal den Output von
>>      ls -l /usr/lib/libgeotiff*
> 
> #ls -l /usr/lib/libgeotiff*
> -rw-r--r-- 1 root root 154668 22. Feb 09:20 /usr/lib/libgeotiff.a
> lrwxrwxrwx 1 root root     15 22. Feb 09:20 /usr/lib/libgeotiff.so ->
> libgeotiff.so.1
> 
> Gruß
> Matthias


-- 
gentoo-user-de@lists.gentoo.org mailing list



^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [gentoo-user-de] revdep-rebuild-Endlosschleife bei sci-libs/libgeotiff
  2008-02-22 10:32     ` Thomas Pani
@ 2008-02-22 10:44       ` Matthias
  0 siblings, 0 replies; 5+ messages in thread
From: Matthias @ 2008-02-22 10:44 UTC (permalink / raw
  To: gentoo-user-de

[-- Attachment #1: Type: text/plain, Size: 504 bytes --]


Am Freitag, den 22.02.2008, 11:32 +0100 schrieb Thomas Pani:
> Hallo Matthias,
> 
> habs gerade bei mir getestet, das Makefile kopiert offensichtlich die 
> library nicht, daher der deadlink. Bitte Bug-Report posten.
> Offensichtlich wurde beim version bump auf 1.2.4 im ebuild auf `make 
> install' gewechselt; das 1.2.1er verwendet noch haufenweise -- und 
> offenbar gut so! -- do*-calls.
> 
> Workaround: mit der alten Version (1.2.1-r1) funktionierts.

Vielen Dank!

Gruß
Matthias

[-- Attachment #2: Dies ist ein digital signierter Nachrichtenteil --]
[-- Type: application/pgp-signature, Size: 189 bytes --]

^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2008-02-22 10:43 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-02-22  8:00 [gentoo-user-de] revdep-rebuild-Endlosschleife bei sci-libs/libgeotiff Matthias
2008-02-22  9:56 ` Thomas Pani
2008-02-22 10:00   ` Matthias
2008-02-22 10:32     ` Thomas Pani
2008-02-22 10:44       ` Matthias

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox