Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 09 Dec 1997 08:58:31 -0600
From:      Steve Price <sprice@hiwaay.net>
To:        freebsd-stable@freebsd.org
Cc:        pallenby@zibbi.mikom.csir.co.za, rewt@i-Plus.net, jhay@mikom.csir.co.za, wghhicks@ix.netcom.com, werner@btp1da.phy.uni-bayreuth.de, archer@lucky.net
Subject:   Re: Make world broken on -stable
Message-ID:  <348D5C97.237C228A@hiwaay.net>
References:  <199712090703.JAA27878@zibbi.mikom.csir.co.za> <348CFACA.6E6C9D7B@ix.netcom.com>

next in thread | previous in thread | raw e-mail | index | archive | help
Hi all,

For anybody that is getting an error like the following.  You will need
re-fetch the sources for stable after the next hour or so.  My sincerest
apologies but I seem to have broken the tree with my recent batch of
commits.  I have reverted the changes until I can figure out why they
worked in my tests and not in anybody elses.

===> libc
install -c -o bin -g bin -m 444   libc.a /usr/obj/usr/src/tmp/usr/lib
install -c -o bin -g bin -m 444   -fschg  libc.so.3.0 
/usr/obj/usr/src/tmp/usr/lib
install -c -o bin -g bin -m 444   libc_pic.a
/usr/obj/usr/src/tmp/usr/lib
ld.so failed: Undefined symbol "___generic_syscall" in
install:/usr/obj/usr/src/tmp/usr/lib/libc.so.3.0
*** Error code 1

Stop.


You will need to make sure you get at least the following files
and revisions.  Please somebody pass me the pointy hat, I believe
I've earned a turn. :(

Steve

steve       1997/12/09 06:43:23 PST

  Modified files:        (Branch: RELENG_2_2)
    lib/libc/i386        DEFS.h 
    lib/msun/i387        e_acos.S e_asin.S e_atan2.S e_exp.S 
                         e_fmod.S e_log.S e_log10.S e_remainder.S 
                         e_scalb.S e_sqrt.S s_atan.S s_ceil.S 
                         s_copysign.S s_cos.S s_finite.S s_floor.S 
                         s_ilogb.S s_log1p.S s_logb.S s_rint.S 
                         s_scalbn.S s_significand.S s_sin.S 
                         s_tan.S 
    sys/i386/include     asmacros.h 
  Log:
  Revert the hard reference removal commits, since they don't seem
  to work for anybody but me.
  
  Revision  Changes    Path
  1.3.2.3   +82 -1     src/lib/libc/i386/DEFS.h
  1.2.8.3   +2 -2      src/lib/msun/i387/e_acos.S
  1.2.8.3   +2 -2      src/lib/msun/i387/e_asin.S
  1.2.8.2   +2 -2      src/lib/msun/i387/e_atan2.S
  1.3.2.3   +2 -2      src/lib/msun/i387/e_exp.S
  1.2.8.2   +2 -2      src/lib/msun/i387/e_fmod.S
  1.2.8.2   +2 -2      src/lib/msun/i387/e_log.S
  1.2.8.2   +2 -2      src/lib/msun/i387/e_log10.S
  1.2.8.2   +2 -2      src/lib/msun/i387/e_remainder.S
  1.2.8.3   +2 -2      src/lib/msun/i387/e_scalb.S
  1.2.8.2   +2 -2      src/lib/msun/i387/e_sqrt.S
  1.2.8.2   +2 -2      src/lib/msun/i387/s_atan.S
  1.2.8.3   +2 -2      src/lib/msun/i387/s_ceil.S
  1.2.8.2   +2 -2      src/lib/msun/i387/s_copysign.S
  1.2.8.2   +2 -2      src/lib/msun/i387/s_cos.S
  1.2.8.2   +2 -2      src/lib/msun/i387/s_finite.S
  1.2.8.3   +2 -2      src/lib/msun/i387/s_floor.S
  1.3.2.2   +2 -2      src/lib/msun/i387/s_ilogb.S
  1.3.8.2   +2 -2      src/lib/msun/i387/s_log1p.S
  1.2.8.2   +2 -2      src/lib/msun/i387/s_logb.S
  1.2.8.2   +2 -2      src/lib/msun/i387/s_rint.S
  1.2.8.3   +2 -2      src/lib/msun/i387/s_scalbn.S
  1.2.8.2   +2 -2      src/lib/msun/i387/s_significand.S
  1.2.8.2   +2 -2      src/lib/msun/i387/s_sin.S
  1.2.8.2   +2 -2      src/lib/msun/i387/s_tan.S
  1.9.2.5   +89 -1     src/sys/i386/include/asmacros.h



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?348D5C97.237C228A>