Current-Users archive

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

checkflist fails on amd64



Hi,

with -currend source updated some minutes ago:

checkflist ===> distrib/sets
=======  1 extra files in DESTDIR  =========
Files in DESTDIR but missing from flist.
File is obsolete or flist is out of date ?
------------------------------------------
./usr/X11R7/lib/modules/drivers/radeon_drv.so.6
=========  end of 1 extra files  ===========
======  1 missing files in DESTDIR  ========
Files in flist but missing from DESTDIR.
File wasn't installed ?
------------------------------------------
./usr/X11R7/lib/modules/drivers/radeon_drv.so.7
========  end of 1 missing files  ==========
--- checkflist ---
*** [checkflist] Error code 1

nbmake[1]: stopped in /u/NetBSD/src/distrib/sets
1 error


In /etc/mk.conf I have:

#
# build X11 for i386, amd64 and some earm               [ks, 150204]
.if ${MACHINE_ARCH} == "i386" || \
        ${MACHINE_ARCH} == "x86_64" || \
        ${MACHINE_ARCH} == "earmhf" || \
        ${MACHINE_ARCH} == "earmv6hf" || \
        ${MACHINE_ARCH} == "earmv7hf"

MKX11=          yes

.if ${MACHINE_ARCH} == "i386" || ${MACHINE_ARCH} == "x86_64"
MKX11RADEONKMS= yes
.endif

.else
MKX11=          no
.endif

If is set MKX11RADEONKMS= no checkflist doesn't complain.

Kurt


Home | Main Index | Thread Index | Old Index