Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 18 Sep 1998 00:56:38 -0700
From:      "William R. Somsky" <wrsomsky@halcyon.com>
To:        freebsd-current@FreeBSD.ORG
Subject:   aout-to-elf-build failure [2.2.7-STABLE -> 3.0-CURRENT]
Message-ID:  <19980918005638.A22744@gramarye>

next in thread | raw e-mail | index | archive | help
Ok, I'm attempting to convert my 2.2.7-STABLE system (last sync'd
around 98/08/29) over 3.0-CURRENT as a test of 3.0 beta.  I've 
cvsup'd the sources as of 19:45 this evening, and began a 
'make aout-to-elf-build" and it hung at this point:

  ===> games/fortune
  ===> games/fortune/fortune
  cc -O -pipe -DDEBUG -Wall -I/usr/src/games/fortune/fortune/../strfile   -I/usr/obj/elf/usr/src/tmp/usr/include -c /usr/src/games/fortune/fortune/fortune.c
  cc -O -pipe -DDEBUG -Wall -I/usr/src/games/fortune/fortune/../strfile   -I/usr/obj/elf/usr/src/tmp/usr/include  -o fortune fortune.o  -lcompat
  gzip -cn /usr/src/games/fortune/fortune/fortune.6 > fortune.6.gz
  ===> games/fortune/strfile
  cc -O -pipe -Wall   -I/usr/obj/elf/usr/src/tmp/usr/include -c /usr/src/games/fortune/strfile/strfile.c
  cc -O -pipe -Wall   -I/usr/obj/elf/usr/src/tmp/usr/include  -o strfile strfile.o  
  gzip -cn /usr/src/games/fortune/strfile/strfile.8 > strfile.8.gz
  ===> games/fortune/datfiles
  ../strfile/strfile -rs /usr/src/games/fortune/datfiles/fortunes fortunes.dat
  ELF interpreter /usr/libexec/ld-elf.so.1 not found
  *** Signal 6

  Stop.

Looks like something in the build isn't properly finding the
elvish elements that it needs...  Hmm...  With only part of the
elf stuff set up, is my system currently "elvish-partially"?  :-)

I'm going to try deleting the "games/fortune" source tree,
since that isn't a critical element of the build, and see if
it can carry on from there via a "make -DNOCLEAN", but I figured
I'd report the error as my contribution to the 3.0-beta process...

________________________________________________________________________
William R. Somsky                                   wrsomsky@halcyon.com

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-current" in the body of the message



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?19980918005638.A22744>