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)



The following reply was made to PR pkg/58334; it has been noted by GNATS.

From: Erik Osheim <erik%plastic-idolatry.com@localhost>
To: gnats-bugs%netbsd.org@localhost
Cc: pkg-manager%netbsd.org@localhost, gnats-admin%netbsd.org@localhost, pkgsrc-bugs%netbsd.org@localhost,
	d_m%plastic-idolatry.com@localhost, Thomas Klausner <wiz%gatalith.at@localhost>
Subject: Re: pkg/58334 (emulators/qemu: building from pkgsrc fails due to
 extra files not found in PLIST)
Date: Wed, 12 Jun 2024 09:59:15 -0400

 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