[blfs-support] error installing openjade

2013-08-24 Thread Dave Wagler
The next-to-last command in the install procedure gets this error: root [ ~ ]# install-catalog --add /etc/sgml/openjade-1.3.2.cat \ /usr/share/sgml/openjade-1.3.2/catalog -su: install-catalog: command not found Thanks for any help. Dave --

Re: [blfs-support] error installing openjade

2013-08-24 Thread Dave Wagler
On Sat, Aug 24, 2013 at 9:26 AM, Fernando de Oliveira fam...@yahoo.com.brwrote: Em 24-08-2013 11:14, Dave Wagler escreveu: The next-to-last command in the install procedure gets this error: root [ ~ ]# install-catalog --add /etc/sgml/openjade-1.3.2.cat http://openjade-1.3.2.cat

[blfs-support] Download for DocBook-utils doesn't

2013-08-24 Thread Dave Wagler
Got this error attempting to download the package: --2013-08-24 10:37:01-- http://sources-redhat.mirrors.redwire.net/docbook-tools/new-trials/SOURCES/docbook-utils-0.6.14.tar.gz Resolving sources-redhat.mirrors.redwire.net... failed: Name or service not known. wget: unable to resolve host

[blfs-support] Need help with libass install

2013-08-16 Thread Dave Wagler
I get this error: checking for FRIBIDI... configure: error: Package requirements (fribidi = 0.19.0) were not met: No package 'fribidi' found you may set the environment variables FRIBIDI_CFLAGS and FRIBIDI_LIBS to avoid the need to call pkg-config. I just can't figure out how to write the

Re: [blfs-support] Need help with libass install

2013-08-16 Thread Dave Wagler
Libass is an option for the VLC install. Fribidi has to do with using Arabic and Hebrew, and I was just hoping there was a way it wouldn't have to be installed, since I have no need for those languages. Dave -- http://linuxfromscratch.org/mailman/listinfo/blfs-support FAQ:

Re: [blfs-support] Need help with libass install

2013-08-16 Thread Dave Wagler
On Fri, Aug 16, 2013 at 5:25 PM, Ken Moffat zarniwh...@ntlworld.com wrote: On Fri, Aug 16, 2013 at 03:25:26PM -0500, Dave Wagler wrote: I get this error: checking for FRIBIDI... configure: error: Package requirements (fribidi = 0.19.0) were not met: No package 'fribidi' found

Re: [blfs-support] Set default audio device

2013-08-15 Thread Dave Wagler
On Wed, Aug 14, 2013 at 9:26 AM, Dave Wagler dw.rebe...@gmail.com wrote: This command exercises my HDMI speakers: speaker-test -Dhdmi:PCH,1 -c 2 -t wav -l 2 How do I set this device as the system default? Thanks, Dave Apologies for the bump, but I really would like to know how to do

Re: [blfs-support] Trouble building LibreOffice-4.1.0

2013-08-15 Thread Dave Wagler
On Sun, Aug 11, 2013 at 4:20 PM, Dave Wagler dw.rebe...@gmail.com wrote: On Sun, Aug 11, 2013 at 8:24 AM, Armin K. kre...@email.com wrote: Gentoo has a patch for that. If anyone can confirm that this works, I'll add it to the book. https://479604.bugs.gentoo.org/attachment.cgi?id=355004

[blfs-support] Problem with libmad install

2013-08-15 Thread Dave Wagler
One of the lines in the install instructions is: s@AM_CONFIG_HEADER@AC_CONFIG_HEADERS@g -i configure.ac It needs to be a sed command: sed s@AM_CONFIG_HEADER@AC_CONFIG_HEADERS@g -i configure.ac Dave -- http://linuxfromscratch.org/mailman/listinfo/blfs-support FAQ:

[blfs-support] Set default audio device

2013-08-14 Thread Dave Wagler
This command exercises my HDMI speakers: speaker-test -Dhdmi:PCH,1 -c 2 -t wav -l 2 How do I set this device as the system default? Thanks, Dave -- http://linuxfromscratch.org/mailman/listinfo/blfs-support FAQ: http://www.linuxfromscratch.org/blfs/faq.html Unsubscribe: See the above

Re: [blfs-support] Don't have sound

2013-08-14 Thread Dave Wagler
On Wed, Aug 14, 2013 at 10:18 AM, Bruce Dubbs bruce.du...@gmail.com wrote: Dave Wagler wrote: On Tue, Aug 13, 2013 at 11:14 PM, Bruce Dubbs bruce.du...@gmail.com wrote: Then run speaker-test. You should get white noise (static noise). From there, you can start other packages

[blfs-support] Error installing FAAD2

2013-08-14 Thread Dave Wagler
When installing faad2-2.7 this happens: $ patch -Np1 -i ../faad2-2.7-mp4ff-1.patch autoreconf -fi patching file common/mp4ff/Makefile.am aclocal: warning: autoconf input should be named 'configure.ac', not ' configure.in' configure.in:28: error: 'AM_CONFIG_HEADER': this macro is obsolete.

Re: [blfs-support] Error installing FAAD2

2013-08-14 Thread Dave Wagler
On Wed, Aug 14, 2013 at 11:12 AM, Armin K. kre...@email.com wrote: Try using sed -i s@AM_CONFIG_HEADER@AC_CONFIG_HEADERS@g configure.in Worked, thanks again, Dave -- http://linuxfromscratch.org/mailman/listinfo/blfs-support FAQ: http://www.linuxfromscratch.org/blfs/faq.html Unsubscribe: See

[blfs-support] Problem installing dmalloc

2013-08-14 Thread Dave Wagler
sh ./configure --enable-shlib runs without error. The make command ends like this: ld: libdmalloc.a(arg_check.o): relocation R_X86_64_32 against `.rodata.str1.8' can not be used when making a shared object; recompile with -fPIC libdmalloc.a(arg_check.o): could not read symbols: Bad value

[blfs-support] Segmentation fault in dmalloc installation

2013-08-14 Thread Dave Wagler
While installing dmalloc both sh ./configure and make run without errors. Then the test command make light finishes like this: gcc -o aout dmalloc_fc_t.o dmalloc_argv.o libdmalloc.a mv aout dmalloc_fc_t ./dmalloc_fc_t -s make: *** [light] Segmentation fault Am I right that this is serious

Re: [blfs-support] Segmentation fault in dmalloc installation

2013-08-14 Thread Dave Wagler
On Wed, Aug 14, 2013 at 12:37 PM, Armin K. kre...@email.com wrote: On 08/14/2013 07:35 PM, Dave Wagler wrote: While installing dmalloc both sh ./configure and make run without errors. Then the test command make light finishes like this: gcc -o aout dmalloc_fc_t.o dmalloc_argv.o

Re: [blfs-support] Don't have sound

2013-08-14 Thread Dave Wagler
On Wed, Aug 14, 2013 at 10:56 AM, Bruce Dubbs bruce.du...@gmail.com wrote: OK, alsa is working fine. It seems to be something with gnash, but I don't know much about it. Try getting flash and install that, at least temporarily. -- Bruce Well, gnash must have a problem, because after

Re: [blfs-support] Don't have sound

2013-08-14 Thread Dave Wagler
On Wed, Aug 14, 2013 at 7:19 PM, Ken Moffat zarniwh...@ntlworld.com wrote: On Wed, Aug 14, 2013 at 06:35:39PM -0500, Dave Wagler wrote: On Wed, Aug 14, 2013 at 10:56 AM, Bruce Dubbs bruce.du...@gmail.com wrote: OK, alsa is working fine. It seems to be something with gnash, but I

[blfs-support] Don't have sound

2013-08-13 Thread Dave Wagler
My sound hardware is Realtek ACL892. The speakers are in an HDMI monitor. I have installed alsa-utils and xfce4-mixer. I did find a driver tarball on the Realtek website, but when I tried to build it, it quit with this error: The include file linux/autoconf.h does not exist. The tarball URL

Re: [blfs-support] Don't have sound

2013-08-13 Thread Dave Wagler
On Tue, Aug 13, 2013 at 5:14 PM, Matt Burgess matt...@linuxfromscratch.orgwrote: On Tue, 2013-08-13 at 16:55 -0500, Dave Wagler wrote: My sound hardware is Realtek ACL892. The speakers are in an HDMI monitor. I have installed alsa-utils and xfce4-mixer. No idea if this will work

Re: [blfs-support] Don't have sound

2013-08-13 Thread Dave Wagler
On Tue, Aug 13, 2013 at 5:58 PM, Armin K. kre...@email.com wrote: On 13.8.2013 23:55, Dave Wagler wrote: My sound hardware is Realtek ACL892. The speakers are in an HDMI monitor. I have installed alsa-utils and xfce4-mixer. I did find a driver tarball on the Realtek website, but when I

Re: [blfs-support] Don't have sound

2013-08-13 Thread Dave Wagler
On Tue, Aug 13, 2013 at 7:54 PM, Bruce Dubbs bruce.du...@gmail.com wrote: Dave Wagler wrote: Is it possible to use autoconf to build the kernel? No, the Makefile is hand crafted. -- Bruce OK, I put a pair of analog speakers from another computer on this one. Should I be able to get

Re: [blfs-support] Don't have sound

2013-08-13 Thread Dave Wagler
On Tue, Aug 13, 2013 at 9:07 PM, Bruce Dubbs bruce.du...@gmail.com wrote: Dave Wagler wrote: OK, I put a pair of analog speakers from another computer on this one. Should I be able to get sound, or will I still need the Realtek driver? Also, a distro like Ubuntu has a program where you

Re: [blfs-support] Don't have sound

2013-08-13 Thread Dave Wagler
On Tue, Aug 13, 2013 at 11:14 PM, Bruce Dubbs bruce.du...@gmail.com wrote: Then run speaker-test. You should get white noise (static noise). From there, you can start other packages, but you will have established the basic sound capabilities. -- Bruce I get the white noise (analog

Re: [blfs-support] Trouble building LibreOffice-4.1.0

2013-08-11 Thread Dave Wagler
On Mon, Aug 5, 2013 at 10:12 AM, Wayne Blaszczyk wblas...@bigpond.net.auwrote: I have another issue now, It seems to not like neon-0.30.0. The following error occurs: . . . Reverting back to neon-0.29.6 overcomes this issue. Wayne. FYI, I had the same problem and fixed it the same way.

Re: [blfs-support] Trouble building LibreOffice-4.1.0

2013-08-11 Thread Dave Wagler
On Sun, Aug 11, 2013 at 8:24 AM, Armin K. kre...@email.com wrote: Gentoo has a patch for that. If anyone can confirm that this works, I'll add it to the book. https://479604.bugs.gentoo.org/attachment.cgi?id=355004 This is what happened when I applied the patch. Is it OK to continue? $

[blfs-support] Question about the yajl installation

2013-08-10 Thread Dave Wagler
These are the instructions for building yajl: Short story (If you already have ruby and cmake): ./configure make install When things go wrong: attain CMake (http://www.cmake.org) and ruby (http://ruby-lang.org) and try again. OR, attain CMake and build by hand: 1. mkdir build 2. cd

Re: [blfs-support] Question about the yajl installation

2013-08-10 Thread Dave Wagler
On Sat, Aug 10, 2013 at 2:50 PM, Armin K. kre...@email.com wrote: On 08/10/2013 09:43 PM, Dave Wagler wrote: These are the instructions for building yajl: Short story (If you already have ruby and cmake): ./configure make install When things go wrong: attain

[blfs-support] Error in installation instructions for unixDOBC-2.3.1

2013-08-10 Thread Dave Wagler
This is the command and error message: $ sudo find doc -name Makefile* -exec rm {} \; find: paths must precede expression: Makefile.am Usage: find [-H] [-L] [-P] [-Olevel] [-D help|tree|search|stat|rates|opt|exec] [path...] [expression] This is the first command required after the *make

Re: [blfs-support] Error in installation instructions for unixDOBC-2.3.1

2013-08-10 Thread Dave Wagler
On Sat, Aug 10, 2013 at 4:26 PM, Armin K. kre...@email.com wrote: On 08/10/2013 11:16 PM, Dave Wagler wrote: This is the command and error message: $ sudo find doc -name Makefile* -exec rm {} \; find: paths must precede expression: Makefile.am Usage: find [-H] [-L] [-P

[blfs-support] Where are Xfce error messages

2013-08-08 Thread Dave Wagler
When I close an Xfce session there are messages shown that are not in the Xorg log or any where else that I can find. Do you know where they should be logged and if there is a switch somewhere that turns the logging on and off? This is in a BLFS installation. Dave --

[blfs-support] Errors shutting down Xfce

2013-08-08 Thread Dave Wagler
Trying to logoff from the Xfce desktop: Click on the desktop Type Alt-F4 Click on Log out Xfce closes, the user session is *not* logged out, and these errors show: ** (polkit-gnome-authentication-agent-1:1913): WARNING **: Unable to register authentication agent:

Re: [blfs-support] Errors shutting down Xfce

2013-08-08 Thread Dave Wagler
On Thu, Aug 8, 2013 at 1:34 PM, David B. l...@aba.eclipse.co.uk wrote: You need to build xfce4-session with the switch --disable-systemd David That got rid of the errors. Thanks. Now the popup log out dialog has the Restart and Shutdown buttons grayed out. Are they only available when

Re: [blfs-support] Errors shutting down Xfce

2013-08-08 Thread Dave Wagler
On Thu, Aug 8, 2013 at 4:47 PM, Armin K. kre...@email.com wrote: On 08/08/2013 10:30 PM, Dave Wagler wrote: On Thu, Aug 8, 2013 at 1:34 PM, David B. l...@aba.eclipse.co.uk mailto:l...@aba.eclipse.co.uk wrote: You need to build xfce4-session with the switch --disable-systemd

Re: [blfs-support] Polkit configure doesn't recognize PAM

2013-08-07 Thread Dave Wagler
On Wed, Aug 7, 2013 at 3:53 AM, Wayne Blaszczyk wblas...@bigpond.net.auwrote: --with-authfw=shadow: This parameter configures the package to use the Shadow rather than the Linux PAM Authentication framework. Remove it if you would like to use Linux PAM. By default, without the --with-authfw

Re: [blfs-support] Polkit configure doesn't recognize PAM

2013-08-07 Thread Dave Wagler
On Tue, Aug 6, 2013 at 10:03 PM, Bruce Dubbs bruce.du...@gmail.com wrote: root [ /usr/src/Linux-PAM-1.1.6 ]# cat pamtest.c EOF char pam_start(); int main() { return pam_start(); } EOF root [ /usr/src/Linux-PAM-1.1.6 ]# gcc -o pamtest pamtest.c -lpam root [

Re: [blfs-support] No icons in thunar dialog

2013-08-07 Thread Dave Wagler
On Wed, Aug 7, 2013 at 3:32 PM, Bruce Dubbs bruce.du...@gmail.com wrote: Appearance-Xfce-basic works for me. I am missing an icon for File Manager in Settings. Everything else is OK. -- Bruce I installed Gnome themes and Gnome icons and dependencies. Now I have icons. I kinda like the

[blfs-support] Polkit configure doesn't recognize PAM

2013-08-06 Thread Dave Wagler
I'm trying to install Polkit-0.111 with PAM support; the configure command prints these messages (among many others): checking security/pam_modutil.h usability... yes checking security/pam_modutil.h presence... yes checking for security/pam_modutil.h... yes checking security/pam_ext.h

Re: [blfs-support] Polkit configure doesn't recognize PAM

2013-08-06 Thread Dave Wagler
On Tue, Aug 6, 2013 at 2:31 PM, Ken Moffat zarniwh...@ntlworld.com wrote: On Tue, Aug 06, 2013 at 01:42:23PM -0500, Dave Wagler wrote: I'm trying to install Polkit-0.111 with PAM support; the configure command prints these messages (among many others): checking security/pam_modutil.h

Re: [blfs-support] Polkit configure doesn't recognize PAM

2013-08-06 Thread Dave Wagler
On Tue, Aug 6, 2013 at 4:31 PM, Bruce Dubbs bruce.du...@gmail.com wrote: Dave Wagler wrote: The polkit configure script is quite complicated. This is the only section that looks significant: have_pam=no if test $need_pam = yes ; then { $as_echo $as_me:${as_lineno-$LINENO

Re: [blfs-support] Polkit configure doesn't recognize PAM

2013-08-06 Thread Dave Wagler
On Tue, Aug 6, 2013 at 7:10 PM, Bruce Dubbs bruce.du...@gmail.com wrote: Dave Wagler wrote: On Tue, Aug 6, 2013 at 4:31 PM, Bruce Dubbs bruce.du...@gmail.com wrote: Dave Wagler wrote: The polkit configure script is quite complicated. This is the only section that looks significant

Re: [blfs-support] Polkit configure doesn't recognize PAM

2013-08-06 Thread Dave Wagler
On Tue, Aug 6, 2013 at 4:22 PM, Wayne Blaszczyk wblas...@bigpond.net.auwrote: On 07/08/13 04:42, Dave Wagler wrote: I'm trying to install Polkit-0.111 with PAM support; the configure command prints these messages (among many others): checking security/pam_modutil.h usability... yes

Re: [blfs-support] Polkit configure doesn't recognize PAM

2013-08-06 Thread Dave Wagler
On Tue, Aug 6, 2013 at 9:37 PM, Bruce Dubbs bruce.du...@gmail.com wrote: # ln -s /lib/libpam.s0.83.1 /usr/lib/libpam.so so not s0 There was no error, so I reran the polkit configure; still doesn't recognize PAM. Fix the link and try this: # ldconfig $ cat

[blfs-support] Error installing cyrus-sasl-2.1.26

2013-08-04 Thread Dave Wagler
FYI, there was an error when using make -j4, but make worked. Dave -- http://linuxfromscratch.org/mailman/listinfo/blfs-support FAQ: http://www.linuxfromscratch.org/blfs/faq.html Unsubscribe: See the above information page

Re: [blfs-support] Error installing cyrus-sasl-2.1.26

2013-08-04 Thread Dave Wagler
On Sun, Aug 4, 2013 at 7:35 AM, Baho Utot baho-u...@columbus.rr.com wrote: On 08/04/2013 07:56 AM, Dave Wagler wrote: FYI, there was an error when using make -j4, but make worked. Dave What is your error? I build cyrus-sasl-2.1.26 with -j4 without error on my BLFS-RPM system

[blfs-support] Broken link to krb4

2013-08-03 Thread Dave Wagler
The link to krb4 in cURL-7.31.0 doesn't work. The given URL is: http://www.pdc.kth.se/kth-krb/ Dave -- http://linuxfromscratch.org/mailman/listinfo/blfs-support FAQ: http://www.linuxfromscratch.org/blfs/faq.html Unsubscribe: See the above information page

Re: [blfs-support] Broken link to krb4

2013-08-03 Thread Dave Wagler
On Sat, Aug 3, 2013 at 7:49 PM, Bruce Dubbs bruce.du...@gmail.com wrote: Dave Wagler wrote: The link to krb4 in cURL-7.31.0 doesn't work. The given URL is: http://www.pdc.kth.se/kth-krb/ http://comments.gmane.org/gmane.comp.web.curl.library/38577 http://web.mit.edu/kerberos/krb4-end

Re: [blfs-support] Broken link to krb4

2013-08-03 Thread Dave Wagler
On Sat, Aug 3, 2013 at 9:40 PM, Bruce Dubbs bruce.du...@gmail.com wrote: Dave Wagler wrote: On Sat, Aug 3, 2013 at 7:49 PM, Bruce Dubbs bruce.du...@gmail.com wrote: Dave Wagler wrote: The link to krb4 in cURL-7.31.0 doesn't work. The given URL is: http://www.pdc.kth.se/kth-krb

[blfs-support] Another problem building Xulrunner

2013-08-01 Thread Dave Wagler
Error: root [ /usr/src/mozilla-release ]# make -C xulrunner-build-dir install . . . Executing /usr/src/mozilla-release/xulrunner-build-dir/dist/bin/xpcshell -g /usr/src/mozilla-release/xulrunner-build-dir/dist/bin/ -a /usr/src/mozilla-release/xulrunner-build-dir/dist/bin/ -f

Re: [blfs-support] Problem building Xulrunner

2013-08-01 Thread Dave Wagler
On Thu, Aug 1, 2013 at 6:26 AM, Igor Živković cont...@igor-zivkovic.from.hr wrote: On 2013-08-01 13:22, Dave Wagler wrote: While trying to install Xulrunner-22.0, the make -f client.mk [1] command terminates with this error: copying build/lib.linux-x86_64-2.7/_psutil_linux.so

Re: [blfs-support] Another problem building Xulrunner

2013-08-01 Thread Dave Wagler
. De: Dave Wagler Para: blfs-support Enviadas: Quinta-feira, 1 de Agosto de 2013 9:38 Assunto: [blfs-support] Another problem building Xulrunner Error: root [ /usr/src/mozilla-release ]# make -C xulrunner-build-dir install . . . The following line seems to be the error. /usr

[blfs-support] Mousepad glitch

2013-08-01 Thread Dave Wagler
When I boot my new LFS system and start XFCE, many things work. For example, Firefox is looking good. However, there are a number of things that aren't right, so you are probably going to get a bunch of posts from me in the near future. Starting with: mousepad launches, the menus all seem to be

Re: [blfs-support] Mousepad glitch

2013-08-01 Thread Dave Wagler
On Thu, Aug 1, 2013 at 1:43 PM, Dave Wagler dw.rebe...@gmail.com wrote: When I boot my new LFS system and start XFCE, many things work. For example, Firefox is looking good. However, there are a number of things that aren't right, so you are probably going to get a bunch of posts from me

Re: [blfs-support] Mousepad glitch

2013-08-01 Thread Dave Wagler
On Thu, Aug 1, 2013 at 2:16 PM, Bruce Dubbs bruce.du...@gmail.com wrote: Dave Wagler wrote: On Thu, Aug 1, 2013 at 1:43 PM, Dave Wagler dw.rebe...@gmail.com wrote: When I boot my new LFS system and start XFCE, many things work. For example, Firefox is looking good. However

[blfs-support] xfce errors and xterm malfunction

2013-08-01 Thread Dave Wagler
When I close an XFCE session the errors shown in the picture are displayed. I took a picture because I couldn't find them in a log file. The longer the session, the more errors. This is a link to the picture. https://www.dropbox.com/s/ydmjnfdoibypu5e/LFS_errors.JPG Also xterm isn't working

[blfs-support] Broken link in SANE-1.0.23

2013-07-31 Thread Dave Wagler
The link to the front ends package information doesn't work. /home/share/Download-shr/sane-frontends-1.0.14.tar.gz Need a new link. Thanks. Dave -- http://linuxfromscratch.org/mailman/listinfo/blfs-support FAQ: http://www.linuxfromscratch.org/blfs/faq.html Unsubscribe: See the above information

[blfs-support] XFCE screen fonts

2013-07-31 Thread Dave Wagler
I now have XFCE installed. Almost. It starts,the wallpaper and desktop icons are there, the mouse works, the keyboard is recognized. The problem is that instead of alphanum characters on the screen, there are just a whole lot of little rectangles. What did I miss? Also what's the best way to

[blfs-support] Glamor EGL question

2013-07-31 Thread Dave Wagler
My computer has an Intel Core i5-3550 (Ivy Bridge) CPU with integrated graphics. I am building a BLFS system with an XFCE desktop. Is the Glamor EGL Xorg module useful in this situation? -- http://linuxfromscratch.org/mailman/listinfo/blfs-support FAQ:

[blfs-support] Problem with SANE-1.0.23

2013-07-30 Thread Dave Wagler
Trying to install SANE-1.0.23 (BLFS 7.3) and the make terminates with this sequence: installing p5.conf in /etc/sane.d/p5.conf... installing saned.conf in /etc/sane.d/saned.conf... installing dll.conf in /etc/sane.d/dll.conf... make[4]: Leaving directory `/usr/src/sane-backends-1.0.23/backend'

Re: [blfs-support] Problem with SANE-1.0.23

2013-07-30 Thread Dave Wagler
On Tue, Jul 30, 2013 at 6:34 AM, Dave Wagler dw.rebe...@gmail.com wrote: Trying to install SANE-1.0.23 (BLFS 7.3) and the make terminates with this sequence: installing p5.conf in /etc/sane.d/p5.conf... installing saned.conf in /etc/sane.d/saned.conf... installing dll.conf in /etc/sane.d

Re: [blfs-support] Problem with SANE-1.0.23

2013-07-30 Thread Dave Wagler
On Tue, Jul 30, 2013 at 8:48 AM, Fernando de Oliveira fam...@yahoo.com.brwrote: Em 30-07-2013 10:22, Dave Wagler escreveu: On Tue, Jul 30, 2013 at 6:34 AM, Dave Wagler dw.rebe...@gmail.com mailto:dw.rebe...@gmail.com wrote: Trying to install SANE-1.0.23 (BLFS 7.3) and the make

[blfs-support] Need libusb support

2013-07-30 Thread Dave Wagler
Installing SANE-1.0.23, the configure shows this warning: *** Warning: sane-backends will be built without libusb support. There may *** be valid reasons to do so, e.g. if you don't use USB scanners or on *** platforms without libusb support but generally this means that you *** can't use USB

Re: [blfs-support] Need libusb support

2013-07-30 Thread Dave Wagler
Fixed that problem. Thanks. Dave On Tue, Jul 30, 2013 at 7:04 PM, Armin K. kre...@email.com wrote: On 07/31/2013 01:53 AM, Dave Wagler wrote: Installing SANE-1.0.23, the configure shows this warning: *** Warning: sane-backends will be built without libusb support. There may

Re: [blfs-support] Problem with SANE-1.0.23

2013-07-30 Thread Dave Wagler
On Tue, Jul 30, 2013 at 12:50 PM, Fernando de Oliveira fam...@yahoo.com.brwrote: Please, let us know if you did everything by the book. That is all I can remember to help, unfortunately. Bruce updated, last time, the page, perhaps he can tell more. -- []s, Fernando -- The first time I

[blfs-support] (no subject)

2013-07-29 Thread Dave Wagler
I'm trying to install GTK-Doc-1.19 (BLFS 7.3) and the configure command terminates with this error: checking for XML catalog (/etc/xml/catalog)... found checking for xmlcatalog... /usr/bin/xmlcatalog checking for DocBook XML DTD V4.3 in XML catalog... not found configure: error: could not find

[blfs-support] Dependency discrepancy for GTK-Doc-1.19

2013-07-29 Thread Dave Wagler
I'm trying to install GTK-Doc-1.19 (BLFS 7.3) and the configure command terminates with this error: checking for XML catalog (/etc/xml/catalog)... found checking for xmlcatalog... /usr/bin/xmlcatalog checking for DocBook XML DTD V4.3 in XML catalog... not found configure: error: could not find

Re: [blfs-support] Dependency discrepancy for GTK-Doc-1.19

2013-07-29 Thread Dave Wagler
The catalog file mustn't be 100% the same as mine. -- It's more like they are very different. The names aren't even the same. $ cat $LFS/etc/xml/docbook ?xml version=1.0? !DOCTYPE catalog PUBLIC -//OASIS//DTD Entity Resolution XML Catalog V1.0//EN

Re: [blfs-support] Dependency discrepancy for GTK-Doc-1.19

2013-07-29 Thread Dave Wagler
On Mon, Jul 29, 2013 at 8:09 AM, Armin K. kre...@email.com wrote: On 07/29/2013 02:57 PM, Dave Wagler wrote: The catalog file mustn't be 100% the same as mine. -- It's more like they are very different. The names aren't even the same. you missed the configuring part

[blfs-support] Polkit-0.111 dependency question

2013-07-29 Thread Dave Wagler
Installing Polkit-0.111 (BLFS 7.3), SpiderMonkey-1.0.0 is listed as a dependency. The link to SpiderMonkey is broken. Also, just to see what would happen, I went ahead and ran Polkit configure. It completed without any errors. Do I need to do something different, or should SpiderMonkey just be

Re: [blfs-support] Polkit-0.111 dependency question

2013-07-29 Thread Dave Wagler
On Mon, Jul 29, 2013 at 9:53 AM, Armin K. kre...@email.com wrote: Current book has JS-17.0.0 instead of SpiderMonkey-1.0.0. And you need JS. It is required. Tried to install JS-17.0.0, but the link to the file seems to be broken; wget output is: --2013-07-29 10:04:53--

Re: [blfs-support] Polkit-0.111 dependency question

2013-07-29 Thread Dave Wagler
On Mon, Jul 29, 2013 at 10:20 AM, Bruce Dubbs bruce.du...@gmail.com wrote: Dave Wagler wrote: On Mon, Jul 29, 2013 at 9:53 AM, Armin K. kre...@email.com wrote: Current book has JS-17.0.0 instead of SpiderMonkey-1.0.0. And you need JS. It is required. Tried to install JS-17.0.0

[blfs-support] Couldn't find include 'GdkPixbuf-2.0.gir'

2013-07-29 Thread Dave Wagler
In BLFS 7.3, trying to install gtk+-3.8.2, make shows this error: GEN gdkconfig.h CCLD libgdk-3.la GISCAN Gdk-3.0.gir Couldn't find include 'GdkPixbuf-2.0.gir' (search path: ['../gdk', 'gir-1.0', '/usr/share/gir-1.0', '/usr/share/gir-1.0', '/usr/share/gir-1.0']) make[4]: ***

Re: [blfs-support] Couldn't find include 'GdkPixbuf-2.0.gir'

2013-07-29 Thread Dave Wagler
On Mon, Jul 29, 2013 at 2:17 PM, Armin K. kre...@email.com wrote: On 07/29/2013 08:48 PM, Dave Wagler wrote: In BLFS 7.3, trying to install gtk+-3.8.2, make shows this error: GEN gdkconfig.h CCLD libgdk-3.la http://libgdk-3.la GISCAN Gdk-3.0.gir Couldn't find include

[blfs-support] PulseAudio install problem

2013-07-29 Thread Dave Wagler
When installing pulseaudio-4.0 I tried an install with make -j4 install. It terminated with this error: /usr/src/pulseaudio-4.0/src/.libs/libpulsecore-4.0.so: file not recognized: File truncated collect2: error: ld returned 1 exit status libtool: install: error: relink `libprotocol-simple.la'

[blfs-support] Error in Junit installation instructions?

2013-07-28 Thread Dave Wagler
In BLFS 7.3, installation of JUnit-4.11, there is an additional download of junit-4.11.jar. The installation procedure includes this command: cp -v junit4.11.jar /usr/share/java I had to change the command to this: cp -v junit-4.11.jar /usr/share/java Should the installation instructions be

[blfs-support] JIMI-SDK

2013-07-28 Thread Dave Wagler
The BLFS installation procedure for fop-1.1 has an optional dependency for JIMI-SDK. The link goes to an Oracle web page which does not contain any link to JIMI-SDK. A site search does eventually lead to the download link, but maybe you want to update the link in BLFS. Dave --

Re: [blfs-support] JIMI-SDK

2013-07-28 Thread Dave Wagler
On Sun, Jul 28, 2013 at 1:18 PM, Bruce Dubbs bruce.du...@gmail.com wrote: Dave Wagler wrote: The BLFS installation procedure for fop-1.1 has an optional dependency for JIMI-SDK. The link goes to an Oracle web page which does not contain any link to JIMI-SDK. A site search does

Re: [blfs-support] JIMI-SDK

2013-07-28 Thread Dave Wagler
That doesn't look like a link to JIMI-SDK. Dave On Sun, Jul 28, 2013 at 2:32 PM, Bruce Dubbs bruce.du...@gmail.com wrote: It's been a while since I looked at fop. I have the 1_1_3 files from 2006, but the link only seems to have 1_1_2 and I can't see any dates. I suppose we should use

[blfs-support] GTK-Doc problems

2013-07-28 Thread Dave Wagler
I'm trying to install GTK-Doc-1.19 (BLFS 7.3) and the configure command terminates with these errors: checking for dblatex... no checking for fop... no configure: WARNING: neither dblatex nor fop found, so no pdf output from xml checking for XML catalog (/etc/xml/catalog)... found checking for

Re: [blfs-support] GTK-Doc problems

2013-07-28 Thread Dave Wagler
On Sun, Jul 28, 2013 at 3:09 PM, Dave Wagler dw.rebe...@gmail.com wrote: I'm trying to install GTK-Doc-1.19 (BLFS 7.3) and the configure command terminates with these errors: checking for dblatex... no checking for fop... no configure: WARNING: neither dblatex nor fop found, so no pdf

[blfs-support] Python installation question

2013-07-23 Thread Dave Wagler
The Python 2.7.5 installation instructions include this: Configuring Python 2 In order for *python* to find the installed documentation, you must add the following environment variable to individual user's or the system's profile: export PYTHONDOCS=/usr/share/doc/python-2.7.5 Is the system

[blfs-support] Looking at Mate desktop

2013-07-19 Thread Dave Wagler
I have a brand-new minimal LFS system. It boots and I can access the internet with lynx. Now I'm looking at desktops. Of those listed in BLFS, I would probably pick XFCE. However, my desktop of preference is Mate. It looks difficult, but doable (maybe). Has anyone on this list done a Mate