Opened 20 years ago

Closed 20 years ago

Last modified 19 years ago

#1888 closed defect (fixed)

electric port fail to compile

Reported by: max@… Owned by: blb@…
Priority: High Milestone:
Component: ports Version: 1.0
Keywords: Cc:
Port:

Description

step to reproduce:

1) setup aund upgrade to 2004-05-31 from cvs the darwinports 2) do the command: sudo port install electric

Result: the compilation fail tu build the program. see the log:

MaX-PB:~/darwinports/dports max$ sudo port install electric Password: ---> Building electric with target all Error: Target com.apple.build returned: shell command "cd "/Users/max/darwinports/dports/graphics/ electric/work/electric-6.08" && make all" returned error 2 Command output: src/cons/conlay.c:812: error: parse error before "cla_modflex" src/cons/conlay.c: In function `cla_modflex': src/cons/conlay.c:819: error: syntax error before "examinefacet" src/cons/conlay.c:857: error: `examinefacet' undeclared (first use in this function) src/cons/conlay.c: In function `cla_ensurearcinst': src/cons/conlay.c:1112: error: syntax error before "inside0" src/cons/conlay.c:1117: error: `inside0' undeclared (first use in this function) src/cons/conlay.c:1118: error: `inside1' undeclared (first use in this function) src/cons/conlay.c:1122: error: request for member `cluster' in something not a structure or union src/cons/conlay.c:1123: error: request for member `cluster' in something not a structure or union src/cons/conlay.c: In function `cla_oldportposition': src/cons/conlay.c:1394: error: request for member `cluster' in something not a structure or union src/cons/conlay.c: At top level: src/cons/conlay.c:1521: error: parse error before "Boolean" src/cons/conlay.c: In function `cla_computefacet': src/cons/conlay.c:1528: error: syntax error before "mixed" src/cons/conlay.c:1535: error: `facet' undeclared (first use in this function) src/cons/conlay.c:1535: error: `forcedlook' undeclared (first use in this function) src/cons/conlay.c:1564: error: `mixed' undeclared (first use in this function) src/cons/conlay.c: At top level: src/cons/conlay.c:1624: error: parse error before "cla_lookdown" src/cons/conlay.c: In function `cla_lookdown': src/cons/conlay.c:1629: error: syntax error before "forcedlook" src/cons/conlay.c:1638: error: `foundone' undeclared (first use in this function) src/cons/conlay.c:1685: error: `forcedlook' undeclared (first use in this function) src/cons/conlay.c: At top level: src/include/global.h:545: warning: array `el_tools' assumed to have one element src/include/global.h:1535: warning: array `el_constraints' assumed to have one element src/include/usr.h:541: warning: array `us_editortable' assumed to have one element make: * [src/cons/conlay.o] Error 1

MaX-PB:~/darwinports/dports max$

Change History (4)

comment:1 Changed 20 years ago by blb@…

Owner: changed from darwinports-bugs@… to blb@…

Assign to port maintainer

comment:2 Changed 20 years ago by blb@…

Resolution: fixed
Status: newclosed

A fix has been committed; basically, without choosing a variant, it doesn't select any type of interface, so compiling fails, as you discovered. It now tries to select a sensible default interface.

comment:3 Changed 20 years ago by max@…

Keywords: VERIFIED added

verified as fixed. Please clese it.

tnx again

MaX

comment:4 Changed 20 years ago by blb@…

Keywords: VERIFIED removed
Note: See TracTickets for help on using tickets.