From nobody Tue Jul 13 11:15:20 2021 X-Original-To: ports-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 793748D515A for ; Tue, 13 Jul 2021 11:15:20 +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 4GPJ2c2kTwz4XfY for ; Tue, 13 Jul 2021 11:15:20 +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 44BAC217B3 for ; Tue, 13 Jul 2021 11:15:20 +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 16DBFKgX069920 for ; Tue, 13 Jul 2021 11:15:20 GMT (envelope-from bugzilla-noreply@freebsd.org) Received: (from www@localhost) by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id 16DBFKhS069919 for ports-bugs@FreeBSD.org; Tue, 13 Jul 2021 11:15:20 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 257041] [NEW PORT]: devel/py-lief: Parse, modify and abstract ELF, PE and MachO formats. Date: Tue, 13 Jul 2021 11:15:20 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Ports & Packages X-Bugzilla-Component: Individual Port(s) X-Bugzilla-Version: Latest X-Bugzilla-Keywords: feature, needs-patch, needs-qa X-Bugzilla-Severity: Affects Only Me X-Bugzilla-Who: loader@FreeBSD.org X-Bugzilla-Status: Open X-Bugzilla-Resolution: X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: ports-bugs@FreeBSD.org X-Bugzilla-Flags: maintainer-feedback? X-Bugzilla-Changed-Fields: Message-ID: In-Reply-To: References: 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: Ports bug reports List-Archive: https://lists.freebsd.org/archives/freebsd-ports-bugs List-Help: List-Post: List-Subscribe: List-Unsubscribe: Sender: owner-freebsd-ports-bugs@freebsd.org X-BeenThere: freebsd-ports-bugs@freebsd.org MIME-Version: 1.0 X-ThisMailContainsUnwantedMimeParts: N https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D257041 --- Comment #10 from Fukang Chen --- (In reply to Neal Nelson from comment #9) comment #6 is not about reporting the port fails to build on 14.0-CURRENT aarch64, I was just trying to explaining why USE_PYTHON=3Dautoplist doesn't work. OS version and architecture are irrelevant to USE_PYTHON=3Dautoplist, I will just use the testport log from dvl@ here https://gist.github.com/dlangille/78902092fd8839bc4514492f949bad16 on my 14.0-CURRENT aarch64: =3D=3D=3D=3D> Checking for pkg-plist issues (check-plist) =3D=3D=3D> Parsing plist =3D=3D=3D> Checking for items in STAGEDIR missing from pkg-plist Error: Orphaned: %%PYTHON_SITELIBDIR%%/lief%%PYTHON_EXT_SUFFIX%%.so =3D=3D=3D> Checking for items in pkg-plist which are not in STAGEDIR Error: Missing: %%PYTHON_SITELIBDIR%%/.11.5/lief%%PYTHON_EXT_SUFFIX%%.so =3D=3D=3D> Error: Plist issues found. dvl@'s testport log =3D=3D=3D=3D> Checking for pkg-plist issues (check-plist) =3D=3D=3D> Parsing plist =3D=3D=3D> Checking for items in STAGEDIR missing from pkg-plist Error: Orphaned: %%PYTHON_SITELIBDIR%%/lief%%PYTHON_EXT_SUFFIX%%.so =3D=3D=3D> Checking for items in pkg-plist which are not in STAGEDIR Error: Missing: %%PYTHON_SITELIBDIR%%/f-0.11.4/lief%%PYTHON_EXT_SUFFIX%%.so =3D=3D=3D> Error: Plist issues found. https://github.com/python/cpython/blob/v3.8.10/Lib/distutils/command/instal= l_lib.py#L143-L156 in the function _mutate_outputs(): build_dir =3D> build/lib.freebsd-14.0-CURRENT-arm64-3.8 build_dir =3D> build/lib.freebsd-12.2-RELEASE-p2-amd64-3.8 file =3D> /usr/ports/devel/py-lief/work-py38/LIEF-0.11.5/lief.cpython-38.so file =3D> /wrkdirs/usr/ports/vrt/py-lief/work-py38/lief-0.11.4/lief.cpython= -38.so prefix_len =3D> len(build_dir) + len(os.sep) =3D> 40 + 1 =3D> 41 prefix_len =3D> len(build_dir) + len(os.sep) =3D> 43 + 1 =3D> 44 file[prefix_len:] =3D> .11.5/lief.cpython-38.so file[prefix_len:] =3D> f-0.11.4/lief.cpython-38.so os.path.join(output_dir, file[prefix_len:]) =3D> /usr/ports/devel/py-lief/work-py38/stage/usr/local/lib/python3.8/site-packa= ges/.11.5/lief.cpython-38.so os.path.join(output_dir, file[prefix_len:]) =3D> /wrkdirs/usr/ports/vrt/py-lief/work-py38/stage/usr/local/lib/python3.8/site= -packages/f-0.11.4/lief.cpython-38.so --=20 You are receiving this mail because: You are the assignee for the bug.=