[Bug 242342] lang/rust-nightly: make makesum doesn't respect ONLY_FOR_ARCHS

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Sun Dec 1 17:45:56 UTC 2019


https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=242342

            Bug ID: 242342
           Summary: lang/rust-nightly: make makesum doesn't respect
                    ONLY_FOR_ARCHS
           Product: Ports & Packages
           Version: Latest
          Hardware: Any
                OS: Any
            Status: New
          Keywords: needs-patch
          Severity: Affects Only Me
          Priority: ---
         Component: Individual Port(s)
          Assignee: rust at FreeBSD.org
          Reporter: jbeich at FreeBSD.org
             Flags: maintainer-feedback?(rust at FreeBSD.org)
          Assignee: rust at FreeBSD.org

When updating the port I've noticed that makesum checks files for architectures
only supported by lang/rust.

$ make makesum -C lang/rust-nightly
make -D_RUST_MAKESUM_GUARD makesum ARCH=amd64
DISTINFO_FILE=/usr/ports/lang/rust-nightly/distinfo.tmp
===>  License APACHE20 MIT accepted by the user
===>  License APACHE20 MIT accepted by the user
===>   rust-nightly-1.41.0.20191130 depends on file: /usr/local/sbin/pkg -
found
===> Fetching all distfiles required by rust-nightly-1.41.0.20191130 for
building
make -D_RUST_MAKESUM_GUARD makesum PPC_ABI=ELFv1 ARCH=i386
DISTINFO_FILE=/usr/ports/lang/rust-nightly/distinfo.i386
===>  License APACHE20 MIT accepted by the user
===>  License APACHE20 MIT accepted by the user
===>   rust-nightly-1.41.0.20191130 depends on file: /usr/local/sbin/pkg -
found
===> Fetching all distfiles required by rust-nightly-1.41.0.20191130 for
building
/usr/bin/grep i686 /usr/ports/lang/rust-nightly/distinfo.i386 >>
/usr/ports/lang/rust-nightly/distinfo.tmp
/bin/rm -f /usr/ports/lang/rust-nightly/distinfo.i386
make -D_RUST_MAKESUM_GUARD makesum PPC_ABI=ELFv2 ARCH=powerpc64
DISTINFO_FILE=/usr/ports/lang/rust-nightly/distinfo.powerpc64-elfv2
===>  rust-nightly-1.41.0.20191130 is missing a bootstrap for FreeBSD 11.x
powerpc64.
*** Error code 1

Stop.
make[1]: stopped in /usr/ports/lang/rust-nightly
*** Error code 1

Stop.
make: stopped in /usr/ports/lang/rust-nightly

-- 
You are receiving this mail because:
You are the assignee for the bug.


More information about the freebsd-ports-bugs mailing list