Opened 12 years ago

Closed 12 years ago

#36584 closed defect (invalid)

gnuplot fails to upgrade

Reported by: tilotti@… Owned by: mojca (Mojca Miklavec)
Priority: Normal Milestone:
Component: ports Version: 2.1.2
Keywords: Cc:
Port: gnuplot

Description

since recently gnuplot fails to upgrade. os version is mountain lion. log is attached

Attachments (1)

main.log (10.8 KB) - added by tilotti@… 12 years ago.

Download all attachments as: .zip

Change History (6)

Changed 12 years ago by tilotti@…

Attachment: main.log added

comment:1 in reply to:  description Changed 12 years ago by tilotti@…

Replying to tilotti@…:

since recently gnuplot fails to upgrade. os version is mountain lion. log is attached

terminal output is this:

Computing dependencies for gnuplot ---> Building gnuplot Error: org.macports.build for port gnuplot returned: command execution failed Please see the log file for port gnuplot for details:

/opt/local/var/macports/logs/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_math_gnuplot/gnuplot/main.log

Error: Unable to upgrade port: 1

Version 0, edited 12 years ago by tilotti@… (next)

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

Owner: changed from macports-tickets@… to mojca.miklavec.lists@…
Port: gnuplot added

Remember to use WikiFormatting, to fill in the Port field with the name of the port, and to Cc the maintainer of that port.

This was not a clean attempt. Please "sudo port clean gnuplot", then try again, then attach the new main.log to this ticket.

comment:3 Changed 12 years ago by mojca (Mojca Miklavec)

The following looks like a problem elsewhere:

In file included from term.c:1405:
In file included from ./term.h:426:
In file included from ../term/lua.trm:111:
/opt/local/include/lauxlib.h:12:10: fatal error: '/opt/local/include/gcc45/c++/tr1/stddef.h' file not found
#include </opt/local/include/gcc45/c++/tr1/stddef.h>
         ^

The line 12 of /opt/local/include/lauxlib.h reads

#include <stddef.h>

on my machine. How did the whole weird path to /opt/local/include/gcc45/c++/tr1/stddef.h end up there?

What exactly is written in the line 12 of your version of lauxlib.h?

comment:4 Changed 12 years ago by tilotti@…

hi, thanks, solved it. I think this was changed at some point due to some other compiling error.

thanks again!

comment:5 Changed 12 years ago by mf2k (Frank Schima)

Resolution: invalid
Status: newclosed
Note: See TracTickets for help on using tickets.