Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 6 Aug 2004 20:46:43 GMT
From:      Daniela <dgw@liwest.at>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   ports/70099: graphics/aqsis doesn't build -- internal compiler bug
Message-ID:  <200408062046.i76Kkhha052335@www.freebsd.org>
Resent-Message-ID: <200408062050.i76KoSRF053259@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>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:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200408062046.i76Kkhha052335>