cdrtools returning error on install
Hi, I was wanting some help with cdrtools. I need it to run turbojet2. When I try and install ports cdrtools It replies with this error. Error: Target org.macports.patch returned: error copying "/usr/share/libtool/config.guess": no such file or directory Error: Status 1 encountered during processing. Any ideas? -- View this message in context: http://www.nabble.com/cdrtools-returning-error-on-install-tf4853397.html#a13... Sent from the MacPorts - Users mailing list archive at Nabble.com.
On Nov 21, 2007, at 17:19, stuw20 wrote:
I was wanting some help with cdrtools. I need it to run turbojet2.
When I try and
install ports cdrtools
It replies with this error. Error: Target org.macports.patch returned: error copying "/usr/share/libtool/config.guess": no such file or directory Error: Status 1 encountered during processing.
Any ideas?
I don't see any open bugs for cdrtools. Also, /usr/share/libtool/ config.guess exists on my Mac OS X 10.4.11 Intel system. What OS do you have?
This exact issue has also been reported for libnet in http://trac.macosforge.org/projects/macports/ticket/13334 No progress on it yet from the port maintainer. I had to manually change the port file to pickup a config.guess in /opt --tomasz On Nov 21, 2007 6:17 PM, Ryan Schmidt <ryandesign@macports.org> wrote:
On Nov 21, 2007, at 17:19, stuw20 wrote:
I was wanting some help with cdrtools. I need it to run turbojet2.
When I try and
install ports cdrtools
It replies with this error. Error: Target org.macports.patch returned: error copying "/usr/share/libtool/config.guess": no such file or directory Error: Status 1 encountered during processing.
Any ideas?
I don't see any open bugs for cdrtools. Also, /usr/share/libtool/ config.guess exists on my Mac OS X 10.4.11 Intel system. What OS do you have?
_______________________________________________ macports-users mailing list macports-users@lists.macosforge.org http://lists.macosforge.org/mailman/listinfo/macports-users
On Nov 21, 2007, at 21:33, Tomasz Finc wrote:
On Nov 21, 2007 6:17 PM, Ryan Schmidt wrote:
On Nov 21, 2007, at 17:19, stuw20 wrote:
I was wanting some help with cdrtools. I need it to run turbojet2.
When I try and
install ports cdrtools
It replies with this error. Error: Target org.macports.patch returned: error copying "/usr/share/libtool/config.guess": no such file or directory Error: Status 1 encountered during processing.
Any ideas?
I don't see any open bugs for cdrtools. Also, /usr/share/libtool/ config.guess exists on my Mac OS X 10.4.11 Intel system. What OS do you have?
This exact issue has also been reported for libnet in
http://trac.macosforge.org/projects/macports/ticket/13334
No progress on it yet from the port maintainer. I had to manually change the port file to pickup a config.guess in /opt
10.4 and 10.5 both include /usr/share/libtool/config.guess, so if you don't have it, we need to fix that. Maybe it's provided by an optional package you didn't install? Tell us what OS version you have first, then we can postulate what package you might be missing. Or I suppose the ports could be changed to depend on the libtool port.
On Nov 21, 2007, at 9:11 PM, Ryan Schmidt wrote:
On Nov 21, 2007, at 21:33, Tomasz Finc wrote:
On Nov 21, 2007 6:17 PM, Ryan Schmidt wrote:
On Nov 21, 2007, at 17:19, stuw20 wrote:
I was wanting some help with cdrtools. I need it to run turbojet2.
When I try and
install ports cdrtools
It replies with this error. Error: Target org.macports.patch returned: error copying "/usr/share/libtool/config.guess": no such file or directory Error: Status 1 encountered during processing.
Any ideas?
I don't see any open bugs for cdrtools. Also, /usr/share/libtool/ config.guess exists on my Mac OS X 10.4.11 Intel system. What OS do you have?
This exact issue has also been reported for libnet in
http://trac.macosforge.org/projects/macports/ticket/13334
No progress on it yet from the port maintainer. I had to manually change the port file to pickup a config.guess in /opt
10.4 and 10.5 both include /usr/share/libtool/config.guess, so if you don't have it, we need to fix that. Maybe it's provided by an optional package you didn't install? Tell us what OS version you have first, then we can postulate what package you might be missing.
I wonder if this is an Xcode 2.5 thing, as I don't have a /usr/share/ libtool directory at all; config.sub and config.guess are present in / usr/share/automake-1.6 however. This is on 10.4.11, Xcode 2.5, MBP. Bryan
Or I suppose the ports could be changed to depend on the libtool port.
On Nov 21, 2007 8:43 PM, Bryan Blackburn <blb@macports.org> wrote:
On Nov 21, 2007, at 9:11 PM, Ryan Schmidt wrote:
On Nov 21, 2007, at 21:33, Tomasz Finc wrote:
On Nov 21, 2007 6:17 PM, Ryan Schmidt wrote:
On Nov 21, 2007, at 17:19, stuw20 wrote:
I was wanting some help with cdrtools. I need it to run turbojet2.
When I try and
install ports cdrtools
It replies with this error. Error: Target org.macports.patch returned: error copying "/usr/share/libtool/config.guess": no such file or directory Error: Status 1 encountered during processing.
Any ideas?
I don't see any open bugs for cdrtools. Also, /usr/share/libtool/ config.guess exists on my Mac OS X 10.4.11 Intel system. What OS do you have?
This exact issue has also been reported for libnet in
http://trac.macosforge.org/projects/macports/ticket/13334
No progress on it yet from the port maintainer. I had to manually change the port file to pickup a config.guess in /opt
10.4 and 10.5 both include /usr/share/libtool/config.guess, so if you don't have it, we need to fix that. Maybe it's provided by an optional package you didn't install? Tell us what OS version you have first, then we can postulate what package you might be missing.
I wonder if this is an Xcode 2.5 thing, as I don't have a /usr/share/ libtool directory at all; config.sub and config.guess are present in / usr/share/automake-1.6 however. This is on 10.4.11, Xcode 2.5, MBP.
Bryan
Or I suppose the ports could be changed to depend on the libtool port.
_______________________________________________ macports-users mailing list macports-users@lists.macosforge.org http://lists.macosforge.org/mailman/listinfo/macports-users
That could very well be it as I'm running Xcode 2.5 on OSX 10.4.11 and see the same issues with missing files and directory layout. --tomasz
On Nov 21, 2007, at 23:59, Tomasz Finc wrote:
10.4 and 10.5 both include /usr/share/libtool/config.guess, so if you don't have it, we need to fix that. Maybe it's provided by an optional package you didn't install? Tell us what OS version you have first, then we can postulate what package you might be missing.
I wonder if this is an Xcode 2.5 thing, as I don't have a /usr/share/ libtool directory at all; config.sub and config.guess are present in / usr/share/automake-1.6 however. This is on 10.4.11, Xcode 2.5, MBP.
That could very well be it as I'm running Xcode 2.5 on OSX 10.4.11 and see the same issues with missing files and directory layout.
Interesting. Maybe that's it. I'm still running Xcode 2.4.1 (and have the files). But then why would Xcode 3.0 bring the files back? Hmm. I guess this bears out the reason MacPorts uses its own software, not Apple's: In MacPorts, we know what's up and Apple can't mess us up when they change things behind our backs. So I guess the ports really should be changed to depend on libtool and to grab config.guess from $ {prefix} instead of from /usr/share/libtool. These ports are probably affected by this problem: $ grep /usr/share/libtool/config.guess */*/Portfile | sed s%/ Portfile.*$%% archivers/arj emulators/basiliskii games/xboard games/xmahjongg net/libnet net/nslint net/ssldump net/tcpflow net/trafshow print/a2ps print/freetype1 security/racoon sysutils/cdrdao sysutils/cdrtools textproc/diction textproc/recode $
Running 10.4.10 on my iBook G4 1.42Ghz PPC I did try and run fink which may have stuffed something up. I installed Xcode 2.5before I installed macports. Stu. Ryan Schmidt-24 wrote:
On Nov 21, 2007, at 17:19, stuw20 wrote:
I was wanting some help with cdrtools. I need it to run turbojet2.
When I try and
install ports cdrtools
It replies with this error. Error: Target org.macports.patch returned: error copying "/usr/share/libtool/config.guess": no such file or directory Error: Status 1 encountered during processing.
Any ideas?
I don't see any open bugs for cdrtools. Also, /usr/share/libtool/ config.guess exists on my Mac OS X 10.4.11 Intel system. What OS do you have?
_______________________________________________ macports-users mailing list macports-users@lists.macosforge.org http://lists.macosforge.org/mailman/listinfo/macports-users
-- View this message in context: http://www.nabble.com/cdrtools-returning-error-on-install-tf4853397.html#a13... Sent from the MacPorts - Users mailing list archive at Nabble.com.
On 11/21/07, stuw20 <stuartw@cleancutsound.com> wrote:
Hi,
I was wanting some help with cdrtools. I need it to run turbojet2.
When I try and
install ports cdrtools
that's not what you actually typed, is it? I just tried "port -d destroot cdrtools" and it's humming along, past the config stage and onto compiling. And it just finished with no errors. And at the end of the thread you mention that you have fink installed. having both fink and macports is contraindicated[1], as they say in the trade. You can finesse it with well-constructed PATH statements, but it's better not to try it. It sounds like your system(s) (if there is more than one person on 10.4.x/2.4.1 with this issue) is messed up somehow. 1. http://www.answers.com/contraindicated&r=67 -- Paul Beard / www.paulbeard.org/ <paulbeard@gmail.com/paulbeard@mac.com>
participants (5)
-
Bryan Blackburn
-
paul beard
-
Ryan Schmidt
-
stuw20
-
Tomasz Finc