pkgsrc-Users archive

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

Re: attempting bootstrap on new OS



On Thu, 18 Feb 2010 00:35:38 +0900, Larson, Timothy E. 
<TELarson%west.com@localhost> wrote:

>> > Other vars, namely @prefix@, @CC@, @mksrc@, @default_sys_path@,
>> > @LIBOBJS@, and @LIBS@, are unchanged.  I'm not sure why...
>>
>> Could you check Minix/config.sub?
>> It contains following line?
>>
>> S["LIBS"]=""
>
> Cannot find a Minix/config.sub anywhere...

Oops... it's config.status.

# grep -10 LIBS work/bmake/Minix/config.status
S["dvidir"]="${docdir}"
S["pdfdir"]="${docdir}"
S["psdir"]="${docdir}"
S["libdir"]="${exec_prefix}/lib"
S["localedir"]="${datarootdir}/locale"
S["mandir"]="${datarootdir}/man"
S["DEFS"]="-DHAVE_CONFIG_H"
S["ECHO_C"]=""
S["ECHO_N"]="-n"
S["ECHO_T"]=""
S["LIBS"]=""
S["build_alias"]=""
S["host_alias"]=""
S["target_alias"]=""
S["CC"]="gcc"
S["CFLAGS"]="-g -O2"
S["LDFLAGS"]=""
S["CPPFLAGS"]=" -I/usr/pkgsrc/bootstrap/work/bmake/missing"
S["ac_ct_CC"]="gcc"
S["EXEEXT"]=""
S["OBJEXT"]="o"

So I'd think that it _should_ be getting replaced (to nothing) but it's not.

Tim

Same as configure reject builtin grep, it seems that the failure came from to 
limitation of builtin awk
(for me, failed to replace @CC@).
If you install gawk with packman, and set AWK=/usr/local/bin/gawk,
you can reached to the next error message :)

--
"Of course I love NetBSD":-)
OBATA Akio / obache%NetBSD.org@localhost


Home | Main Index | Thread Index | Old Index