DragonFly BSD
DragonFly bugs List (threaded) for 2005-09
[Date Prev][Date Next]  [Thread Prev][Thread Next]  [Date Index][Thread Index]

Re: contrib/gcc-3.4/gcc/system.h:28:20: stdarg.h: No such file or directory


From: "Jeremy C. Reed" <reed@xxxxxxxxxxxxx>
Date: Tue, 20 Sep 2005 20:24:06 -0700 (PDT)

/home/reed/src/gnu/usr.bin/cc34/f771//../../../../contrib/gcc-3.4/gcc/f/where.c:520:24: gt-f-where.h: No such file or directory

I found some postings from kernel list from April about this. (The thread is here: http://leaf.dragonflybsd.org/mailarchive/kernel/2005-04/msg00087.html.)


My problem appears to be that in some parts of the build MAKEOBJDIRPREFIX set as a make argument worked and some places it didn't. So to fix I set in the real shell environment.

This worked for me (build system is 1.3.5-DEVELOPMENT and source is DragonFly_Preview):

As a normal user:
# env MAKEOBJDIRPREFIX=/home/reed/obj make buildworld

As root:
# env MAKEOBJDIRPREFIX=/home/reed/obj DESTDIR=/build/reed.jail.preview make installworld


Jeremy C. Reed


p.s. Package builds to begin again :)



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