Ticket #18596 (closed defect: fixed)
openssl fails to build on universal_archs x86_64
| Reported by: | tim@… | Owned by: | mww@… |
|---|---|---|---|
| Priority: | Normal | Milestone: | |
| Component: | ports | Version: | 1.8.0 |
| Keywords: | Cc: | jmr@…, ryandesign@…, mcalhoun@…, snc@…, cerieljacobs@…, sam@… | |
| Port: | openssl |
Description (last modified by blb@…) (diff)
---> Fetching openssl ---> Verifying checksum(s) for openssl ---> Extracting openssl ---> Applying patches to openssl ---> Configuring openssl ---> Building openssl ---> Staging openssl into destroot Error: Target org.macports.destroot returned: no such file or directory
Attachments
Change History
comment:1 Changed 4 years ago by blb@…
- Priority changed from High to Normal
- Keywords openssl removed
- Description modified (diff)
- Port set to openssl
comment:2 follow-up: ↓ 3 Changed 4 years ago by jmr@…
- Owner changed from macports-tickets@… to mww@…
The problem looks to be line 114 of the Portfile, where it assumes the existence of i386. That should probably be $first_arch.
comment:3 in reply to: ↑ 2 Changed 4 years ago by snc@…
Replying to jmr@…:
The problem looks to be line 114 of the Portfile, where it assumes the existence of i386. That should probably be $first_arch.
Just perusing, as I want this to build as a universal ppc/i386, but line 97 defines it as ${arch}. Good luck on fixing it — looking forward to it.
comment:7 Changed 4 years ago by cerieljacobs@…
Building universal=x86_64 also fails: Error: Target org.macports.destroot returned: no such file or directory
In case it might be helpfull, attached is the output $ ls -l -R /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_devel_openssl/work/pre-dest/x86_64/
Changed 4 years ago by cerieljacobs@…
- Attachment openssl_error_workdir_ls.txt added
ls -l -R /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_devel_openssl/work/pre-dest/x86_64/


See also #15570.