Ticket #10682 (closed defect: invalid)
BUG: New Install Won't Work on MBP (Problem with Pextlib)
| Reported by: | pete-darwinports@… | Owned by: | darwinports-bugs@… |
|---|---|---|---|
| Priority: | High | Milestone: | |
| Component: | base | Version: | 1.3.2 |
| Keywords: | pextlib | Cc: | pete-darwinports@…, markd@… |
| Port: |
Description
I'm trying to get a friend of mine using {Darwin|Mac}Ports. If he downloads the source for 1.3.2 (or 1.2.0, which worked for me on my MBP), builds, then installs, everything looks good, but when he tries to "port sync" as from the docs or run "make test" in the source directory, things fail.
None of the port commands work. They all error out with this:
can't find package Pextlib 1.0
while executing
"package_native require Pextlib 1.0"
("eval" body line 1)
invoked from within
"eval package_native $args"
(procedure "package" line 14)
invoked from within
"package require Pextlib 1.0"
(procedure "dportinit" line 311)
invoked from within
"dportinit ui_options global_options global_variations"
Error: /opt/local/bin/port: Failed to initialize ports system, can't find package Pextlib 1.0
This is what "make test" errors out with:
===> making test in src/pextlib1.0
/usr/bin/tclsh tests/curl.tcl Pextlib.dylib
no suitable image found. Did find:
/opt/DarwinPorts-1.3.2/src/pextlib1.0/Pextlib.dylib: mach-o, but wrong architecture
while executing
"load $pextlibname"
(procedure "main" line 2)
invoked from within
"main $argv"
(file "tests/curl.tcl" line 54)
make[2]: *** [test] Error 1
make[1]: *** [test] Error 1
make: *** [test] Error 1
Any ideas how to fix this?
Thanks,
pete
Change History
Note: See
TracTickets for help on using
tickets.

