Brendan L wrote:
Hello, here are some random issues I've found.

libgusb now installs the program gusbcmd.  It's page currently list no programs installed.
-- Added

Pulseaudio no longer uses json-c.  They dropped it in 2016 and now use an internal json parsing library.
-- Removed

Mozjs headers installed from the js-38 package have the wrong owner and group.  Also the header js-config.h and the pkgconfig file have permission 755.
-- Added chown -Rv root.root /usr/include/mozjs-38

In the libtiff instructions it says to mkdir -p build, but the directory already exits and it's not empty.  So I'm not sure if that directory should be used.
-- Now using libtiff-build

Lastly, for network-manager-applet I don't think that particular sed is needed.
-- Removed sed


The issue I see with the pc files is they both have this:

Libs: -L${prefix}//usr/lib

Shouldn't this be -L${libdir} ?

It probably should, but what I have is

prefix=/usr
...
Libs: -L${prefix}//lib

and that resolves to the same thing. It's really cosmetic. You might want to report it upstream.

Thanks for the report.

  -- Bruce

--
http://lists.linuxfromscratch.org/listinfo/blfs-dev
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page

Reply via email to