Ticket #33318 (closed defect: fixed)
xcircuit: build fails
| Reported by: | sxs061600@… | Owned by: | macports-tickets@… |
|---|---|---|---|
| Priority: | Normal | Milestone: | |
| Component: | ports | Version: | 2.0.3 |
| Keywords: | Cc: | Stochasticus@… | |
| Port: | xcircuit |
Description (last modified by ryandesign@…) (diff)
Error: Target org.macports.build returned: shell command failed (see log for details) Log for xcircuit is at: /opt/local/var/macports/logs/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_x11_xcircuit/xcircuit/main.log Error: Status 1 encountered during processing
Attachments
Change History
comment:1 in reply to: ↑ description Changed 15 months ago by ryandesign@…
- Description modified (diff)
- Port set to xcircuit
- Summary changed from Target org.macports.build returned: shell command failed (see log for details) to xcircuit: build fails
Replying to sxs061600@…:
Log for xcircuit is at: /opt/local/var/macports/logs/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_x11_xcircuit/xcircuit/main.log
Please attach this file.
comment:3 Changed 15 months ago by Stochasticus@…
I'm getting the same error so I'll attach the log file. I've also tried building from the xcircuit 3.7 source and am getting an error there as well. The problems may be the same and are due to something wrong in either the tclxcircuit.c file or in the latest version of tcl/tk. Error has something to do with incompatible type declarations in commands like "tcl_vprintf"
Changed 15 months ago by Stochasticus@…
Log file from: sudo port install xcircuit
comment:4 Changed 15 months ago by macsforever2000@…
That's not a complete log (skipping completed configure, etc.). Please clean xcircuit, try again and then attach the log if it fails.
comment:5 follow-up: ↓ 6 Changed 15 months ago by Stochasticus@…
Okay, the new one seems to have the configure information.
Changed 15 months ago by Stochasticus@…
- Attachment main.2.log added
main.log for xcircuit install from clean
comment:6 in reply to: ↑ 5 ; follow-up: ↓ 7 Changed 15 months ago by sxs061600@…
Replying to Stochasticus@…:
Okay, the new one seems to have the configure information.
Could you please tell me how you fixed the problem?
comment:7 in reply to: ↑ 6 Changed 15 months ago by Stochasticus@…
Replying to sxs061600@…:
Replying to Stochasticus@…:
Okay, the new one seems to have the configure information.
Could you please tell me how you fixed the problem?
I didn't, I was just updating the log file for the owner. Hope it can be sorted out. I had a working version of xcircuit last week but reinstalled Lion yesterday and found this problem today :(
comment:8 follow-up: ↓ 9 Changed 15 months ago by piessens@…
This is fixed when changing CC=/usr/bin/gcc instead of CC=/usr/bin/clang in the Makefile
comment:9 in reply to: ↑ 8 Changed 15 months ago by Stochasticus@…
Replying to piessens@…:
This is fixed when changing CC=/usr/bin/gcc instead of CC=/usr/bin/clang in the Makefile
Okay, that built okay when I tried manually changing this in the Makefile but it's still broken at runtime due to this unsolved ticket #30787
comment:10 Changed 12 months ago by jmr@…
- Status changed from new to closed
- Resolution set to fixed
Should be fixed by r93306.

