[blfs-support] VLC-2.0.6 fails to build with FLAC-1.3.0

2013-06-19 Thread NP
Hi, VLC-2.0.6 builds fine with FLAC-1.2.1 but fails to build with FLAC-1.3.0 Reported error : the header file stream_decoder.h is not found Looking at /usr/lib/pkgconfig/flac.pc : - in FLAC version 1.2.1 : Cflags: -I${includedir}/FLAC - in FLAC version 1.3.0 : Cflags: -I${includedir} - both versi

Re: [blfs-support] openssl-1.0.1e wont install libs binaries

2013-06-17 Thread NP
On 13-06-18 02:10, Ken Moffat wrote: > [Snip] > Nico - we credit patches with authorship, as well as upstream > status. Can I put you as the author, with myself for changes ? > > I note that a slightly different patch is in > http://marc.info/?l=openssl-dev&m=136988464021098&w=2 - for me, as >

Re: [blfs-support] openssl-1.0.1e wont install libs binaries

2013-06-16 Thread NP
On 13-06-17 03:27, Ken Moffat wrote: [snip] In the absence of more data (I'm still using perl-5.16 until I start my next build) I suspect there _might_ be a problem with building openssl on current perl (5.18). ĸen Right. With Perl-5.18, pod2man has decided to enforce more strict syntax rule

[blfs-support] Building X with GCC-4.8.0 on a x86_64 machine

2013-04-02 Thread NP
Hi, Tried to build X on a brand new LFS SVN-20130329 base (Linux-3.8.4/GCC-4.8.0) with x86_64 architecture. Got build errors with 2 packages in the Xorg applications : - luit-1.1.1 - xmodmap-0.7.0 In both cases the reported error was "implicit declaration of function". I had to add #define _GNU

Re: [blfs-support] [Solved] xorg-server fails to build with udev-198

2013-03-21 Thread NP
On 13-03-20 20:56, Matt Burgess wrote: > I know you fixed this up yourself, but if you could give > http://anduin.linuxfromscratch.org/sources/other/udev-lfs-198-3.tar.bz2a > try please, that should work for you. Regards, Matt. Hi Matt, Sorry for the late response, I was out of office last nght

[blfs-support] [Solved] xorg-server fails to build with udev-198

2013-03-20 Thread NP
Hello, xorg-server-1.14.0 fails to build with udev-198 (all builds following LFS/BLFS SVN instructions). Thereported error is an unsatisfied reference to strv_env_get in libudev.so The libdrm-2.4.42 reports an error of the same kind while making check. Lots ofchanges were done in udev from ver

Re: Glibc-2.14 and Linux-Pam

2011-08-13 Thread NP
Hi. Linux-PAM-1.1.14 builds fine if you pass --disable-nis to the configure script Seems to be due to support to RPC removed from glibc-2.14. Works for me. HTH -- Nico On 2011-08-13 18:12, John Burrell wrote: > Further to William Immendorf's post last June, I've tried to compile libtirpc > bu

Re: i810 -> i915

2008-09-09 Thread NP
Lauri Kasanen wrote: > Hi > > I think I know what's the problem: > There's no support for your chip, 965GM, in i810 1.6.5! > Full support for Intel 965GM chipset needs a recent kernel (e.g. 2.6.24) with intel_agp module as well as a recent version of X (7.2 does not work) with i915 module. Wor

Re: Thunderbird 2.0.0.12 Segmentation Fault

2008-08-05 Thread NP
Dan Nicholson wrote: > Since gdb shares the same top-level tree as binutils, you may > overwrite your libbfd.a and libiberty.a. But maybe it doesn't do that > anymore. It does (at least gdb-6.8). Replaced files : libiberty.a, libbfd.{,l}a, libopcodes.{,l}a This makes some builds to fail; for instan

Re: dvd+rw-tools compilation problem (and a workaround)

2008-04-16 Thread NP
Dan Nicholson wrote: > On Mon, Apr 14, 2008 at 4:59 AM, Nicolas FRANCOIS > <[EMAIL PROTECTED]> wrote: >> Hi. >> >> I encoutered a problem with the dvd+rw-tools package : >> growisofs.c:724: erreur: 'INT_MAX' undeclared (first use in this function) > I would suspect kernel headers changes. Proba

Re: LFS/BLFS on Dell Inspiron

2008-01-06 Thread NP
randhir phagura wrote: > Although I have been installing and using LFS/BLFS on Compaq Presario, I have > not yet started installing it on my new Dell Inspiron. Has any one installed > LFS on Dell Inspiron? What are the problemss to be faced especially for X org > drivers? > Any guiding tips woul

Re: Problem with OO and JDK

2007-11-09 Thread NP
Nicolas FRANCOIS wrote: > I want to build OO (Open Office) with the last BLFS. I had to download OO > 2.3, because 2.2 is not available anymore. But I don't think it's an > issue here. > Problem is, my CLASSPATH is up to date before the ". LinuxX86Env.Set.sh" > call, but after this, it's set to ju

Re: xterm locale détail

2007-11-05 Thread NP
Nicolas FRANCOIS wrote: > When I launch X the first time after compilation, everyhting works... > except xterm says : > > "couldn't find charset data for locale [EMAIL PROTECTED]; using ISO 8859-1" > > What do I have to set for this message to disappear ? Not sure this have something to do with y

Re: cups-1.1.23 error on blfs-svn-20060919

2006-10-13 Thread NP
w the commands. I've never seen this issue before, though. You could certainly try cups-1.2.x. There's an open bug to update with comments that it's worked fine. FYI the issue appears with GCC-4.1 and can be solved with this patch : http://bugs.gentoo.org/attachment.cgi?id=90787 H

tcl-8.4.11 configure error with bash-3.1

2005-12-19 Thread NP
At 05-12-19 20:23, you wrote: On 12/19/05, NP <[EMAIL PROTECTED]> wrote: > FYI Tk-8.4.12 needs the same sed fix as reported above. Could you file a bug report so this isn't forgotten? If you don't want to make an account, please send back the exact fix you did and I'

tcl-8.4.11 configure error with bash-3.1

2005-12-19 Thread NP
At 05-12-19 16:21, you wrote: On 12/19/05, NP <[EMAIL PROTECTED]> wrote: > At 05-12-19 15:10, you wrote: > >There's a syntax error in tcl's configure script that gets through on > >bash-3.0. See the lfs development book for the fix: > >http://www.linu

tcl-8.4.11 configure error with bash-3.1

2005-12-19 Thread NP
is OK with version 8.4.12 Many thanks. -- N. Peguiron / 051219 np [at] logma [dot] ch -- http://linuxfromscratch.org/mailman/listinfo/blfs-support FAQ: http://www.linuxfromscratch.org/blfs/faq.html Unsubscribe: See the above information page

tcl-8.4.11 configure error with bash-3.1

2005-12-19 Thread NP
7; Trying to work around removing the (...) 2>&1 produces another error further (line 7946, within a heredoc bloc). Nothing obvious found by googling nor in the tcl bugs/mailing lists. Does anybody have encountered a similar problem ? Best regards. -- N. Peguiron / 051219 np [at] lo

Patch needed for NTP-4.2.0

2005-10-12 Thread NP
On Wed Oct 12 22:33:24 MDT 2005, Ken Moffat wrote : On Wed, 12 Oct 2005, NP wrote: > Hello, > > NTP-4.2.0 fails to compile with gcc-4.0.1 > > Here is a proposed patch to solve the issue : > [snip] What's wrong with the patch already in patches ? You are right, Ken.

Patch needed for NTP-4.2.0

2005-10-12 Thread NP
ctl_trap ctl_trap[]; /* * Flag bits HTH Regards. -- N. Peguiron / 051012 np [at] logma [dot] ch -- http://linuxfromscratch.org/mailman/listinfo/blfs-support FAQ: http://www.linuxfromscratch.org/blfs/faq.html Unsubscribe: See the above information page

control-center-2.10.1 fails to build

2005-09-24 Thread NP
1.0.0 and my attempt to build control-center-2.10.1 Any pointer ? TYA / Regards -- N. Peguiron / 050924 np [at] logma [dot] ch -- http://linuxfromscratch.org/mailman/listinfo/blfs-support FAQ: http://www.linuxfromscratch.org/blfs/faq.html Unsubscribe: See the above information page

Some feedback for BLFS svn-20050922

2005-09-24 Thread NP
ntersecting FAIL: show-text-current-point FAIL: text-antialias-gray FAIL: text-antialias-subpixel XFAIL: text-rotate FAIL: transforms FAIL: trap-clip FAIL: unantialiased-shapes FAIL: rel-path Has anybody noticed something like this ? Regards. -- N. Peguiron / 050924 np [at] logma [dot] ch -- http://li

Re: Anyone can explain DVD writing to me ?

2005-08-29 Thread NP
nd : cat > /etc/udev/rules.d/20-pktcdvd.rules << "EOF" # /etc/udev/rules.d/20-pktcdvd.rules: Rule for pktcdvd setup # Packet writing device should go into /dev/pktcdvd KERNEL="pktcdvd", NAME="pktcdvd/control", GROUP="disk", MODE="0

OOo-1.1.4 with JDK 1.5.0

2005-08-24 Thread NP
ems to work correctly). Did anybody encouter the same problem ? Any advice ? Best regards. -- N. Peguiron / 050824 np [at] logma [dot] ch -- http://linuxfromscratch.org/mailman/listinfo/blfs-support FAQ: http://www.linuxfromscratch.org/blfs/faq.html Unsubscribe: See the above information page

Re: Circular Dependencies

2005-07-29 Thread NP
ere is circular dependencies, but AFAIR there are very few in the BLFS book (the only one I have noticed is Gimp-print -> ESP Ghost-script -> Gimp-print). Also must be said : this method is based on the _very_ good work done by the BLFS team... Many thanks to them ! HTH -- N. Peguiron

Re: blfs-6.0 with linux-2.6.11.6, udftools-1.0.0b3 and udev56 with hotplug-2004_09_23. udev won't create /dev/pktcdvd/pktcdvd0

2005-04-05 Thread NP
pktcdvd0 /dev/hdc # ls -l /dev/pktcdvd crw-r--r-- 1 root disk 10, 63 Apr 5 13:08 control brw-r- 1 root root 254, 0 Apr 5 13:19 pktcdvd0 This works fine for me. HTH -- N. Peguiron / 050405 np [at] logma [dot] ch -- http://linuxfromscratch.org/mailman/listinfo/blfs-support FAQ: http