Opened 16 years ago

Closed 16 years ago

Last modified 15 years ago

#14055 closed defect (fixed)

racoon should not use files from /usr/share/libtool

Reported by: ryandesign (Ryan Carsten Schmidt) Owned by: ryandesign (Ryan Carsten Schmidt)
Priority: Normal Milestone:
Component: ports Version: 1.6.0
Keywords: Cc: a_rankine@…, arsptr@…
Port:

Description

racoon does not install when using Xcode 2.5 on Tiger:

$ sudo port install racoon
--->  Fetching racoon
--->  Attempting to fetch racoon-20050510a.tar.gz from ftp://ftp.kame.net/pub/kame/misc/
--->  Verifying checksum(s) for racoon
--->  Extracting racoon
--->  Applying patches to racoon
Error: Target org.macports.patch returned: error copying "/usr/share/libtool/config.guess": no such file or directory
Error: Status 1 encountered during processing.
$

This is because Xcode 2.5 no longer provides /usr/share/libtool. Instead, the port should depend on the libtool port and get config.guess and config.sub from there.

I'll attach a patch to fix this. Please let me know if I may commit this change to your port. I'll commit the change after 72 hours if I haven't heard anything from you.

Attachments (1)

Portfile-racoon-libtool.diff (818 bytes) - added by ryandesign (Ryan Carsten Schmidt) 16 years ago.

Download all attachments as: .zip

Change History (3)

Changed 16 years ago by ryandesign (Ryan Carsten Schmidt)

comment:1 Changed 16 years ago by ryandesign (Ryan Carsten Schmidt)

Resolution: fixed
Status: newclosed

No response from maintainers in > 72 hours so I committed it in r33436.

comment:2 Changed 15 years ago by (none)

Milestone: Port Bugs

Milestone Port Bugs deleted

Note: See TracTickets for help on using tickets.