Re: [blfs-support] Compilation presets for Xorg

2013-03-12 Thread Carl Thorn






From: Niels Terp 
To: BLFS Support List 
Sent: Tue, March 12, 2013 8:22:28 AM
Subject: [blfs-support] Compilation presets for Xorg

>Hi,

>I have started on Xorg - but even with the very first packet I run into
>trouble:
>The book suggest to create a file /etc/profile.d/xorg.sh with the following
>command:

>cat > /etc/profile.d/xorg.sh << "EOF" &&
>XORG_PREFIX=""
>XORG_CONFIG="--prefix=$XORG_PREFIX \
> --sysconfdir=/etc \
> --localstatedir=/var \
 >--disable-static"
>export XORG_PREFIX XORG_CONFIG
>EOF
>chmod 644 /etc/profile.d/xorg.sh

>First of all, this command does NOT create a file - it does not even execute
>the chmod command on the last line. I assume that the "&&" after "EOF" is a
>typo ?
No this is not a typo it is an instruction. You may want to review UNIX 
commands.
Read the text before copying and pasting the commands. You are supposed to  
decide where you want to install XORG before running the commands. "" 
should be the location where you want to install XORG, either in "/usr" or " 
/opt"


>And finaly, when I try to type the configuration command by hand, it
>complains about the --disable-static option (and ./configure --help says
>that the option doesn't exist).

You are not installing a package at this point so there is no ./configure. You 
are only setting up the environment for the XORG build. You may want to read 
the 
text rather than just copying and pasting everything.




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

Re: [blfs-support] Weird problem when building libarchive

2012-12-13 Thread Carl Thorn






From: Andrew Fleckenstein 
To: blfs-support@linuxfromscratch.org
Sent: Thu, December 13, 2012 5:23:59 PM
Subject: Re: [blfs-support] Weird problem when building libarchive

Sorry I sent this when I wasn't subscribed, so maybe it will go through now :)

On 12/12/12, Andrew Fleckenstein  wrote:
> Hello all,
> I'm building libarchive 3.0.4, following the instructions in the book, and
> when I type "make" an odd error occurs
>
> /bin/grep: /usr/usr/lib/libattr.la: No such file or directory
> /bin/sed: can't read /usr/usr/lib/libattr.la: No such file or directory
> libtool: link '/usr/usr/lib/libattr.a' is not a valid libtool archive
>
> The "/usr/usr" part is really what's throwing me off. libattr is in
> /usr/lib, and /usr/usr doesn't exist.
> I configured with ./configure --prefix=/usr --disable-static
> So I have no idea what's up, any help would be appreciated!
>
> Cheers!
>
-- 
http://linuxfromscratch.org/mailman/listinfo/blfs-support
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page
 I am just guessing here but I think you may have made a typo when typing your 
./configure-- 
http://linuxfromscratch.org/mailman/listinfo/blfs-support
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page

Re: [blfs-support] gnome not working

2012-11-01 Thread Carl Thorn






From: zhongcai zhou 
To: blfs-support@linuxfromscratch.org
Sent: Thu, November 1, 2012 12:34:12 PM
Subject: [blfs-support] gnome not working

Hi,

I am building gnome on top of LFS 7.2 and got the following error
message when I tried to run gnome with startx:

JS ERROR: !!!   Exception was: Error: Requiring AccountsService,
version none: Typelib file for namespace 'AccountsService' (any
version) not found
JS ERROR: !!! message = '"Requiring AccountsService, version
none: Typelib file for namespace 'AccountsService' (any version) not
found"'
JS ERROR: !!! fileName =
'"/usr/share/gnome-shell/js/ui/endSessionDialog.js"'
JS ERROR: !!! lineNumber = '24'
JS ERROR: !!! stack =
'"@/usr/share/gnome-shell/js/ui/endSessionDialog.js:24


Any idea what could cause this?

Zhou
-- 
http://linuxfromscratch.org/mailman/listinfo/blfs-support
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page


Any chance that you may have forgotten to install AccountsService-0.6.25? 
-- 
http://linuxfromscratch.org/mailman/listinfo/blfs-support
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page

Re: [blfs-support] How Do I Know When to Recompile the Kernel?

2012-10-24 Thread Carl Thorn






From: Carl Thorn 
To: BLFS Support List 
Sent: Wed, October 24, 2012 10:22:18 AM
Subject: Re: [blfs-support] How Do I Know When to Recompile the Kernel?








From: "Feuerbacher, Alan" 
To: "BLFS Help Support (blfs-support@linuxfromscratch.org)" 

Sent: Wed, October 24, 2012 9:37:31 AM
Subject: [blfs-support] How Do I Know When to Recompile the Kernel?

In the BLFS book's Xorg Drivers section ( 
http://www.linuxfromscratch.org/blfs/view/svn/x/x7driver.html ) Xorg Evdev 
Driver-2.7.3, it says:


Kernel Configuration 

Enable the following options in the kernel configuration and recompile the 
kernel if necessary: 



How do I know if recompiling the kernel is necessary?

I've read quite a bit of the LFS kernel documentation but haven't found a clear 
discussion of what specific things require kernel recompilation. Can you anyone 
point out such information?

Alan
-- 
http://linuxfromscratch.org/mailman/listinfo/blfs-support
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page

I apologize for my earlier response. I misunderstood the question when I read 
it 
the first time. The only time I have seen any thing relating to kernel 
reconfiguration was when installing specific packages. Most of the time my 
kernel was already configured correctly. But it would be nice to have a list of 
packages that may require kernel reconfiguration ( I don't know if one exists 
or 
not). -- 
http://linuxfromscratch.org/mailman/listinfo/blfs-support
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page

Re: [blfs-support] How Do I Know When to Recompile the Kernel?

2012-10-24 Thread Carl Thorn






From: "Feuerbacher, Alan" 
To: "BLFS Help Support (blfs-support@linuxfromscratch.org)" 

Sent: Wed, October 24, 2012 9:37:31 AM
Subject: [blfs-support] How Do I Know When to Recompile the Kernel?

In the BLFS book's Xorg Drivers section ( 
http://www.linuxfromscratch.org/blfs/view/svn/x/x7driver.html ) Xorg Evdev 
Driver-2.7.3, it says:


Kernel Configuration 

Enable the following options in the kernel configuration and recompile the 
kernel if necessary: 



How do I know if recompiling the kernel is necessary?

I've read quite a bit of the LFS kernel documentation but haven't found a clear 
discussion of what specific things require kernel recompilation. Can you anyone 
point out such information?

Alan
-- 
http://linuxfromscratch.org/mailman/listinfo/blfs-support
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page

You can check your kernel configuration by reading /boot/config-* assuming you 
saved it as suggested in the LFS book.
-- 
http://linuxfromscratch.org/mailman/listinfo/blfs-support
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page

Re: [blfs-support] Installing mouse-test in GPM

2012-10-18 Thread Carl Thorn






From: "Feuerbacher, Alan" 
To: "blfs-support@linuxfromscratch.org" 
Sent: Thu, October 18, 2012 11:44:40 AM
Subject: [blfs-support] Installing mouse-test in GPM


What terminal emulator is good to use after booting into LFS? The various ones 
listed in the BLFS book require a lot of other stuff to be installed. For 
example, xterm-279 requires a lot of X-Windows stuff.

Alan
-- 
http://linuxfromscratch.org/mailman/listinfo/blfs-support
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page

Screen-4.0.3 works really well once you learn how to use it. I used lynx text 
web browser along with screen. -- 
http://linuxfromscratch.org/mailman/listinfo/blfs-support
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page

[blfs-support] IcedTea-Web-1.2

2012-10-17 Thread Carl Thorn
I installed IcedTea-Web-1.2 from the BLFS book dated 2012-10-05.( I downloaded 
it as html). When I created the symlink for the IcedTeaPlugin.so I used "ln -s 
${JAVA_HOME}/jre/lib/i386/IcedTeaPlugin.so \ /usr/lib/mozilla/plugins/" but 
the sym link didn't work. I looked for the IcedTeaPlugin.so and found it in 
${JAVA_HOME}/jre/lib/ so I changed the symlink to that directory and now it 
works. I think maybe there is a mistake in the book.-- 
http://linuxfromscratch.org/mailman/listinfo/blfs-support
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page

Re: [blfs-support] systemd UDEV-188

2012-10-06 Thread Carl Thorn






From: Lars Bamberger 
To: blfs-support@linuxfromscratch.org
Sent: Sat, October 6, 2012 2:06:23 AM
Subject: Re: [blfs-support] systemd UDEV-188

On 06.10.2012 08:25, Carl Thorn wrote:
>> [gst-plugins-base-0.10.36 (...) fails on make]




>/usr/share/gir-1.0/Gst-0.10.gir should have been installed with
>gstreamer-0.10.36. Double check that the installation is OK and that
>this file exists.

>Lars

I looked in /usr/share/gir-1.0 and did not see Gst-0.10.gir
I reinstalled gstreamer-0.10.36 and after the second install of gstreamer 
Gst-0.10.gir was where it is supposed to be. I don't know why it didn't install 
the first time around. gst-plugins-base seems to be installing properly now.
Thanks,
Carl

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

Re: [blfs-support] systemd UDEV-188

2012-10-05 Thread Carl Thorn






From: Bruce Dubbs 
To: BLFS Support List 
Sent: Fri, October 5, 2012 10:07:42 AM
Subject: Re: [blfs-support] systemd UDEV-188



> One other thing, I am building KDE from BLFS svn on LFS version 7.2. I am 
>trying
> to install gst-plugins-base-0.10.36, configure seems to work ok but it fails 
on
> make with something like "can't find (something-gir-something)" Sorry I don't
> have the exact message available at this time. I thing that the gir library
> comes from gobject-introspection which I don't think I need because I am
> building KDE not GNOME. Is there a configure switch to turn off the search for
> gir? I looked in configure --help and didn't really see anything.
>
> I installed gobject-introspection and the package from systemd but still get 
>the
> same error.

We really need the specific error to be able to help.

   -- Bruce

Here is the error message
make[5]: Entering directory 
`/xc/gst-plugins-base-0.10.36/gst-libs/gst/interfaces'
  GENGstInterfaces-0.10.gir
g-ir-scanner: warning: Option --strip-prefix has been deprecated;
see --identifier-prefix and --symbol-prefix.
Couldn't find include 'Gst-0.10.gir' (search path: ['/usr/share/gir-1.0', 
'/opt/kde/share/gir-1.0', '/usr/share/gir-1.0', '/usr/share/gir-1.0', 
'/usr/share/gir-1.0'])
make[5]: *** [GstInterfaces-0.10.gir] Error 1
make[5]: Leaving directory 
`/xc/gst-plugins-base-0.10.36/gst-libs/gst/interfaces'
make[4]: *** [all] Error 2
make[4]: Leaving directory 
`/xc/gst-plugins-base-0.10.36/gst-libs/gst/interfaces'
make[3]: *** [interfaces] Error 2
make[3]: Leaving directory `/xc/gst-plugins-base-0.10.36/gst-libs/gst'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory `/xc/gst-plugins-base-0.10.36/gst-libs'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/xc/gst-plugins-base-0.10.36'
make: *** [all] Error 2

I am sure I goofed up again but where?

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

Re: [blfs-support] systemd UDEV-188

2012-10-05 Thread Carl Thorn






From: Bruce Dubbs 
To: BLFS Support List 
Sent: Fri, October 5, 2012 10:07:42 AM
Subject: Re: [blfs-support] systemd UDEV-188

Carl Thorn wrote:
> When I installed the UDEV extras for systemd I saw that there were three
> different tar balls for UDEV-188. I started with the first one
> udev-lfs-188.tar.bz2. and the installation of systemd-188 for gudev failed 
with
> configure errors. I tried tarball - 2 and noticed that when it was untarred 
>that
> the directory was udev-lfs without the version numbers so I assumed it was a
> mistake as well as tarball 1. I then downloaded tarball 3 and was able to
> complete the builds of the parts I need. I was just wondering why the first 
two
> tarballs were left on the list if there are mistakes in them. Why not delete
> them and leave the good one as udev-lfs-188? Would have saved me a little time
> and trouble.

They are there for historical reasons.  LFS-7.2 specifically says to use 
udev-lfs-188-3.tar.bz2.  Why did you use a different file?

That said, I'll move them to an archive directory.

> One other thing, I am building KDE from BLFS svn on LFS version 7.2. I am 
>trying
> to install gst-plugins-base-0.10.36, configure seems to work ok but it fails 
on
> make with something like "can't find (something-gir-something)" Sorry I don't
> have the exact message available at this time. I thing that the gir library
> comes from gobject-introspection which I don't think I need because I am
> building KDE not GNOME. Is there a configure switch to turn off the search for
> gir? I looked in configure --help and didn't really see anything.
>
> I installed gobject-introspection and the package from systemd but still get 
>the
> same error.

We really need the specific error to be able to help.

   -- Bruce
I was installing udev-lfs-188 from BLFS and it doesn't say which tarball to use 
so I didn't see the LFS 7.2 direction. I will send the specific error message 
when I get to the build computer. 



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

Re: [blfs-support] XORG 7.7 libraries

2012-10-01 Thread Carl Thorn






From: Carl Thorn 
To: BLFS Support List 
Sent: Sun, September 30, 2012 12:42:20 PM
Subject: Re: [blfs-support] XORG 7.7 libraries








From: Lars Bamberger 
To: blfs-support@linuxfromscratch.org
Sent: Sun, September 30, 2012 12:12:37 PM
Subject: Re: [blfs-support] XORG 7.7 libraries

On 30.09.2012 18:01, Carl Thorn wrote:
> [Installing X with XORG_PREFIX=/usr]
> When install XORG libraries xtrans-1.2.7 installs without error. But 
> libX11-1.5.0 fails during configure with this error:checking keysym 
> definitions... configure: error: Cannot find keysymdef.h. How do I locate 
> what 

> is causing the problem and how do I fix it?

Hello,

the first step is to verify that the file 'keysymdef.h' is actually
installed. It should live in /usr/include/X11 and should have been
installed with xproto-7.0.23. So, first, verify that it is installed
correctly. Instructions for xproto are on the Xorg Protocol Headers page
of the book.

Lars

Thanks for responding. Here is a copy of  /usr/include/X11.

carl [ /usr/include/X11 ]$ ls
ap_keysym.h  keysymdef.h  Xatom.h   Xfuncs.h   Xpoll.h   XWDFile.h
DECkeysym.h  keysym.h Xauth.h   X.hXproto.h Xwindows.h
dri  Sunkeysym.h  Xdefs.h   Xmd.h  Xprotostr.h  Xwinsock.h
extensions   X11  Xdmcp.h   Xosdefs.h  Xthreads.h
fontsXalloca.hXF86keysym.h  Xos.h  Xtrans
HPkeysym.h   Xarch.h  Xfuncproto.h  Xos_r.hXw32defs.h

It looks like keysymdef.h is there. 

Fixed it by removing everything that was installed in previous efforts and 
reinstalling. I did find that somehow some of the items were installed in 
/usr/local/include and /usr/local/share. I goofed somewhere along the line.

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

Re: [blfs-support] XORG 7.7 libraries

2012-09-30 Thread Carl Thorn






From: Lars Bamberger 
To: blfs-support@linuxfromscratch.org
Sent: Sun, September 30, 2012 12:12:37 PM
Subject: Re: [blfs-support] XORG 7.7 libraries

On 30.09.2012 18:01, Carl Thorn wrote:
> [Installing X with XORG_PREFIX=/usr]
> When install XORG libraries xtrans-1.2.7 installs without error. But 
> libX11-1.5.0 fails during configure with this error:checking keysym 
> definitions... configure: error: Cannot find keysymdef.h. How do I locate 
> what 

> is causing the problem and how do I fix it?

Hello,

the first step is to verify that the file 'keysymdef.h' is actually
installed. It should live in /usr/include/X11 and should have been
installed with xproto-7.0.23. So, first, verify that it is installed
correctly. Instructions for xproto are on the Xorg Protocol Headers page
of the book.

Lars

Thanks for responding. Here is a copy of  /usr/include/X11.

carl [ /usr/include/X11 ]$ ls
ap_keysym.h  keysymdef.h  Xatom.h   Xfuncs.h   Xpoll.h  XWDFile.h
DECkeysym.h  keysym.h Xauth.h   X.hXproto.h Xwindows.h
dri  Sunkeysym.h  Xdefs.h   Xmd.h  Xprotostr.h  Xwinsock.h
extensions   X11  Xdmcp.h   Xosdefs.h  Xthreads.h
fontsXalloca.hXF86keysym.h  Xos.h  Xtrans
HPkeysym.h   Xarch.h  Xfuncproto.h  Xos_r.hXw32defs.h

It looks like keysymdef.h is there. 


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

[blfs-support] XORG 7.7 libraries

2012-09-30 Thread Carl Thorn
I have recently completed build LFS-7.2 and have installed GPM, Lynx, Screen, 
along with other programs and libraries in the current stable BLFS book. I am 
trying to install XORG-7.7. XORG_PREFIX=/usr. Util-macros, XORG protocol 
headers, makedepend, libXau, libXdmcp, libpthread-stubs, xcp-proto, and libxcb 
all installed with no problems.
When install XORG libraries xtrans-1.2.7 installs without error. But 
libX11-1.5.0 fails during configure with this error:checking keysym 
definitions... configure: error: Cannot find keysymdef.h. How do I locate what 
is causing the problem and how do I fix it?
-- 
http://linuxfromscratch.org/mailman/listinfo/blfs-support
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page

[blfs-support] Xorg Libraries

2012-09-27 Thread Carl Thorn
I am trying to install X on a newly compiled LFS-7.2 system. I started off by 
trying to install in the /opt directory but it would not install libX11-1.5.0 
because it couldn't find keysymdef.h . I decided to go back to the standard 
/usr 
and recompiled everything up to Xorg Libraries. Once again it stalled out with 
the same error, "can't find keysymdef.h" . I looked for keysymdef.h and found 
it 
in /usr/include/X11. Is it supposed to be somewhere else? I am a little 
stymied. 
Any help would be appreciated.
-- 
http://linuxfromscratch.org/mailman/listinfo/blfs-support
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page

Re: [blfs-support] Intltool-0.50.0 not found

2012-03-30 Thread Carl Thorn
Try changing ./+download/ to /+milestone/





From: mike 
To: blfs-support@linuxfromscratch.org
Sent: Fri, March 30, 2012 7:29:51 AM
Subject: [blfs-support] Intltool-0.50.0 not found

hi ,

i go to the following link and wget the file and it claims it can't any
ideas?

http://launchpad.net/intltool/trunk/0.50.0/+download/intltool-0.50.0.tar.gz



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

Re: Abiword Problem - Scrunched Words

2010-09-18 Thread Carl Thorn
On Fri, 2010-09-17 at 18:56 -0600, TW wrote:
>   I installed Abiword successfully, after going through the config.log 
> and making sure it found 
> all of the programs it was looking for.  However, when I open the program, 1) 
> it opens up small (versus 
> opening up to full screen) and 2) whenever I type, the words are scrunched 
> together.  The words are so 
> close together that if you type two S's, it looks like they're bold.  Has 
> anyone else had this problem?
> 
> -- 
> "Character is formed through adversity."
> 
> VR~
>   Telly Williams
>   Email: twilliams...@elp.rr.com
>  telly...@hotmail.com
My install of abiword uses Times New Roman as the default font. But it
doesn't display Times New Roman very well. All the other fonts work fine
though. Maybe try using a different font?

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


gnome desktop

2010-05-19 Thread Carl Thorn
I have been trying to build a gnome desktop on top of an LFS version 6.6 I am 
up to installing the gnome-doc-utils and keep getting the following build 
error. I have checked and rechecked to make sure I have all the dependencies 
correct. If you could help me find the error I would appreciate it. below is 
the error code I get.
/bin/sh: line 1: 18784 Segmentation fault  xsltproc -o gnome-doc-make-C.omf 
--stringparam db2omf.basename gnome-doc-make --stringparam db2omf.format 
'docbook' --stringparam db2omf.dtd "-//OASIS//DTD DocBook XML V4.4//EN" 
--stringparam db2omf.lang C --stringparam db2omf.omf_dir "/usr/share/omf" 
--stringparam db2omf.help_dir "/usr/share/gnome/help" --stringparam 
db2omf.omf_in 
"/blfs/gnome-doc-utils-0.18.1/doc/gnome-doc-make/gnome-doc-make.omf.in" 
--stringparam db2omf.scrollkeeper_cl "`scrollkeeper-config 
--pkgdatadir`/Templates/C/scrollkeeper_cl.xml" 
../../xslt/docbook/omf/db2omf.xsl C/gnome-doc-make.xml
make[2]: *** [gnome-doc-make-C.omf] Error 1
make[2]: Leaving directory `/blfs/gnome-doc-utils-0.18.1/doc/gnome-doc-make'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/blfs/gnome-doc-utils-0.18.1/doc'
make: *** [all-recursive] Error 1-- 
http://linuxfromscratch.org/mailman/listinfo/blfs-support
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page

Re: wget, seamonkey and lynx

2010-05-11 Thread Carl Thorn






From: Bruce Dubbs 
To: BLFS Support List 
Sent: Tue, May 11, 2010 7:34:24 PM
Subject: Re: wget, seamonkey and lynx

Carl Thorn wrote:

> Carl Thorn wrote:
> 
>> It is definitely a nameserver thing. I have dhcpcd installed and it
>> generates /etc/resolv.conf automatically but lists my dsl modem as the
>> nameserver. When I manually entered the nameservers of my isp everything
>> worked. So now I have to figure out how to reconfigure the hooks so I
>> don't have to manually change the /etc/resolv.conf on every reboot.
> 
> man dhcpcd

> Thanks I will take your word for it but the above line doesn't seem
> to exist in my version of man dhcpcd

I don't use dhcp myself.  I prefer static addresses to avoid problems 
like yours.  My response was probably from an old version on the 
internet.  The most recent version is dhcpcd-5.2.2.tar.bz2.

I downloaded that and found:

-C, --nohook script
  Don't run this hook script.  Matches full name, or prefixed
  with 2 numbers optionally ending with .sh.

  So to stop dhcpcd from touching your DNS or MTU settings
  you would do:-
  dhcpcd -C resolv.conf -C mtu eth0

   -- Bruce
-- 
http://linuxfromscratch.org/mailman/listinfo/blfs-support
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page
Yeah I found it too. Everything works now. Thanks a lot.
-- 
http://linuxfromscratch.org/mailman/listinfo/blfs-support
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page

Re: wget, seamonkey and lynx

2010-05-11 Thread Carl Thorn






From: Bruce Dubbs 
To: BLFS Support List 
Sent: Tue, May 11, 2010 6:29:54 PM
Subject: Re: wget, seamonkey and lynx

Carl Thorn wrote:

> It is definitely a nameserver thing. I have dhcpcd installed and it
> generates /etc/resolv.conf automatically but lists my dsl modem as the
> nameserver. When I manually entered the nameservers of my isp everything
> worked. So now I have to figure out how to reconfigure the hooks so I
> don't have to manually change the /etc/resolv.conf on every reboot.

man dhcpcd

-R  Prevents dhcpcd from replacing existing /etc/resolv.conf file.

   -- Bruce
Thanks I will take your word for it but the above line doesn't seem to exist in 
my version of man dhcpcd
-- 
http://linuxfromscratch.org/mailman/listinfo/blfs-support
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page
-- 
http://linuxfromscratch.org/mailman/listinfo/blfs-support
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page

Re: wget, seamonkey and lynx

2010-05-11 Thread Carl Thorn
On Tue, 2010-05-11 at 11:45 -0500, Bruce Dubbs wrote:
> Carl Thorn wrote:
> > I was curious to know what the differences in the way lynx and
> > seamonkey/wget communicate with website servers. After several
> > attempts and building beyond linux from scratch. I finally got X and
> > fluxbox to work and I also have Seamonkey installed and it seems to
> > work ok but it won't connect to urls but finds i.p. addressed with no
> > problem. I have the same problem with wget. Urls won't load but I.P.
> > addresses will. Lynx has no problem whatsoever with urls. Whats the
> > difference?
> 
> It sounds like a nameserver problem.  Make sure /etc/resolv.conf is 
> right.  You may also want to load the BIND utilities and try some name 
> lookups with dig or nslookup.  It is curious that lynx works ok.  They 
> may fall back to an internal nameserver, but I don't really know.
> 
>-- Bruce
It is definitely a nameserver thing. I have dhcpcd installed and it
generates /etc/resolv.conf automatically but lists my dsl modem as the
nameserver. When I manually entered the nameservers of my isp everything
worked. So now I have to figure out how to reconfigure the hooks so I
don't have to manually change the /etc/resolv.conf on every reboot.

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


wget, seamonkey and lynx

2010-05-11 Thread Carl Thorn
I was curious to know what the differences in the way lynx and seamonkey/wget 
communicate with website servers. After several attempts and building beyond 
linux from scratch. I finally got X and fluxbox to work and I also have 
Seamonkey installed and it seems to work ok but it won't connect to urls but 
finds i.p. addressed with no problem. I have the same problem with wget. Urls 
won't load but I.P. addresses will. Lynx has no problem whatsoever with urls. 
Whats the difference?
-- 
http://linuxfromscratch.org/mailman/listinfo/blfs-support
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page

Re: Xorg -configure

2010-02-26 Thread Carl Thorn






From: William Tracy 
To: BLFS Support List 
Sent: Thu, February 25, 2010 10:57:42 PM
Subject: Re: Xorg -configure

On Wed, Feb 24, 2010 at 8:29 PM, Bruce Dubbs  wrote:
> Should come back ins a second or two.  If not, reboot and check to see
> if any logs were created e.g. /var/log/Xorg.0.log

You should be able to just kill X without rebooting. ctrl + alt +
backspace should do it; you may have to press twice with never
versions of X.


-- 
William Tracy
Work: wtr...@cisco.com
Play: afishion...@gmail.com
Cell phone: (805) 704-0917
Internet phone: (707) 206-6441
-- 
http://linuxfromscratch.org/mailman/listinfo/blfs-support
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information

I got X to work. By deleting the drivers mentioned in the hint. The first time 
I tried to compile the driver file I commented out the suggested drivers but 
Xorg -configure just produced a driver not found error. I recompiled the driver 
files with wget.list uncommented and Xorg -configure produced the blank screen. 
Once I deleted the drivers mentioned in the hint every thing worked as it is 
supposed to but the keyboard and mouse. I also had to recompile the kernel 
because I didn't have the proper video driver in the config file. But the 
keyboard doesn't work when I start X. Pressing control alt backspace does 
nothing.-- 
http://linuxfromscratch.org/mailman/listinfo/blfs-support
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page

Xorg -configure

2010-02-24 Thread Carl Thorn
I have completed installing X on a 6.6 rc1 system following the developmental 
blfs book. After entering the Xorg -configure the screen goes blank as it is 
supposed to. How long to I wait for it to configure? Do I have to do a hard 
reboot or do I wait til the machine does something besides stare back at me 
with a blank screen?
-- 
http://linuxfromscratch.org/mailman/listinfo/blfs-support
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page

gpm

2010-02-20 Thread Carl Thorn
I compiled gpm-1.20.6 before reading the hint in the svn version of the book. I 
am using LFS 6.6rc. I was wondering whether the hint still applies to the newer 
versions as it was last updated in 2006. I can't seem to get the mouse to work. 
The hint says I should recompile gpm using --without curses and then 
recompiling ncurses. It also says that gpm won't work with UTF8. This is my 
second attempt with BLFS. The first time I was using LFS 6.1 supplied with the 
livecd and BLFS 6.3. The mouse worked as soon as it was compiled in that 
version. 
-- 
http://linuxfromscratch.org/mailman/listinfo/blfs-support
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page

Re: wget 1.11.4

2010-02-11 Thread Carl Thorn






From: Bruce Dubbs 
To: BLFS Support List 
Sent: Wed, February 10, 2010 10:10:04 PM
Subject: Re: wget 1.11.4

Carl Thorn wrote:

> So is the response to wget the same?
> yes still the same

> Can you ping 66.135.59.49?
> yes 31 packets transmitted 31 packets received 0% lost 
> reported after I terminated with ^C

Just FYI, I find doing something like

   ping -c 2 66.135.59.49

to be a little easier.

As far as your problem with wget, I don't know.  Can you do
   ftp anduin.linuxfromscratch.org
I did this and it works.
log in with anonymous and a null password.


Or try:

   wget ftp://66.135.59.49/BLFS/svn/a/a2ps-4.14.tar.gz.md5sum
And this worked as well. 
So I guess the problem is with the DNS? Should I try a manual entry into 
/etc/resolv.conf?
It's only a few bytes, but it should work and take DNS out of the loop.

   -- Bruce
-- 
http://linuxfromscratch.org/mailman/listinfo/blfs-support
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page
-- 
http://linuxfromscratch.org/mailman/listinfo/blfs-support
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page

Re: wget 1.11.4

2010-02-10 Thread Carl Thorn
I installed BIND and nslookup returned the value 66.135.59.49

/etc/resolv.conf
# Generated by dhcpcd from eth0
# /etc/resolv.conf.head can replace this line
nameserver 192.168.1.254
#/etc/resolv.conf.tail can replace this line
"/etc/resolv.conf" 4L, 149c

Should I mess with anything in the /etc/wgetrc file?



From: Bruce Dubbs 
To: BLFS Support List 
Sent: Wed, February 10, 2010 3:48:59 PM
Subject: Re: wget 1.11.4

Carl Thorn wrote:
> Sorry about the second email address. It is really the same box I
> didn't know that it would appear as thor...@yahoo.com. Any I tried
> wget ftp://anduin.linuxfromscratch.org/BLFS/svn/b/bc-1.06.tar.gz And
> got the following error "Resolving anduin.linuxfromscratch.org
> ...failed. Temporary failure in name resolution. wget: unable to
> resolve host address 'anduin.linuxfromscratch.org' "

Then you have a DNS problem that you need to fix.

You should be able to do:

   nslookup anduin.linuxfromscratch.org

and get 66.135.59.49.

You'll need to have BLFS/BIND Utilities installed.

Also, you might want to post the contents of /etc/resolv.conf.

   -- Bruce



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

Re: wget 1.11.4

2010-02-10 Thread Carl Thorn
Sorry about the second email address. It is really the same box I didn't know 
that it would appear as thor...@yahoo.com. Any I tried wget 
ftp://anduin.linuxfromscratch.org/BLFS/svn/b/bc-1.06.tar.gz
And got the following error "Resolving anduin.linuxfromscratch.org ...failed. 
Temporary failure in name resolution.
wget: unable to resolve host address 'anduin.linuxfromscratch.org' "





From: Bruce Dubbs 
To: BLFS Support List 
Sent: Wed, February 10, 2010 10:14:28 AM
Subject: Re: wget 1.11.4

Carl Thorn wrote:
> Ok I registered, got my confirmation email and password so I am 
> submitting this a third time. This is the second time since I 
> registered.

You are nost sending from your registered address.  I added your 2nd
address for you.

> Would someone please help figure out how to fix Wget now? Lynx works
> great so I know I have a working internet connection and network
> card. I recently completed building LFS 6.6 rc1 and have been trying
> to go Beyond Linux from Scratch using the blfs development book. I
> have encountered a problem with wget 1.11.4 I can't get it to connect
> to the downloads sites getting a temporary host error. I have lynx
> installed and it connects with no problem.

What exactly is the error.  For instance, try,

   wget ftp://anduin.linuxfromscratch.org/BLFS/svn/b/bc-1.06.tar.gz

as a quick test.  What error message do you get?

> I connect to the internet using dhcpcd -4.0.11.

If ping and dns working, that is not relevant.

   -- Bruce


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

wget 1.11.4

2010-02-10 Thread Carl Thorn
Ok I registered, got my confirmation email and password so I am submitting this 
a third time. This is the second time since I registered. Would someone please 
help figure out how to fix Wget now? Lynx works great so I know I have a 
working internet connection and network card. 
I recently completed building LFS 6.6 rc1 and have been trying to go Beyond 
Linux from Scratch using the blfs development book. I have encountered a 
problem with wget
1.11.4 I can't get it to connect to the downloads sites getting a
temporary host error. I have lynx installed and it connects with no
problem. I connect to the internet using dhcpcd -4.0.11-- 
http://linuxfromscratch.org/mailman/listinfo/blfs-support
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page