Opened 12 years ago

Closed 12 years ago

Last modified 11 years ago

#33809 closed defect (invalid)

Problem while installing p5.12-xml-parser

Reported by: ua3qrz@… Owned by: macports-tickets@…
Priority: Normal Milestone:
Component: ports Version: 2.0.4
Keywords: Cc:
Port: p5.12-xml-parser

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

MacPorts update fails on the step of p5.12-xml-parser configuration:

--->  Computing dependencies for p5.12-xml-parser
--->  Configuring p5.12-xml-parser
Error: Target org.macports.configure returned: configure failure: shell command failed (see log for details)
Log for p5.12-xml-parser is at: /opt/local/var/macports/logs/_opt_local_var_macports_sources_rsync.macports.org_release_ports_perl_p5-xml-parser/p5.12-xml-parser/main.log
Error: Problem while installing p5.12-xml-parser

Attachments (1)

main.log (3.2 KB) - added by ua3qrz@… 12 years ago.

Download all attachments as: .zip

Change History (5)

Changed 12 years ago by ua3qrz@…

Attachment: main.log added

comment:1 Changed 12 years ago by ryandesign (Ryan Carsten Schmidt)

Description: modified (diff)
Resolution: invalid
Status: newclosed

The log says: "Couldn't find your C compiler"

But it was not a clean build attempt. "sudo port clean p5.12-xml-parser" and try again.

If that doesn't work, consult wiki:ProblemHotlist#xcode43 which says you need to rebuild perl5.12.

comment:2 Changed 12 years ago by ua3qrz@…

Thanks for reply. Probably I need your help. Before report I've tried all recommendations and Xcode 4.3 related as well. It does not help. I can not rebuild the port due to configuration error. None of "clean" or "install" from scratch do work. Other ports compiles perfectly. Please help.

$ xcode-select -print-path /Applications/Xcode.app/Contents/Developer $ sudo port clean p5.12-xml-parser ---> Cleaning p5.12-xml-parser $ sudo port install p5.12-xml-parser ---> Computing dependencies for p5.12-xml-parser ---> Fetching archive for p5.12-xml-parser ---> Attempting to fetch p5.12-xml-parser-2.400.0_2.darwin_11.x86_64.tgz from http://packages.macports.org/p5.12-xml-parser ---> Fetching p5.12-xml-parser ---> Verifying checksum(s) for p5.12-xml-parser ---> Extracting p5.12-xml-parser ---> Configuring p5.12-xml-parser Error: Target org.macports.configure returned: configure failure: shell command failed (see log for details) Log for p5.12-xml-parser is at: /opt/local/var/macports/logs/_opt_local_var_macports_sources_rsync.macports.org_release_ports_perl_p5-xml-parser/p5.12-xml-parser/main.log Error: Status 1 encountered during processing. To report a bug, see <http://guide.macports.org/#project.tickets> $

comment:3 in reply to:  2 ; Changed 12 years ago by razzfazz (Daniel Becker)

Replying to ua3qrz@…:

Thanks for reply. Probably I need your help.

Try this:

sudo port -n upgrade --force perl5.12

Then try installing p5.12-xml-parser again.

comment:4 in reply to:  3 Changed 12 years ago by ua3qrz@…

Replying to razzfazz@…:

Replying to ua3qrz@…:

Thanks for reply. Probably I need your help.

Try this:

sudo port -n upgrade --force perl5.12

Then try installing p5.12-xml-parser again.

Thank yo very much. Problem resolved!

Note: See TracTickets for help on using tickets.