pkgsrc-Users archive

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

Re: CVS commit: pkgsrc/pkgtools/bootstrap-mk-files



Bootstrap on Solaris 10 now fails with

===> Building for bsdinstall-20130828
gcc -O2  -D_PATH_DEVNULL=\"/dev/null\"
-DTARGET_STRIP=\"/usr/ccs/bin/strip\" -DHAVE_NBCOMPAT_H=1
-I/pkgsrc/source/pkgsrc/bootstrap/work.pkgsrc-i86/wrk/sysutils/bsdinstall/work/libnbcompat
-c bsdinstall.c
bsdinstall.c:69:17: fatal error: err.h: No such file or directory
compilation terminated.
*** Error code 1

Which is not really a surprise:

checking err.h usability... no
checking err.h presence... no
checking for err.h... no

After commenting out the include

--- files/bsdinstall.c  2013/09/03 11:54:06     1.1
+++ files/bsdinstall.c  2013/09/03 11:54:18
@@ -66,7 +66,7 @@
 #include <sys/time.h>

 #include <ctype.h>
-#include <err.h>
+/* #include <err.h> */
 #include <errno.h>
 #include <fcntl.h>
 #include <grp.h>

bsdinstall still builds and bootstrap succeeds.


On Fri, Aug 30, 2013 at 4:47 PM, Jonathan Perkin <jperkin%netbsd.org@localhost> 
wrote:
> Module Name:    pkgsrc
> Committed By:   jperkin
> Date:           Fri Aug 30 14:47:29 UTC 2013
>
> Modified Files:
>         pkgsrc/pkgtools/bootstrap-mk-files: Makefile
>         pkgsrc/pkgtools/bootstrap-mk-files/files/mods: SunOS.sys.mk
>
> Log Message:
> bootstrap-mk-files-20130830: Use bsdinstall on SunOS by default.
>
>
> To generate a diff of this commit:
> cvs rdiff -u -r1.34 -r1.35 pkgsrc/pkgtools/bootstrap-mk-files/Makefile
> cvs rdiff -u -r1.5 -r1.6 \
>     pkgsrc/pkgtools/bootstrap-mk-files/files/mods/SunOS.sys.mk
>
> Please note that diffs are not public domain; they are subject to the
> copyright notices on the relevant files.
>



-- 
Joern Clausen
http://thebloeg.blogspot.com/
http://www.oe-files.de/photography/


Home | Main Index | Thread Index | Old Index