Opened 13 years ago

Closed 13 years ago

Last modified 11 years ago

#28452 closed defect (invalid)

Port won't selfupdate: Could not find a working Foundation implementation

Reported by: sachin.srivastava@… Owned by: macports-tickets@…
Priority: Normal Milestone:
Component: base Version: 1.9.1
Keywords: Cc: cooljeanius (Eric Gallager)
Port:

Description (last modified by ryandesign (Ryan Carsten Schmidt))

I am using MacPorts 1.9.1
Xcode version 3.2.5
When trying selfupdate it fails (attaching the config.log file)

checking for GNU Objective C runtime... no
configure: Using Apple Objective-C runtime
checking for Apple Foundation library... no
configure: WARNING: GNUSTEP_SYSTEM_ROOT is not defined in your environment, preventing the use of GNUstep's Foundation library
configure: error: Could not find a working Foundation implementation
shell command "cd /opt/local/var/macports/sources/rsync.macports.org/release/base && ./configure --prefix=/opt/local --with-tclpackage=/Library/Tcl --with-install-user=root --with-install-group=admin --with-directory-mode=0755 --enable-readline && make && make install" returned error 1
Error: /opt/local/bin/port: port selfupdate failed: Error installing new MacPorts base: shell command failed

Attachments (1)

config.log (28.8 KB) - added by sachin.srivastava@… 13 years ago.

Download all attachments as: .zip

Change History (7)

Changed 13 years ago by sachin.srivastava@…

Attachment: config.log added

comment:1 Changed 13 years ago by sachin.srivastava@…

Cc: sachin.srivastava@… added

Cc Me!

comment:2 Changed 13 years ago by ryandesign (Ryan Carsten Schmidt)

Cc: sachin.srivastava@… removed
Component: portsbase
Description: modified (diff)

comment:3 Changed 13 years ago by ryandesign (Ryan Carsten Schmidt)

Summary: Port won't selfupdatePort won't selfupdate: Could not find a working Foundation implementation

comment:4 Changed 13 years ago by afb@…

Your installation looks broken, possibly by stuff in /usr/local:

/usr/include/hfs/hfs_format.h:765: error: expected specifier-qualifier-list before 'uuid_string_t'

Try this command, and see where the definiition is coming from:

echo '#include <uuid/uuid.h>' | gcc -E - | grep uuid_string_t

comment:5 Changed 13 years ago by jmroot (Joshua Root)

Resolution: invalid
Status: newclosed

No response; closing.

comment:6 Changed 11 years ago by cooljeanius (Eric Gallager)

Cc: egall@… added

Cc Me!

Note: See TracTickets for help on using tickets.