Opened 15 years ago

Closed 15 years ago

Last modified 15 years ago

#17384 closed defect (invalid)

installation failure

Reported by: sgoddar1@… Owned by: macports-tickets@…
Priority: Normal Milestone:
Component: ports Version: 1.6.0
Keywords: Cc:
Port: rpm

Description

I am getting systematic failure to install with most packages on Macports, using PortAuthority v. 2.6 on Mac OS 10.5.5, with typical failure message:

"Warning: the following items did not execute (for xxxx): org.macports.activate org.macports.build org.macports.destroot org.macports.install"

where xxxx is some needed program. I am attaching the log file for a recent failed attempt to install rpm. I have XCode 3.1.1 installed, and have reinstalled the latest Macports and Portauthority, to no avail.

Thanks for any tips.

Joe Goddard

Attachments (1)

MacPorts log.txt (2.5 KB) - added by sgoddar1@… 15 years ago.

Download all attachments as: .zip

Change History (9)

Changed 15 years ago by sgoddar1@…

Attachment: MacPorts log.txt added

comment:1 Changed 15 years ago by blb@…

sh: make: command not found

How did you install Xcode? It's failing to find make, which should be /usr/bin/make.

comment:2 Changed 15 years ago by sgoddar1@…

I did a custom installation, including (nonoptional) Developer Tools Essentials and System Tools, and excluding UNIX Development Support, since I am not really a developer. Should I have included the latter? Thanks, Joe (The Plumber)

comment:3 Changed 15 years ago by blb@…

I believe it is the Unix Dev Support that gets the various tools into /usr/bin, and currently the only method MacPorts supports.

comment:4 Changed 15 years ago by sgoddar1@…

I installed the Unix Dev Support and still have the same problem. I tried doing a port installation from the terminal and got a failure as recorded here:

$ sudo port install rpm
--->  Building icu with target all
Error: Target org.macports.build returned: shell command " cd "/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_devel_icu/work/icu/source" && gnumake all " returned error 2
Command output: gnumake: *** No rule to make target `all'.  Stop.

Error: The following dependencies failed to build: beecrypt icu expat gettext libiconv gperf ncurses ncursesw neon openssl zlib perl5.8 popt python24 readline sqlite3
Error: Status 1 encountered during processing.
$ 

Ideas appreciated. Joe Goddard

comment:5 Changed 15 years ago by blb@…

At least it made it past building the bzip2 port, so Xcode is being seen properly; not sure why building icu is giving that error, it should be building fine; try (while in Terminal) sudo port clean --work icu then your original install again.

comment:6 Changed 15 years ago by sgoddar1@…

In fact, I did clean icu and installed it. Everything seems o.k. now. Thanks for the help.

comment:7 Changed 15 years ago by jmroot (Joshua Root)

Resolution: invalid
Status: newclosed

comment:8 Changed 15 years ago by (none)

Milestone: Port Bugs

Milestone Port Bugs deleted

Note: See TracTickets for help on using tickets.