Opened 7 years ago
Closed 7 years ago
#56320 closed defect (fixed)
subversion-perlbindings-5.26 @1.10.0: fatal error: 'EXTERN.h' file not found
Reported by: | walkerh (Walker Hale IV) | Owned by: | danielluke (Daniel J. Luke) |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | ports | Version: | |
Keywords: | Cc: | blair (Blair Zajac) | |
Port: | subversion-perlbindings-5.26 |
Description
I think I jumped through all the hoops on the MacPorts Guide before submitting this ticket. This stared with port upgrade outdated
(inside a sudo bash
shell):
~$ port clean subversion-perlbindings-5.26 ---> Cleaning subversion-perlbindings-5.26 ~$ port uninstall subversion-perlbindings-5.26 Note: It is not recommended to uninstall/deactivate a port that has dependents as it breaks the dependents. The following ports will break: p5.26-svn-simple @0.280.0_4 Continue? [y/N]: y Warning: Uninstall forced. Proceeding despite dependencies. ---> Deactivating subversion-perlbindings-5.26 @1.9.7_1 ---> Cleaning subversion-perlbindings-5.26 ---> Uninstalling subversion-perlbindings-5.26 @1.9.7_1 ---> Cleaning subversion-perlbindings-5.26 ~$ port install subversion-perlbindings-5.26 ---> Computing dependencies for subversion-perlbindings-5.26 ---> Fetching archive for subversion-perlbindings-5.26 ---> Attempting to fetch subversion-perlbindings-5.26-1.10.0_1.darwin_17.x86_64.tbz2 from https://packages.macports.org/subversion-perlbindings-5.26 ---> Attempting to fetch subversion-perlbindings-5.26-1.10.0_1.darwin_17.x86_64.tbz2 from http://ywg.ca.packages.macports.org/mirror/macports/packages/subversion-perlbindings-5.26 ---> Attempting to fetch subversion-perlbindings-5.26-1.10.0_1.darwin_17.x86_64.tbz2 from http://sea.us.packages.macports.org/macports/packages/subversion-perlbindings-5.26 ---> Fetching distfiles for subversion-perlbindings-5.26 ---> Verifying checksums for subversion-perlbindings-5.26 ---> Extracting subversion-perlbindings-5.26 ---> Configuring subversion-perlbindings-5.26 ---> Building subversion-perlbindings-5.26 Error: Failed to build subversion-perlbindings-5.26: command execution failed Error: See /opt/local/var/macports/logs/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_subversion-perlbindings/subversion-perlbindings-5.26/main.log for details. Error: Follow https://guide.macports.org/#project.tickets to report a bug. Error: Processing of port subversion-perlbindings-5.26 failed
MacOS 10.13.4
MacBook Pro (Retina, 15-inch, Late 2013)
Will attach log.
Attachments (1)
Change History (3)
Changed 7 years ago by walkerh (Walker Hale IV)
comment:1 Changed 7 years ago by ryandesign (Ryan Carsten Schmidt)
Cc: | blair added |
---|---|
Owner: | set to danielluke |
Status: | new → assigned |
Summary: | Failed to build subversion-perlbindings-5.26 → subversion-perlbindings-5.26 @1.10.0: fatal error: 'EXTERN.h' file not found |
comment:2 Changed 7 years ago by danielluke (Daniel J. Luke)
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
Ryan is correct - sorry about the non-building update. It should work for you now.
Note: See
TracTickets for help on using
tickets.
I assume this was fixed by [e5c7472620f490b53c77f28d44a5de487970dcfd/macports-ports]. Please
sudo port selfupdate
and then try again.