Re: Head buildworld @282213 fails; suspect r282211

2015-04-29 Thread Garrett Cooper
On Apr 29, 2015, at 8:18, O. Hartmann  wrote:

> Am Wed, 29 Apr 2015 05:47:18 -0700
> David Wolfskill  schrieb:
> 
>> Running:
>> 
>> FreeBSD g1-254.catwhisker.org 11.0-CURRENT FreeBSD 11.0-CURRENT #46
>> r282133M/282133:1100070: Tue Apr 28 05:39:53 PDT 2015
>> r...@g1-254.catwhisker.org:/common/S3/obj/usr/src/sys/CANARY  amd64
>> 
>> After updating sources to r282213, buildworld fails:
>> 
>> ...
> stage 4.4: building everything
>> ...
>> --- tests.all__D ---
>> /usr/src/tests/sys/aio/aio_test.c:207:2: error: implicit declaration of 
>> function
>> 'atf_skip' is invalid in C99 [-Werror,-Wimplicit-function-declaration]
>> ATF_REQUIRE_KERNEL_MODULE("aio"); ^
>> /usr/src/tests/freebsd_test_suite/macros.h:43:3: note: expanded from macro
>> 'ATF_REQUIRE_KERNEL_MODULE' atf_skip("module %s could not be resolved: %s",  
>>\
>>^
>> 1 error generated.
>> *** [aio_test.o] Error code 1
>> 
>> make[6]: stopped in /usr/src/tests/sys/aio
>> 
>> ...
>> --- tests.all__D ---
>> /usr/src/tests/sys/aio/aio_test.c:207:2: error: implicit declaration of 
>> function
>> 'atf_skip' is invalid in C99 [-Werror,-Wimplicit-function-declaration]
>> ATF_REQUIRE_KERNEL_MODULE("aio"); ^
>> /usr/src/tests/freebsd_test_suite/macros.h:43:3: note: expanded from macro
>> 'ATF_REQUIRE_KERNEL_MODULE' atf_skip("module %s could not be resolved: %s",  
>>\
>>^
>> 1 error generated.
>> *** [aio_test.o] Error code 1
>> 
>> make[6]: stopped in /usr/src/tests/sys/aio
>> 
>> 
>> src.conf is:
>> g1-254(11.0-C)[3] cat /etc/src.conf
>> KERNCONF=CANARY
>> PORTS_MODULES=x11/nvidia-driver
>> PORTS_MODULES+=multimedia/cuse4bsd-kmod
>> PORTS_MODULES+=emulators/virtualbox-ose-kmod
>> WITHOUT_DEBUG_FILES=1
>> IWN_DEBUG=1
>> IEEE80211_DEBUG=1
>> g1-254(11.0-C)[4]
>> 
>> and make.conf:
>> 
>> g1-254(11.0-C)[4] cat /etc/make.conf
>> # CFLAGS+=  -g
>> SENDMAIL_MC=/etc/mail/laptop.mc
>> NET_SNMP_SYS_CONTACT="da...@catwhisker.org"
>> NET_SNMP_SYS_LOCATION="variable"
>> NET_SNMP_LOGFILE=/var/log/snmpd.log
>> NET_SNMP_PERSISTENTDIR=/var/net-snmp
>> WITH_BSD_JDK=TRUE
>> FORCE_PKG_REGISTER= NO
>> # For mplayer
>> WITHOUT_RUNTIME_CPUDETECTION=   YES
>> OPTIONS_SET=OPTIMIZED_CFLAGS
>> WITHOUT_CJK=YES
>> NO_SUID_XSERVER=YES
>> INSTALL_AS_NCFTP=yes
>> g1-254(11.0-C)[5]
>> 
>> Peace,
>> david
> 
> Here the same with r282221.

Fixed in r282244 — sorry for the breakage :(.


signature.asc
Description: Message signed with OpenPGP using GPGMail


Re: Head buildworld @282213 fails; suspect r282211

2015-04-29 Thread O. Hartmann
Am Wed, 29 Apr 2015 05:47:18 -0700
David Wolfskill  schrieb:

> Running:
> 
> FreeBSD g1-254.catwhisker.org 11.0-CURRENT FreeBSD 11.0-CURRENT #46
> r282133M/282133:1100070: Tue Apr 28 05:39:53 PDT 2015
> r...@g1-254.catwhisker.org:/common/S3/obj/usr/src/sys/CANARY  amd64
> 
> After updating sources to r282213, buildworld fails:
> 
> ...
> >>> stage 4.4: building everything
> ...
> --- tests.all__D ---
> /usr/src/tests/sys/aio/aio_test.c:207:2: error: implicit declaration of 
> function
> 'atf_skip' is invalid in C99 [-Werror,-Wimplicit-function-declaration]
> ATF_REQUIRE_KERNEL_MODULE("aio"); ^
> /usr/src/tests/freebsd_test_suite/macros.h:43:3: note: expanded from macro
> 'ATF_REQUIRE_KERNEL_MODULE' atf_skip("module %s could not be resolved: %s",   
>   \
> ^
> 1 error generated.
> *** [aio_test.o] Error code 1
> 
> make[6]: stopped in /usr/src/tests/sys/aio
> 
> ...
> --- tests.all__D ---
> /usr/src/tests/sys/aio/aio_test.c:207:2: error: implicit declaration of 
> function
> 'atf_skip' is invalid in C99 [-Werror,-Wimplicit-function-declaration]
> ATF_REQUIRE_KERNEL_MODULE("aio"); ^
> /usr/src/tests/freebsd_test_suite/macros.h:43:3: note: expanded from macro
> 'ATF_REQUIRE_KERNEL_MODULE' atf_skip("module %s could not be resolved: %s",   
>   \
> ^
> 1 error generated.
> *** [aio_test.o] Error code 1
> 
> make[6]: stopped in /usr/src/tests/sys/aio
> 
> 
> src.conf is:
> g1-254(11.0-C)[3] cat /etc/src.conf 
> KERNCONF=CANARY
> PORTS_MODULES=x11/nvidia-driver
> PORTS_MODULES+=multimedia/cuse4bsd-kmod
> PORTS_MODULES+=emulators/virtualbox-ose-kmod
> WITHOUT_DEBUG_FILES=1
> IWN_DEBUG=1
> IEEE80211_DEBUG=1
> g1-254(11.0-C)[4] 
> 
> and make.conf:
> 
> g1-254(11.0-C)[4] cat /etc/make.conf
> # CFLAGS+=  -g
> SENDMAIL_MC=/etc/mail/laptop.mc
> NET_SNMP_SYS_CONTACT="da...@catwhisker.org"
> NET_SNMP_SYS_LOCATION="variable"
> NET_SNMP_LOGFILE=/var/log/snmpd.log
> NET_SNMP_PERSISTENTDIR=/var/net-snmp
> WITH_BSD_JDK=TRUE
> FORCE_PKG_REGISTER= NO
> # For mplayer
> WITHOUT_RUNTIME_CPUDETECTION=   YES
> OPTIONS_SET=OPTIMIZED_CFLAGS
> WITHOUT_CJK=YES
> NO_SUID_XSERVER=YES
> INSTALL_AS_NCFTP=yes
> g1-254(11.0-C)[5] 
> 
> Peace,
> david

Here the same with r282221.

regards,

O. Hartmann


pgp4v0JI66P6A.pgp
Description: OpenPGP digital signature


Head buildworld @282213 fails; suspect r282211

2015-04-29 Thread David Wolfskill
Running:

FreeBSD g1-254.catwhisker.org 11.0-CURRENT FreeBSD 11.0-CURRENT #46  
r282133M/282133:1100070: Tue Apr 28 05:39:53 PDT 2015 
r...@g1-254.catwhisker.org:/common/S3/obj/usr/src/sys/CANARY  amd64

After updating sources to r282213, buildworld fails:

...
>>> stage 4.4: building everything
...
--- tests.all__D ---
/usr/src/tests/sys/aio/aio_test.c:207:2: error: implicit declaration of 
function 'atf_skip' is invalid in C99 [-Werror,-Wimplicit-function-declaration]
ATF_REQUIRE_KERNEL_MODULE("aio");
^
/usr/src/tests/freebsd_test_suite/macros.h:43:3: note: expanded from macro 
'ATF_REQUIRE_KERNEL_MODULE'
atf_skip("module %s could not be resolved: %s", \
^
1 error generated.
*** [aio_test.o] Error code 1

make[6]: stopped in /usr/src/tests/sys/aio

...
--- tests.all__D ---
/usr/src/tests/sys/aio/aio_test.c:207:2: error: implicit declaration of 
function 'atf_skip' is invalid in C99 [-Werror,-Wimplicit-function-declaration]
ATF_REQUIRE_KERNEL_MODULE("aio");
^
/usr/src/tests/freebsd_test_suite/macros.h:43:3: note: expanded from macro 
'ATF_REQUIRE_KERNEL_MODULE'
atf_skip("module %s could not be resolved: %s", \
^
1 error generated.
*** [aio_test.o] Error code 1

make[6]: stopped in /usr/src/tests/sys/aio


src.conf is:
g1-254(11.0-C)[3] cat /etc/src.conf 
KERNCONF=CANARY
PORTS_MODULES=x11/nvidia-driver
PORTS_MODULES+=multimedia/cuse4bsd-kmod
PORTS_MODULES+=emulators/virtualbox-ose-kmod
WITHOUT_DEBUG_FILES=1
IWN_DEBUG=1
IEEE80211_DEBUG=1
g1-254(11.0-C)[4] 

and make.conf:

g1-254(11.0-C)[4] cat /etc/make.conf
# CFLAGS+=  -g
SENDMAIL_MC=/etc/mail/laptop.mc
NET_SNMP_SYS_CONTACT="da...@catwhisker.org"
NET_SNMP_SYS_LOCATION="variable"
NET_SNMP_LOGFILE=/var/log/snmpd.log
NET_SNMP_PERSISTENTDIR=/var/net-snmp
WITH_BSD_JDK=TRUE
FORCE_PKG_REGISTER= NO
# For mplayer
WITHOUT_RUNTIME_CPUDETECTION=   YES
OPTIONS_SET=OPTIMIZED_CFLAGS
WITHOUT_CJK=YES
NO_SUID_XSERVER=YES
INSTALL_AS_NCFTP=yes
g1-254(11.0-C)[5] 

Peace,
david
-- 
David H. Wolfskill  da...@catwhisker.org
Those who murder in the name of God or prophet are blasphemous cowards.

See http://www.catwhisker.org/~david/publickey.gpg for my public key.


pgpqGOl64mfs_.pgp
Description: PGP signature