Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 21 May 2014 22:39:05 +0200
From:      "alain.lefevre" <alain.lefevre@gmx.fr>
To:        x11@FreeBSD.org
Subject:   FreeBSD Port: graphics/dri
Message-ID:  <1400704745.64682.23.camel@Napoleon_III>

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

First, it's not a public mailing list. Am I right?


I tried recently to update dri.

The port do not build.
Google gave me nothing.
pkg delete -f dri and reinstall the port didn't change anything.
portmaster -f=E2=80=A6 nothing.
I changed my make.conf but that didn't help.

I always have the same error.

Can you give me a tip? That would be nice.

Thanks,
Alain

------------------------------------------------------------------------
uname -a
FreeBSD MyMachine 9.2-RELEASE-p5 FreeBSD 9.2-RELEASE-p5 #0: Tue Apr 29
18:53:19 UTC 2014
root@amd64-builder.daemonology.net:/usr/obj/usr/src/sys/GENERIC  i386
------------------------------------------------------------------------
pkg version -IvL=3D
dri-9.1.7_3,2         <   needs updating (index has 9.1.7_4,2)
------------------------------------------------------------------------
pkg info | grep libGL
libGL-9.1.7_1             OpenGL library that renders using GLX or DRI
libGLU-9.0.0              OpenGL utility library
------------------------------------------------------------------------
cat /etc/make.conf
WITH_PKGNG=3Dyes
WITH_NEW_XORG=3Dyes
WITH_BDB_VER=3D5
DEFAULT_VERSIONS=3Dpython=3D2.7 python3=3D3.3 python2=3D2.7 tcltk=3D8.6 jav=
a=3D1.7
# I added the following line
MAKE_JOBS_UNSAFE=3Dyes
# I tried with and without the following line
WITH_GALLIUM=3Dyes
------------------------------------------------------------------------
Extract of the build output:

  CC       entry.lo
clang: warning: argument unused during compilation:
'-fno-builtin-memcmp'
In file included from ../../../src/mapi/mapi/entry.c:47:
../../../src/mapi/mapi/entry_x86_tsd.h:63:19: warning: tentative array
definition assumed to have one element
static const char x86_entry_start[];
                  ^
../../../src/mapi/mapi/entry_x86_tsd.h:64:19: warning: tentative array
definition assumed to have one element
static const char x86_entry_end[];
                  ^
Assertion failed: (Symbol->isUndefined() && "Cannot define a symbol
twice!"), function EmitLabel,
file /usr/src/lib/clang/libllvmmc/../../../contrib/llvm/lib/MC/MCELFStreame=
r.cpp, line 83.
Stack dump:
0.	Program arguments: /usr/bin/clang -cc1 -triple
i386-unknown-freebsd9.2 -emit-obj -disable-free -main-file-name entry.c
-mrelocation-model pic -pic-level 2 -mdisable-fp-elim -relaxed-aliasing
-masm-verbose -mconstructor-aliases -target-cpu i486
-coverage-file /usr/ports/graphics/dri/work/Mesa-9.1.7/src/mapi/shared-glap=
i/.libs/entry.o -resource-dir /usr/bin/../lib/clang/3.3 -dependency-file .d=
eps/entry.Tpo -sys-header-deps -MP -MT entry.lo -isystem /usr/local/include=
 -D PACKAGE_NAME=3D"Mesa" -D PACKAGE_TARNAME=3D"mesa" -D PACKAGE_VERSION=3D=
"9.1.7" -D PACKAGE_STRING=3D"Mesa 9.1.7" -D PACKAGE_BUGREPORT=3D"https://bu=
gs.freedesktop.org/enter_bug.cgi?product=3DMesa" -D PACKAGE_URL=3D"" -D PAC=
KAGE=3D"mesa" -D VERSION=3D"9.1.7" -D STDC_HEADERS=3D1 -D HAVE_SYS_TYPES_H=
=3D1 -D HAVE_SYS_STAT_H=3D1 -D HAVE_STDLIB_H=3D1 -D HAVE_STRING_H=3D1 -D HA=
VE_MEMORY_H=3D1 -D HAVE_STRINGS_H=3D1 -D HAVE_INTTYPES_H=3D1 -D HAVE_STDINT=
_H=3D1 -D HAVE_UNISTD_H=3D1 -D HAVE_DLFCN_H=3D1 -D LT_OBJDIR=3D".libs/" -D =
YYTEXT_POINTER=3D1 -D HAVE_CLOCK_GETTIME=3D1 -D HAVE_PTHREAD_PRIO_INHERIT=
=3D1 -D HAVE_PTHREAD=3D1 -D HAVE_LIBEXPAT=3D1 -D USE_X86_ASM -D USE_MMX_ASM=
 -D USE_3DNOW_ASM -D USE_SSE_ASM -D HAVE_DLOPEN -D HAVE_POSIX_MEMALIGN -D I=
N_DRI_DRIVER -D GLX_INDIRECT_RENDERING -D GLX_DIRECT_RENDERING -D HAVE_PTHR=
EAD -D USE_EXTERNAL_DXTN_LIB=3D1 -D IN_DRI_DRIVER -D HAVE_ALIAS -D HAVE_LLV=
M=3D0x0303 -D MAPI_MODE_GLAPI -D MAPI_ABI_HEADER=3D"shared-glapi/glapi_mapi=
_tmp.h" -D _THREAD_SAFE -D PIC -I . -I ../../../include -I ../../../src/map=
i -I ../../../src/mapi -O2 -Wall -Werror=3Dimplicit-function-declaration -W=
error=3Dmissing-prototypes -std=3Dc99 -fdebug-compilation-dir /usr/ports/gr=
aphics/dri/work/Mesa-9.1.7/src/mapi/shared-glapi -ferror-limit 19 -fmessage=
-length 200 -pthread -mstackrealign -fobjc-runtime=3Dgnustep -fobjc-default=
-synthesize-properties -fdiagnostics-show-option -fcolor-diagnostics -backe=
nd-option -vectorize-loops -o .libs/entry.o -x c ../../../src/mapi/mapi/ent=
ry.c=20
1.	<eof> parser at end of file
2.	Code generation
clang: error: unable to execute command: Abort trap: 6 (core dumped)
clang: error: clang frontend command failed due to signal (use -v to see
invocation)
FreeBSD clang version 3.3 (tags/RELEASE_33/final 183502) 20130610
Target: i386-unknown-freebsd9.2
Thread model: posix
clang: note: diagnostic msg: PLEASE submit a bug report to
http://llvm.org/bugs/ and include the crash backtrace, preprocessed
source, and associated run script.
clang: note: diagnostic msg:=20
********************

PLEASE ATTACH THE FOLLOWING FILES TO THE BUG REPORT:
Preprocessed source(s) and associated run script(s) are located at:
clang: note: diagnostic msg: /tmp/entry-P25IvO.c
clang: note: diagnostic msg: /tmp/entry-P25IvO.sh
clang: note: diagnostic msg:=20

********************
gmake[3]: *** [entry.lo] Erreur 1
gmake[3] : on quitte le r=C3=A9pertoire
=C2=AB /usr/ports/graphics/dri/work/Mesa-9.1.7/src/mapi/shared-glapi =C2=BB
gmake[2]: *** [all] Erreur 2
gmake[2] : on quitte le r=C3=A9pertoire
=C2=AB /usr/ports/graphics/dri/work/Mesa-9.1.7/src/mapi/shared-glapi =C2=BB
gmake[1]: *** [all-recursive] Erreur 1
gmake[1] : on quitte le r=C3=A9pertoire
=C2=AB /usr/ports/graphics/dri/work/Mesa-9.1.7/src =C2=BB
gmake: *** [all-recursive] Erreur 1
*** [do-build] Error code 1

Stop in /usr/ports/graphics/dri.

=3D=3D=3D>>> make failed for graphics/dri
=3D=3D=3D>>> Aborting update

=3D=3D=3D>>> Killing background jobs
Terminated

=3D=3D=3D>>> You can restart from the point of failure with this command li=
ne:
       portmaster <flags> graphics/dri=20

=3D=3D=3D>>> Exiting





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