[blfs-support] upstream bug in gtk-doc

2015-03-09 Thread Waleed Hamra
is in tests\tools.sh, line 13. The non existent gtkdoc-scanobj causes the execution of perl -cwT, without any input file. Regards Waleed Hamra -- http://lists.linuxfromscratch.org/listinfo/blfs-support FAQ: http://www.linuxfromscratch.org/blfs/faq.html Unsubscribe: See the above information page

[blfs-support] libtiff patches

2015-03-09 Thread Waleed Hamra
downloaded them from arch, and applied them as per: https://projects.archlinux.org/svntogit/packages.git/tree/trunk/PKGBUILD?h=packages/libtiff After rebuilding the library, all tests succeeded, but not really sure which one solved it. Just thought you'd like to know :) Waleed Hamra -- http

[blfs-support] logrotate sed missing -i

2018-08-18 Thread Waleed Hamra
Greetings guys; On this page: http://www.linuxfromscratch.org/blfs/view/systemd/general/logrotate.html , the second sed is missing the -i parameter. Regards Waleed Hamra -- http://lists.linuxfromscratch.org/listinfo/blfs-support FAQ: http://www.linuxfromscratch.org/blfs/faq.html Unsubscribe

[blfs-support] KDE Framework and lib64

2018-08-19 Thread Waleed Hamra
anything in lib64 into lib, and this caused packages down the line to fail finding their dependencies since the .cmake files are pointing to lib64. Simply adding the option -DCMAKE_INSTALL_LIBDIR=lib insures that the libraries go into their right place. Regards Waleed Hamra -- http

[blfs-support] libkdcraw uses feature no longer available in libraw-0.19.0

2018-08-20 Thread Waleed Hamra
/libkdcraw-libraw-0.19.patch?h=packages/libkdcraw Regards Waleed Hamra -- http://lists.linuxfromscratch.org/listinfo/blfs-support FAQ: http://www.linuxfromscratch.org/blfs/faq.html Unsubscribe: See the above information page

Re: [blfs-support] libkdcraw uses feature no longer available in libraw-0.19.0

2018-08-22 Thread Waleed Hamra
On 20/08/2018 11:28, Waleed Hamra wrote: Greetings guys; While compiling libkdcraw, I got a bunch of errors regarding missing members. Apparently, these belonged to some functions that no longer exist in the latest libraw 0.19. Arch have a patch which seems to work: https

[blfs-support] Cups 2.2.8 bug and patch

2018-08-30 Thread Waleed Hamra
: https://github.com/apple/cups/issues/5325 This patch from arch successfully resolves the problem: https://git.archlinux.org/svntogit/packages.git/tree/trunk/cups-2.2.8-5325.patch?h=packages/cups Cheers Waleed Hamra -- http://lists.linuxfromscratch.org/listinfo/blfs-support FAQ: http

Re: [blfs-support] GIMP and libmypaint

2018-08-30 Thread Waleed Hamra
On 8/30/18 12:39 PM, Wayne Blaszczyk wrote: On Thu, 2018-08-30 at 03:15 +0300, Waleed Hamra wrote: When gimp looks for libmypaint it asks pkg-config to look for libmypaint.pc, which fails since libmypaint uses libmypaint-1.3.pc . This sed from Arch's gimp PKGBUILD fixes this: sed -i &q

[blfs-support] Common post install commands

2018-08-31 Thread Waleed Hamra via blfs-support
ask since everything is installed using a DESTDIR method, so if make install is expected to fix some of this stuff, it's not. Thanks a lot for any pointers. Waleed Hamra -- http://lists.linuxfromscratch.org/listinfo/blfs-support FAQ: http://www.linuxfromscratch.org/blfs/faq.html Unsubs

Re: [blfs-support] Common post install commands

2018-09-01 Thread Waleed Hamra via blfs-support
On 8/31/18 11:44 PM, Ken Moffat via blfs-support wrote: On Fri, Aug 31, 2018 at 11:06:26PM +0300, Waleed Hamra via blfs-support wrote: Greetings guys; What are some common post install commands I should know about? For instance, I know that if a package installs a .desktop file, I should run

Re: [blfs-support] updating LLVM (versioned .so mess)

2018-12-29 Thread Waleed Hamra via blfs-support
On 28/12/2018 19:33, Bruce Dubbs via blfs-support wrote: On 12/28/2018 11:01 AM, Waleed Hamra via blfs-support wrote: Hello guys; I updated my LLVM/Clang from 6.0.1 to 7.0.1, and many things broke. Including mesa's glx amongst others. I noticed that I have tons of libraries that specifically

[blfs-support] LibreOffice 6.1.2.1, Boost 1.69, Poppler 0.72

2018-12-31 Thread Waleed Hamra via blfs-support
Hi guys; Boost 1.69 breaks the compilation of LibreOffice. The FreeBSD guys have come up with this patch as a workaround: https://svnweb.freebsd.org/ports/head/editors/libreoffice/files/patch-boost-1.69?view=markup=482786 The exact error message I encountered is mentioned in the patch. And

[blfs-support] ICU 63.1 minor bug with fix

2018-12-30 Thread Waleed Hamra via blfs-support
My FF build has not finished yet, but so far it has bypassed the step it was erroring on. Hope this helps. Regards Waleed Hamra -- http://lists.linuxfromscratch.org/listinfo/blfs-support FAQ: http://www.linuxfromscratch.org/blfs/faq.html Unsubscribe: See the above information page

Re: [blfs-support] On updating old systems

2018-12-26 Thread Waleed Hamra via blfs-support
), and downloading the needed KDE applications *fingers crossed*, plasma is already sneezing at me. Waleed Hamra -- http://lists.linuxfromscratch.org/listinfo/blfs-support FAQ: http://www.linuxfromscratch.org/blfs/faq.html Unsubscribe: See the above information page

[blfs-support] incorrect libinput doc dirs

2018-12-21 Thread Waleed Hamra via blfs-support
Hi guys; In Xorg Drivers, i was building libinput. I have both sphinx and doxygen. The instrcutions say I should copy the directory "html/*", but this doesn't exist. The user docs are in "Documentation" and the api docs are in "api", both inside the build dir.

[blfs-support] updating LLVM (versioned .so mess)

2018-12-28 Thread Waleed Hamra via blfs-support
Hello guys; I updated my LLVM/Clang from 6.0.1 to 7.0.1, and many things broke. Including mesa's glx amongst others. I noticed that I have tons of libraries that specifically depend on libLLVM-6.0.so, and not on libLLVM.so, which will always point to whichever is the latest installed version.

Re: [blfs-support] NSS on the systemd book out of date

2019-05-12 Thread Waleed Hamra via blfs-support
On 12/05/2019 18:39, Bruce Dubbs via blfs-support wrote: > On 5/12/19 4:54 AM, Waleed Hamra via blfs-support wrote: >> Hi guys; >> >> The development systemd version of the book still has 3.43, whereas the >> svn one is on 3.44. This wouldn't usually be a problem, ex

[blfs-support] Minor issue in Wireshark

2019-05-28 Thread Waleed Hamra via blfs-support
} \ /usr/share/doc/wireshark-3.0.1 Regards Waleed Hamra -- http://lists.linuxfromscratch.org/listinfo/blfs-support FAQ: http://www.linuxfromscratch.org/blfs/faq.html Unsubscribe: See the above information page

Re: [blfs-support] Minor issue in Wireshark

2019-05-28 Thread Waleed Hamra via blfs-support
On 28/05/2019 18:04, Waleed Hamra wrote: > Hi guys; > > in the Wireshark page, the command to install the documents assumes > we're in the top level directory, when we're actually inside the build > dir. Either we should cd .. , or adjust the command: > > install -v -m6

[blfs-support] Libreoffice and ICU 64

2019-06-12 Thread Waleed Hamra via blfs-support
to fix) Hope this helps if anyone will be building LO in the near future and faces the same problem. Waleed Hamra -- http://lists.linuxfromscratch.org/listinfo/blfs-support FAQ: http://www.linuxfromscratch.org/blfs/faq.html Unsubscribe: See the above information page

[blfs-support] NSS on the systemd book out of date

2019-05-12 Thread Waleed Hamra via blfs-support
Hi guys; The development systemd version of the book still has 3.43, whereas the svn one is on 3.44. This wouldn't usually be a problem, except that the 3.43 patch is now 404ing. Regards Waleed Hamra -- http://lists.linuxfromscratch.org/listinfo/blfs-support FAQ: http://www.linuxfromscratch.org

[blfs-support] GCC Ada libs not installed in multithreaded make install

2019-05-07 Thread Waleed Hamra via blfs-support
run. So I ran make install with -j1. It ran and installed adalib just fine. It seems the install script has some race issues. Just thought you'd like to know :) Waleed Hamra -- http://lists.linuxfromscratch.org/listinfo/blfs-support FAQ: http://www.linuxfromscratch.org/blfs/faq.html Unsubs

[blfs-support] mkfontdir already part of mkfontscale

2019-05-04 Thread Waleed Hamra via blfs-support
are already part of mkfontscale. Any reasons why we need that package? Regards Waleed Hamra -- http://lists.linuxfromscratch.org/listinfo/blfs-support FAQ: http://www.linuxfromscratch.org/blfs/faq.html Unsubscribe: See the above information page