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

Bug#31450: boot-floppies 2.1.4 fails to build for m68k



On Fri, Jan 15, 1999 at 04:14:11PM -0800, Michael Schmitz wrote:
> Christian T. Steigies wrote:
> > BTW glibc is uploaded as well as tetex. I do not upload octave as if fails
> > to run...
> 
> The new glibc (libc6-2.0.7.19981211-1) breaks building the ramdisk system
> (the files in /usr/lib/libc_pic/ changed from .o to .so). I'll probably need
> some advice on building the ramdisk libc from those ...

It's just a matter of changing (again) the names on rootdisk.sh (line 478
or near):

*** rootdisk.sh 1999/01/14 01:13:13     1.37
--- rootdisk.sh 1999/01/16 14:24:20
***************
*** 478,486 ****
  EXECUTABLES="$EXECUTABLES $R/lib/libslang.so.$SLVER"
  
  if ! [ "$arch" = sparc -o "$arch" = powerpc -o "$arch" = arm ]; then
!       $scripts/generate_library $libcso "/usr/lib/libc_pic/soinit.o \
!           /usr/lib/libc_pic.a /usr/lib/libc_pic/sofini.o \
!           /usr/lib/libc_pic/interp.o $R/lib/$ldlib -e __libc_main" \
            $R/lib/$libcso $EXECUTABLES
  #else
  #     # It seems glibc 2.1 needs a version script to be able to create the
--- 478,486 ----
  EXECUTABLES="$EXECUTABLES $R/lib/libslang.so.$SLVER"
  
  if ! [ "$arch" = sparc -o "$arch" = powerpc -o "$arch" = arm ]; then
!       $scripts/generate_library $libcso "/usr/lib/libc_pic/soinit.so \
!           /usr/lib/libc_pic.a /usr/lib/libc_pic/sofini.so \
!           /usr/lib/libc_pic/interp.so $R/lib/$ldlib -e __libc_main" \
            $R/lib/$libcso $EXECUTABLES
  #else
  #     # It seems glibc 2.1 needs a version script to be able to create the

-- 
Enrique Zanardi					ezanardi@ull.es


Reply to: