Ticket #31773 (closed defect: invalid)
Failed to install libusb
| Reported by: | bob@… | Owned by: | rwilcox@… |
|---|---|---|---|
| Priority: | Normal | Milestone: | |
| Component: | ports | Version: | 2.0.3 |
| Keywords: | Cc: | toby@…, brett@… | |
| Port: |
Description (last modified by blb@…) (diff)
Am I missing something?
The error message in terminal:
lukamaki:~ boblukomski$ sudo /opt/local/bin/port install dfu-programmer ---> Computing dependencies for dfu-programmer ---> Dependencies to be installed: libusb-compat libusb pkgconfig glib2 autoconf help2man gettext expat libiconv gperf ncurses ncursesw p5.12-locale-gettext perl5.12 gdbm m4 perl5 perl5 perl5 automake libtool zlib ---> Installing libusb @1.0.8_0 Error: Target org.macports.install returned: /usr/bin/tar: invalid option -- q Try `/usr/bin/tar --help' for more information. Error: Failed to install libusb Log for libusb is at: /opt/local/var/macports/logs/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_devel_libusb/libusb/main.log Error: The following dependencies were not installed: libusb-compat libusb pkgconfig glib2 autoconf help2man gettext expat libiconv gperf ncurses ncursesw p5.12-locale-gettext perl5.12 gdbm m4 perl5 perl5 perl5 automake libtool zlib Error: Status 1 encountered during processing. To report a bug, see <http://guide.macports.org/#project.tickets>
I'm running OS 10.6.8 XCode 3.2.6
Change History
comment:1 follow-up: ↓ 2 Changed 19 months ago by blb@…
- Cc toby@…, brett@… added
- Owner changed from macports-tickets@… to rwilcox@…
- Description modified (diff)
- Port set to libusb
comment:2 in reply to: ↑ 1 Changed 19 months ago by bob@…
Replying to blb@…:
Error: Target org.macports.install returned: /usr/bin/tar: invalid option -- qThat's odd, the default /usr/bin/tar should support that; what is the result of running
$ ls -l /usr/bin/tar
lukamaki:~ boblukomski$ ls -l /usr/bin/tar -rwxr-xr-x 2 root wheel 174636 Sep 24 2003 /usr/bin/tar
comment:4 follow-up: ↓ 5 Changed 19 months ago by toby@…
Seriously, that's the same size as the PPC slice of the tar binary that shipped with Panther in 2003.
comment:5 in reply to: ↑ 4 Changed 19 months ago by bob@…
Replying to toby@…:
Seriously, that's the same size as the PPC slice of the tar binary that shipped with Panther in 2003.
Okay, but I'm running Snow Leopard. I appreciate your time here. Suggestion as to fixing this? I'm a total newb - I'm trying to update some firmware and am following 3rd party instructions...
Again, my OS is 10.6.8 and I'm running XCode 3.2.6 (I know XCode 4 is available, but I'm not a paying Developer Member).
comment:6 Changed 19 months ago by toby@…
- Status changed from new to closed
- Resolution set to invalid
- Port libusb deleted
Well, I'd bet that you've got plenty of insanity on your system if your tar binary is from Panther. Did you upgrade directly from Panther to Snow Leopard or something? Anyway, really the only advice I can give is to reinstall the OS. May be a good time to move on to Lion and Xcode 4.2 (which I'm pretty sure is free).
Anyway, not a MacPorts issue, closing.


That's odd, the default /usr/bin/tar should support that; what is the result of running