pkgsrc-Bugs archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Re: pkg/58334 (emulators/qemu: building from pkgsrc fails due to extra files not found in PLIST)



On Mon, Jun 10, 2024 at 06:05:01PM +0000, Thomas Klausner wrote:
>  It shouldn't try building the dtc subproject, it should use the system
>  one.  Please find out why the libfdt.so library installed by the dtc
>  package is not found on your system.

It appears that the meson build is not including -L/usr/pkg/lib when
compiling a test program to check -lfdt. If I define LIBRARY_PATH then
I am able to build successfully:

    LIBRARY_PATH=/usr/pkg/lib make install

I'm not sure why -L/usr/pkg/lib is not being used for searching for
libfdt, and am not yet sure how to fix this the right way. But I am
pretty certain that is the problem.

Thanks,

-- Erik


Home | Main Index | Thread Index | Old Index