Opened 11 years ago

Closed 10 years ago

#38622 closed defect (worksforme)

plplot +gcc46 broken

Reported by: DavidSagan (David Sagan) Owned by: tenomoto (Takeshi Enomoto)
Priority: Normal Milestone:
Component: ports Version: 2.1.3
Keywords: Cc:
Port: plplot

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

Running Mac 10.6.8 with Xcode 3.2.3. Also fails in exactly the same way with a mac running 10.7.5 and Xcode 4.3.3.

First attached file shows results of "sudo port install plplot +gcc46" which ends with:

Port plplot still broken after rebuilding 3 time(s)
    while executing
"error "Port $portname still broken after rebuilding [expr $broken_port_counts($portname) - 1] time(s)""
    (procedure "revupgrade_scanandrebuild" line 268)
    invoked from within
"revupgrade_scanandrebuild broken_port_counts $opts"
    (procedure "macports::revupgrade" line 5)
    invoked from within
"macports::revupgrade $opts"
    (procedure "action_revupgrade" line 2)
    invoked from within
"action_revupgrade $action $portlist $opts"
    (procedure "action_target" line 94)
    invoked from within
"$action_proc $action $portlist [array get global_options]"
    (procedure "process_cmd" line 95)
    invoked from within
"process_cmd $remaining_args"
    invoked from within
"if { [llength $remaining_args] > 0 } {

    # If there are remaining arguments, process those as a command
    set exit_status [process_cmd $remaining..."
    (file "/opt/local/bin/port" line 4785)

Second attached file shows results of running "port -d -y rev-upgrade".

Any help is greatly appreciated.

Attachments (3)

plplot.bug0.txt (3.2 KB) - added by DavidSagan (David Sagan) 11 years ago.
Result of "sudo port install plplot +gcc46" command
plplot.bug.txt (6.6 KB) - added by DavidSagan (David Sagan) 11 years ago.
Result of "sudo port -d -y rev-upgrade" command.
plplot_bug.txt (2.7 MB) - added by DavidSagan (David Sagan) 11 years ago.
Output from "sudo port -d install plplot +gcc46" command

Change History (7)

Changed 11 years ago by DavidSagan (David Sagan)

Attachment: plplot.bug0.txt added

Result of "sudo port install plplot +gcc46" command

Changed 11 years ago by DavidSagan (David Sagan)

Attachment: plplot.bug.txt added

Result of "sudo port -d -y rev-upgrade" command.

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

Description: modified (diff)
Owner: changed from macports-tickets@… to takeshi@…
Port: plplot added

The relevant error in the log seems to be:

Could not open /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_science_plplot/plplot/work/build/bindings/f95/libplplotf95cd.9.dylib: Error opening or reading file (referenced from /opt/local/lib/libplplotf95d.9.1.1.dylib)

comment:2 Changed 11 years ago by tenomoto (Takeshi Enomoto)

I can't reproduce the problem. The error message says that some of plplot libraries are broken. Try

sudo port -d uninstall plplot
sudo port -d install plplot +gcc46

comment:3 in reply to:  2 Changed 11 years ago by DavidSagan (David Sagan)

Replying to takeshi@…:

I can't reproduce the problem. The error message says that some of plplot libraries are broken. Try

sudo port -d uninstall plplot
sudo port -d install plplot +gcc46

Did this and still have the problem. Attached is the output of the install command.

Changed 11 years ago by DavidSagan (David Sagan)

Attachment: plplot_bug.txt added

Output from "sudo port -d install plplot +gcc46" command

comment:4 Changed 10 years ago by tenomoto (Takeshi Enomoto)

Resolution: worksforme
Status: newclosed

The errors could be due to be related to a disk problem. I close this ticket for now. File another or reopen if you still see the problem.

Note: See TracTickets for help on using tickets.