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

Jeremy C. Reed reed at reedmedia.net
Tue Sep 20 20:28:32 PDT 2005


/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 :)





More information about the Bugs mailing list