[blfs-support] Dead link in BLFS Version 2013-07-16

2013-07-19 Thread Niels Terp
Hi all, I need to install Lua as a dependency for RPM. In this version of BLFS the link to a required patch http://www.linuxfromscratch.org/patches/blfs/svn/lua-5.2.2-shared_library-1. patch is dead.

Re: [blfs-support] Dead link in BLFS Version 2013-07-16

2013-07-19 Thread Igor Živković
On 2013-07-19 10:38, Niels Terp wrote: > Hi all, > > I need to install Lua as a dependency for RPM. In this version of BLFS > the link to a required patch > > HTTP://WWW.LINUXFROMSCRATCH.ORG/PATCHES/BLFS/SVN/LUA-5.2.2-SHARED_LIBRARY-1.PATCH > [1] > > is dead. I also don't find the patch on > htt

Re: [blfs-support] Dead link in BLFS Version 2013-07-16

2013-07-19 Thread Niels Terp
On 2013-07-19 10:38, Niels Terp wrote: > Hi all, > > I need to install Lua as a dependency for RPM. In this version of BLFS > the link to a required patch > > HTTP://WWW.LINUXFROMSCRATCH.ORG/PATCHES/BLFS/SVN/LUA-5.2.2-SHARED_LIBR > ARY-1.PATCH > [1] > > is dead. I also don't find the patch on

Re: [blfs-support] Dead link in BLFS Version 2013-07-16

2013-07-19 Thread Baho Utot
On 07/19/2013 04:38 AM, Niels Terp wrote: Hi all, I need to install Lua as a dependency for RPM. In this version of BLFS the link to a required patch *http://www.linuxfromscratch.org/patches/blfs/svn/lua-5.2.2-shared_library-1.patch* is dead. I also don't find the patch on http://anduin.li

[blfs-support] How to get RPM to work

2013-07-19 Thread Niels Terp
Hi, I have now installed RPM, and it seems to work. But when I tried to install Webmin from a RPM, I got errors like "Webmin .. needs /bin/sh" I found a very nice script (in the Linux Cookbook) to find things that has been compiled from source, and include them in a emty RPM, which can then

Re: [blfs-support] How to get RPM to work

2013-07-19 Thread Armin K.
On 07/19/2013 04:47 PM, Niels Terp wrote: > Hi, > > > > I have now installed RPM, and it seems to work. But when I tried to > install Webmin from a RPM, I got errors like “Webmin .. needs /bin/sh” > > > > I found a very nice script (in the Linux Cookbook) to find things that > has been comp

Re: [blfs-support] How to get RPM to work

2013-07-19 Thread Baho Utot
On 07/19/2013 12:20 PM, Armin K. wrote: > On 07/19/2013 04:47 PM, Niels Terp wrote: >> Hi, >> >> >> >> I have now installed RPM, and it seems to work. But when I tried to >> install Webmin from a RPM, I got errors like “Webmin .. needs /bin/sh” >> >> >> >> I found a very nice script (in the L

Re: [blfs-support] How to get RPM to work

2013-07-19 Thread Armin K.
On 07/19/2013 06:51 PM, alex lupu wrote: > Armin: > >> As if you can build google chrome from source, > >> I highly doubt it because it's closed source. > > If we're talking about google chrome _browser_, > it has always looked extremely open to me. > Has many problems (IMHO), but opaqueness has

Re: [blfs-support] How to get RPM to work

2013-07-19 Thread alex lupu
Armin: > Chrome browser is just Chromium (which is an open source browser > based on WebKit iirc) with Google Logo, shipped Flash Player and PDF > Viewer from Google (with maybe few backdoors :P). In my neck of the woods, when somebody says "chrome", they understand the Google _browser_ named "c

Re: [blfs-support] How to get RPM to work

2013-07-19 Thread alex lupu
Armin: > As if you can build google chrome from source, > > I highly doubt it because it's closed source. If we're talking about google chrome _browser_, it has always looked extremely open to me. Has many problems (IMHO), but opaqueness has never been one. -- Alex On Fri, Jul 19, 2013 at 12:

Re: [blfs-support] How to get RPM to work

2013-07-19 Thread Baho Utot
On 07/19/2013 10:47 AM, Niels Terp wrote: Hi, I have now installed RPM, and it seems to work. But when I tried to install Webmin from a RPM, I got errors like "Webmin .. needs /bin/sh" I found a very nice script (in the Linux Cookbook) to find things that has been compiled from source, and

Re: [blfs-support] How to get RPM to work

2013-07-19 Thread Armin K.
On 07/19/2013 07:26 PM, alex lupu wrote: > Armin: > >> Chrome browser is just Chromium (which is an open source browser >> based on WebKit iirc) with Google Logo, shipped Flash Player and PDF >> Viewer from Google (with maybe few backdoors :P). > > In my neck of the woods, when somebody says > "

Re: [blfs-support] Kernel entries for video capture driver

2013-07-19 Thread Ken Moffat
On Fri, Jul 19, 2013 at 07:42:29PM +0100, Richard Melville wrote: > I'm trying to use a BT878 video capture card with my BLFS system. > Unfortunately I chose, in a moment of parsimony, a cheap version that does > not have an eeprom. This means that although I have added the correct > driver inform

[blfs-support] Kernel entries for video capture driver

2013-07-19 Thread Richard Melville
I'm trying to use a BT878 video capture card with my BLFS system. Unfortunately I chose, in a moment of parsimony, a cheap version that does not have an eeprom. This means that although I have added the correct driver information to the kernel tree the card won't work. The only way I've been able

Re: [blfs-support] Kernel entries for video capture driver

2013-07-19 Thread Pierre M.R.
Richard Melville wrote: > does anybody know how I can add the above driver information directly > into the kernel There must be a way via sysfs (/sys/class/video4linux/...). I have no such card to test it. Pierre -- http://linuxfromscratch.org/mailman/listinfo/blfs-support FAQ: http://www.linu

Re: [blfs-support] How to get RPM to work

2013-07-19 Thread alex lupu
Hi Armin: > Chromium is browser, Chromium OS is an OS. > http://www.chromium.org/ I can understand the confusion (perpetrated by Google, I'd say). On that link Google talks about some sort of a generic project named "Chromium". but if you read the last two lines on the left pane you'll see "Look

Re: [blfs-support] How to get RPM to work

2013-07-19 Thread Niels Terp
On 07/19/2013 10:47 AM, Niels Terp wrote: Hi, I have now installed RPM, and it seems to work. But when I tried to install Webmin from a RPM, I got errors like "Webmin .. needs /bin/sh" I found a very nice script (in the Linux Cookbook) to find things that has been compiled from source, and

Re: [blfs-support] How to get RPM to work

2013-07-19 Thread Armin K.
On 07/19/2013 09:00 PM, alex lupu wrote: > Hi Armin: > >> Chromium is browser, Chromium OS is an OS. >> http://www.chromium.org/ > > I can understand the confusion (perpetrated by Google, I'd say). > On that link Google talks about some sort of a generic project named > "Chromium". > but > if you

Re: [blfs-support] Kernel entries for video capture driver

2013-07-19 Thread Wayne Blaszczyk
On 20/07/13 04:42, Richard Melville wrote: > I'm trying to use a BT878 video capture card with my BLFS system. > Unfortunately I chose, in a moment of parsimony, a cheap version that does > not have an eeprom. This means that although I have added the correct > driver information to the kernel tre

[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 install?