From owner-freebsd-i386@FreeBSD.ORG Sun May 10 10:08:25 2015 Return-Path: Delivered-To: freebsd-i386@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 233CEB48 for ; Sun, 10 May 2015 10:08:25 +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 0CCA11A46 for ; Sun, 10 May 2015 10:08:25 +0000 (UTC) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.14.9/8.14.9) with ESMTP id t4AA8O9p044695 for ; Sun, 10 May 2015 10:08:24 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: freebsd-i386@FreeBSD.org Subject: [Bug 198738] Incorrect optimization flag SSE2 on i386 Date: Sun, 10 May 2015 10:08:25 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Ports & Packages X-Bugzilla-Component: Ports Framework X-Bugzilla-Version: Latest X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Many People X-Bugzilla-Who: tijl@FreeBSD.org X-Bugzilla-Status: New X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: freebsd-ports-bugs@FreeBSD.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: cc attachments.created Message-ID: In-Reply-To: References: 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-i386@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: I386-specific issues for FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 10 May 2015 10:08:25 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=198738 Tijl Coosemans changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |tijl@FreeBSD.org --- Comment #3 from Tijl Coosemans --- Created attachment 156602 --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=156602&action=edit sdl20 cpu autodetect patch This patch replaces MMX and SSE options in devel/sdl20 with autodetection based on CPUTYPE. -- You are receiving this mail because: You are on the CC list for the bug. From owner-freebsd-i386@FreeBSD.ORG Sun May 10 10:10:05 2015 Return-Path: Delivered-To: freebsd-i386@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 73CDFBC2 for ; Sun, 10 May 2015 10:10:05 +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 5E63C1A5A for ; Sun, 10 May 2015 10:10:05 +0000 (UTC) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.14.9/8.14.9) with ESMTP id t4AAA5T3045360 for ; Sun, 10 May 2015 10:10:05 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: freebsd-i386@FreeBSD.org Subject: [Bug 198738] Incorrect optimization flag SSE2 on i386 Date: Sun, 10 May 2015 10:10:04 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Ports & Packages X-Bugzilla-Component: Ports Framework X-Bugzilla-Version: Latest X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Many People X-Bugzilla-Who: tijl@FreeBSD.org X-Bugzilla-Status: In Progress X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: freebsd-ports-bugs@FreeBSD.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: bug_status cc Message-ID: In-Reply-To: References: 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-i386@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: I386-specific issues for FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 10 May 2015 10:10:05 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=198738 Tijl Coosemans changed: What |Removed |Added ---------------------------------------------------------------------------- Status|New |In Progress CC|freebsd-i386@FreeBSD.org | -- You are receiving this mail because: You are on the CC list for the bug. From owner-freebsd-i386@FreeBSD.ORG Sun May 10 17:36:19 2015 Return-Path: Delivered-To: freebsd-i386@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 567873B3; Sun, 10 May 2015 17:36:19 +0000 (UTC) Received: from jenkins-9.freebsd.org (jenkins-9.freebsd.org [8.8.178.209]) by mx1.freebsd.org (Postfix) with ESMTP id 42ADA1623; Sun, 10 May 2015 17:36:19 +0000 (UTC) Received: from jenkins-9.freebsd.org (localhost [127.0.0.1]) by jenkins-9.freebsd.org (Postfix) with ESMTP id 5F28F5BD; Sun, 10 May 2015 17:36:19 +0000 (UTC) Date: Sun, 10 May 2015 17:36:19 +0000 (GMT) From: jenkins-admin@freebsd.org To: jenkins-admin@FreeBSD.org, freebsd-current@FreeBSD.org, freebsd-i386@FreeBSD.org Message-ID: <803622889.4.1431279379355.JavaMail.jenkins@jenkins-9.freebsd.org> Subject: Build failed in Jenkins: FreeBSD_HEAD_i386 #111 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable X-Instance-Identity: MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAkKKb2VAfYQKfu1t7qk4nR5qzUBEI+UqT4BPec4qHVhqUy0FFdq50sMH+3y9bCDNOufctov6VqTNffZ3YXArnZK95YF0OX97fh+E9txYOUX1adc+TikcKjuYpHmL5dE62eaZTI+4A5jnRonskQ1PaoIFz0Kbu4mWzkFsmdiXTraGzomXq4cHUCATA2+K4eDYgjXEQI30z3GOMmmZ4t/+6QGk1cMb/BqMWHbn80AsRCb4tU7Hpd72XLDpsuO7YRP1Q0CjmNAuBOTj+sFiiOe6U9HpqOlQN+iFUvBdZo/ybuy5Kh71cAaYQNL68cYdZJ6binH/DkG3KY/fS7DFYAeuwjwIDAQAB X-Jenkins-Job: FreeBSD_HEAD_i386 X-Jenkins-Result: FAILURE X-BeenThere: freebsd-i386@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: I386-specific issues for FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 10 May 2015 17:36:19 -0000 See ------------------------------------------ [...truncated 155497 lines...] ^ :3:9: note: previous definition is here #define MD4Init __MD4Init ^ In file included from :36: :42:9: warning: 'MD4Update' macro redefined [-Wmacro-redefined] #define MD4Update _libmd_MD4Update ^ :5:9: note: previous definition is here #define MD4Update __MD4Update ^ In file included from :36: :43:9: warning: 'MD4Pad' macro redefined [-Wmacro-redefined] #define MD4Pad _libmd_MD4Pad ^ :6:9: note: previous definition is here #define MD4Pad __MD4Pad ^ In file included from :36: :44:9: warning: 'MD4Final' macro redefined [-Wmacro-redefined] #define MD4Final _libmd_MD4Final ^ :4:9: note: previous definition is here #define MD4Final __MD4Final ^ 4 warnings generated. --- lib/libcom_err__L --- --- com_err.So --- cc -fpic -DPIC -O2 -pipe -I -std=3Dgnu99 -fstack-protec= tor -Wsystem-headers -Werror -Wall -Wno-format-y2k -W -Wno-unused-parameter= -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wreturn-type -Wc= ast-qual -Wwrite-strings -Wswitch -Wshadow -Wunused-parameter -Wcast-align = -Wchar-subscripts -Winline -Wnested-externs -Wredundant-decls -Wold-style-d= efinition -Wno-pointer-sign -Wmissing-variable-declarations -Wthread-safety= -Wno-empty-body -Wno-string-plus-int -Wno-unused-const-variable -Qunused-a= rguments -c -o com_err.So --- lib/libcrypt__L --- In file included from :30: :41:9: warning: 'MD4Init' macro redefined [-Wmacro-redefined] #define MD4Init _libmd_MD4Init ^ :3:9: note: previous definition is here #define MD4Init __MD4Init ^ In file included from :30: :42:9: warning: 'MD4Update' macro redefined [-Wmacro-redefined] #define MD4Update _libmd_MD4Update ^ :5:9: note: previous definition is here #define MD4Update __MD4Update ^ In file included from :30: :43:9: warning: 'MD4Pad' macro redefined [-Wmacro-redefined] #define MD4Pad _libmd_MD4Pad ^ :6:9: note: previous definition is here #define MD4Pad __MD4Pad ^ In file included from :30: :44:9: warning: 'MD4Final' macro redefined [-Wmacro-redefined] #define MD4Final _libmd_MD4Final ^ :4:9: note: previous definition is here #define MD4Final __MD4Final ^ 4 warnings generated. In file included from :38: :44:9: warning: 'SHA256_Init' macro redefined [-Wmacro-redefined] #define SHA256_Init _libmd_SHA256_Init ^ :11:9: note: previous definition is here #define SHA256_Init __SHA256_Init ^ In file included from :38: :45:9: warning: 'SHA256_Update' macro redefined [-Wmacro-redefine= d] #define SHA256_Update _libmd_SHA256_Update ^ :13:9: note: previous definition is here #define SHA256_Update __SHA256_Update ^ In file included from :38: :46:9: warning: 'SHA256_Final' macro redefined [-Wmacro-redefined= ] #define SHA256_Final _libmd_SHA256_Final ^ :12:9: note: previous definition is here #define SHA256_Final __SHA256_Final ^ 3 warnings generated. In file included from :35: :44:9: warning: 'SHA256_Init' macro redefined [-Wmacro-redefined] #define SHA256_Init _libmd_SHA256_Init ^ :11:9: note: previous definition is here #define SHA256_Init __SHA256_Init ^ In file included from :35: :45:9: warning: 'SHA256_Update' macro redefined [-Wmacro-redefine= d] #define SHA256_Update _libmd_SHA256_Update ^ :13:9: note: previous definition is here #define SHA256_Update __SHA256_Update ^ In file included from :35: :46:9: warning: 'SHA256_Final' macro redefined [-Wmacro-redefined= ] #define SHA256_Final _libmd_SHA256_Final ^ :12:9: note: previous definition is here #define SHA256_Final __SHA256_Final ^ 3 warnings generated. In file included from :38: :44:9: warning: 'SHA512_Init' macro redefined [-Wmacro-redefined] #define SHA512_Init _libmd_SHA512_Init ^ :14:9: note: previous definition is here #define SHA512_Init __SHA512_Init ^ In file included from :38: :45:9: warning: 'SHA512_Update' macro redefined [-Wmacro-redefine= d] #define SHA512_Update _libmd_SHA512_Update ^ :16:9: note: previous definition is here #define SHA512_Update __SHA512_Update ^ In file included from :38: :46:9: warning: 'SHA512_Final' macro redefined [-Wmacro-redefined= ] #define SHA512_Final _libmd_SHA512_Final ^ :15:9: note: previous definition is here #define SHA512_Final __SHA512_Final ^ 3 warnings generated. --- lib/libcom_err__L --- --- error.So --- --- lib/libcrypt__L --- In file included from :35: :44:9: warning: 'SHA512_Init' macro redefined [-Wmacro-redefined] #define SHA512_Init _libmd_SHA512_Init ^ :14:9: note: previous definition is here #define SHA512_Init __SHA512_Init ^ In file included from :35: :45:9: warning: 'SHA512_Update' macro redefined [-Wmacro-redefine= d] #define SHA512_Update _libmd_SHA512_Update ^ :16:9: note: previous definition is here #define SHA512_Update __SHA512_Update ^ In file included from :35: :46:9: warning: 'SHA512_Final' macro redefined [-Wmacro-redefined= ] #define SHA512_Final _libmd_SHA512_Final ^ :15:9: note: previous definition is here #define SHA512_Final __SHA512_Final ^ --- lib/libcom_err__L --- cc -fpic -DPIC -O2 -pipe -I -std=3Dgnu99 -fstack-protec= tor -Wsystem-headers -Werror -Wall -Wno-format-y2k -W -Wno-unused-parameter= -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wreturn-type -Wc= ast-qual -Wwrite-strings -Wswitch -Wshadow -Wunused-parameter -Wcast-align = -Wchar-subscripts -Winline -Wnested-externs -Wredundant-decls -Wold-style-d= efinition -Wno-pointer-sign -Wmissing-variable-declarations -Wthread-safety= -Wno-empty-body -Wno-string-plus-int -Wno-unused-const-variable -Qunused-a= rguments -c -o error.So --- lib/libcrypt__L --- 3 warnings generated. --- lib/libbz2__L --- --- bzlib.So --- cc -fpic -DPIC -O2 -pipe -I -std=3Dgnu99 -fstack-protector -W= system-headers -Werror -Wall -Wno-format-y2k -W -Wno-unused-parameter -Wstr= ict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-uninitialized -Wno= -pointer-sign -Wno-empty-body -Wno-string-plus-int -Wno-unused-const-variab= le -Wno-tautological-compare -Wno-unused-value -Wno-parentheses-equality -W= no-unused-function -Wno-enum-conversion -Wno-unused-local-typedef -Qunused-= arguments -c -o bzlib.So --- lib/libcom_err__L --- --- com_err.o --- cc -O2 -pipe -I -std=3Dgnu99 -fstack-protector -Wsystem= -headers -Werror -Wall -Wno-format-y2k -W -Wno-unused-parameter -Wstrict-pr= ototypes -Wmissing-prototypes -Wpointer-arith -Wreturn-type -Wcast-qual -Ww= rite-strings -Wswitch -Wshadow -Wunused-parameter -Wcast-align -Wchar-subsc= ripts -Winline -Wnested-externs -Wredundant-decls -Wold-style-definition -W= no-pointer-sign -Wmissing-variable-declarations -Wthread-safety -Wno-empty-= body -Wno-string-plus-int -Wno-unused-const-variable -Qunused-arguments -c = -o com_err.o --- lib/libcrypt__L --- --- crypt.So --- cc -fpic -DPIC -O2 -pipe -I -I -I -DHAS_DES -DHAS_BLOWFISH -DMD4Init=3D__MD= 4Init -DMD4Final=3D__MD4Final -DMD4Update=3D__MD4Update -DMD4Pad=3D__MD4Pad= -DMD5Init=3D__MD5Init -DMD5Final=3D__MD5Final -DMD5Update=3D__MD5Update -D= MD5Pad=3D__MD5Pad -DSHA256_Init=3D__SHA256_Init -DSHA256_Final=3D__SHA256_F= inal -DSHA256_Update=3D__SHA256_Update -DSHA512_Init=3D__SHA512_Init -DSHA5= 12_Final=3D__SHA512_Final -DSHA512_Update=3D__SHA512_Update -std=3Dgnu99 -f= stack-protector -Wsystem-headers -Werror -Wall -Wno-format-y2k -Wno-uniniti= alized -Wno-pointer-sign -Wno-empty-body -Wno-string-plus-int -Wno-unused-c= onst-variable -Wno-tautological-compare -Wno-unused-value -Wno-parentheses-= equality -Wno-unused-function -Wno-enum-conversion -Wno-unused-local-typede= f -Wno-switch -Wno-switch-enum -Wno-knr-promoted-parameter -Qunused-argumen= ts -c -o crypt.So --- lib/libcom_err__L --- --- error.o --- cc -O2 -pipe -I -std=3Dgnu99 -fstack-protector -Wsystem= -headers -Werror -Wall -Wno-format-y2k -W -Wno-unused-parameter -Wstrict-pr= ototypes -Wmissing-prototypes -Wpointer-arith -Wreturn-type -Wcast-qual -Ww= rite-strings -Wswitch -Wshadow -Wunused-parameter -Wcast-align -Wchar-subsc= ripts -Winline -Wnested-externs -Wredundant-decls -Wold-style-definition -W= no-pointer-sign -Wmissing-variable-declarations -Wthread-safety -Wno-empty-= body -Wno-string-plus-int -Wno-unused-const-variable -Qunused-arguments -c = -o error.o --- lib/libcrypt__L --- --- misc.So --- cc -fpic -DPIC -O2 -pipe -I -I -I -DHAS_DES -DHAS_BLOWFISH -DMD4Init=3D__MD= 4Init -DMD4Final=3D__MD4Final -DMD4Update=3D__MD4Update -DMD4Pad=3D__MD4Pad= -DMD5Init=3D__MD5Init -DMD5Final=3D__MD5Final -DMD5Update=3D__MD5Update -D= MD5Pad=3D__MD5Pad -DSHA256_Init=3D__SHA256_Init -DSHA256_Final=3D__SHA256_F= inal -DSHA256_Update=3D__SHA256_Update -DSHA512_Init=3D__SHA512_Init -DSHA5= 12_Final=3D__SHA512_Final -DSHA512_Update=3D__SHA512_Update -std=3Dgnu99 -f= stack-protector -Wsystem-headers -Werror -Wall -Wno-format-y2k -Wno-uniniti= alized -Wno-pointer-sign -Wno-empty-body -Wno-string-plus-int -Wno-unused-c= onst-variable -Wno-tautological-compare -Wno-unused-value -Wno-parentheses-= equality -Wno-unused-function -Wno-enum-conversion -Wno-unused-local-typede= f -Wno-switch -Wno-switch-enum -Wno-knr-promoted-parameter -Qunused-argumen= ts -c -o misc.So --- lib/libcom_err__L --- --- libcom_err.so.5 --- building shared library libcom_err.so.5 cc -Wl,--no-undefined -Wl,--version-script=3D -fstack-protector -shared -Wl,-x -Wl,--fatal-warnings -Wl,--warn-sha= red-textrel -o libcom_err.so.5 -Wl,-soname,libcom_err.so.5 `NM=3D'nm' lor= der com_err.So error.So | tsort -q`=20 --- lib/libcrypt__L --- --- crypt-md5.So --- cc -fpic -DPIC -O2 -pipe -I -I -I -DHAS_DES -DHAS_BLOWFISH -DMD4Init=3D__MD= 4Init -DMD4Final=3D__MD4Final -DMD4Update=3D__MD4Update -DMD4Pad=3D__MD4Pad= -DMD5Init=3D__MD5Init -DMD5Final=3D__MD5Final -DMD5Update=3D__MD5Update -D= MD5Pad=3D__MD5Pad -DSHA256_Init=3D__SHA256_Init -DSHA256_Final=3D__SHA256_F= inal -DSHA256_Update=3D__SHA256_Update -DSHA512_Init=3D__SHA512_Init -DSHA5= 12_Final=3D__SHA512_Final -DSHA512_Update=3D__SHA512_Update -std=3Dgnu99 -f= stack-protector -Wsystem-headers -Werror -Wall -Wno-format-y2k -Wno-uniniti= alized -Wno-pointer-sign -Wno-empty-body -Wno-string-plus-int -Wno-unused-c= onst-variable -Wno-tautological-compare -Wno-unused-value -Wno-parentheses-= equality -Wno-unused-function -Wno-enum-conversion -Wno-unused-local-typede= f -Wno-switch -Wno-switch-enum -Wno-knr-promoted-parameter -Qunused-argumen= ts -c -o crypt-md5.So --- lib/libcom_err__L --- --- libcom_err.a --- building static com_err library --- lib/libcrypt__L --- In file included from :33: :10:9: error: 'MD5Init' macro redefined [-Werror,-Wmacro-redefined] #define MD5Init _libmd_MD5Init ^ :8:9: note: previous definition is here #define MD5Init __MD5Init ^ In file included from :33: :11:9: error: 'MD5Update' macro redefined [-Werror,-Wmacro-redefined= ] #define MD5Update _libmd_MD5Update ^ :10:9: note: previous definition is here #define MD5Update __MD5Update ^ In file included from :33: :12:9: error: 'MD5Pad' macro redefined [-Werror,-Wmacro-redefined] #define MD5Pad _libmd_MD5Pad ^ :11:9: note: previous definition is here #define MD5Pad __MD5Pad ^ In file included from :33: :13:9: error: 'MD5Final' macro redefined [-Werror,-Wmacro-redefined] #define MD5Final _libmd_MD5Final ^ :9:9: note: previous definition is here #define MD5Final __MD5Final ^ 4 errors generated. *** [crypt-md5.So] Error code 1 make[4]: stopped in 1 error make[4]: stopped in --- lib/libcom_err__L --- ranlib -D libcom_err.a A failure has been detected in another branch of the parallel make make[4]: stopped in --- lib/libbz2__L --- A failure has been detected in another branch of the parallel make make[4]: stopped in --- lib/libelf__L --- A failure has been detected in another branch of the parallel make make[4]: stopped in A failure has been detected in another branch of the parallel make make[3]: stopped in *** [libraries] Error code 2 make[2]: stopped in 1 error make[2]: stopped in *** [_libraries] Error code 2 make[1]: stopped in 1 error make[1]: stopped in *** [buildworld] Error code 2 make: stopped in 1 error make: stopped in Build step 'Execute shell' marked build as failure From owner-freebsd-i386@FreeBSD.ORG Sun May 10 20:42:27 2015 Return-Path: Delivered-To: freebsd-i386@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id B4DF3612; Sun, 10 May 2015 20:42:27 +0000 (UTC) Received: from jenkins-9.freebsd.org (jenkins-9.freebsd.org [8.8.178.209]) by mx1.freebsd.org (Postfix) with ESMTP id 9E74218D6; Sun, 10 May 2015 20:42:27 +0000 (UTC) Received: from jenkins-9.freebsd.org (localhost [127.0.0.1]) by jenkins-9.freebsd.org (Postfix) with ESMTP id 2865A5F2; Sun, 10 May 2015 20:42:28 +0000 (UTC) Date: Sun, 10 May 2015 20:42:28 +0000 (GMT) From: jenkins-admin@freebsd.org To: jenkins-admin@FreeBSD.org, freebsd-current@FreeBSD.org, freebsd-i386@FreeBSD.org Message-ID: <694831986.8.1431290548132.JavaMail.jenkins@jenkins-9.freebsd.org> In-Reply-To: <803622889.4.1431279379355.JavaMail.jenkins@jenkins-9.freebsd.org> References: <803622889.4.1431279379355.JavaMail.jenkins@jenkins-9.freebsd.org> Subject: Build failed in Jenkins: FreeBSD_HEAD_i386 #112 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable X-Instance-Identity: MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAkKKb2VAfYQKfu1t7qk4nR5qzUBEI+UqT4BPec4qHVhqUy0FFdq50sMH+3y9bCDNOufctov6VqTNffZ3YXArnZK95YF0OX97fh+E9txYOUX1adc+TikcKjuYpHmL5dE62eaZTI+4A5jnRonskQ1PaoIFz0Kbu4mWzkFsmdiXTraGzomXq4cHUCATA2+K4eDYgjXEQI30z3GOMmmZ4t/+6QGk1cMb/BqMWHbn80AsRCb4tU7Hpd72XLDpsuO7YRP1Q0CjmNAuBOTj+sFiiOe6U9HpqOlQN+iFUvBdZo/ybuy5Kh71cAaYQNL68cYdZJ6binH/DkG3KY/fS7DFYAeuwjwIDAQAB X-Jenkins-Job: FreeBSD_HEAD_i386 X-Jenkins-Result: FAILURE X-BeenThere: freebsd-i386@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: I386-specific issues for FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 10 May 2015 20:42:27 -0000 See ------------------------------------------ [...truncated 73459 lines...] cc -O2 -pipe -DHAVE_CONFIG_H -I -I -std=3Dgnu99 -Qun= used-arguments -I -c -o itoa.o --- _bootstrap-tools-usr.bin/yacc --- --- yacc --- cc -O2 -pipe -DHAVE_FCNTL_H=3D1 -DHAVE_MKSTEMP=3D1 -DMAXTABLE=3DINT_MAX = -DMIXEDCASE_FILENAMES=3D1 -DYYPATCH=3D20141006 -std=3Dgnu99 -Qunused-argu= ments -I -static -L -o yacc closure.o error.o graph.o lalr.o lr0.o ma= in.o mkpar.o mstring.o output.o reader.o yaccpar.o symtab.o verbose.o warsh= all.o -legacy --- _bootstrap-tools-gnu/usr.bin/groff --- --- matherr.o --- cc -O2 -pipe -DHAVE_CONFIG_H -I -I -std=3Dgnu99 -Qun= used-arguments -I -c -o matherr.= o --- progname.o --- cc -O2 -pipe -DHAVE_CONFIG_H -I -I -std=3Dgnu99 -Qun= used-arguments -I -c -o prognam= e.o --- version.o --- c++ -O2 -pipe -DHAVE_CONFIG_H -I -I -Qunused-arguments= -I -fno-rtti -fno-exceptions -W= no-c++11-extensions -c version.cpp -o version.o --- _bootstrap-tools-lib/libmd --- =3D=3D=3D> lib/libmd (obj,depend,all,install) --- _bootstrap-tools-gnu/usr.bin/groff --- --- libgroff.a --- building static groff library --- _bootstrap-tools-lib/clang/libllvmsupport --- --- Host.o --- c++ -O2 -pipe -I -I -I -I. -I -DLLVM_ON_UNIX -DLLVM_ON_F= REEBSD -D__STDC_LIMIT_MACROS -D__STDC_CONSTANT_MACROS -fno-strict-aliasing = -DLLVM_DEFAULT_TARGET_TRIPLE=3D\"i386-unknown-freebsd11.0\" -DLLVM_HOST_TRI= PLE=3D\"i386-unknown-freebsd11.0\" -DDEFAULT_SYSROOT=3D\"\" -Qunused-argume= nts -I -std=3Dc++11 -fno-excepti= ons -fno-rtti -stdlib=3Dlibc++ -Wno-c++11-extensions -c -o Host.o --- _bootstrap-tools-gnu/usr.bin/groff --- ranlib -D libgroff.a --- _bootstrap-tools-usr.bin/yacc --- --- _proginstall --- sh = -s -o root -g wheel -m 555 yacc --- _bootstrap-tools-gnu/usr.bin/groff --- --- all_subdir_devices --- =3D=3D=3D> gnu/usr.bin/groff/src/devices (all) --- all_subdir_grodvi --- =3D=3D=3D> gnu/usr.bin/groff/src/devices/grodvi (all) --- _bootstrap-tools-lib/libmd --- --- obj --- --- _bootstrap-tools-usr.bin/yacc --- --- _installlinks --- /usr/bin/byacc -> /usr/bin/yacc --- _bootstrap-tools-lib/libmd --- creat= ed for --- _bootstrap-tools-usr.bin/xinstall --- =3D=3D=3D> usr.bin/xinstall (obj,depend,all,install) --- _bootstrap-tools-gnu/usr.bin/groff --- --- dvi.o --- c++ -O2 -pipe -DHAVE_CONFIG_H -I -I -Qunused-argument= s -I -fno-rtti -fno-exceptions -= Wno-c++11-extensions -c -o dvi.o --- _bootstrap-tools-lib/libmd --- --- md5hl.c --- (echo '#define LENGTH 16'; sed -e 's/mdX/md5/g' -e 's/MDX/MD5/g' > md5hl.c --- rmd160hl.c --- (echo '#define LENGTH 20'; sed -e 's/mdX/ripemd/g' -e 's/MDX/RIPEMD160_/g'= -e 's/RIPEMD160__/RIPEMD160_/g' > rmd160hl.c --- sha0hl.c --- (echo '#define LENGTH 20'; sed -e 's/mdX/sha/g' -e 's/MDX/SHA_/g' -e 's/SH= A__/SHA_/g' > sha0hl.c --- sha1hl.c --- (echo '#define LENGTH 20'; sed -e 's/mdX/sha/g' -e 's/MDX/SHA1_/g' -e 's/S= HA1__/SHA1_/g' > sha1hl.c --- sha256hl.c --- (echo '#define LENGTH 32'; sed -e 's/mdX/sha256/g' -e 's/MDX/SHA256_/g'=09= -e 's/SHA256__/SHA256_/g' > sha256hl.c --- sha512hl.c --- (echo '#define LENGTH 64'; sed -e 's/mdX/sha512/g' -e 's/MDX/SHA512_/g'=09= -e 's/SHA512__/SHA512_/g' > sha512hl.c --- md4hl.c --- (echo '#define LENGTH 16'; sed -e 's/mdX/md4/g' -e 's/MDX/MD4/g' > md4hl.c --- .depend --- rm -f .depend mkdep -f .depend -a -I -DSHA1_ASM -DRMD160_ASM -I -std=3Dgnu99 md4hl.c md5hl.c rmd160hl.c sha0hl.c sha1hl.c sha256hl.c sha51= 2hl.c --- _bootstrap-tools-usr.bin/xinstall --- --- obj --- created for --- .depend --- rm -f .depend mkdep -f .depend -a -I -I -I= -I -std=3Dgnu99 --- _bootstrap-tools-lib/libmd --- := 86:9: warning: 'ripemd160_block' macro redefined #define ripemd160_block ripemd160_block_x86 ^ :9= 7:9: note: previous definition is here #define ripemd160_block _libmd_ripemd160_block ^ 1 warning generated. :10= 4:13: warning: 'sha1_block' macro redefined # define sha1_block sha1_block_x86 ^ :107:= 9: note: previous definition is here #define sha1_block _libmd_sha1_block ^ 1 warning generated. --- _bootstrap-tools-gnu/usr.bin/groff --- --- grodvi --- c++ -O2 -pipe -DHAVE_CONFIG_H -I -I -Qunused-argument= s -I -fno-rtti -fno-exceptions -= Wno-c++11-extensions -static -L -o g= rodvi dvi.o <= https://jenkins.freebsd.org/job/FreeBSD_HEAD_i386/ws/obj/jenkins/workspace/= FreeBSD_HEAD_i386/tmp/jenkins/workspace/FreeBSD_HEAD_i386/gnu/usr.bin/groff= /src/devices/grodvi/../../../src/libs/libgroff/libgroff.a> -lm -legacy --- _bootstrap-tools-lib/libmd --- --- md4c.o --- cc -O2 -pipe -I -DSHA1_ASM -DRMD160_ASM -std=3Dgnu99 -Qunused-arguments -I -c -o md4c.o --- _bootstrap-tools-gnu/usr.bin/groff --- --- all_subdir_grohtml --- =3D=3D=3D> gnu/usr.bin/groff/src/devices/grohtml (all) --- _bootstrap-tools-lib/libmd --- --- md5c.o --- cc -O2 -pipe -I -DSHA1_ASM -DRMD160_ASM -std=3Dgnu99 -Qunused-arguments -I -c -o md5c.o --- _bootstrap-tools-gnu/usr.bin/groff --- --- post-html.o --- c++ -O2 -pipe -DHAVE_CONFIG_H -I -I -Qunused-argume= nts -I -fno-rtti -fno-exceptions= -Wno-c++11-extensions -c -o post-html.o --- _bootstrap-tools-usr.bin/xinstall --- echo xinstall: /usr/lib/libc.a /usr/lib/libmd.a >> .depend --- xinstall.o --- cc -O2 -pipe -I -I -I -std=3Dg= nu99 -Qunused-arguments -I -c -o xinstall.o --- _bootstrap-tools-lib/libmd --- --- md5hl.o --- cc -O2 -pipe -I -DSHA1_ASM -DRMD160_ASM -std=3Dgnu99 -Qunused-arguments -I -c md5hl.c -o md5hl.o --- rmd160c.o --- cc -O2 -pipe -I -DSHA1_ASM -DRMD160_ASM -std=3Dgnu99 -Qunused-arguments -I -c -o rmd160c.o := 86:9: warning: 'ripemd160_block' macro redefined #define ripemd160_block ripemd160_block_x86 ^ :9= 7:9: note: previous definition is here #define ripemd160_block _libmd_ripemd160_block ^ 1 warning generated. --- rmd160hl.o --- cc -O2 -pipe -I -DSHA1_ASM -DRMD160_ASM -std=3Dgnu99 -Qunused-arguments -I -c rmd160hl.c -o rmd160hl.o --- sha0c.o --- cc -O2 -pipe -I -DSHA1_ASM -DRMD160_ASM -std=3Dgnu99 -Qunused-arguments -I -c -o sha0c.o --- _bootstrap-tools-usr.bin/xinstall --- --- getid.o --- cc -O2 -pipe -I -I -I -std=3Dg= nu99 -Qunused-arguments -I -c -o getid.o --- xinstall --- cc -O2 -pipe -I -I -I -std=3Dg= nu99 -Qunused-arguments -I -sta= tic -L -o xinstall xinstall.o getid.o= -lmd -legacy --- _bootstrap-tools-lib/clang/libllvmsupport --- --- IntEqClasses.o --- c++ -O2 -pipe -I -I -I -I. -I -DLLVM_ON_UNIX -DLLVM_ON_F= REEBSD -D__STDC_LIMIT_MACROS -D__STDC_CONSTANT_MACROS -fno-strict-aliasing = -DLLVM_DEFAULT_TARGET_TRIPLE=3D\"i386-unknown-freebsd11.0\" -DLLVM_HOST_TRI= PLE=3D\"i386-unknown-freebsd11.0\" -DDEFAULT_SYSROOT=3D\"\" -Qunused-argume= nts -I -std=3Dc++11 -fno-excepti= ons -fno-rtti -stdlib=3Dlibc++ -Wno-c++11-extensions -c -o IntEqClasses.o --- _bootstrap-tools-lib/libmd --- --- sha0hl.o --- cc -O2 -pipe -I -DSHA1_ASM -DRMD160_ASM -std=3Dgnu99 -Qunused-arguments -I -c sha0hl.c -o sha0hl.o --- sha1c.o --- cc -O2 -pipe -I -DSHA1_ASM -DRMD160_ASM -std=3Dgnu99 -Qunused-arguments -I -c -o sha1c.o :10= 4:13: warning: 'sha1_block' macro redefined # define sha1_block sha1_block_x86 ^ :107:= 9: note: previous definition is here #define sha1_block _libmd_sha1_block ^ 1 warning generated. --- sha1hl.o --- cc -O2 -pipe -I -DSHA1_ASM -DRMD160_ASM -std=3Dgnu99 -Qunused-arguments -I -c sha1hl.c -o sha1hl.o --- _bootstrap-tools-usr.bin/xinstall --- xinstall.o: In function `install': :(.text+0xf3e): undefined reference to `_libmd_MD5File' :(.text+0x148a): undefined reference to `_libmd_MD5Init' :(.text+0x14af): undefined reference to `_libmd_RIPEMD160_File' :(.text+0x14c5): undefined reference to `_libmd_SHA1_File' :(.text+0x14db): undefined reference to `_libmd_SHA256_File' :(.text+0x14f1): undefined reference to `_libmd_SHA512_File' :(.text+0x1566): undefined reference to `_libmd_RIPEMD160_Init' :(.text+0x1577): undefined reference to `_libmd_SHA1_Init' :(.text+0x1588): undefined reference to `_libmd_SHA256_Init' --- _bootstrap-tools-lib/libmd --- --- sha256c.o --- --- _bootstrap-tools-usr.bin/xinstall --- :(.text+0x1599): undefined reference to `_libmd_SHA512_Init' :(.text+0x16c5): undefined reference to `_libmd_MD5Update' :(.text+0x16ee): undefined reference to `_libmd_SHA256_Update' :(.text+0x1765): undefined reference to `_libmd_MD5Update' :(.text+0x177e): undefined reference to `_libmd_RIPEMD160_Update' :(.text+0x179a): undefined reference to `_libmd_SHA1_Update' :(.text+0x17b6): undefined reference to `_libmd_SHA512_Update' :(.text+0x1804): undefined reference to `_libmd_MD5End' :(.text+0x181d): undefined reference to `_libmd_RIPEMD160_End' :(.text+0x1836): undefined reference to `_libmd_SHA1_End' :(.text+0x184f): undefined reference to `_libmd_SHA256_End' :(.text+0x1868): undefined reference to `_libmd_SHA512_End' :(.text+0x1a91): undefined reference to `_libmd_MD5File' :(.text+0x1aa9): undefined reference to `_libmd_RIPEMD160_File' :(.text+0x1ac1): undefined reference to `_libmd_SHA1_File' :(.text+0x1ad9): undefined reference to `_libmd_SHA256_File' :(.text+0x1af1): undefined reference to `_libmd_SHA512_File' :(.text+0x1f1d): undefined reference to `_libmd_RIPEMD160_Update' :(.text+0x1f3e): undefined reference to `_libmd_SHA1_Update' --- _bootstrap-tools-lib/libmd --- cc -O2 -pipe -I -DSHA1_ASM -DRMD160_ASM -std=3Dgnu99 -Qunused-arguments -I -c -o sha256c.o --- _bootstrap-tools-usr.bin/xinstall --- :(.text+0x1f5f): undefined reference to `_libmd_SHA256_Update' :(.text+0x1f80): undefined reference to `_libmd_SHA512_Update' xinstall.o: In function `compare': :(.text+0x275b): undefined reference to `_libmd_MD5Init' :(.text+0x276c): undefined reference to `_libmd_RIPEMD160_Init' :(.text+0x277d): undefined reference to `_libmd_SHA1_Init' :(.text+0x278e): undefined reference to `_libmd_SHA256_Init' :(.text+0x279f): undefined reference to `_libmd_SHA512_Init' :(.text+0x2914): undefined reference to `_libmd_MD5Update' :(.text+0x2a07): undefined reference to `_libmd_MD5Update' :(.text+0x2a20): undefined reference to `_libmd_RIPEMD160_Update' :(.text+0x2a39): undefined reference to `_libmd_SHA1_Update' :(.text+0x2a52): undefined reference to `_libmd_SHA256_Update' :(.text+0x2a6b): undefined reference to `_libmd_SHA512_Update' :(.text+0x2af6): undefined reference to `_libmd_MD5End' :(.text+0x2b0f): undefined reference to `_libmd_RIPEMD160_End' :(.text+0x2b28): undefined reference to `_libmd_SHA1_End' :(.text+0x2b41): undefined reference to `_libmd_SHA256_End' :(.text+0x2b5a): undefined reference to `_libmd_SHA512_End' :(.text+0x2b87): undefined reference to `_libmd_RIPEMD160_Update' :(.text+0x2ba4): undefined reference to `_libmd_SHA1_Update' :(.text+0x2bc1): undefined reference to `_libmd_SHA256_Update' :(.text+0x2bde): undefined reference to `_libmd_SHA512_Update' cc: error: linker command failed with exit code 1 (use -v to see invocation= ) *** [xinstall] Error code 1 make[3]: stopped in 1 error make[3]: stopped in --- _bootstrap-tools-gnu/usr.bin/groff --- A failure has been detected in another branch of the parallel make make[6]: stopped in *** [all_subdir_grohtml] Error code 2 make[5]: stopped in 1 error make[5]: stopped in *** [all_subdir_devices] Error code 2 make[4]: stopped in 1 error make[4]: stopped in *** [_sub.all] Error code 2 make[3]: stopped in 1 error make[3]: stopped in --- _bootstrap-tools-lib/clang/libllvmsupport --- A failure has been detected in another branch of the parallel make make[3]: stopped in --- _bootstrap-tools-lib/libmd --- A failure has been detected in another branch of the parallel make make[3]: stopped in A failure has been detected in another branch of the parallel make make[2]: stopped in *** [_bootstrap-tools] Error code 2 make[1]: stopped in 1 error make[1]: stopped in *** [buildworld] Error code 2 make: stopped in 1 error make: stopped in Build step 'Execute shell' marked build as failure From owner-freebsd-i386@FreeBSD.ORG Mon May 11 02:17:53 2015 Return-Path: Delivered-To: freebsd-i386@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 5F32936A; Mon, 11 May 2015 02:17:53 +0000 (UTC) Received: from jenkins-9.freebsd.org (jenkins-9.freebsd.org [8.8.178.209]) by mx1.freebsd.org (Postfix) with ESMTP id 4ACE91921; Mon, 11 May 2015 02:17:53 +0000 (UTC) Received: from jenkins-9.freebsd.org (localhost [127.0.0.1]) by jenkins-9.freebsd.org (Postfix) with ESMTP id 64BE0683; Mon, 11 May 2015 02:17:53 +0000 (UTC) Date: Mon, 11 May 2015 02:17:53 +0000 (GMT) From: jenkins-admin@freebsd.org To: jenkins-admin@FreeBSD.org, freebsd-current@FreeBSD.org, freebsd-i386@FreeBSD.org, adrian@FreeBSD.org, markj@FreeBSD.org, sjg@FreeBSD.org, rpaulo@FreeBSD.org, thomas@FreeBSD.org Message-ID: <700965817.10.1431310673380.JavaMail.jenkins@jenkins-9.freebsd.org> In-Reply-To: <694831986.8.1431290548132.JavaMail.jenkins@jenkins-9.freebsd.org> References: <694831986.8.1431290548132.JavaMail.jenkins@jenkins-9.freebsd.org> Subject: Jenkins build is back to normal : FreeBSD_HEAD_i386 #113 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit X-Instance-Identity: MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAkKKb2VAfYQKfu1t7qk4nR5qzUBEI+UqT4BPec4qHVhqUy0FFdq50sMH+3y9bCDNOufctov6VqTNffZ3YXArnZK95YF0OX97fh+E9txYOUX1adc+TikcKjuYpHmL5dE62eaZTI+4A5jnRonskQ1PaoIFz0Kbu4mWzkFsmdiXTraGzomXq4cHUCATA2+K4eDYgjXEQI30z3GOMmmZ4t/+6QGk1cMb/BqMWHbn80AsRCb4tU7Hpd72XLDpsuO7YRP1Q0CjmNAuBOTj+sFiiOe6U9HpqOlQN+iFUvBdZo/ybuy5Kh71cAaYQNL68cYdZJ6binH/DkG3KY/fS7DFYAeuwjwIDAQAB X-Jenkins-Job: FreeBSD_HEAD_i386 X-Jenkins-Result: SUCCESS X-BeenThere: freebsd-i386@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: I386-specific issues for FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 11 May 2015 02:17:53 -0000 See From owner-freebsd-i386@FreeBSD.ORG Fri May 15 20:39:48 2015 Return-Path: Delivered-To: freebsd-i386@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 C33EBEC2; Fri, 15 May 2015 20:39:48 +0000 (UTC) Received: from jenkins-9.freebsd.org (jenkins-9.freebsd.org [8.8.178.209]) by mx1.freebsd.org (Postfix) with ESMTP id AE06D105D; Fri, 15 May 2015 20:39:48 +0000 (UTC) Received: from jenkins-9.freebsd.org (localhost [127.0.0.1]) by jenkins-9.freebsd.org (Postfix) with ESMTP id B9912265; Fri, 15 May 2015 20:39:48 +0000 (UTC) Date: Fri, 15 May 2015 20:39:47 +0000 (GMT) From: jenkins-admin@freebsd.org To: jenkins-admin@FreeBSD.org, freebsd-current@FreeBSD.org, freebsd-i386@FreeBSD.org, ian@FreeBSD.org, gnn@FreeBSD.org, cy@FreeBSD.org, zbb@FreeBSD.org, pfg@FreeBSD.org Message-ID: <81719606.16.1431722388689.JavaMail.jenkins@jenkins-9.freebsd.org> Subject: Build failed in Jenkins: FreeBSD_HEAD_i386 #137 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit X-Instance-Identity: MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAkKKb2VAfYQKfu1t7qk4nR5qzUBEI+UqT4BPec4qHVhqUy0FFdq50sMH+3y9bCDNOufctov6VqTNffZ3YXArnZK95YF0OX97fh+E9txYOUX1adc+TikcKjuYpHmL5dE62eaZTI+4A5jnRonskQ1PaoIFz0Kbu4mWzkFsmdiXTraGzomXq4cHUCATA2+K4eDYgjXEQI30z3GOMmmZ4t/+6QGk1cMb/BqMWHbn80AsRCb4tU7Hpd72XLDpsuO7YRP1Q0CjmNAuBOTj+sFiiOe6U9HpqOlQN+iFUvBdZo/ybuy5Kh71cAaYQNL68cYdZJ6binH/DkG3KY/fS7DFYAeuwjwIDAQAB X-Jenkins-Job: FreeBSD_HEAD_i386 X-Jenkins-Result: FAILURE X-BeenThere: freebsd-i386@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: I386-specific issues for FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 15 May 2015 20:39:48 -0000 See Changes: [pfg] Break apart the gnu_inline attribute and use "artificial" if available. In general it is bad practice to use the gnu_inline attribute but we will need it in special cases like FORTIFY_SOURCE. In this specific case it is also useful to have the "artificial" attribute: "This attribute is useful for small inline wrappers which if possible should appear during debugging as a unit, depending on the debug info format it will either mean marking the function as artificial or using the caller location for all instructions within the inlined body." This attribute appears to be currently implemented only in GCC. Use it only in conjuntion with gnu_inline in the cases where it is available, which is similar in spirit in how it's used in glibc. [cy] Correct location for libntpevent.a. [zbb] Introduce support for the Alpine PoC from Annapurna Labs The Alpine Platform-On-Chip offers multicore processing (quad ARM Cortex-A15), 1/10Gb Ethernet, SATA 3, PCI-E 3, DMA engines, Virtualization, Advanced Power Management and other. This code drop involves basic platform support including: SMP, IRQs, SerDes, SATA. As of now it is missing the PCIe support. Part of the functionality is provided by the low-level code (HAL) delivered by the chip vendor (Annapurna Labs) and is a subject to change in the future (is planned to be moved to sys/contrib directory). The review log for this commit is available here: https://reviews.freebsd.org/D2340 Reviewed by: andrew, ian, imp Obtained from: Semihalf Sponsored by: Annapurna Labs [ian] Add assertions that the addresses passed to tlb maintenance are page-aligned. Perform cache writebacks and invalidations in the correct (inner to outer or vice versa) order, and add comments that explain that. Consistantly use 'va' as the variable name for virtual addresses. Submitted by: Michal Meloun [ian] Retrieve the cache parms in the proper arch-specific way. Submitted by: Michal Meloun [gnn] Summary: Remove spurious, extra, next header comments. Correct the name of the pad length field. [pfg] Replace a CONSTCOND for a void value as a replacement for __unreachable builtin This only applies if we are not using clang or gcc but it lets us use the __unreachable() buitin in expressions. Suggested by: tijl ------------------------------------------ [...truncated 62285 lines...] 14 errors generated. In file included from :15: In file included from :52: In file included from :36: :550:2: error: #else after #else #else ^ :36:2: error: unterminated conditional directive #ifndef _SYS_CDEFS_H_ ^ In file included from :15: In file included from :52: In file included from :138: In file included from :35: :550:2: error: #else after #else #else ^ :36:2: error: unterminated conditional directive #ifndef _SYS_CDEFS_H_ ^ In file included from :15: In file included from :53: In file included from :32: :550:2: error: #else after #else #else ^ :36:2: error: unterminated conditional directive #ifndef _SYS_CDEFS_H_ ^ In file included from :15: In file included from :53: In file included from :33: In file included from :32: :550:2: error: #else after #else #else ^ :36:2: error: unterminated conditional directive #ifndef _SYS_CDEFS_H_ ^ In file included from :15: In file included from :55: In file included from :6: In file included from :36: :550:2: error: #else after #else #else ^ :36:2: error: unterminated conditional directive #ifndef _SYS_CDEFS_H_ ^ In file included from :15: In file included from :59: In file included from :21: In file included from :38: In file included from :32: :550:2: error: #else after #else #else ^ :36:2: error: unterminated conditional directive #ifndef _SYS_CDEFS_H_ ^ In file included from :15: In file included from :59: In file included from :21: In file included from :38: In file included from :34: In file included from :6: In file included from :36: :550:2: error: #else after #else #else ^ :36:2: error: unterminated conditional directive #ifndef _SYS_CDEFS_H_ ^ 14 errors generated. In file included from :15: In file included from :52: In file included from :36: :550:2: error: #else after #else #else ^ :36:2: error: unterminated conditional directive #ifndef _SYS_CDEFS_H_ ^ In file included from :15: In file included from :52: In file included from :138: In file included from :35: :550:2: error: #else after #else #else ^ :36:2: error: unterminated conditional directive #ifndef _SYS_CDEFS_H_ ^ In file included from :15: In file included from :53: In file included from :32: :550:2: error: #else after #else #else ^ :36:2: error: unterminated conditional directive #ifndef _SYS_CDEFS_H_ ^ In file included from :15: In file included from :53: In file included from :33: In file included from :32: :550:2: error: #else after #else #else ^ :36:2: error: unterminated conditional directive #ifndef _SYS_CDEFS_H_ ^ In file included from :15: In file included from :55: In file included from :6: In file included from :36: :550:2: error: #else after #else #else ^ :36:2: error: unterminated conditional directive #ifndef _SYS_CDEFS_H_ ^ In file included from :15: In file included from :59: In file included from :21: In file included from :38: In file included from :32: :550:2: error: #else after #else #else ^ :36:2: error: unterminated conditional directive #ifndef _SYS_CDEFS_H_ ^ In file included from :15: In file included from :59: In file included from :21: In file included from :38: In file included from :34: In file included from :6: In file included from :36: :550:2: error: #else after #else #else ^ :36:2: error: unterminated conditional directive #ifndef _SYS_CDEFS_H_ ^ 14 errors generated. In file included from :15: In file included from :52: In file included from :36: :550:2: error: #else after #else #else ^ :36:2: error: unterminated conditional directive #ifndef _SYS_CDEFS_H_ ^ In file included from :15: In file included from :52: In file included from :138: In file included from :35: :550:2: error: #else after #else #else ^ :36:2: error: unterminated conditional directive #ifndef _SYS_CDEFS_H_ ^ In file included from :15: In file included from :53: In file included from :32: :550:2: error: #else after #else #else ^ :36:2: error: unterminated conditional directive #ifndef _SYS_CDEFS_H_ ^ In file included from :15: In file included from :53: In file included from :33: In file included from :32: :550:2: error: #else after #else #else ^ :36:2: error: unterminated conditional directive #ifndef _SYS_CDEFS_H_ ^ In file included from :15: In file included from :55: In file included from :6: In file included from :36: :550:2: error: #else after #else #else ^ :36:2: error: unterminated conditional directive #ifndef _SYS_CDEFS_H_ ^ In file included from :15: In file included from :59: In file included from :21: In file included from :38: In file included from :32: :550:2: error: #else after #else #else ^ :36:2: error: unterminated conditional directive #ifndef _SYS_CDEFS_H_ ^ In file included from :15: In file included from :59: In file included from :21: In file included from :38: In file included from :34: In file included from :6: In file included from :36: :550:2: error: #else after #else #else ^ :36:2: error: unterminated conditional directive #ifndef _SYS_CDEFS_H_ ^ 14 errors generated. mkdep: compile failed *** [.depend] Error code 1 make[4]: stopped in 1 error make[4]: stopped in A failure has been detected in another branch of the parallel make make[3]: stopped in *** [libraries] Error code 2 make[2]: stopped in 1 error make[2]: stopped in *** [_libraries] Error code 2 make[1]: stopped in 1 error make[1]: stopped in *** [buildworld] Error code 2 make: stopped in 1 error make: stopped in Build step 'Execute shell' marked build as failure From owner-freebsd-i386@FreeBSD.ORG Sat May 16 02:13:42 2015 Return-Path: Delivered-To: freebsd-i386@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id EEA05359; Sat, 16 May 2015 02:13:41 +0000 (UTC) Received: from jenkins-9.freebsd.org (jenkins-9.freebsd.org [8.8.178.209]) by mx1.freebsd.org (Postfix) with ESMTP id D96591470; Sat, 16 May 2015 02:13:41 +0000 (UTC) Received: from jenkins-9.freebsd.org (localhost [127.0.0.1]) by jenkins-9.freebsd.org (Postfix) with ESMTP id E0B982E3; Sat, 16 May 2015 02:13:41 +0000 (UTC) Date: Sat, 16 May 2015 02:13:41 +0000 (GMT) From: jenkins-admin@freebsd.org To: jenkins-admin@FreeBSD.org, freebsd-current@FreeBSD.org, freebsd-i386@FreeBSD.org, dim@FreeBSD.org, gnn@FreeBSD.org, ian@FreeBSD.org, cy@FreeBSD.org, zbb@FreeBSD.org, pfg@FreeBSD.org, adrian@FreeBSD.org Message-ID: <1399830580.20.1431742421875.JavaMail.jenkins@jenkins-9.freebsd.org> In-Reply-To: <81719606.16.1431722388689.JavaMail.jenkins@jenkins-9.freebsd.org> References: <81719606.16.1431722388689.JavaMail.jenkins@jenkins-9.freebsd.org> Subject: Jenkins build is back to normal : FreeBSD_HEAD_i386 #138 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit X-Instance-Identity: MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAkKKb2VAfYQKfu1t7qk4nR5qzUBEI+UqT4BPec4qHVhqUy0FFdq50sMH+3y9bCDNOufctov6VqTNffZ3YXArnZK95YF0OX97fh+E9txYOUX1adc+TikcKjuYpHmL5dE62eaZTI+4A5jnRonskQ1PaoIFz0Kbu4mWzkFsmdiXTraGzomXq4cHUCATA2+K4eDYgjXEQI30z3GOMmmZ4t/+6QGk1cMb/BqMWHbn80AsRCb4tU7Hpd72XLDpsuO7YRP1Q0CjmNAuBOTj+sFiiOe6U9HpqOlQN+iFUvBdZo/ybuy5Kh71cAaYQNL68cYdZJ6binH/DkG3KY/fS7DFYAeuwjwIDAQAB X-Jenkins-Job: FreeBSD_HEAD_i386 X-Jenkins-Result: SUCCESS X-Mailman-Approved-At: Sat, 16 May 2015 03:47:40 +0000 X-BeenThere: freebsd-i386@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: I386-specific issues for FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 16 May 2015 02:13:42 -0000 See