[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: toolchain issue makes qt3 drop symbols ?



On 2008-02-10, Sune Vuorela <debian@pusling.com> wrote:
> http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=3D465028 - libqt3-mt: Miss=
> ing=20
> weak symbols for stat64 functions
>
> basically, in qt3 3:3.3.7-9 and earlier, libqt3-mt seems to provide some=20
> symbols:
>
> $ objdump -T libqt-mt.so.3 | grep stat64
> 004d2d9e  w   DF .text  00000032  Base        stat64
> 002f19de  w   DF .text  00000032  Base        fstat64
> 005dcba0  w   DF .text  00000032  Base        lstat64

I have now tried different things:

Etch chroot with the following packages pulled from unstable:
  binutils console-tools cpp-4.1 g++-4.1 gcc-4.1 gcc-4.1-base
  gcc-4.3-base libc6 libgcc1 libncurses5 libselinux1 libslang2
  libstdc++6 libstdc++6-4.1-dev
  linux-libc-dev tzdata libc6-dev

the stat64 symbols was missing

Etch chroot with linux-libc-dev from unstable installed

the stat64 symbols was around

Etch chroot with backported unstable binutils:

the stat64 symbols was around

Etch chroot with backported binutils build with backported binutils:

the stat64 symbols was around

Etch chroot with backported binutils build with backported binutils and
linux-libc-dev pulled in from unstable:

the stat64 symbols was around


Any advice on how to proceed is still more than welcome

/Sune


Reply to: