From owner-freebsd-ports-bugs@freebsd.org Fri Jun 2 06:32:25 2017 Return-Path: Delivered-To: freebsd-ports-bugs@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 10A7EBF0F85 for ; Fri, 2 Jun 2017 06:32:25 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) 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 EDDFF7CDDA for ; Fri, 2 Jun 2017 06:32:24 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.15.2/8.15.2) with ESMTP id v526WOj7010353 for ; Fri, 2 Jun 2017 06:32:24 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: freebsd-ports-bugs@FreeBSD.org Subject: [Bug 219718] audio/freealut: linker error: cannot preempt symbol Date: Fri, 02 Jun 2017 06:32:23 +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 Many People X-Bugzilla-Who: ohartmann@walstatt.org X-Bugzilla-Status: New X-Bugzilla-Resolution: X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: oliver@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.23 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 02 Jun 2017 06:32:25 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D219718 Bug ID: 219718 Summary: audio/freealut: linker error: cannot preempt symbol Product: Ports & Packages Version: Latest Hardware: Any OS: Any Status: New Severity: Affects Many People Priority: --- Component: Individual Port(s) Assignee: oliver@FreeBSD.org Reporter: ohartmann@walstatt.org Flags: maintainer-feedback?(oliver@FreeBSD.org) Assignee: oliver@FreeBSD.org On 12-CURRENT (FreeBSD 12.0-CURRENT #5 r319215: Tue May 30 16:44:52 CEST 20= 17 amd64, WITH_LLD_IS_LD=3Dyes), rebuilding/updating/compiling port audio/free= alut fails due to the error shown below. This error is due to the fact port audio/openal-soft, which fails with LLVM 4.0.0 lld (PR 219089): [...] cc -fvisibility=3Dhidden -Wall -ansi -pedantic -O2 -pipe -O3 -fstack-protec= tor -fno-strict-aliasing -fstack-protector -o .libs/hello_world hello_world.o=20 -lopenal -lpthread -L/usr/local/lib ../src/.libs/libalut.so -lm -Wl,--rpath -Wl,/usr/local/lib cc: warning: argument unused during compilation: '-ansi' [-Wunused-command-line-argument] cc -fvisibility=3Dhidden -Wall -ansi -pedantic -O2 -pipe -O3 -fstack-protec= tor -fno-strict-aliasing -fstack-protector -o .libs/playfile playfile.o -lopen= al -lpthread -L/usr/local/lib ../src/.libs/libalut.so -lm -Wl,--rpath -Wl,/usr/local/lib /usr/bin/ld: error: hello_world.c:(function main): cannot preempt symbol 'alGenSources' defined in /usr/local/lib/libopenal.so /usr/bin/ld: error: hello_world.c:(function main): cannot preempt symbol 'alSourcei' defined in /usr/local/lib/libopenal.so /usr/bin/ld: error: hello_world.c:(function main): cannot preempt symbol 'alSourcePlay' defined in /usr/local/lib/libopenal.so cc: warning: argument unused during compilation: '-ansi' [-Wunused-command-line-argument] cc: error: linker command failed with exit code 1 (use -v to see invocation) gmake[3]: *** [Makefile:238: hello_world] Error 1 gmake[3]: *** Waiting for unfinished jobs.... /usr/bin/ld: error: playfile.c:(function main): cannot preempt symbol 'alGenSources' defined in /usr/local/lib/libopenal.so /usr/bin/ld: error: playfile.c:(function main): cannot preempt symbol 'alSourcei' defined in /usr/local/lib/libopenal.so /usr/bin/ld: error: playfile.c:(function main): cannot preempt symbol 'alSourcePlay' defined in /usr/local/lib/libopenal.so /usr/bin/ld: error: playfile.c:(function main): cannot preempt symbol 'alGetError' defined in /usr/local/lib/libopenal.so /usr/bin/ld: error: playfile.c:(function main): cannot preempt symbol 'alGetSourcei' defined in /usr/local/lib/libopenal.so /usr/bin/ld: error: playfile.c:(function main): cannot preempt symbol 'alGetString' defined in /usr/local/lib/libopenal.so cc: error: linker command failed with exit code 1 (use -v to see invocation) gmake[3]: *** [Makefile:241: playfile] Error 1 --=20 You are receiving this mail because: You are the assignee for the bug.=