|
Valentines special:
# TNF = (The NetBSD Foundation) Date to be checked out
TNFDATE=20050214-UTC
# nandra date: (patch file name)
DATE=050214
@
non stop completion (Mac mini):
ttyp5:makoto@mini 23:24:26/050215(...checkout/src)> time sudo ./build.sh release >& ../log-1
8473.864u 2720.771s 3:01:19.35 102.8% 0+0k 19393+442848io 32887pf+182w
@
sourcesets:
ttyp5:makoto@mini 6:39:25/050216(...checkout/src)> sudo env BUILD_DONE=1 TOOLDIR=/export/20050214/checkout/src/tooldir.NetBSD-2.99.15-powerpc ./build.sh -u sourcesets
@
bin/date with -static:
cd bin/date
cc -o date -static obj/date.o obj/netdate.o -L../../lib/libutil/obj -lutil
prepare ISO format with above bin/date
@
available at ftp:
@
install with CD-R and rebooted with new one:
boot cd:,ofwboot.elf netbsd.macppc
..
NetBSD mini 2.99.15 NetBSD 2.99.15 (GENERIC) #0: Wed Feb 16 02:02:32 JST 2005 root@mini:/export/20050214/checkout/src/sys/arch/macppc/compile/GENERIC macppc
Correct behavior with 2.99.12
..
checking for struct statfs.f_iosize... no
checking for struct dirent.d_namlen... yes
checking *printf() support for %lld... yes
checking for strtoll... (cached) yes
checking whether optind is declared... yes
checking whether optreset is declared... yes
configure: creating ./config.status
config.status: creating Makefile
config.status: creating nbcompat/config.h
cc -DDEF_UMASK=0022 -I/export/pkgsrc/pkgtools/pkg_install/work/libnbcompat -I. -I. -O2 -DHAVE_CONFIG_H -o bits bits.c
./bits nbcompat/nbtypes.h
/usr/bin/awk -f nbcompat.awk nbcompat/config.h > nbcompat/nbconfig.h
cc -DDEF_UMASK=0022 -I/export/pkgsrc/pkgtools/pkg_install/work/libnbcompat -I. -I. -O2 -DHAVE_CONFIG_H -c glob.c
ar cr libnbcompat.a glob.o
ranlib libnbcompat.a
configure: WARNING: If you wanted to set the --build type, don't use --host.
If a cross compiler is detected then cross compile mode will be used.
checking build system type... powerpc-unknown-netbsd2.99.12
@
Strange behavior with 2.99.15:
...
checking for struct statfs.f_iosize... no
checking for struct dirent.d_namlen... yes
checking *printf() support for %lld... yes
checking for strtoll... (cached) yes
checking whether optind is declared... yes
checking whether optreset is declared... yes
configure: creating ./config.status
config.status: creating Makefile
config.status: creating nbcompat/config.h
make: Graph cycles through nbcompat/nbtypes.h
/usr/bin/awk -f nbcompat.awk nbcompat/config.h > nbcompat/nbconfig.h
cc -DDEF_UMASK=0022 -I/export/pkgsrc/pkgtools/pkg_install/work.mini/libnbcompat -I. -I. -O2 -DHAVE_CONFIG_H -c glob.c
In file included from __glob13.c:35,
from glob.c:12:
/export/pkgsrc/pkgtools/pkg_install/work.mini/libnbcompat/nbcompat.h:37:30: nbcompat/nbtypes.h: No such file or directory
*** Error code 1
Stop.
make: stopped in /export/pkgsrc/pkgtools/pkg_install/work.mini/libnbcompat
*** Error code 1
Stop.
make: stopped in /export/pkgsrc/pkgtools/pkg_install
===>
===> There was an error during the ``configure'' phase.
===> Please investigate the following for more information:
===> * config.log
===> * /export/pkgsrc/pkgtools/pkg_install/work.mini/.work.log
===>
*** Error code 1
Stop.
make: stopped in /export/pkgsrc/pkgtools/pkg_install
@
using -r 1.27 of pkgtools/libnbcompat/files/Makefile.in:
using -r 1.27 of pkgtools/libnbcompat/files/Makefile.in
will fix above problem.
| |
最近の日記
2024年07月03日
・kicad oddity
2024年05月08日
・comparison on ./buildsh tools
2024年05月06日
・py-setuptools (python 3.11.9)
・make release took 1 hours and 10 min
・qemu invocation for 10.99.10
2024年05月05日
・Windows 10 version
・serial connection
・bc bench
2024年05月04日
・Trial on 10.99.10
・another version (later trial) to succeed
|