Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 15 Oct 2008 12:45:46 +0200
From:      Bartosz Stec <admin@kkip.pl>
To:        Claus Guttesen <kometen@gmail.com>
Cc:        FreeBSD Stable <freebsd-stable@freebsd.org>
Subject:   Re: error during buildworld on 7.1 beta
Message-ID:  <48F5C9DA.4030207@kkip.pl>
In-Reply-To: <b41c75520810150327g66ee21adk5516a9d2a7784174@mail.gmail.com>
References:  <b41c75520810150327g66ee21adk5516a9d2a7784174@mail.gmail.com>

next in thread | previous in thread | raw e-mail | index | archive | help
Claus Guttesen pisze:
> Hi.
>
> Did a fresh FreeBSD 7.1 install using the beta on amd64 from disc1. I
> did a standard-install with sources, performed a csup against RELENG_7
> and then a buildworld. It stops at:
>
> mv -f term.h.new term.h
> cc -m32 -march=nocona -mfancy-math-387 -DCOMPAT_32BIT  -iprefix
> /usr/obj/usr/src/lib32/usr/  -L/usr/obj/usr/src/lib32/usr/lib32
> -B/usr/obj/usr/src/lib32/usr/lib32 -o make_keys -O2
> -fno-strict-aliasing -pipe -I.
> -I/usr/obj/lib32/usr/src/lib/ncurses/ncurses/../ncurses
> -I/usr/src/lib/ncurses/ncurses/../ncurses
> -I/usr/src/lib/ncurses/ncurses/../ncurses
> -I/usr/src/lib/ncurses/ncurses/../../../contrib/ncurses/include
> -I/usr/src/lib/ncurses/ncurses/../../../contrib/ncurses/ncurses -Wall
> -DNDEBUG -DHAVE_CONFIG_H -DFREEBSD_NATIVE -DTERMIOS
> /usr/src/lib/ncurses/ncurses/../../../contrib/ncurses/ncurses/tinfo/make_keys.c
> ./make_keys keys.list > init_keytry.h
> ELF interpreter /libexec/ld-elf32.so.1 not found
> Abort trap
> *** Error code 134
>
> Stop in /usr/src/lib/ncurses/ncurses.
> *** Error code 1
>
> Stop in /usr/src.
> *** Error code 1
>
> Stop in /usr/src.
> *** Error code 1
>
> Stop in /usr/src.
> *** Error code 1
>
> Stop in /usr/src.
> 3145.054u 524.920s 1:02:45.53 97.4%     6442+7634k 30091+9519io 3045pf+0w
>
>
> My /etc/make.conf is:
>
> CPUTYPE=nocona
> NO_LPR= true    # do not build lpr and related programs
> NO_SENDMAIL=    true    # do not build sendmail and related programs
> USA_RESIDENT=           NO
>
> Do I have to make any changes to make.conf?
>
>   
First of all - check if

/libexec/ld-elf32.so.1

exists!
I don't think any of your lines in make.conf could be problematic.

-- 
Bartosz Stec 




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