pkgsrc-Bugs archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
Re: pkg/48895: x11/libdrm does not build
The following reply was made to PR pkg/48895; it has been noted by GNATS.
From: "OBATA Akio" <obata%lins.jp@localhost>
To: gnats-bugs%netbsd.org@localhost
Cc:
Subject: Re: pkg/48895: x11/libdrm does not build
Date: Fri, 13 Jun 2014 08:39:24 +0900
On Thu, 12 Jun 2014 01:00:01 +0900, Hauke Fath
<hf%spg.tu-darmstadt.de@localhost> wrote:
> CCLD libdrm_intel.la
> CC test_decode.o
> test_decode.c: In function 'compare_batch':
> test_decode.c:93:9: warning: unused variable 'size'
> CCLD test_decode
> ld: warning: libdrm.so.3, needed by
> /var/obj/pkgsrc/x11/libdrm/work/.buildlink/lib/libdrm_intel.so, may conflict
> with libdrm.so.2
> test_decode.o: In function `main':
> test_decode.c:(.text+0x1cd): undefined reference to
> `drm_intel_decode_context_alloc'
> test_decode.c:(.text+0x1fa): undefined reference to
> `drm_intel_decode_context_free'
> test_decode.c:(.text+0x236): undefined reference to
> `drm_intel_decode_set_batch_pointer'
> test_decode.c:(.text+0x246): undefined reference to
> `drm_intel_decode_set_output_file'
> test_decode.c:(.text+0x24e): undefined reference to `drm_intel_decode'
> *** Error code 1
>
> Stop.
> make: stopped in /var/obj/pkgsrc/x11/libdrm/work/libdrm-2.4.54/intel
> *** Error code 1
libdrm_intl.la in current directory should be picked up, but unwanted on
pulled with
x11-links is instead?
libdrm.la is specified as ../libdrm.la, so correct one (libdrm.so.2) is picked
up,
then it conflicts with libdrm.so.3 in x11base pulled by libdrm_intl.so.
--
OBATA Akio / obata%lins.jp@localhost
Home |
Main Index |
Thread Index |
Old Index