ports/70099: graphics/aqsis doesn't build -- internal compiler bug

Daniela dgw at liwest.at
Fri Aug 6 20:50:29 UTC 2004


>Number:         70099
>Category:       ports
>Synopsis:       graphics/aqsis doesn't build -- internal compiler bug
>Confidential:   no
>Severity:       serious
>Priority:       medium
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Fri Aug 06 20:50:28 GMT 2004
>Closed-Date:
>Last-Modified:
>Originator:     Daniela
>Release:        FreeBSD 4.9-STABLE i386
>Organization:
private
>Environment:
FreeBSD 4.9-STABLE #1: Sun Mar 14 14:50:12 CET 2004
>Description:
The port graphics/aqsis contains multiple build errors. The first one
is an internal compiler error -- it can be solved by compiling with
GCC 3.2 (other versions may work too, but I tried this one).
Then it complained about a missing reference to pthread_mutex_init
and pthread_mutex_destroy. To solve this, add -pthread to the failing
compiler command line.
I tried to patch the Makefiles, but since I'm a novice, I managed to
screw it up even more.
There were other errors (one being a complaint about a missing Automake)
but they seemed to be transient, as they went away when I added -v to
the make command line.

>How-To-Repeat:
Build the port graphics/aqsis.
>Fix:
Compile with GCC 3.2 and add -pthread to the first failing compiler
command line (see description above).

>Release-Note:
>Audit-Trail:
>Unformatted:



More information about the freebsd-ports-bugs mailing list