Opened 12 years ago

Closed 12 years ago

Last modified 12 years ago

#34257 closed defect (fixed)

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

Reported by: titusjan@… Owned by: jeremyhu (Jeremy Huddleston Sequoia)
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 (1)

main.log (142.0 KB) - added by titusjan@… 12 years ago.

Download all attachments as: .zip

Change History (4)

Changed 12 years ago by titusjan@…

Attachment: main.log added

comment:1 in reply to:  description Changed 12 years ago by ryandesign (Ryan Carsten Schmidt)

Cc: mfeiri@… added
Owner: changed from macports-tickets@… to jeremyhu@…
Summary: cctools fails to upgrade under 10.5cctools: 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 12 years ago by jeremyhu (Jeremy Huddleston Sequoia)

Resolution: fixed
Status: newclosed

There was a bug with the new Makefile, r92475

comment:3 Changed 12 years ago by titusjan@…

It works now. Thanks for the quick response.

Note: See TracTickets for help on using tickets.