From nobody Tue May 30 17:08:26 2023 X-Original-To: testing@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 4QVzPR2cxyz4XqRr for ; Tue, 30 May 2023 17:08:27 +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 4QVzPQ6w8zz3j9D for ; Tue, 30 May 2023 17:08:26 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=freebsd.org; s=dkim; t=1685466507; 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=ZkB2lpDgZk66SS0CtYTSlUM6YYoUWp/qMiZDEd1ktFI=; b=gSmQlR5U/6XGxHly7tXafV9RW3pBctKO8is/bAAuuQobEd2jd7PCqoAnDRE+pfWjDLe1eP PqSlWY/I0cK8D4CP/Iio5oVK+279xGa3KX8OINyoOncexjVImE+xm+KADhNxs8T5l9XlyA ZkXoROtFoDlQLcDZE2ajdbt9VxD+zeDBzphqevdXQXvq8xIPQan60gAsQnYYrOMfk8oLiW r2kJnGi8TRl3RaedQFfE0h5WHyViNNGpnKaTJYvGfvLOvUqQJ9WQ9NvAL8KCTzDAW/ElLt Mm1IH1jpCKvu5SrFD67LeGsvqah2Gsm6Td2wcqcezPYJSvTd9Nd1vRc56wmJgQ== ARC-Authentication-Results: i=1; mx1.freebsd.org; none ARC-Seal: i=1; s=dkim; d=freebsd.org; t=1685466507; a=rsa-sha256; cv=none; b=L4SmssrAV3La2xRAbY/1tgEAhX0x2Zz++bodm2rOin9zOQsNM3dRWUtBRga9WOM9wWONHO jkHCSlxhjGaD3IHZ31kkOPYjvrjK1xOCZoFAZtiMZlQ5i655fVvSH1DtF9Gb39EKKCMmKR cQvrbFVwoeppvrRCIUYWHlwhtq3JWfiPLhRDp2l6NM30w4HJbJzBTBQ3t0x91K5HBISJKJ YTd2a1fshB2Cdt+iOTKSNyLqFYWgYpg03+lULcIHzAgeEK2nrTCfcAETuhtmqhOWxJvU3v 2oFC5FA63wtYJ3EbIOizcIK/VM1uIX/znHUlgeX5fFDbj4JNJiHXS19r5JvYnA== 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 4QVzPQ3cT4z12Ks for ; Tue, 30 May 2023 17:08:26 +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 34UH8QH1029608 for ; Tue, 30 May 2023 17:08:26 GMT (envelope-from bugzilla-noreply@freebsd.org) Received: (from www@localhost) by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id 34UH8Q70029607 for testing@FreeBSD.org; Tue, 30 May 2023 17:08:26 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: testing@FreeBSD.org Subject: [Bug 271726] lib/libc: tests fail with PIE Date: Tue, 30 May 2023 17:08:26 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: new X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Base System X-Bugzilla-Component: tests X-Bugzilla-Version: CURRENT X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Only Me X-Bugzilla-Who: fuz@FreeBSD.org X-Bugzilla-Status: New X-Bugzilla-Resolution: X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: testing@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 attachments.mimetype attachments.created 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: Testing List-Archive: https://lists.freebsd.org/archives/freebsd-testing List-Help: List-Post: List-Subscribe: List-Unsubscribe: Sender: owner-freebsd-testing@freebsd.org X-BeenThere: freebsd-testing@freebsd.org MIME-Version: 1.0 X-ThisMailContainsUnwantedMimeParts: N https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D271726 Bug ID: 271726 Summary: lib/libc: tests fail with PIE Product: Base System Version: CURRENT Hardware: amd64 OS: Any Status: New Severity: Affects Only Me Priority: --- Component: tests Assignee: testing@FreeBSD.org Reporter: fuz@FreeBSD.org Attachment #242498 text/plain mime type: Created attachment 242498 --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=3D242498&action= =3Dedit make check log On 14-CURRENT, commit b50e1465e88dcf5f6f008892d802df010e7029d1. I'm trying to run the libc test suite by doing cd /usr/src/lib/libc && make check this fails with PIC errors when the system is build with WITH_PIE (default = on amd64): cc -O2 -pipe -fno-common -DTEST_LONG_DOUBLE -D__HAVE_LONG_DOUBLE -I/usr/src/lib/libc/tests/gen -I/usr/src/include -fPIE -g -gz=3Dzlib -std= =3Dgnu99 -Wno-format-zero-length -fstack-protector-strong -Wsystem-headers -Werror -= Wall -Wno-format-y2k -Wno-uninitialized -Wno-pointer-sign -Wdate-time -Wno-empty-body -Wno-string-plus-int -Wno-unused-const-variable -Wno-error=3Dunused-but-set-variable -Wno-error=3Dunused-but-set-parameter -Wno-tautological-compare -Wno-unused-value -Wno-parentheses-equality -Wno-unused-function -Wno-enum-conversion -Wno-unused-local-typedef -Wno-address-of-packed-member -Wno-switch -Wno-switch-enum -Wno-knr-promoted-parameter -Qunused-arguments -Wl,-zrelro -pie -o getentropy_test.full getentropy_test.o -lprivateatf-c -L/usr/obj/usr/src/amd64.amd64/lib/libc -lc ld: error: cannot preempt symbol: _DYNAMIC >>> referenced by libc_start1.c:144 (/usr/src/lib/libc/csu/libc_start1.c:14= 4) >>> libc_start1.o:(__libc_start1) in archive /usr/obj/usr/src= /amd64.amd64/lib/libc/libc.a See also attached log file. The test suite runs without problems when instead being built with WITHOUT_PIE=3Dyes in /etc/src.conf --=20 You are receiving this mail because: You are the assignee for the bug.= From nobody Sun Jun 4 21:00:03 2023 X-Original-To: testing@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 4QZ8JM6bNkz4Yrp6 for ; Sun, 4 Jun 2023 21:00:03 +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 4QZ8JM4q3Hz3DnM for ; Sun, 4 Jun 2023 21:00:03 +0000 (UTC) (envelope-from bugzilla-noreply@FreeBSD.org) ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=freebsd.org; s=dkim; t=1685912403; 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=EDuR9ZDyasbkqTzCJwxkN37Cf/sIxlNovOERQu1/FqU=; b=hflivW6nm8m/IH3mC6W/ciZL9G+PXfVtfiUW68tIeY1RTj2X1unzlVjBtAQArG7Jzb1NQK WIJnp2TByGp/hLui7y2pqGdMqR9lAtKO4kM5HY37Ax/0PDCeAmGHAX0F9+5UPOz6zflrB7 A8FrLR1vUEuVQsRp/lcwY5vTntT+nOxu84tsvowt1SQJInUh/h1mXnEZN/yvPd7QTpA7cK fTkeYVOFXXJ6QLQ6LFMl9ejCaGd0alcZwuIfkkQ3kbIO2pNggo2vAUneG+pPxiszTKWaGR YA8bBokqhZQhQEbbSjB6m/k93sg9fMHdq961tXfoSjRSmFNoM12CxLULj4yFmg== ARC-Authentication-Results: i=1; mx1.freebsd.org; none ARC-Seal: i=1; s=dkim; d=freebsd.org; t=1685912403; a=rsa-sha256; cv=none; b=KPP5B5lsPaPl/k90Gaz4hCwwKvkJmWgXVGpl562BDv1WLb7AOFqDDL746WTBml94F5el+U LodcJQYw1OnGZWlys9lfo4pHGtkrHZHs41tm2qNnp076n09FmhApcNY9m/Jrc+jX0EBclP Ii7ein/TBifHrXpoO4xrP68aZ1ygyJUxNgx3hYiDcX7GXZ7ocD3Laju+RAAVMQJeDYGD2P jyw9iPwjQRJ7vPaU8fDIfTaauCwoK3d2gGzmhxqVk6DEnADqY+XmUyWAdLcOSx7Lcdo315 OLK1GRECyn+QJ9iQB4fCEavaz9zappmTcdGAbbpX9Vzevuagq+vr7K1h/jKhLg== 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 4QZ8JM3nzdzLsy for ; Sun, 4 Jun 2023 21:00:03 +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 354L037K014369 for ; Sun, 4 Jun 2023 21:00:03 GMT (envelope-from bugzilla-noreply@FreeBSD.org) Received: (from bugzilla@localhost) by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id 354L03RQ014363 for testing@FreeBSD.org; Sun, 4 Jun 2023 21:00:03 GMT (envelope-from bugzilla-noreply@FreeBSD.org) Message-Id: <202306042100.354L03RQ014363@kenobi.freebsd.org> X-Authentication-Warning: kenobi.freebsd.org: bugzilla set sender to bugzilla-noreply@FreeBSD.org using -f From: bugzilla-noreply@FreeBSD.org To: testing@FreeBSD.org Subject: Problem reports for testing@FreeBSD.org that need special attention Date: Sun, 4 Jun 2023 21:00:03 +0000 List-Id: Testing List-Archive: https://lists.freebsd.org/archives/freebsd-testing List-Help: List-Post: List-Subscribe: List-Unsubscribe: Sender: owner-freebsd-testing@freebsd.org X-BeenThere: freebsd-testing@freebsd.org MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="16859124034.3D80Eaa.13176" Content-Transfer-Encoding: 7bit X-ThisMailContainsUnwantedMimeParts: N --16859124034.3D80Eaa.13176 Date: Sun, 4 Jun 2023 21:00:03 +0000 MIME-Version: 1.0 Content-Type: text/plain; charset="UTF-8" To view an individual PR, use: https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=(Bug Id). The following is a listing of current problems submitted by FreeBSD users, which need special attention. These represent problem reports covering all versions including experimental development code and obsolete releases. Status | Bug Id | Description ------------+-----------+--------------------------------------------------- Open | 222632 | connect(2) not available in capability mode 1 problems total for which you should take action. --16859124034.3D80Eaa.13176 Date: Sun, 4 Jun 2023 21:00:03 +0000 MIME-Version: 1.0 Content-Type: text/html; charset="UTF-8"
The following is a listing of current problems submitted by FreeBSD users,
which need special attention. These represent problem reports covering
all versions including experimental development code and obsolete releases.

Status      |    Bug Id | Description
------------+-----------+---------------------------------------------------
Open        |    222632 | connect(2) not available in capability mode

1 problems total for which you should take action.
--16859124034.3D80Eaa.13176--