Re: BLFS 6.2

2006-10-26 Thread Miguel Bazdresch
OK, I just attached two patches for sane and xsane to their respective tickets. This is fun :) I only ran 'make validate'; I didn't render the pages. My machine is too slow for doing that often. -- Miguel Bazdresch http://thewizardstower.org/ -- http://linuxfromscratch.org/mailman/listin

Re: BLFS 6.2

2006-10-25 Thread Miguel Bazdresch
* Dan Nicholson <[EMAIL PROTECTED]> [2006-10-25 17:26]: > On 10/23/06, Miguel Bazdresch <[EMAIL PROTECTED]> wrote: > > > >Not a package update, but I reported an error with the hdparm > >instructions here: > > > >http://archives.linuxfromscratch.org/ma

Re: BLFS 6.2

2006-10-23 Thread Miguel Bazdresch
udev rules included in the package and it's been working with no problems here. HTH, -- Miguel Bazdresch http://thewizardstower.org/ -- http://linuxfromscratch.org/mailman/listinfo/blfs-dev FAQ: http://www.linuxfromscratch.org/blfs/faq.html Unsubscribe: See the above information page

rsync headsup

2006-10-12 Thread Miguel Bazdresch
Hello, The http link for downloading rsync in the svn book is wrong. The correct link is: http://samba.org/ftp/rsync/rsync-2.6.8.tar.gz -- Miguel Bazdresch http://thewizardstower.org/ -- http://linuxfromscratch.org/mailman/listinfo/blfs-dev FAQ: http://www.linuxfromscratch.org/blfs

hdparm headsup

2006-10-10 Thread Miguel Bazdresch
-D hdparm /usr/sbin/hdparm if [ -d /usr/share/man ]; then install -m 644 -D hdparm.8 /usr/share/man/man8/hdparm.8 ;\ elif [ -d /usr/man ]; then install -m 644 -D hdparm.8 /usr/man/man8/hdparm.8 ; fi -- Miguel Bazdresch http://thewizardstower.org/ -- http://linuxfromscratch.org/mailman/listinfo

Re: ALSA udev rules

2006-07-04 Thread Miguel Bazdresch
KERNEL=="controlC[0-9]*", ACTION=="add", RUN+="/usr/sbin/alsactl restore %n" OK, I see. Thanks a lot for helping out, Dan. -- Miguel Bazdresch http://thewizardstower.org/ -- http://linuxfromscratch.org/mailman/listinfo/blfs-dev FAQ: http://www.linuxfromscratch.org/b

Re: ALSA udev rules

2006-07-04 Thread Miguel Bazdresch
* Dan Nicholson <[EMAIL PROTECTED]> [2006-07-04 17:47]: > On 7/3/06, Miguel Bazdresch <[EMAIL PROTECTED]> wrote: > > > >KERNEL=="controlC[0-9]*", ACTION=="add", RUN+="/usr/sbin/alsactl restore > >%n" > > > >is missing

ALSA udev rules

2006-07-03 Thread Miguel Bazdresch
As it stands, the controlC[0-9] devices are being created in /dev, not in /dev/snd. This was in the book at some point and was removed. -- Miguel Bazdresch http://thewizardstower.org/ -- http://linuxfromscratch.org/mailman/listinfo/blfs-dev FAQ: http://www.linuxfromscratch.org/blfs/faq.html Unsubscribe: See the above information page

Re: koffice and kde menus

2006-04-15 Thread Miguel Bazdresch
ion is 95% by the book: I use some mild optimization gcc flags, and I disable installation of some KDE packages. Let me know if I can help or if you want me to run some tests or something. -- Miguel Bazdresch http://thewizardstower.org/ -- http://linuxfromscratch.org/mailman/listinfo/blfs-dev

Re: KDE requirements and dependencies page

2006-04-15 Thread Miguel Bazdresch
* Dan Nicholson <[EMAIL PROTECTED]> [2006-04-15 16:33]: > On 4/15/06, Miguel Bazdresch <[EMAIL PROTECTED]> wrote: > > > > Not for pages that don't exist yet (like most user notes pages). For > > example, see the page linked from the kdelibs

Re: User Notes - Let's Make Something Happen

2006-04-15 Thread Miguel Bazdresch
* M.Canales.es <[EMAIL PROTECTED]> [2006-04-15 15:16]: > > I'm also for all lowercase, including the renaming of current Wiki pages. +1 -- Miguel Bazdresch http://thewizardstower.org/ -- http://linuxfromscratch.org/mailman/listinfo/blfs-dev FAQ: http://www.linuxfromscratch.

Re: KDE requirements and dependencies page

2006-04-15 Thread Miguel Bazdresch
* Bruce Dubbs <[EMAIL PROTECTED]> [2006-04-15 13:58]: > Miguel Bazdresch wrote: > > > BTW: is there a way I can add it to the wiki myself? I've created an > > account but I don't see a way to modify the page. > > If you login, you should have an "Ed

Re: KDE requirements and dependencies page

2006-04-15 Thread Miguel Bazdresch
* Randy McMurchy <[EMAIL PROTECTED]> [2006-04-15 12:16]: > Miguel Bazdresch wrote these words on 04/15/06 11:55 CST: > > Yes, that page really helped me a long time ago when major updates > to the KDE dependencies were put in. The problem is with that page > though, is i

KDE requirements and dependencies page

2006-04-15 Thread Miguel Bazdresch
age at the beginning of the KDE section. At least it should be mentioned in the wiki. BTW: is there a way I can add it to the wiki myself? I've created an account but I don't see a way to modify the page. -- Miguel Bazdresch http://thewizardstower.org/ -- http://linuxfromscratch.org

Re: koffice 1.5.0 heads up

2006-04-14 Thread Miguel Bazdresch
dependency. In 1.4.2, to build with jpeg support all that was needed was libjpeg. Now it also needs libexif (it needs both, as you saw). -- Miguel Bazdresch http://thewizardstower.org/ -- http://linuxfromscratch.org/mailman/listinfo/blfs-dev FAQ: http://www.linuxfromscratch.org/blfs/faq

Re: koffice 1.5.0 heads up

2006-04-14 Thread Miguel Bazdresch
libjpeg. The message below threw me off. Sorry. > and > > You're missing libjpeg or libexif 0.6.12 or later (binaries and/or > headers). krita won't be able to import/export jpeg Here it's complaining about libexif. It wasn't required for koffice 1.4.2, but i

Re: koffice 1.5.0 heads up

2006-04-14 Thread Miguel Bazdresch
efiles needed for krita to build and install. Or rather, we could change the Makefile, but the changes will be extensive. I believe it's better to change the configuration process so it finds libjpeg. At the moment I'm unsure exactly how to do it. -- Miguel Bazdresch http://thewizardstowe

koffice 1.5.0 heads up

2006-04-14 Thread Miguel Bazdresch
#x27;s hacky. I hope this is useful to the koffice page maintainer. -- Miguel Bazdresch http://thewizardstower.org/ -- http://linuxfromscratch.org/mailman/listinfo/blfs-dev FAQ: http://www.linuxfromscratch.org/blfs/faq.html Unsubscribe: See the above information page

Re: SQLite and TCL problems

2006-04-08 Thread Miguel Bazdresch
* Randy McMurchy <[EMAIL PROTECTED]> [2006-04-08 20:18]: > Miguel Bazdresch wrote these words on 04/08/06 19:40 CST: > > > I'm trying to install SQLite, and found the procedure to be a bit less > > than trivial. It seems that there was some discussion about add

SQLite and TCL problems

2006-04-08 Thread Miguel Bazdresch
ound the limitations of sqlite's install script. For all its coolness, sqlite's build process seems a bit unpolished. -- Miguel Bazdresch http://thewizardstower.org/ -- http://linuxfromscratch.org/mailman/listinfo/blfs-dev FAQ: http://www.linuxfromscratch.org/blfs/faq.html Unsubscribe: See the above information page

Re: A cautionary tale

2006-02-19 Thread Miguel Bazdresch
would like to publicly concur with Richard. Thanks for > making that comment - I think it is justified... This kind of "punishment" is more appropriate in a kindergarten than in this community. Bruce and Matthew are our leaders and I respect their decision, but I deeply dis

Re: wrong kdegraphics patch command in svn book

2006-01-26 Thread Miguel Bazdresch
do whatever is necessary to fix it. Thanks for the report Miguel. Thank you Randy. -- Miguel Bazdresch http://thewizardstower.org/ -- http://linuxfromscratch.org/mailman/listinfo/blfs-dev FAQ: http://www.linuxfromscratch.org/blfs/faq.html Unsubscribe: See the above information page

Re: wrong kdegraphics patch command in svn book

2006-01-26 Thread Miguel Bazdresch
. Kdegraphics has just now finished compiling with my changed patch command. The compilation was successful. -- Miguel Bazdresch http://thewizardstower.org/ -- http://linuxfromscratch.org/mailman/listinfo/blfs-dev FAQ: http://www.linuxfromscratch.org/blfs/faq.html Unsubscribe: See the above information page

wrong kdegraphics patch command in svn book

2006-01-26 Thread Miguel Bazdresch
ook at the patch seems to indicate so. Maybe the patch was updated without notice? -- Miguel Bazdresch http://thewizardstower.org/ -- http://linuxfromscratch.org/mailman/listinfo/blfs-dev FAQ: http://www.linuxfromscratch.org/blfs/faq.html Unsubscribe: See the above information page

Re: Recommended and Optional Items

2006-01-23 Thread Miguel Bazdresch
xample: gnupg for thunderbird - things the BLFS editors install (their personal recommendation). example: gimp-print for the gimp -- Miguel Bazdresch http://thewizardstower.org/ -- http://linuxfromscratch.org/mailman/listinfo/blfs-dev FAQ: http://www.linuxfromscratch.org/blfs/faq.html Unsubscribe: See the above information page

Re: kdelibs and pcre

2006-01-23 Thread Miguel Bazdresch
ed' into three parts: - things you can disable, but you most probably don't want to - things you can disable if you don't need/want some extra functionality - things the BLFS editors install (their personal recommendation). Neither me nor the BLFS editors have one, so I'll just S

Re: kdelibs and pcre

2006-01-23 Thread Miguel Bazdresch
* Randy McMurchy <[EMAIL PROTECTED]> [2006-01-23 17:15]: > Miguel Bazdresch wrote these words on 01/22/06 22:11 CST: > > > PCRE is listed as a recommended dependency but it seems to me it's > > required. > > For all practical purposes, recommended=required. At

kdelibs and pcre

2006-01-22 Thread Miguel Bazdresch
1 make[1]: Leaving directory `/home/miguel/scripts/make' make: *** [kde] Error 2 PCRE is listed as a recommended dependency but it seems to me it's required. -- Miguel Bazdresch http://thewizardstower.org/ -- http://linuxfromscratch.org/mailman/listinfo/blfs-dev FAQ: http://www.linuxf

Re: Sane Scanning

2006-01-05 Thread Miguel Bazdresch
e that libieee1284 is required. I never made sure that was indeed the case. I just uninstalled libieee1284 and rebuilt libusb and sane, and it works. Thanks for the heads up. -- Miguel Bazdresch http://thewizardstower.org/ -- http://linuxfromscratch.org/mailman/listinfo/blfs-dev FAQ: http:/

Re: XFCE version

2005-12-14 Thread Miguel Bazdresch
es, it does build from > sources, it allows optimization and it is even possible to use it with a > package user). I used it in my last upgrade. It's a beauty -- small, configurable, and it works. A mention in the book is probably worth it, if it increases the chance someone frustrate

gtk2 installation nitpick

2005-10-21 Thread Miguel Bazdresch
x27;t have a lot of time right now and I preferred to let you know about this as soon as possible. -- Miguel Bazdresch http://thewizardstower.org/ -- http://linuxfromscratch.org/mailman/listinfo/blfs-dev FAQ: http://www.linuxfromscratch.org/blfs/faq.html Unsubscribe: See the above information page

Re: Changes to the TeX-3.0 installation

2005-08-21 Thread Miguel Bazdresch
cally correct" instructions (and the amount of work involved on your part) would only be justified if the current way broke something down the line. -- Miguel Bazdresch http://thewizardstower.org/ -- http://linuxfromscratch.org/mailman/listinfo/blfs-dev FAQ: http://www.linuxfromscratch.org/blfs/faq.html Unsubscribe: See the above information page

Re: Addition to Chapter 12

2005-08-20 Thread Miguel Bazdresch
orge.net/), and R (http://www.r-project.org/). -- Miguel Bazdresch http://thewizardstower.org/ -- http://linuxfromscratch.org/mailman/listinfo/blfs-dev FAQ: http://www.linuxfromscratch.org/blfs/faq.html Unsubscribe: See the above information page

Other Programming Tools nitpick

2005-08-15 Thread Miguel Bazdresch
In subsection "gocache", it says ccache is clone of ccache when it clearly means to say gocache is a clone of ccache I hope it's not too late before 6.1 is released. -- Miguel Bazdresch http://thewizardstower.org/ -- http://linuxfromscratch.org/mailman/listin

Re: Addition to Chapter 12

2005-08-11 Thread Miguel Bazdresch
source control is a basic developers' tool. We might add darcs, monotone, git, etc. I have instructions for those three. Maybe merge tools too. Maybe ctags, pyc (python compiler), tcc, I know this could be too much :) just letting my brain spew the names of those tools i've found useful

xsane nitpick

2005-07-31 Thread Miguel Bazdresch
command to: ln -v -s /usr/bin/xsane /usr/lib/gimp/2.0/plug-ins in order to get rid of the extra '/'. -- Miguel Bazdresch http://thewizardstower.org/ -- http://linuxfromscratch.org/mailman/listinfo/blfs-dev FAQ: http://www.linuxfromscratch.org/blfs/faq.html Unsubscribe: See t

Location of configure instructions for ImageMagick

2005-07-16 Thread Miguel Bazdresch
http://www.imagemagick.org/script/advanced-unix-installation.php -- Miguel Bazdresch http://thewizardstower.org/ -- http://linuxfromscratch.org/mailman/listinfo/blfs-dev FAQ: http://www.linuxfromscratch.org/blfs/faq.html Unsubscribe: See the above information page

Pan depends on pcre

2005-06-25 Thread Miguel Bazdresch
Hello, While installing Pan a few moments ago, I noticed it depends on pcre. The dependency is not listed in the BLFS book (I'm looking at the devel version). Without pcre, configure fails while following the book's instructions. -- Miguel Bazdresch http://thewizardstower.org

Re: GCC-3.3.x

2005-04-25 Thread Miguel Bazdresch
* Alexander E. Patrakov <[EMAIL PROTECTED]> [2005-04-26 01:25]: > > GCC-3.3.x is absolutely needed for some non-free apps like fglrx and rar. rarlinux-3.5.b1 comes with a rar_static binary that is statically compiled, so it works regardless of your compiler/glibc versions. -- Migu