New Ticket     Tickets     Wiki     Browse Source     Timeline     Roadmap     Ticket Reports     Search

Ticket #34257 (closed defect: fixed)

Opened 13 months ago

Last modified 13 months ago

cctools: error: mach-o/prune_trie.h: No such file or directory

Reported by: titusjan@… Owned by: jeremyhu@…
Priority: Normal Milestone:
Component: ports Version: 2.0.4
Keywords: Cc: mfeiri@…
Port: cctools

Description

While doing a port upgrade outdated (after a selfupdate, it had been a while) the process gave an error while updating cc tools.

sudo port upgrade outdated
--->  Computing dependencies for cctools
--->  Fetching archive for cctools
--->  Attempting to fetch cctools-822_2+llvm30.darwin_9.i386.tgz from http://packages.macports.org/cctools
--->  Fetching cctools
--->  Verifying checksum(s) for cctools
--->  Extracting cctools
--->  Applying patches to cctools
--->  Configuring cctools
--->  Building cctools
Error: Target org.macports.build returned: shell command failed (see log for details)
Log for cctools is at: /opt/local/var/macports/logs/_opt_local_var_macports_sources_rsync.macports.org_release_ports_devel_cctools/cctools/main.log
Error: Problem while installing cctools

I have attached the log. It seems to me that the problem is that cctools-822_2+llvm30.darwin_9.i386.tgz does not exist.

I searched for tickets about it but didn't find anything.

I use OS-X 10.5 and XCode 3.1.4. Please let me know if you need more information.

Titusjan.

Attachments

main.log (142.0 KB) - added by titusjan@… 13 months ago.

Change History

Changed 13 months ago by titusjan@…

comment:1 in reply to: ↑ description Changed 13 months ago by ryandesign@…

  • Owner changed from macports-tickets@… to jeremyhu@…
  • Cc mfeiri@… added
  • Summary changed from cctools fails to upgrade under 10.5 to cctools: error: mach-o/prune_trie.h: No such file or directory

Replying to titusjan@…:

It seems to me that the problem is that cctools-822_2+llvm30.darwin_9.i386.tgz does not exist.

No, that is irrelevant.

The problem is:

error: mach-o/prune_trie.h: No such file or directory

So this looks the same as #34110 which was already fixed, except that in that ticket we were talking about Lion and you're on Leopard. Are you sure your ports definitions are up to date? Try:

sudo port selfupdate
sudo port clean cctools
sudo port install cctools

If it still fails, let us know.

comment:2 Changed 13 months ago by jeremyhu@…

  • Status changed from new to closed
  • Resolution set to fixed

There was a bug with the new Makefile, r92475

comment:3 Changed 13 months ago by titusjan@…

It works now. Thanks for the quick response.

Note: See TracTickets for help on using tickets.