Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 17 Mar 2013 13:07:34 GMT
From:      Guillaume Bibaut <yom@iaelu.net>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   ports/177051: graphics/dri compilation searching for headers that seems not to exist
Message-ID:  <201303171307.r2HD7Y66001992@red.freebsd.org>
Resent-Message-ID: <201303171310.r2HDA1Kj007660@freefall.freebsd.org>

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

>Number:         177051
>Category:       ports
>Synopsis:       graphics/dri compilation searching for headers that seems not to exist
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Sun Mar 17 13:10:00 UTC 2013
>Closed-Date:
>Last-Modified:
>Originator:     Guillaume Bibaut
>Release:        FreeBSD 9.1-RELEASE amd64 GENERIC
>Organization:
-
>Environment:
FreeBSD 91Ramd64 9.1-RELEASE FreeBSD 9.1-RELEASE #0 r243825: Tue Dec  4 09:23:10 UTC 2012     root@farrell.cse.buffalo.edu:/usr/obj/usr/src/sys/GENERIC  amd64
>Description:
I'm building some packages through poudriere and pkgng on server, the particularity of the building is that  I want them to be compiled against clang.
When poudriere is building ports, all goes fine until it tries to compile "graphics/dri" port.
The log seems to tell that some header files are missing late in the process.

The building log is available at this url :
http://iaelu.net/logs/dri-7.6.1_3,2.log
>How-To-Repeat:
- create a VM with FreeBSD 9.1-RELEASE amd64 and ZFS support
- install ports-mgmt/pkg
- install and configure ports-mgmt/poudriere using : https://fossil.etoilebsd.net/poudriere/doc/trunk/doc/pkgng_repos.wiki
- poudriere ports -c
- poudriere jail -c -j 91Rclangamd64 -v 9.1-RELEASE -a amd64
- config the jail make.conf
CAT << EOF >>/usr/local/etc/poudriere.d/91Rclangamd64-make.conf
WITH_PKGNG=yes
CC=clang
CXX=clang++
CPP=clang-cpp
NO_WERROR=
WERROR=
EOF
- build the graphics/dri port :
poudriere bulk -j 91Rclangamd64 graphics/dri



>Fix:
Not available

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



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