Opened 10 years ago
Closed 10 years ago
#46096 closed defect (fixed)
trafshow @5.2.3_1: build fails with libtool @2.4.4
Reported by: | mndavidoff (Monte Davidoff) | Owned by: | noses@… |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | ports | Version: | 2.3.3 |
Keywords: | haspatch maintainer | Cc: | ryandesign (Ryan Carsten Schmidt) |
Port: | trafshow |
Description
The trafshow port fails to build after upgrading libtool.
$ sudo port -vs install trafshow ... ---> Configuring trafshow Error: org.macports.configure for port trafshow returned: error copying "/opt/local/share/libtool/config.guess": no such file or directory Warning: targets not executed for trafshow: org.macports.activate org.macports.configure org.macports.build org.macports.destroot org.macports.install Please see the log file for port trafshow for details: /opt/local/var/macports/logs/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_net_trafshow/trafshow/main.log To report a bug, follow the instructions in the guide: http://guide.macports.org/#project.tickets Error: Processing of port trafshow failed
The attached patch appears to fix the problem.
Attachments (2)
Change History (4)
Changed 10 years ago by mndavidoff (Monte Davidoff)
Attachment: | main.log.gz added |
---|
Changed 10 years ago by mndavidoff (Monte Davidoff)
Attachment: | Portfile.diff added |
---|
comment:1 Changed 10 years ago by larryv (Lawrence Velázquez)
Cc: | noses@… removed |
---|---|
Owner: | changed from macports-tickets@… to noses@… |
comment:2 Changed 10 years ago by ryandesign (Ryan Carsten Schmidt)
Cc: | ryandesign@… added |
---|---|
Keywords: | maintainer added |
Resolution: | → fixed |
Status: | new → closed |
Note: See
TracTickets for help on using
tickets.
Fixed in r135118. Instead of the patch attached here, I used the same patch I've been using in every other port that needs this problem fixed.