Opened 3 years ago

Closed 3 years ago

Last modified 3 years ago

#62739 closed defect (fixed)

p5-compress-raw-zlib and p5-compress-raw-bzip2 binary builds broken by latest updates

Reported by: grumpybozo (Bill Cole) Owned by: mf2k (Frank Schima)
Priority: Normal Milestone:
Component: ports Version:
Keywords: Cc: cardi (calvin ardi)
Port: p5-compress-raw-bzip2 p5-compress-raw-zlib

Description

Both of these ports had the "supported_archs noarch" line added to their portfiles, which is inappropriate because they both include compiled bundle files that must be built for a specific architecture.

Breaks on SnowLeopard i386, because the bundle is x86_64-only.

Change History (7)

comment:1 Changed 3 years ago by jmroot (Joshua Root)

Cc: cardi added
Owner: set to mf2k
Port: p5-compress-raw-bzip2 p5-compress-raw-zlib added
Status: newassigned

comment:2 Changed 3 years ago by mf2k (Frank Schima)

Owner: mf2k deleted

I don't know anything about this.

comment:3 Changed 3 years ago by mf2k (Frank Schima)

Hmmm.

$ otool -L  /opt/local/lib/perl5/vendor_perl/5.28/darwin-thread-multi-2level/auto/Compress/Raw/Zlib/Zlib.bundle
/opt/local/lib/perl5/vendor_perl/5.28/darwin-thread-multi-2level/auto/Compress/Raw/Zlib/Zlib.bundle:
	/usr/lib/libSystem.B.dylib (compatibility version 1.0.0, current version 1292.60.1)

comment:4 Changed 3 years ago by mf2k (Frank Schima)

Owner: set to mf2k
Resolution: fixed
Status: assignedclosed

In 88fca38122eabac32fb0fe07532031cf35c2b51e/macports-ports (master):

p5-compress-raw-bzip2: Remove supported_archs noarch

  • Bundle is a compiled binary

Closes: #62739

comment:5 Changed 3 years ago by mf2k (Frank Schima)

In b511b01397d7d1ab13807a2b0e476c678a3ba5c4/macports-ports (master):

p5-compress-raw-zlib: Remove supported_archs noarch

  • Bundle is a compiled binary

Closes: #62739

comment:6 in reply to:  2 Changed 3 years ago by ryandesign (Ryan Carsten Schmidt)

Replying to mf2k:

I don't know anything about this.

Well you merged the PRs in which supported_archs noarch was added to the ports:

comment:7 Changed 3 years ago by mf2k (Frank Schima)

Yes, I assumed that the PR submitter knew what they were doing. It passed the build checks.

Note: See TracTickets for help on using tickets.