Bug 194361 - [BUG] 11-CURRENT does not build on 10.1-STABLE
Summary: [BUG] 11-CURRENT does not build on 10.1-STABLE
Status: Closed Not A Bug
Alias: None
Product: Base System
Classification: Unclassified
Component: bin (show other bugs)
Version: CURRENT
Hardware: amd64 Any
: --- Affects Many People
Assignee: freebsd-bugs (Nobody)
URL:
Keywords:
Depends on:
Blocks: 194729
  Show dependency treegraph
 
Reported: 2014-10-14 23:27 UTC by never
Modified: 2015-01-07 16:14 UTC (History)
3 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description never 2014-10-14 23:27:11 UTC
One cannot build 11-CURRENT on 10-STABLE

Log follows:

===> rescue/rescue/chown/tests (depend)
(cd /ssd/never/head/usr.sbin/chown/tests && make -f /ssd/never/head/usr.sbin/chown/tests/Makefile SUBDIR= _RECURSING_PROGS=  depend)
cc  -O2 -pipe -march=nocona  -DRESCUE -std=gnu99 -fstack-protector -Wsystem-headers -Werror -Wall -Wno-format-y2k -W -Wno-unused-parameter -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wreturn-type -Wcast-qual -Wwrite-strings -Wswitch -Wshadow -Wunused-parameter -Wcast-align -Wchar-subscripts -Winline -Wnested-externs -Wredundant-decls -Wold-style-definition -Wno-pointer-sign -Wmissing-variable-declarations -Wthread-safety -Wno-empty-body -Wno-string-plus-int -Wno-unused-const-variable -Qunused-arguments -c /ssd/never/head/usr.sbin/chown/chown.c
MAKEOBJDIRPREFIX=/ssd/never/obj/ssd/never/head/rescue/rescue make -f rescue.mk exe
cc  -O2 -pipe -march=nocona  -c rescue.c
rescue.c:59:2: warning: implicit declaration of function 'crunched_usage' is invalid in C99 [-Wimplicit-function-declaration]
        crunched_usage();
        ^
1 warning generated.
echo "int _crunched_cat_stub(int argc, char **argv, char **envp){return main(argc,argv,envp);}" >cat_stub.c
cc  -O2 -pipe -march=nocona  -c cat_stub.c
cat_stub.c:1:67: warning: implicit declaration of function 'main' is invalid in C99 [-Wimplicit-function-declaration]
int _crunched_cat_stub(int argc, char **argv, char **envp){return main(argc,argv,envp);}
                                                                  ^
1 warning generated.
make[5]: don't know how to make /ssd/never/obj/ssd/never/head/rescue/rescue//ssd/never/head/bin/cat/cat.o. Stop

make[5]: stopped in /ssd/never/obj/ssd/never/head/rescue/rescue
*** Error code 2

Stop.
make[4]: stopped in /ssd/never/head/rescue/rescue
*** Error code 1

Stop.
make[3]: stopped in /ssd/never/head/rescue
*** Error code 1

Stop.
make[2]: stopped in /ssd/never/head
*** Error code 1

Stop.
make[1]: stopped in /ssd/never/head
*** Error code 1

Stop.
make: stopped in /ssd/never/head
Comment 1 Oliver Pinter freebsd_committer freebsd_triage 2015-01-07 16:13:37 UTC
I run into same error: https://github.com/HardenedBSD/hardenedBSD/issues/102