Current-Users archive

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

Re: cdrom builds still broken for me on i386-current



On Wed, 3 Dec 2008, Paul Goyette wrote:

cp: /usr/src/distrib/i386/cdroms/bootcd/../ramdisks/common/dot.profile:

I think I have fixed this but don't have time to run a test build right now.

I'm building right now - let you know soon if it's fixed.

It's still broken:

/build/netbsd-local/obj/i386/distrib/i386/cdroms/bootcd/cdrom/./usr/sbin/chown
/build/netbsd-local/obj/i386/distrib/i386/cdroms/bootcd/cdrom/./usr/sbin/chroot
/build/netbsd-local/obj/i386/distrib/i386/cdroms/bootcd/cdrom/./usr/sbin/installboot
/build/netbsd-local/obj/i386/distrib/i386/cdroms/bootcd/cdrom/./usr/sbin/wiconfig
/build/netbsd-local/obj/i386/distrib/i386/cdroms/bootcd/cdrom/./usr/share/misc/termcap
if [ "Xboot.cfg" != "X" ]; then              curdir=`pwd`;                                           skipflag="";                                          
cdextra_skip="";                              if [ "X${cdextra_skip}" != "X" ]; then                      rm -f cdskip;                                   
for skip in ${cdextra_skip};                    do                                              echo ${skip} >> cdskip;           done;                                           
skipflag="-X ${curdir}/cdskip";               fi;                                                     cdextra="";                                   
cdbuildextra="boot.cfg";                      for cde in ${cdextra} ${cdbuildextra};          do                                                      
release_destdir=${curdir}/cdrom;                if [ -f ${cde} ]; then                          echo Copying ${cde} to $release_destdir ...;    cp ${cde} ${release_destdir};   elif [ -d 
${cde} ]; then                        cd ${cde};                              echo Copying $(pwd) to $release_destdir ...;    /build/netbsd-local/tools/x86_64/i386/bin/nbmtree -c 
${skipflag} |              /build/netbsd-local/tools/x86_64/i386/bin/nbpax -rw -pe -v -M   $release_destdir;               else                                            echo 
"Missing ${cde}, aborting";      exit 1;                                 fi;                                             cd $curdir;                                     done;  
                                                 fi
Copying boot.cfg to 
/build/netbsd-local/obj/i386/distrib/i386/cdroms/bootcd/cdrom ...
cp 
/build/netbsd-local/src/distrib/i386/cdroms/bootcd/../../ramdisks/common/dot.profile
 cdrom/etc/rc
mkdir -p cdrom/mnt2 cdrom/targetroot
cp /sysinst cdrom
cp: /sysinst: No such file or directory
*** [image_md_pre] Error code 1
1 error
nbmake: stopped in /build/netbsd-local/src/distrib/i386/cdroms/bootcd
*** [release-bootcd] Error code 2
1 error
nbmake: stopped in /build/netbsd-local/src/distrib/i386/cdroms
*** [release-cdroms] Error code 2
1 error
nbmake: stopped in /build/netbsd-local/src/distrib/i386
*** [release-i386] Error code 2
1 error
nbmake: stopped in /build/netbsd-local/src/distrib
*** [snap_post] Error code 2
1 error

nbmake: stopped in /build/netbsd-local/src/etc
*** [release] Error code 2
1 error

nbmake: stopped in /build/netbsd-local/src

ERROR: Failed to make release
*** BUILD ABORTED ***



----------------------------------------------------------------------
|   Paul Goyette   | PGP DSS Key fingerprint: |  E-mail addresses:   |
| Customer Service | FA29 0E3B 35AF E8AE 6651 |  paul%whooppee.com@localhost   |
| Network Engineer | 0786 F758 55DE 53BA 7731 | pgoyette%juniper.net@localhost |
----------------------------------------------------------------------


Home | Main Index | Thread Index | Old Index