#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: | jmroot (Joshua Root), ryandesign (Ryan Carsten Schmidt), MarcusCalhoun-Lopez (Marcus Calhoun-Lopez), nerdling (Jeremy Lavergne), cerieljacobs@…, sam@… | |
Port: | openssl |
Description (last modified by blb@…)
---> 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 (1)
Change History (11)
comment:1 Changed 16 years ago by blb@…
Description: | modified (diff) |
---|---|
Keywords: | openssl removed |
Port: | openssl added |
Priority: | High → Normal |
comment:2 follow-up: 3 Changed 16 years ago by jmroot (Joshua Root)
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 Changed 16 years ago by nerdling (Jeremy Lavergne)
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:4 Changed 16 years ago by nerdling (Jeremy Lavergne)
Cc: | mww@… ryandesign@… mcalhoun@… added |
---|
Cc Me!
comment:7 Changed 16 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 16 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/
comment:8 Changed 16 years ago by jmroot (Joshua Root)
Cc: | jmr@… added; mww@… removed |
---|---|
Resolution: | → fixed |
Status: | new → closed |
Fixed in r48332.
See also #15570.