Current-Users archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
Re: building -current fails
I get this too when doing an unprived build.
The ultimate cause is that a bunch of directories aren't getting added
to ${DESTDIR}/METALOG - namely
./stand/${ARCH}
./stand/${ARCH}/${VERSION}
./stand/${ARCH}/${VERSION}/modules
e.g. on my i386 build, when I hand-added
./stand/i386 type=dir mode=0755
./stand/i386/4.99.63 type=dir mode=0755
./stand/i386/4.99.63/modules type=dir mode=0755
to ${DESTDIR}/METALOG then checkflist was all happy again.
Home |
Main Index |
Thread Index |
Old Index