From owner-freebsd-ports-bugs@freebsd.org Mon Jul 6 12:23:43 2020 Return-Path: Delivered-To: freebsd-ports-bugs@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 52DEF36665B for ; Mon, 6 Jul 2020 12:23:43 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from mailman.nyi.freebsd.org (mailman.nyi.freebsd.org [IPv6:2610:1c1:1:606c::50:13]) by mx1.freebsd.org (Postfix) with ESMTP id 4B0l9C1YSyz40Sx for ; Mon, 6 Jul 2020 12:23:43 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: by mailman.nyi.freebsd.org (Postfix) id 3557C366555; Mon, 6 Jul 2020 12:23:43 +0000 (UTC) Delivered-To: ports-bugs@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 35230366884 for ; Mon, 6 Jul 2020 12:23:43 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4B0l9C0gplz40d3 for ; Mon, 6 Jul 2020 12:23:43 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2610:1c1:1:606c::50:1d]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id EEBA21E2D3 for ; Mon, 6 Jul 2020 12:23:42 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org ([127.0.1.5]) by kenobi.freebsd.org (8.15.2/8.15.2) with ESMTP id 066CNgsY080359 for ; Mon, 6 Jul 2020 12:23:42 GMT (envelope-from bugzilla-noreply@freebsd.org) Received: (from www@localhost) by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id 066CNge4080358 for ports-bugs@FreeBSD.org; Mon, 6 Jul 2020 12:23:42 GMT (envelope-from bugzilla-noreply@freebsd.org) X-Authentication-Warning: kenobi.freebsd.org: www set sender to bugzilla-noreply@freebsd.org using -f From: bugzilla-noreply@freebsd.org To: ports-bugs@FreeBSD.org Subject: [Bug 247799] audio/vorbis-tools fails build with linker error Date: Mon, 06 Jul 2020 12:23:42 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: new X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Ports & Packages X-Bugzilla-Component: Individual Port(s) X-Bugzilla-Version: Latest X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Only Me X-Bugzilla-Who: tech-lists@zyxst.net X-Bugzilla-Status: New X-Bugzilla-Resolution: X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: naddy@FreeBSD.org X-Bugzilla-Flags: maintainer-feedback? X-Bugzilla-Changed-Fields: bug_id short_desc product version rep_platform op_sys bug_status bug_severity priority component assigned_to reporter flagtypes.name Message-ID: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.33 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 06 Jul 2020 12:23:43 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D247799 Bug ID: 247799 Summary: audio/vorbis-tools fails build with linker error Product: Ports & Packages Version: Latest Hardware: Any OS: Any Status: New Severity: Affects Only Me Priority: --- Component: Individual Port(s) Assignee: naddy@FreeBSD.org Reporter: tech-lists@zyxst.net Assignee: naddy@FreeBSD.org Flags: maintainer-feedback?(naddy@FreeBSD.org) Hi, context: poudriere host and poudriere version: 12.1-STABLE #0 r361108 poudriere-devel-3.3.99.20200326 poudriere jail version: 12.1-STABLE 1201512 r359155 amd64 ports version: 541339 audio/vorbis-tools fails build with linker error: # poudriere testport -j 12S-desktop audio/vorbis-tools [...] [00:00:29] --- flac.o --- [00:00:29] flac.c:373:26: warning: passing 'FLAC__byte *' (aka 'unsigned ch= ar *') to parameter of type 'const char *' converts between pointers to integer types with different sign [-Wpointer-sign] [00:00:29] strncpy(comment, f_comments->comments[i].entry, f_comments->comments[i].length); [00:00:29] ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ [00:00:29] /usr/include/string.h:103:57: note: passing argument to parameter here [00:00:29] char *strncpy(char * __restrict, const char * __restrict, size_t); [00:00:29] ^ [00:00:29] 1 warning generated. [00:00:29] --- oggenc --- [00:00:29] /bin/sh ../libtool --tag=3DCC --mode=3Dlink cc -fsigned-char -O= 2 -pipe=20 -DLIBICONV_PLUG -fstack-protector-strong -fno-strict-aliasing=20=20 -L/usr/local/lib -fstack-protector-strong -o oggenc flac.o easyflac.o lyri= cs.o oggenc.o audio.o encode.o platform.o resample.o skeleton.o ../share/libut= f8.a ../share/libgetopt.a -lvorbisenc -L/usr/local/lib -lvorbis -L/usr/local/l= ib -loggkate -lkate -logg -L/usr/local/lib -logg /usr/local/lib/libintl.so -Wl,-rpath -Wl,/usr/local/lib -lFLAC -lm -L/usr/local/lib -logg=20 [00:00:29] libtool: link: cc -fsigned-char -O2 -pipe -DLIBICONV_PLUG -fstack-protector-strong -fno-strict-aliasing -fstack-protector-strong -o oggenc flac.o easyflac.o lyrics.o oggenc.o audio.o encode.o platform.o resample.o skeleton.o /usr/local/lib/libintl.so -Wl,-rpath -Wl,/usr/local/l= ib=20 -L/usr/local/lib ../share/libutf8.a ../share/libgetopt.a -lvorbisenc -lvorb= is -loggkate -lkate -lFLAC -lm -logg [00:00:29] Making all in oggdec [00:00:29] --- oggdec.o --- [00:00:29] if cc -DLOCALEDIR=3D\"/usr/local/share/locale\" -DHAVE_CONFIG_H = -I. -I. -I.. -I/usr/local/include -I/usr/local/include -I../include -I../intl= =20=20 -I/usr/local/include -DLIBICONV_PLUG -D_THREAD_SAFE -fsigned-char -O2 -pip= e=20 -DLIBICONV_PLUG -fstack-protector-strong -fno-strict-aliasing -MT oggdec.o = -MD -MP -MF ".deps/oggdec.Tpo" -c -o oggdec.o oggdec.c; then mv -f ".deps/oggdec.Tpo" ".deps/oggdec.Po"; else rm -f ".deps/oggdec.Tpo"; exit 1= ; fi [00:00:29] --- oggdec --- [00:00:29] /bin/sh ../libtool --tag=3DCC --mode=3Dlink cc -fsigned-char -O= 2 -pipe=20 -DLIBICONV_PLUG -fstack-protector-strong -fno-strict-aliasing=20=20 -L/usr/local/lib -fstack-protector-strong -o oggdec oggdec.o ../share/libutf8.a ../share/libgetopt.a -lvorbisfile -L/usr/local/lib -lvor= bis=20 -L/usr/local/lib -logg /usr/local/lib/libintl.so -Wl,-rpath -Wl,/usr/local= /lib=20 [00:00:29] libtool: link: cc -fsigned-char -O2 -pipe -DLIBICONV_PLUG -fstack-protector-strong -fno-strict-aliasing -fstack-protector-strong -o oggdec oggdec.o /usr/local/lib/libintl.so -Wl,-rpath -Wl,/usr/local/lib=20 -L/usr/local/lib ../share/libutf8.a ../share/libgetopt.a -lvorbisfile -lvor= bis -logg [00:00:29] ld: error: /usr/local/lib/libvorbisfile.so: undefined reference = to rint [00:00:29] ld: error: /usr/local/lib/libvorbisfile.so: undefined reference = to rintf [00:00:29] cc: error: linker command failed with exit code 1 (use -v to see invocation) [00:00:29] *** [oggdec] Error code 1 [00:00:29]=20 [00:00:29] make[3]: stopped in /wrkdirs/usr/ports/audio/vorbis-tools/work/vorbis-tools-1.4.0/oggdec [00:00:29] 1 error [00:00:29]=20 [00:00:29] make[3]: stopped in /wrkdirs/usr/ports/audio/vorbis-tools/work/vorbis-tools-1.4.0/oggdec [00:00:29] *** [all-recursive] Error code 1 [00:00:29]=20 [00:00:29] make[2]: stopped in /wrkdirs/usr/ports/audio/vorbis-tools/work/vorbis-tools-1.4.0 [00:00:29] 1 error [00:00:29]=20 [00:00:29] make[2]: stopped in /wrkdirs/usr/ports/audio/vorbis-tools/work/vorbis-tools-1.4.0 [00:00:29] *** [all] Error code 2 [00:00:29]=20 [00:00:29] make[1]: stopped in /wrkdirs/usr/ports/audio/vorbis-tools/work/vorbis-tools-1.4.0 [00:00:29] 1 error [00:00:29]=20 [00:00:29] make[1]: stopped in /wrkdirs/usr/ports/audio/vorbis-tools/work/vorbis-tools-1.4.0 [00:00:29] =3D=3D=3D> Compilation failed unexpectedly. [00:00:29] Try to set MAKE_JOBS_UNSAFE=3Dyes and rebuild before reporting t= he failure to [00:00:29] the maintainer. [00:00:29] *** Error code 1 [00:00:29]=20 [00:00:29] Stop. [00:00:29] make: stopped in /usr/ports/audio/vorbis-tools [00:00:29] Saving audio/vorbis-tools | vorbis-tools-1.4.0_10,3 wrkdir [00:00:32] Saved audio/vorbis-tools | vorbis-tools-1.4.0_10,3 wrkdir to: /usr/local/poudriere/data/wrkdirs/12S-desktop-default/default/vorbis-tools-= 1.4.0_10,3.txz [00:00:32] build of audio/vorbis-tools | vorbis-tools-1.4.0_10,3 ended at M= on Jul 6 13:21:32 BST 2020 [00:00:32] build time: 00:00:14 [00:00:32] !!! build failure encountered !!! [00:00:32] Error: Build failed in phase: build [00:00:32] Logs: /usr/local/poudriere/data/logs/bulk/12S-desktop-default/2020-07-06_13h21m00s --=20 You are receiving this mail because: You are the assignee for the bug.=