From owner-freebsd-ports-bugs@freebsd.org Tue May 4 10:32:28 2021 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 E253862D1B2 for ; Tue, 4 May 2021 10:32:28 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from mailman.nyi.freebsd.org (unknown [127.0.1.3]) by mx1.freebsd.org (Postfix) with ESMTP id 4FZGPS5thRz4rjH for ; Tue, 4 May 2021 10:32:28 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: by mailman.nyi.freebsd.org (Postfix) id CA18562D1B0; Tue, 4 May 2021 10:32:28 +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 C9E3662D1AF for ; Tue, 4 May 2021 10:32:28 +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 "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4FZGPS5Hhxz4rSn for ; Tue, 4 May 2021 10:32:28 +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 A90157FEA for ; Tue, 4 May 2021 10:32:28 +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 144AWSJV056051 for ; Tue, 4 May 2021 10:32:28 GMT (envelope-from bugzilla-noreply@freebsd.org) Received: (from www@localhost) by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id 144AWSvQ056050 for ports-bugs@FreeBSD.org; Tue, 4 May 2021 10:32:28 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 255590] multimedia/aom: ld: error: undefined symbol: environ Date: Tue, 04 May 2021 10:32:28 +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: ice@extreme.hu X-Bugzilla-Status: New X-Bugzilla-Resolution: X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: jbeich@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.34 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 04 May 2021 10:32:28 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D255590 Bug ID: 255590 Summary: multimedia/aom: ld: error: undefined symbol: environ Product: Ports & Packages Version: Latest Hardware: Any OS: Any Status: New Severity: Affects Only Me Priority: --- Component: Individual Port(s) Assignee: jbeich@FreeBSD.org Reporter: ice@extreme.hu Assignee: jbeich@FreeBSD.org Flags: maintainer-feedback?(jbeich@FreeBSD.org) Ports 10-eol-85704-gf368d239f06a, same issue on 12.2 and 13.0 (with or with= out MAKE_JOBS_UNSAFE). Seems to be something new with AOM 3.1.0 as 3.0.0 was fi= ne. /usr/bin/c++ -fPIC -O2 -pipe -fstack-protector-strong -isystem ... -o libaom.so.3.1.0 ... On 12.2: ld: error: undefined symbol: environ >>> referenced by tls.c:435 (/usr/src/lib/libc/gen/tls.c:435)=20 >>> tls.o:(_init_tls) in archive /usr/lib/libc.a >>> referenced by exec.c:78 (/usr/src/lib/libc/gen/exec.c:78) >>> exec.o:(execl) in archive /usr/lib/libc.a >>> referenced by exec.c:145 (/usr/src/lib/libc/gen/exec.c:145) >>> exec.o:(execlp) in archive /usr/lib/libc.a >>> referenced by exec.c:145 (/usr/src/lib/libc/gen/exec.c:145) >>> exec.o:(execvp) in archive /usr/lib/libc.a >>> referenced by exec.c:138 (/usr/src/lib/libc/gen/exec.c:138) >>> exec.o:(execv) in archive /usr/lib/libc.a >>> referenced by exec.c:293 (/usr/src/lib/libc/gen/exec.c:293) >>> exec.o:(execvP) in archive /usr/lib/libc.a >>> referenced by getenv.c:250 (/usr/src/lib/libc/stdlib/getenv.c:250) >>> getenv.o:(__clean_env_destructor) in archive /usr/lib/lib= c.a >>> referenced by getenv.c:251 (/usr/src/lib/libc/stdlib/getenv.c:251) >>> getenv.o:(__clean_env_destructor) in archive /usr/lib/lib= c.a >>> referenced by getenv.c:440 (/usr/src/lib/libc/stdlib/getenv.c:440) >>> getenv.o:(getenv) in archive /usr/lib/libc.a >>> referenced by getenv.c:546 (/usr/src/lib/libc/stdlib/getenv.c:546) >>> getenv.o:(__merge_environ) in archive /usr/lib/libc.a >>> referenced 12 more times ld: error: undefined symbol: __progname >>> referenced by getprogname.c:16 (/usr/src/lib/libc/gen/getprogname.c:16) >>> getprogname.o:(_getprogname) in archive /usr/lib/libc.a c++: error: linker command failed with exit code 1 (use -v to see invocatio= n) On 13.0: : && /usr/bin/c++ -fPIC -O2 -pipe -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -isystem /usr/local/includeld: err= or: undefined symbol: environ >>> referenced by auxv.c:54 (/usr/src/lib/libc/gen/auxv.c:54) >>> auxv.o:(init_aux_vector_once) in archive /usr/lib/libc.a >>> referenced by tls.c:434 (/usr/src/lib/libc/gen/tls.c:434) >>> tls.o:(_init_tls) in archive /usr/lib/libc.a >>> referenced by getenv.c:250 (/usr/src/lib/libc/stdlib/getenv.c:250) >>> getenv.o:(__clean_env_destructor) in archive /usr/lib/lib= c.a >>> referenced 19 more times ld: error: undefined symbol: __progname >>> referenced by getprogname.c:16 (/usr/src/lib/libc/gen/getprogname.c:16) >>> getprogname.o:(_getprogname) in archive /usr/lib/libc.a c++: error: linker command failed with exit code 1 (use -v to see invocatio= n) --=20 You are receiving this mail because: You are the assignee for the bug.=