Opened 15 years ago
Closed 14 years ago
#23311 closed defect (duplicate)
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 mf2k (Frank Schima))
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 (2)
Change History (6)
Changed 15 years ago by george.allen@…
comment:1 Changed 15 years ago by mf2k (Frank Schima)
Description: | modified (diff) |
---|---|
Owner: | changed from macports-tickets@… to fenner@… |
comment:2 Changed 15 years ago by jmroot (Joshua Root)
Changed 15 years ago by george.allen@…
Attachment: | port-install-xplot-debug.txt added |
---|
debug output when installing xplot
comment:3 Changed 15 years ago by george.allen@…
Added attachment port-install-xplot-debug.txt with correct debug output
comment:4 Changed 14 years ago by jmroot (Joshua Root)
Resolution: | → duplicate |
---|---|
Status: | new → closed |
Note: See
TracTickets for help on using
tickets.
You did not get debug output because you put the -d in the wrong place. See the synopsis in the port(1) man page.