#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)
Change History (7)
Changed 14 years ago by sachin.srivastava@…
Attachment: | config.log added |
---|
comment:1 Changed 14 years ago by sachin.srivastava@…
Cc: | sachin.srivastava@… added |
---|
comment:2 Changed 14 years ago by ryandesign (Ryan Carsten Schmidt)
Cc: | sachin.srivastava@… removed |
---|---|
Component: | ports → base |
Description: | modified (diff) |
comment:3 Changed 14 years ago by ryandesign (Ryan Carsten Schmidt)
Summary: | Port won't selfupdate → Port won't selfupdate: Could not find a working Foundation implementation |
---|
comment:4 Changed 14 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 14 years ago by jmroot (Joshua Root)
Resolution: | → invalid |
---|---|
Status: | new → closed |
No response; closing.
Note: See
TracTickets for help on using
tickets.
Cc Me!