New Ticket     Wiki     Browse Source     Timeline     Roadmap     Ticket Reports     Search

Ticket #23311 (closed defect: duplicate)

Opened 2 years ago

Last modified 11 months ago

xplot fails to install

Reported by: george.allen@… Owned by: fenner@…
Priority: Normal Milestone:
Component: ports Version: 1.8.2
Keywords: Cc:
Port: xplot

Description (last modified by macsforever2000@…) (diff)

I ran the command sudo port install -d xplot, and it failed with errors. I'm running MacPorts 1.8.2 on a macbook pro, running 10.5.8

Here is the output of the command,

 sudo port install -d xplot                                 
--->  Computing dependencies for xplot
--->  Building xplot
Error: Target org.macports.build returned: shell command " cd "/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_math_xplot/work/xplot-0.90.7.1" && /usr/bin/make -j1 all " returned error 2
Command output: xplot.c:3028: warning: incompatible implicit declaration of built-in function 'strcpy'
xplot.c:3044: warning: incompatible implicit declaration of built-in function 'strlen'
xplot.c:3046: warning: incompatible implicit declaration of built-in function 'strcpy'
xplot.c:3062: warning: incompatible implicit declaration of built-in function 'strlen'
xplot.c:3064: warning: incompatible implicit declaration of built-in function 'strcpy'
xplot.c:3079: warning: incompatible implicit declaration of built-in function 'strlen'
xplot.c:3081: warning: incompatible implicit declaration of built-in function 'strcpy'
xplot.c:3093: warning: incompatible implicit declaration of built-in function 'strlen'
xplot.c:3095: warning: incompatible implicit declaration of built-in function 'strcpy'
xplot.c:3107: warning: incompatible implicit declaration of built-in function 'strlen'
xplot.c:3109: warning: incompatible implicit declaration of built-in function 'strcpy'
xplot.c:3119: warning: incompatible implicit declaration of built-in function 'strlen'
xplot.c:3121: warning: incompatible implicit declaration of built-in function 'strcpy'
xplot.c: In function 'emit_PS':
xplot.c:3164: error: storage size of 'pspl' isn't known
xplot.c:3177: error: dereferencing pointer to incomplete type
xplot.c:3207: error: dereferencing pointer to incomplete type
xplot.c:3252: error: dereferencing pointer to incomplete type
xplot.c:3258: error: dereferencing pointer to incomplete type
xplot.c:3708: error: dereferencing pointer to incomplete type
xplot.c:3164: warning: unused variable 'pspl'
xplot.c: In function 'make_name_open_file':
xplot.c:3724: error: dereferencing pointer to incomplete type
xplot.c:3727: warning: incompatible implicit declaration of built-in function 'strlen'
xplot.c:3757: warning: incompatible implicit declaration of built-in function 'strcpy'
xplot.c:3760: warning: incompatible implicit declaration of built-in function 'strcat'
xplot.c:3761: warning: incompatible implicit declaration of built-in function 'strlen'
xplot.c:3764: warning: implicit declaration of function 'access'
xplot.c:3764: error: 'F_OK' undeclared (first use in this function)
make: *** [xplot.o] Error 1

Error: Status 1 encountered during processing.
Before reporting a bug, first run the command again with the -d flag to get complete output.

Attachments

xplot.txt Download (2.6 KB) - added by george.allen@… 2 years ago.
port-install-xplot-debug.txt Download (38.4 KB) - added by george.allen@… 2 years ago.
debug output when installing xplot

Change History

Changed 2 years ago by george.allen@…

Changed 2 years ago by macsforever2000@…

  • owner changed from macports-tickets@… to fenner@…
  • description modified (diff)

Changed 2 years ago by jmr@…

You did not get debug output because you put the -d in the wrong place. See the synopsis in the port(1) man page.

Changed 2 years ago by george.allen@…

debug output when installing xplot

Changed 2 years ago by george.allen@…

Added attachment port-install-xplot-debug.txt with correct debug output

Changed 11 months ago by jmr@…

  • status changed from new to closed
  • resolution set to duplicate
Note: See TracTickets for help on using tickets.