[DragonFlyBSD - Bug #2455] (Closed) make has weird behaviour on a random basis
bugtracker-admin at leaf.dragonflybsd.org
bugtracker-admin at leaf.dragonflybsd.org
Tue Jun 3 08:42:11 PDT 2014
Issue #2455 has been updated by tuxillo.
Description updated
Category set to Build
Status changed from New to Closed
Assignee set to marino
Target version set to 3.8.0
Haven't observed this behaviour since then.
----------------------------------------
Bug #2455: make has weird behaviour on a random basis
http://bugs.dragonflybsd.org/issues/2455#change-12022
* Author: tuxillo
* Status: Closed
* Priority: Normal
* Assignee: marino
* Category: Build
* Target version: 3.8.0
----------------------------------------
Hi,
I got a similar message (with bmake on base) during certain operations I haven't been able to determine yet.
antonioh at dfbsd32_devel:/home/source/dfbsd/test/vkernel> sudo -E make reinstallkernel
/var/vkernel found
umount /var/vkernel/root > /dev/null 2>&1
vnconfig -u `cat /var/vkernel/vn.which` > /dev/null 2>&1
rm -f /var/vkernel/vn.which
(vnconfig -l | fgrep "not in use" > /dev/null) || (echo "Cannot find unused VN"; /usr/bin/false)
vnconfig -l | fgrep "not in use" | cut -f 1 -d : | head -1 > /var/vkernel/vn.which
egrep '^vn' /var/vkernel/vn.which > /dev/null || (echo "VN device selection is bad"; /usr/bin/false)
vnconfig -c -s labels `cat /var/vkernel/vn.which` /var/vkernel/root.img
fsck -p /dev/`cat /var/vkernel/vn.which`s1a
/dev/vn0s1a: FILESYSTEM CLEAN; SKIPPING CHECKS
/dev/vn0s1a: clean, 854822 free (2214 frags, 106576 blocks, 0.2% fragmentation)
mount /dev/`cat /var/vkernel/vn.which`s1a /var/vkernel/root
Mounted /var/vkernel/root
cd /home/source/dfbsd/test/vkernel/../.. && make -j 4 DESTDIR=/var/vkernel/root KERNCONF=VKERNEL NO_MODULES= installkernel
--- installkernel ---
--- installkernel ---
--------------------------------------------------------------
>>> Kernel install for VKERNEL started on Thu Nov 15 01:16:39 CET 2012
--------------------------------------------------------------
cd /usr/obj/home/source/dfbsd/sys/VKERNEL; MAKEOBJDIRPREFIX=/usr/obj/home/source/dfbsd/world_i386 OBJTREE=/usr/obj MACHINE_ARCH=i386 MACHINE=i386 MACHINE_PLATFORM=pc32 OBJFORMAT_PATH=/usr/obj/home/source/dfbsd/ctools_i386_i386 HOST_CCVER=gcc44 CCVER=gcc44 LDVER=ld.bfd BINUTILSVER=binutils222 PATH=/usr/obj/home/source/dfbsd/ctools_i386_i386/usr/sbin:/usr/obj/home/source/dfbsd/ctools_i386_i386/usr/bin:/usr/obj/home/source/dfbsd/ctools_i386_i386/bin:/usr/obj/home/source/dfbsd/ctools_i386_i386/usr/games:/usr/obj/home/source/dfbsd/btools_i386/usr/sbin:/usr/obj/home/source/dfbsd/btools_i386/usr/bin:/usr/obj/home/source/dfbsd/btools_i386/bin:/usr/obj/home/source/dfbsd/btools_i386/usr/games:/usr/pkg/bin make KERNEL=kernel install
make: "/usr/obj/home/source/dfbsd/sys/VKERNEL/Makefile" line 5: Unknown directive
make: "/usr/obj/home/source/dfbsd/sys/VKERNEL/Makefile" line 6: Unknown directive
make: "/usr/obj/home/source/dfbsd/sys/VKERNEL/Makefile" line 7: Unknown directive
make: Fatal errors encountered -- cannot continue
make: stopped in /usr/obj/home/source/dfbsd/sys/VKERNEL
*** [installkernel] Error code 1
make: stopped in /home/source/dfbsd
.CURDIR='/home/source/dfbsd'
.OBJDIR='/usr/obj/home/source/dfbsd'
.MAKE='make'
MAKE_VERSION='20121010'
LD_LIBRARY_PATH=''
MACHINE_ARCH='i386'
MACHINE='i386'
MAKEFILE='/home/source/dfbsd/Makefile.inc1'
.TARGETS='installkernel'
.ERROR_TARGET='installkernel'
.ERROR_META_FILE=''
.MAKE.LEVEL='2'
.MAKE.MODE=''
1 error
make: stopped in /home/source/dfbsd
.CURDIR='/home/source/dfbsd'
.OBJDIR='/usr/obj/home/source/dfbsd'
.MAKE='make'
MAKE_VERSION='20121010'
LD_LIBRARY_PATH=''
MACHINE_ARCH='i386'
MACHINE='i386'
MAKEFILE='/home/source/dfbsd/Makefile.inc1'
.TARGETS='installkernel'
.ERROR_TARGET='installkernel'
.ERROR_META_FILE=''
.MAKE.LEVEL='2'
.MAKE.MODE=''
*** [installkernel] Error code 2
make: stopped in /home/source/dfbsd
1 error
make: stopped in /home/source/dfbsd
*** Error code 2
Stop.
make: stopped in /home/source/dfbsd/test/vkernel
--
You have received this notification because you have either subscribed to it, or are involved in it.
To change your notification preferences, please click here: http://bugs.dragonflybsd.org/my/account
More information about the Bugs
mailing list