Re: Changed library interface causing FTBFS of cernlib?

2004-02-26 Thread Branden Robinson
On Wed, Feb 25, 2004 at 12:37:10PM -0500, Kevin B. McCarty wrote: > On Mon, 23 Feb 2004, Branden Robinson wrote: > > > On Mon, Feb 23, 2004 at 06:24:31AM -0500, Kevin B. McCarty wrote: > [...] > > > Presumably there was some reason that earlier, these extra libs were > > > only required on powerpc

Re: Changed library interface causing FTBFS of cernlib?

2004-02-25 Thread Kevin B. McCarty
On Mon, 23 Feb 2004, Branden Robinson wrote: > On Mon, Feb 23, 2004 at 06:24:31AM -0500, Kevin B. McCarty wrote: [...] > > Presumably there was some reason that earlier, these extra libs were > > only required on powerpc? > > I don't think that is a valid premise. I think they probably were. So

Re: Changed library interface causing FTBFS of cernlib?

2004-02-25 Thread Andreas Metzler
Kevin B. McCarty <[EMAIL PROTECTED]> wrote: [...] > /usr/bin/ld: warning: libICE.so.6, needed by > /usr/lib/gcc-lib/ia64-linux/3.3.3/../../../libXm.so, not found (try using > -rpath or -rpath-link) [...] If this is of any help, I can provide more examples of this breakage with exim4 4.30-7. *

Re: Changed library interface causing FTBFS of cernlib?

2004-02-24 Thread Branden Robinson
On Tue, Feb 24, 2004 at 07:24:23AM +, James Troup wrote: > Branden Robinson <[EMAIL PROTECTED]> writes: > > Yes, I'm getting a few strange reports like this. To be honest I don't > > yet know if it's a package bug or some sort of weirdness inflicted on > > the buildds due to kludge necessary t

Re: Changed library interface causing FTBFS of cernlib?

2004-02-24 Thread James Troup
Branden Robinson <[EMAIL PROTECTED]> writes: > On Mon, Feb 23, 2004 at 06:24:31AM -0500, Kevin B. McCarty wrote: >> Hi, >> I've gotten a bunch of FTBFSes for cernlib 2003.09.03-4 which I assume are >> related to the new X release. The problem is that when linking a program >> with these flags,

Re: Changed library interface causing FTBFS of cernlib?

2004-02-23 Thread Branden Robinson
On Mon, Feb 23, 2004 at 06:24:31AM -0500, Kevin B. McCarty wrote: > Hi, > I've gotten a bunch of FTBFSes for cernlib 2003.09.03-4 which I assume are > related to the new X release. The problem is that when linking a program > with these flags, Yes, I'm getting a few strange reports like this.

Changed library interface causing FTBFS of cernlib?

2004-02-23 Thread Kevin B. McCarty
Hi, I've gotten a bunch of FTBFSes for cernlib 2003.09.03-4 which I assume are related to the new X release. The problem is that when linking a program with these flags, g77 -g -o kxterm -O2 -funroll-loops -fno-automatic -fno-second-underscore \ -fugly-complex -L/build/buildd/cernlib-2003.09.03

Re: Changed library interface causing FTBFS of cernlib?

2004-02-23 Thread Kevin B. McCarty
On Mon, 23 Feb 2004, Kevin B. McCarty wrote: > 1) To fix this, the only thing I should have to do is change my linker > flags as below, is that correct? > > -L/usr/X11R6/lib -lXm -lXt -lXp -lXext -lX11 -lSM -lICE -lXpm -lnsl -lcrypt > -ldl -lg2c > ^^