From nobody Wed Mar 27 06:09:57 2024 X-Original-To: bugs@mlmmj.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mlmmj.nyi.freebsd.org (Postfix) with ESMTP id 4V4GVF6BXnz5GXG8 for ; Wed, 27 Mar 2024 06:09:57 +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 4V4GVF38zFz3xcN for ; Wed, 27 Mar 2024 06:09:57 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) ARC-Seal: i=1; s=dkim; d=freebsd.org; t=1711519797; a=rsa-sha256; cv=none; b=CczRl3smfNa2tIs+CYE4eB3CzeVYZQ4INB4BJdCsMl4zWoM9pDAfLr6v1QFqR5uNiFEtxj S+5dh7S0baYUfjJ8GTuu5FPnIyF9Z171swqWYkNBBivLxEv7+VEDCxKzCE5EhuCAIKt4Dm TPe1xH38eWT06QY8Tm+NvELLTy14lvog3QAhVsBzYgbrJyMKWB1gKpvToMe7iFIv/6Mqo1 gKn68XmMyB9iBDwqOSpXWO2UBFhipD0zZTvVlV7OEjcvGOOrdt+18mwBHWTVqk3RAMu91C 2niODW3SrIW4sm13+OgKlFutGkSW4JIu8nlUU/2ovOdox+0oLrGxJjefYn52/w== ARC-Authentication-Results: i=1; mx1.freebsd.org; none ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=freebsd.org; s=dkim; t=1711519797; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding; bh=xRkgqlEwtxin6JldvTDrgcU/mVPraF45rKp0/C2y/70=; b=QLGHNP0ioKVEN+99fXx/qEmhCEYZi7gaFLtqtQwFtU2gckiONJDsjtuXLDZGqgNj/03wjA D8HOkgXpVkwTlWrHk7zlkjW2rbMWJjC6vTXyfNzhwzIq2qNaa02cK5IzmiOUI0gcV0zlTA 5e0Bor9/gYxOrTSVRvDdF54XI0nNrbZHj8inRt329/rtaDg+S5y/o+5OFzS26uGQEcT9+C JTsh12lnvbQDn+/uUTMjLM9yprd1ODbQpyMrew203AYbe3lEBL5256prdseB9H8qFLsfUc SmjbA5xyb8fI+PKSawtnwk+CHoq9C+mvUrMl2iFPcQsTVC7lhNVHbzo84h4VWg== 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 4V4GVF2fhtzY3T for ; Wed, 27 Mar 2024 06:09:57 +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 42R69vBM097195 for ; Wed, 27 Mar 2024 06:09:57 GMT (envelope-from bugzilla-noreply@freebsd.org) Received: (from www@localhost) by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id 42R69vep097194 for bugs@FreeBSD.org; Wed, 27 Mar 2024 06:09:57 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: bugs@FreeBSD.org Subject: [Bug 277983] clang-17 fails to build www/wabt on FreeBSD 15: ld: error: undefined symbol: __elf_aux_vector Date: Wed, 27 Mar 2024 06:09:57 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: new X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Base System X-Bugzilla-Component: misc X-Bugzilla-Version: 15.0-CURRENT X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Only Me X-Bugzilla-Who: yuri@freebsd.org X-Bugzilla-Status: New X-Bugzilla-Resolution: X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: bugs@FreeBSD.org 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: quoted-printable X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated List-Id: Bug reports List-Archive: https://lists.freebsd.org/archives/freebsd-bugs List-Help: List-Post: List-Subscribe: List-Unsubscribe: Sender: owner-freebsd-bugs@freebsd.org MIME-Version: 1.0 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D277983 Bug ID: 277983 Summary: clang-17 fails to build www/wabt on FreeBSD 15: ld: error: undefined symbol: __elf_aux_vector Product: Base System Version: 15.0-CURRENT Hardware: amd64 OS: Any Status: New Severity: Affects Only Me Priority: --- Component: misc Assignee: bugs@FreeBSD.org Reporter: yuri@freebsd.org FAILED: wasm2wat-fuzz=20 : && /usr/bin/c++ -O2 -pipe -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -isystem /usr/local/include -Wold-style-cast -fno-exceptions -O2 -pipe -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -isystem /usr/local/include -DNDE= BUG -fstack-protector-strong -L/usr/local/lib -fsanitize=3Dfuzzer,address CMakeFiles/wasm2wat-fuzz.dir/src/tools/wasm2wat-fuzz.cc.o -o wasm2wat-fuzz= =20 -Wl,-rpath,/wrkdirs/usr/ports/www/wabt/work/.build: libwabt-fuzz.so=20 libwabt.so /usr/lib/libcrypto.so && : ld: error: undefined symbol: __elf_aux_vector >>> referenced by sanitizer_linux_libcdep.cpp:950 (/usr/local/poudriere/jai= ls/main-amd64/usr/src/contrib/llvm-project/compiler-rt/lib/sanitizer_common= /sanitizer_linux_libcdep.cpp:950) >>> sanitizer_linux_libcdep.o:(__sanitizer::ReExec()) in arch= ive /usr/lib/clang/17/lib/freebsd/libclang_rt.asan-x86_64.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.=