New Ticket     Tickets     Wiki     Browse Source     Timeline     Roadmap     Ticket Reports     Search

Ticket #33661 (closed defect: fixed)

Opened 14 months ago

Last modified 14 months ago

freeglut @2.8.0 build failure

Reported by: gilles.risch@… Owned by: ryandesign@…
Priority: Normal Milestone:
Component: ports Version: 2.0.4
Keywords: Cc: jeremyhu@…
Port: freeglut

Description

Hi,

today I´m upgraded all my outdated ports and so mesa 7.11.2 was replaced by mesa 8.0.1 which is a good thing, but my some OpenGL stopped building because GLUT has been removed from mesa. I tried to install freeglut with the following command:

sudo port install freeglut

without success:

--->  Computing dependencies for freeglut
--->  Fetching archive for freeglut
--->  Attempting to fetch freeglut-2.8.0_0.darwin_9.ppc.tbz2 from http://packages.macports.org/freeglut
--->  Fetching freeglut
--->  Attempting to fetch freeglut-2.8.0.tar.gz from http://voxel.dl.sourceforge.net/freeglut
--->  Verifying checksum(s) for freeglut
--->  Extracting freeglut
--->  Configuring freeglut
--->  Building freeglut
Error: Target org.macports.build returned: shell command failed (see log for details)
Log for freeglut is at: /opt/local/var/macports/logs/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_x11_freeglut/freeglut/main.log
Error: Status 1 encountered during processing.
To report a bug, see <http://guide.macports.org/#project.tickets>

The main.log file is attached to the ticket.

Thanks for support, Gilles

Attachments

main.log (51.6 KB) - added by gilles.risch@… 14 months ago.

Change History

comment:1 Changed 14 months ago by gilles.risch@…

  • Cc gilles.risch@… added

Cc Me!

Changed 14 months ago by gilles.risch@…

comment:2 Changed 14 months ago by ryandesign@…

  • Keywords freeglut removed
  • Cc jeremyhu@… added; gilles.risch@… removed
  • Port set to freeglut
  • Owner changed from macports-tickets@… to ryandesign@…

comment:3 Changed 14 months ago by ryandesign@…

  • Status changed from new to closed
  • Resolution set to fixed

comment:4 follow-up: ↓ 5 Changed 14 months ago by jmr@…

You don't need to explicitly depend on libXdmcp, it's already a dependency of libX11. And what's with the configure script correctly detecting that -lXxf86vm and -lXrandr aren't available but then not doing anything about it?

comment:5 in reply to: ↑ 4 Changed 14 months ago by ryandesign@…

Replying to jmr@…:

You don't need to explicitly depend on libXdmcp, it's already a dependency of libX11.

Oops. Removed in r90912.

comment:6 Changed 14 months ago by gilles.risch@…

Thanks for the quick fix. Gilles

Note: See TracTickets for help on using tickets.