From owner-freebsd-bugs@FreeBSD.ORG Tue Oct 14 23:27:11 2014 Return-Path: Delivered-To: freebsd-bugs@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 6A5F0DC9 for ; Tue, 14 Oct 2014 23:27:11 +0000 (UTC) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 4B74C8C7 for ; Tue, 14 Oct 2014 23:27:11 +0000 (UTC) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.14.9/8.14.9) with ESMTP id s9ENRBn9007052 for ; Tue, 14 Oct 2014 23:27:11 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: freebsd-bugs@FreeBSD.org Subject: [Bug 194361] New: [BUG] 11-CURRENT does not build on 10.1-STABLE Date: Tue, 14 Oct 2014 23:27:11 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: new X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Base System X-Bugzilla-Component: bin X-Bugzilla-Version: 11.0-CURRENT X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Many People X-Bugzilla-Who: never@nevermind.kiev.ua X-Bugzilla-Status: Needs Triage X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: freebsd-bugs@FreeBSD.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: bug_id short_desc product version rep_platform op_sys bug_status bug_severity priority component assigned_to reporter Message-ID: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 14 Oct 2014 23:27:11 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=194361 Bug ID: 194361 Summary: [BUG] 11-CURRENT does not build on 10.1-STABLE Product: Base System Version: 11.0-CURRENT Hardware: amd64 OS: Any Status: Needs Triage Severity: Affects Many People Priority: --- Component: bin Assignee: freebsd-bugs@FreeBSD.org Reporter: never@nevermind.kiev.ua 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 -- You are receiving this mail because: You are the assignee for the bug.