Re: [lfs-support] How to know how many packages are installed?

2012-10-31 Thread Chris Staub
On 10/31/2012 04:04 AM, gmspro wrote: Is there any way to know how many packages are installed? Is it possible to know if a package is installed or not? Thanks. See the page in the LFS book on Package Management - http://www.linuxfromscratch.org/lfs/view/stable/chapter06/pkgmgt.html --

[lfs-support] corrupted link

2012-10-31 Thread Dave
While compiling audiofile, this error popped up. undefined reference to symbol 'log10@@GLIBC_2.2.5' looks like a corrupted link. how do I fix...where could it have came from? -- http://linuxfromscratch.org/mailman/listinfo/lfs-support FAQ: http://www.linuxfromscratch.org/lfs/faq.html

Re: [blfs-support] black screen and cursor after installing gdm in blfs

2012-10-31 Thread James Pinto
On Wed, Oct 31, 2012 at 10:38 AM, Armin K. kre...@email.com wrote: On 10/31/2012 03:10 AM, James Pinto wrote: Hi I have CONFIG_DRM_I915=y CONFIG_DRM_I915_KMS=y and still I dont get the shell I have attached the new kernel config file and the new Xorg logs in this mail and heres the

Re: [lfs-support] corrupted link

2012-10-31 Thread Bruce Dubbs
Dave wrote: While compiling audiofile, this error popped up. undefined reference to symbol 'log10@@GLIBC_2.2.5' looks like a corrupted link. how do I fix...where could it have came from? My log has no such error. It's a pretty simple build with only alsa-lib as a dependency. Did

Re: [lfs-support] lfs-support Digest, Vol 2711, Issue 1

2012-10-31 Thread Ken Moffat
On Wed, Oct 31, 2012 at 09:30:45PM +0530, Abhishek Porwal wrote: Hi William, First of all thank you on replying. As you said to post the config.log, here is the complete code from config.log file - [...] configure:2230: checking build system type configure:2244: result:

Re: [blfs-support] Bugs in BLFS Book

2012-10-31 Thread Bruce Dubbs
Feuerbacher, Alan wrote: How can I search the BLFS archives to find corrections? About the only way is to look at the xml sources. http://wiki.linuxfromscratch.org/blfs/browser/trunk/BOOK/pst/sgml/docbook-dsssl.xml Click on the revision log and you can see all changes to the file. --

Re: [lfs-support] lfs-support Digest, Vol 2711, Issue 1

2012-10-31 Thread Ken Moffat
On Wed, Oct 31, 2012 at 05:42:04PM +, Ken Moffat wrote: In pass2 binutils you should be building with the pass1 gcc, which ought to mean the build system type is x86_64-lfs-linux-gnu. Instead, you seem to be using your host's compiler. I suppose that breaks because either or both of

Re: [lfs-support] How to know how many packages are installed?

2012-10-31 Thread Mario St-Gelais
On Wed, 31 Oct 2012 01:04:49 -0700 (PDT) gmspro gms...@yahoo.com wrote: Is there any way to know how many packages are installed? Is it possible to know if a package is installed or not? Thanks. I am very new to LFS. I wrote a very complex script I called wg :P: #!/bin/bash wget $1 echo

Re: [lfs-support] How to know how many packages are installed?

2012-10-31 Thread Rick Shelton
How many packages are installed? I don't know. I suppose you can count the installs in chapter 6. Is a package installed? Hm, check the chapter related to installing the package and see if any of the files detailed in the Contents of section exist on your system. ~ On Wed, Oct 31, 2012 at 3:33

Re: [lfs-support] How to know how many packages are installed?

2012-10-31 Thread Ken Moffat
On Wed, Oct 31, 2012 at 05:33:23PM -0400, Mario St-Gelais wrote: On Wed, 31 Oct 2012 01:04:49 -0700 (PDT) gmspro gms...@yahoo.com wrote: Is there any way to know how many packages are installed? Is it possible to know if a package is installed or not? Thanks. I am very new to

Re: [lfs-support] How to know how many packages are installed?

2012-10-31 Thread Bruce Dubbs
Rick Shelton wrote: How many packages are installed? I don't know. I suppose you can count the installs in chapter 6. Is a package installed? Hm, check the chapter related to installing the package and see if any of the files detailed in the Contents of section exist on your system. Please

Re: [lfs-support] How to know how many packages are installed?

2012-10-31 Thread Mario St-Gelais
On Wed, 31 Oct 2012 23:12:22 + Ken Moffat zarniwh...@ntlworld.com wrote: On Wed, Oct 31, 2012 at 05:33:23PM -0400, Mario St-Gelais wrote: On Wed, 31 Oct 2012 01:04:49 -0700 (PDT) gmspro gms...@yahoo.com wrote: Is there any way to know how many packages are installed? Is it