Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 25 Jun 2006 18:20:28 -0300
From:      Rainer Alves <rainer.alves@gmail.com>
To:        =?ISO-8859-1?Q?Carsten_Sch=FCtze?= <schuetze.carsten@gmx.de>
Cc:        freebsd-ports@freebsd.org
Subject:   Re: Port 'graphics/linux_dri' Fetch Error
Message-ID:  <449EFE1C.90003@gmail.com>
In-Reply-To: <449EDEB3.7060501@gmx.de>
References:  <449EDEB3.7060501@gmx.de>

next in thread | previous in thread | raw e-mail | index | archive | help
Carsten Schütze wrote:
> => Couldn't fetch it - please try to retrieve this
> => port manually into /usr/ports/distfiles/ and try again.

MASTER_SITES is wrong, should be
http://people.freebsd.org/~anholt/dri/
(remove "files" at the end).

Also, the other port 'graphics/dri-devel' was also updated but doesn't 
build correctly:

cc -c -I. -I../../../include -I../../../include/GL/internal 
-I../../../src/mesa/main -I../../../src/mesa/glapi 
-I../../../src/mesa/drivers/dri/common `pkg-config --cflags libdrm` 
-I/usr/X11R6/include -O2 -fno-strict-aliasing -pipe -Wmissing-prototypes 
-g -std=c99 -Wundef -fPIC -ffast-math -DUSE_X86_ASM -DUSE_MMX_ASM 
-DUSE_3DNOW_ASM -DUSE_SSE_ASM -I/usr/X11R6/include -DPTHREADS 
-DUSE_EXTERNAL_DXTN_LIB=1 -DIN_DRI_DRIVER -DGLX_DIRECT_RENDERING 
-DHAVE_ALIAS -DXF86VIDMODE -D_REENTRANT -UIN_DRI_DRIVER 
-DDEFAULT_DRIVER_DIR=\"/usr/X11R6/lib/modules/dri\" glxcmds.c -o glxcmds.o
glxcmds.c: In function `glXBindTexImageEXT':
glxcmds.c:2680: error: `X_GLXvop_BindTexImageEXT' undeclared (first use 
in this function)
glxcmds.c:2680: error: (Each undeclared identifier is reported only once
glxcmds.c:2680: error: for each function it appears in.)
glxcmds.c: In function `glXReleaseTexImageEXT':
glxcmds.c:2732: error: `X_GLXvop_ReleaseTexImageEXT' undeclared (first 
use in this function)
gmake[3]: *** [glxcmds.o] Error 1

7.0-CURRENT here.

--
Rainer Alves




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