Opened 12 years ago

Closed 12 years ago

#33863 closed defect (fixed)

ucblogo 6.0 port fails to build.

Reported by: charles.tolle@… Owned by: tobypeterson
Priority: Normal Milestone:
Component: ports Version: 2.0.4
Keywords: Cc:
Port: ucblogo

Description (last modified by mf2k (Frank Schima))

attempted to install ucblogo on a new mac mini -- MacOS X 10.7.3 Lion: latest macports (MacPorts 2.0.4) and Xcode (Version 4.3.2 (4E2002)). log file attached.

[FRANCs-mac-mini:~] tolle% sudo port install ucblogo
Password:
--->  Building ucblogo
Error: Target org.macports.build returned: shell command failed (see log for details)
Log for ucblogo is at: /opt/local/var/macports/logs/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_lang_ucblogo/ucblogo/main.log
Error: Status 1 encountered during processing.
To report a bug, see <http://guide.macports.org/#project.tickets>

Attachments (1)

main.log (15.9 KB) - added by charles.tolle@… 12 years ago.

Download all attachments as: .zip

Change History (5)

Changed 12 years ago by charles.tolle@…

Attachment: main.log added

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

Description: modified (diff)
Owner: changed from macports-tickets@… to toby@…
Port: ucblogo added

comment:2 Changed 12 years ago by tobypeterson

Status: newassigned

Ah, crufty code that doesn't play nicely with clang. Should be easy (if tedious) to fix. I doubt I'll have time to fix it in the near future, patches are welcome.

comment:3 Changed 12 years ago by tobypeterson

Actually the error seems due to xgraphics.h, so I suspect it's picking up X11 during configure. I'll disable and hope that fixes it!

comment:4 Changed 12 years ago by tobypeterson

Resolution: fixed
Status: assignedclosed

r92841 should fix this. If you want X11 support, sorry. Also, a bunch of the warnings seem to indicate it's not particularly 64-bit friendly, but... it does build. For me.

Note: See TracTickets for help on using tickets.