NetBSD-Bugs archive

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

toolchain/44578: cross-building netbsd5 on current-amd64 is missing /var/db/libc.tags



>Number:         44578
>Category:       toolchain
>Synopsis:       cross-building netbsd5 on current-amd64 is missing 
>/var/db/libc.tags
>Confidential:   no
>Severity:       critical
>Priority:       high
>Responsible:    toolchain-manager
>State:          open
>Class:          sw-bug
>Submitter-Id:   net
>Arrival-Date:   Tue Feb 15 17:35:00 +0000 2011
>Originator:     H. Todd Fujinaka
>Release:        NetBSD 5.99.45
>Organization:
None
>Environment:
        
        
System: NetBSD mara.i8u.org 5.99.45 NetBSD 5.99.45 (MARA) #25: Sat Feb 12 
17:13:56 PST 2011 
htodd%mara.i8u.org@localhost:/usr/obj/sys/arch/amd64/compile.amd64/MARA amd64
Architecture: x86_64
Machine: amd64
>Description:
cross-building netbsd5 on current-amd64 is missing /var/db/libc.tags and says:

======  1 missing files in DESTDIR  ========
Files in flist but missing from DESTDIR.
File wasn't installed ?
------------------------------------------
./var/db/libc.tags
========  end of 1 missing files  ==========
        
>How-To-Repeat:
netbsd-5 is checked out into /usr/stable/src and /usr/stable/xsrc. The build 
script is:

#!/bin/sh
cd /usr/stable/src && \
/usr/stable/src/build.sh -j8 -m amd64 -T /usr/cross/amd64-stable -O 
/usr/obj/stable/amd64 -X /usr/stable/xsrc -U -u obj tools && \
/usr/stable/src/build.sh -j8 -m amd64 -T /usr/cross/amd64-stable -O 
/usr/obj/stable/amd64 -X /usr/stable/xsrc -U -u distribution release iso-image 
&& \
#/usr/src/build.sh -j8 -m amd64 -T /usr/cross/amd64-stable -M /usr/obj/stable 
-U -u kernel= GENERIC && \
/usr/stable/src/build.sh -j8 -m sparc64 -T /usr/cross/sparc64-stable -O 
/usr/obj/stable/sparc64 -X /usr/stable/xsrc -U -u obj tools && \
/usr/stable/src/build.sh -j8 -m sparc64 -T /usr/cross/sparc64-stable -O 
/usr/obj/stable/sparc64 -X /usr/stable/xsrc -U -u distribution release 
iso-image && \
/usr/stable/src/build.sh -j8 -m sparc64 -T /usr/cross/sparc64 -u kernel=EMILY
>Fix:
        
        Just "touch"-ing the file allows the build to complete.

>Unformatted:
        
        


Home | Main Index | Thread Index | Old Index