6 Stable Kernel Error unionfs

cat1510

Well-Known Member
Hi Leutz,

kann keinen Kernel bauen. (GENERIC)

Hatte vorher 6.0P5 und habe ein CSUP gemacht auf die aktuellen src von 6Stable.
Welt habe ich vorher gebaut, ohne Probleme.
Beim Kernel kommt immer folgende Meldung:


Code:
-Wpointer-arith -Winline -Wcast-qual  -fformat-extensions -std=c99 -c /usr/src/sys/modules/unionfs/../../fs/unionfs/union_vfsops.c
/usr/src/sys/modules/unionfs/../../fs/unionfs/union_vfsops.c:443: error: conflicting types for 'unionfs_quotactl'
/usr/src/sys/modules/unionfs/../../fs/unionfs/union_vfsops.c:58: error: previous declaration of 'unionfs_quotactl' was here
/usr/src/sys/modules/unionfs/../../fs/unionfs/union_vfsops.c:443: error: conflicting types for 'unionfs_quotactl'
/usr/src/sys/modules/unionfs/../../fs/unionfs/union_vfsops.c:58: error: previous declaration of 'unionfs_quotactl' was here
/usr/src/sys/modules/unionfs/../../fs/unionfs/union_vfsops.c:560: warning: initialization from incompatible pointer type
/usr/src/sys/modules/unionfs/../../fs/unionfs/union_vfsops.c:58: warning: 'unionfs_quotactl' used but never defined
*** Error code 1

Stop in /usr/src/sys/modules/unionfs.
*** Error code 1

Stop in /usr/src/sys/modules.
*** Error code 1

Stop in /usr/obj/usr/src/sys/GENERIC.
*** Error code 1

Stop in /usr/src.
*** Error code 1

Stop in /usr/src.
        10m15.36s real          9m18.18s user           44.45s sys

Was hat er denn fuer ein Problem mit den Quotas? wo kann ich die an oder aus schalten?


CAT
 
Du bist sicherlich direkt in den MFC einiger Änderungen am VFS gelaufen. ich würde erst einmal den Code noch einmal aktualisieren und es nochmal probieren.
 
Merge From Current.

Das bedeutet Entwicklungen aus der Entwicklungsversion verden in stabile Versionen zurückportiert. Das passiert vor allem mit kleineren Bugfixes. Nicht mit neuen Features.
 
Ein "Merge from Current", also es wurden Änderungen aus -CURRENT auf 6.3-STABLE rückportiert. In diesem Fall ist es die Unterstützung für die Debugframeworks in einigen Dateisystemen.

EDIT: Da war jemand schneller :)
 
cat1510:
Hmmmm :D
kennst "How many FreeBSD hackers does it take to change a lightbulb?"
"Nine (including the PR originators) to ask “what is MFC?”;"
 
Zurück
Oben