Re: [blfs-support] portmidi on blfs javac problem

2014-04-25 Thread lux-integ
On Friday 25 April 2014 13:05:59 lux-integ wrote: > I thought I am using out-of-source-tree-build so I will set full path so > the line becomes > include_directories(${CMAKE_SOURCE_DIR}/{pm_common,porttime,pm_java} ) > -same outcome > I m stumped UPDATE If one edits pm_java

Re: [blfs-support] portmidi on blfs javac problem

2014-04-25 Thread lux-integ
On Friday 25 April 2014 00:43:27 Bruce Dubbs wrote: > > linux-3.10.37? Typo? 3.10.7? > > > It uses cmake and reaches 93 percent and ends with this > > #--- > > javac : file not found pmdefaults/PmDefaults.java > > #--- > > I think you need to set CLASSPATH I did (but forgot to

[blfs-support] portmidi on blfs javac problem

2014-04-24 Thread lux-integ
Greetings, I am trying to build portmidi ( http://portmedia.sourceforge.net/portmidi/ ) on a machine with these:- --os BLFS linux-3.10.37, openjdk-1.7 --cpu amd64 gcc-4.8.1 It uses cmake and reaches 93 percent and ends with this #--- javac : file not found pmdefaults/PmDefaults.java #-

[blfs-support] libreoffice-4.2.2, java, jdbc and postgresql questions

2014-04-12 Thread lux-integ
Greetings, I have never used LibreOffice ( I m still stuck wiht an old BLFS build with openoffice-3.something ) I am about to upgrade to libreoffice-4.2.2 ( http://www.linuxfromscratch.org/blfs/view/svn/xsoft/libreoffice.html ) I noticed the above blfs recipe has these switches --disab

Re: [blfs-support] Heartbleed

2014-04-08 Thread lux-integ
On Tuesday 08 April 2014 18:02:38 Rob Taylor wrote: > Heartbleed vulnerability > > http://www.openssl.org/news/vulnerabilities.html > > OpenSSL 1.0.1 through 1.0.1f (inclusive) are vulnerable > OpenSSL 1.0.1g is NOT vulnerable > OpenSSL 1.0.0 branch is NOT vulnerable > OpenSSL 0.9.8 branch is NOT

[blfs-support] phonon question

2014-04-08 Thread lux-integ
greetings, I have a a computing-machine with phonon-4.6.0. I want to upgrade to phonon-4.7.1. ( http://www.linuxfromscratch.org/blfs/view/svn/kde/phonon.html ) And besides I dont think the old one was compiled with this switch ' -DPHONON_INSTALL_QT_EXTENSIONS_INTO_SYSTEM_QT=TRUE' So Can I jus

Re: [blfs-support] running lfs as guestOS on virtulisation setup

2014-03-08 Thread lux-integ
On Friday 07 March 2014 17:07:12 Bruce Dubbs wrote: > You could probably boot to a live iso and copy files from a LFS/BLFS > partition to the virtual disk. Note that the kernel drivers will be > different, so you would need to rebuild the kernel. Other files such as > ifconfig.eth0, hostname,

Re: [blfs-support] running lfs as guestOS on virtulisation setup

2014-03-08 Thread lux-integ
On Friday 07 March 2014 12:39:31 Pierre Labastie wrote: > For (ii), you can: > - copy an existing LFS/BLFS to a virtual disk (using for example > qemu-img), or > - use qemu-nbd to see a virtual disk as a system disk, and build to that > disk > (you need the nbd kernel module, and the nbd-client u

[blfs-support] running lfs as guestOS on virtulisation setup

2014-03-07 Thread lux-integ
Greetings, I have recently been dabbling with 2 virtualiisation programs on linux. These are qemu/kvm ( http://www.qemu.org http://www.linux-kvm.org ) and VirtualBox ( http://www.virtualbox.org ). Both install as host on a typical LFS setup I use ( cpu =amd64, pure 64bit build, kernel-3.10.s

Re: [blfs-support] slightly off topic but related to a sister project

2014-02-21 Thread lux-integ
On Friday 21 February 2014 12:13:39 Douglas R. Reno wrote: > they had to move it to CLFS.org temporarily. To view a book you need to go > to CLFS.org/view. thanks a lot -- http://linuxfromscratch.org/mailman/listinfo/blfs-support FAQ: http://www.linuxfromscratch.org/blfs/faq.html Unsubscribe: See

[blfs-support] slightly off topic but related to a sister project

2014-02-21 Thread lux-integ
Greetings, I cant seem to browse the clfs url http://cross-lfs.org Is it my dns setup or Is it down, defunct, moved to another url ?? --info would be greatly appereciated thanks in advance luxInteg -- http://linuxfromscratch.org/mailman/listinfo/blfs-support FAQ: http://www.linuxfromscra

Re: [blfs-support] WebKitGTK-1/Flash

2013-12-31 Thread lux-integ
On Monday 30 December 2013 11:41:26 Richard wrote: > Is there some 'trick' or undocumented procedure for building/using > webkitgtk-1 with flash? Some build flag that I may have missed or variable > which needs to be set? > > I have downloaded the appropriate archive from Adobe - with a readme whi

Re: [blfs-support] python2 AND python3 in /usr question

2013-12-19 Thread lux-integ
On Thursday 19 December 2013 14:20:01 Fernando de Oliveira wrote: > I leave one and have another entry for the other, but commented out. > Thus, only one documentation is available, at one time. thanks -- http://linuxfromscratch.org/mailman/listinfo/blfs-support FAQ: http://www.linuxfromscratch.

[blfs-support] python2 AND python3 in /usr question

2013-12-19 Thread lux-integ
Greetings, I use blfs and I have often installed python3 (needed for example for blender ) in say /opt/python. I noticed lately blfs has python3 in /usr. ( http://www.linuxfromscratch.org/blfs/view/svn/general/python3.html ) I would like to know ---A) if this poses any problems to

Re: [blfs-support] qt-5.2.0 wont compile

2013-12-16 Thread lux-integ
On Monday 16 December 2013 13:07:57 Fernando de Oliveira wrote: > Are these typos? > > s/XORG_PREFUX/XORG_PREFIX/ > > and > > s/QTDIR/QT5DIR/ ---XORG_PREFUX is a typo IN THE email I sent, but on the build machine this reads XORG_PREFIX --QT5DIR ISNOT a typo I have qt-4.8.5 already installed

[blfs-support] qt-5.2.0 wont compile

2013-12-16 Thread lux-integ
Greetings I am trying to compile qt-5.2.0 for installation prefix /opt/qt5 as per the blfs instructions ( http://www.linuxfromscratch.org/blfs/view/svn/x/qt5.html ) my computer has these: --cpu amd64 3cores --os blfs, kernel linux-3.10.24, gcc-4.8.1 My 'source configure' options has these

[blfs-support] saslauthd port?? question

2013-11-04 Thread lux-integ
does anyone know if saslauthd has a port it listens to ? ( in otherwords are there iptabless rules for cyrus-sasl? ) thanks in advance -- http://linuxfromscratch.org/mailman/listinfo/blfs-support FAQ: http://www.linuxfromscratch.org/blfs/faq.html Unsubscribe: See the above information page

Re: [blfs-support] samba4 question

2013-11-01 Thread lux-integ
On Friday 01 November 2013 11:35:48 lux-integ wrote: > came across this:- http://wiki.samba.org/index.php/Samba4/LDAP_Backend as per the wikii it appears that a modern machine with modern versions of kerberos, ldap, cyrus-sasl, ntp, bind et al, all working nicely together is w

Re: [blfs-support] samba4 question

2013-11-01 Thread lux-integ
On Friday 01 November 2013 11:22:05 lux-integ wrote: > Greetings, > > I bave a linux-running-computer acting as a KDC. It has :- > OS--blfs linux gcc-4.8.1 linux-3.10.17, krb5-1.11.2, openldap-2.4.35, > cyrus- sasl-2.4.26,bind-9.9.4,ntp4.2.7 > > my /etc/krb5.conf ha

[blfs-support] samba4 question

2013-11-01 Thread lux-integ
Greetings, I bave a linux-running-computer acting as a KDC. It has :- OS--blfs linux gcc-4.8.1 linux-3.10.17, krb5-1.11.2, openldap-2.4.35, cyrus- sasl-2.4.26,bind-9.9.4,ntp4.2.7 my /etc/krb5.conf has :- [dbmodules] openldap_ldapconf = { db_library = kldap ldap_kerberos_conta

[blfs-support] ptlib-2.10.10 wont compile

2013-10-24 Thread lux-integ
Greetings I am trying to build ptlib-2.10.10 as per the blfs instructuons ( http://www.linuxfromscratch.org/blfs/view/svn/general/ptlib.html ) on a machine with these:- ---cpu -amd64 ---os-blfs linux-3.10.17, gcc-4.8.1 make ends like so:- #--- In

Re: [blfs-support] wiresark download

2013-10-21 Thread lux-integ
On Monday 21 October 2013 12:02:48 Molly Jakić wrote: > The link on that page works just fine for me. Try this instead. > > http://pkgs.fedoraproject.org/repo/pkgs/wireshark/wireshark-1.10.2.tar.bz2 alone is goodenough thanks -- http://linuxfromscratch.org/mailman/listinfo/blfs-support FAQ: ht

[blfs-support] wiresark download

2013-10-21 Thread lux-integ
I cant get hold of wireshark-1.10.2 ( http://www.linuxfromscratch.org/blfs/view/svn/basicnet/wireshark.html ) I can get hold of the patch from the blfs server but not wireshark-1.10.2.tar.gz. I do not know if its something to do with a faulty URL or problems with my ancient dns server. I woul

[blfs-support] agg (and friends ) so-lib questions

2013-10-08 Thread lux-integ
## typos corrected Greetings I have not been able to use autotools to generate a libagg.so (and related shared libraries/. ( http://www.linuxfromscratch.org/blfs/view/7.4/x/agg.html ) So I am going to have a go at editing the makefiles by hand to generate the

[blfs-support] sgg )aamd friends ) so-lib questions

2013-10-08 Thread lux-integ
Greetings I have not been able to use autotools to generate a libagg.so (and related shared libraries/. ( http://www.linuxfromscratch.org/blfs/view/7.4/x/agg.html ) So I am going to have a go at editing the makefiles by hand to gnerate the so-libs ) In addition to files in the src

Re: [blfs-support] google chrome browser building woes

2013-10-07 Thread lux-integ
On Saturday 05 October 2013 16:46:52 Aleksandar Kuktin wrote: > I'm re-sending the link you submitted: > http://sources.gentoo.org/cgi-bin/viewvc.cgi/gentoo-x86/www-client/chromi > um/chromium-30.0.1599.66.ebuild?view=markup thanks very much for the sending the link ( I sincerely hope other blfs

[blfs-support] antlr belle-sip linphone hurdle

2013-10-05 Thread lux-integ
Greetings, I would like to know if any blfs'rs have sussessfully imnstalled antlr3-3.2 or antlr3-3.4*. . antlr3(3.2 or 3.4) is needed by belle-sip ( the newest versions in git repositories ) which in turn is needed by the latest version of linphone (also in git. I downloaded antlr3-3.4

Re: [blfs-support] google chrome browser building woes

2013-10-05 Thread lux-integ
On Friday 04 October 2013 19:05:58 alex lupu wrote: > Hi Bruce: > > I changed the 404 page to provide links to gmane. > > I apologize for the previous top post. > Them google guys with their #$%^&*!~ Gmail did it to me agian! > the bottom half of this looks interesting http://sources.gentoo.org/c

[blfs-support] google chrome browser building woes

2013-10-03 Thread lux-integ
Greetings, I would like to know if any blfs'ers have dabbled recently with building google chrome, webrtc et al and is able o share their experience. I last did chrome successfully in 2010 but the build system has changed consuderably.. --1---It now uses a poorly documented 'thingy' calle

Re: [blfs-support] IPV-6 Support

2013-10-02 Thread lux-integ
On Monday 30 September 2013 18:28:42 Casey Daniels wrote: > I was just playing around with my LFS Box (which is going to operate as > a Router/Firewall/A few network services (NTP, SquidProxy, et C) and > wanted to add IPv6 support to it, I got the tunnel to HE electric up and > running, and everyt

[blfs-support] agg and configure problem

2013-09-29 Thread lux-integ
Greetings I am running into problems with building agg-2.5 ( http://www.linuxfromscratch.org/blfs/view/7.4/x/agg.html ) I have SDL installed and I am following the blfs instruuctions but configure ends lile so #---agg-2.5 checking dynamic linker characteristics... GNU/Linux ld.so checking how

Re: [blfs-support] xulrunner wont compile

2013-09-26 Thread lux-integ
On Wednesday 25 September 2013 20:46:05 lux-integ wrote: > /JARSignatureVerification.cpp:592:76 I suspect this might have something to do the oldish versions of libnss and linnspr so:0 Does anyone know if it unsafe to have multiple versions of nspr and nss installed? In otherwords is/

[blfs-support] xulrunner wont compile

2013-09-25 Thread lux-integ
greetings I am attempting to build sulrunner on a machine with these:- --cpu amd64 --os blfs, gcc-4.8.1. linux-3.10.9, openjdk-1.7 make ends like so:- ## /home/linteg/mozilla/security/manager/ssl/src/JARSignatureVerification.cpp: In function 'nsresult {an

Re: [blfs-support] qt-4.8.5 question

2013-09-17 Thread lux-integ
On Monday 16 September 2013 12:50:18 David Brodie wrote: > A quick Google suggests that QassistantClient was canned in version 4.7, > i.e. back in 2010 or so thanks for the information But I think there is a temporary compatibility fix ( for qt-4.8) from qt-nokia available I will have to

[blfs-support] qt-4.8.5 question

2013-09-16 Thread lux-integ
Greetings, I followed the blfs instructions for installing qt-4.8.5 ( http://www.linuxfromscratch.org/blfs/view/svn/x/qt4.html ) (in /opt) I do have the executible /opt/qt/assistant BUT I have an application with mainwindow.cppwith this line #include and there is no Qassistant in

[blfs-support] giflib4 and giflinb5 coexistance question

2013-09-14 Thread lux-integ
Greetings, I would like to know if giflib4 and giflib5 can coexist on a machine without linker et al problems. I have giflib5 installed and need programs such as leptonica-1.69 which seem to require giflib4. thanks in advance. sincerely luxInteg -- http://linuxfromscratch.org/mailman/listin

Re: [blfs-support] libpng-1.6.2 netpbm patch

2013-09-12 Thread lux-integ
On Thursday 12 September 2013 09:20:07 David Brodie wrote: > You could, in theory, hack the build files, but I think it is simpler to > install both versions - for example, my (fairly old) OpenSuSE system has > libpng 1.2, 1.3, and 1.4 installed. I set a prefix NETPBMPLACE=where/netpbm/will/live

Re: [blfs-support] Fwd: samba-4.0.9 wont compile

2013-09-12 Thread lux-integ
On Wednesday 11 September 2013 21:33:25 William Harrington wrote: > > Why exactly is libc in /usr/local ? > I am learning to use systemd and read than tinycrypt ( http://tinycrypt.sourceforge.net/ ) was one of the build dependencies. So I installed tinycrypt and made a shared library therefrom

Re: [blfs-support] Fwd: samba-4.0.9 wont compile

2013-09-11 Thread lux-integ
On Wednesday 11 September 2013 21:33:25 William Harrington wrote: > But as far as I know, glibc isn't installed > into /usr/local. I beleive I did say I had glibc-2.17 installed (was'nt that Iall I said regarding glibc? ) ..emmm Younno I dont remember saying I had glibc in /usr/local and nay

Re: [blfs-support] Fwd: samba-4.0.9 wont compile

2013-09-11 Thread lux-integ
On Wednesday 11 September 2013 16:03:44 Bruce Dubbs wrote: > [ 742/3897] Compiling dynconfig/dynconfig.c > > with no errors. Do you have python installed? Perhaps we have omitted > a required dependency of python. thanks for you help so far -- ( I do not know if its relevent but I for

Re: [blfs-support] Fwd: samba-4.0.9 wont compile

2013-09-11 Thread lux-integ
On Wednesday 11 September 2013 16:03:44 Bruce Dubbs wrote: > Do you have python installed? Perhaps we have omitted > a required dependency of python. > Do you have python installed? Perhaps we have omitted > a required dependency of python. yes I have python-2.7..4 with numerous programs c

Re: [blfs-support] libpng-1.6.2 netpbm patch

2013-09-11 Thread lux-integ
On Wednesday 11 September 2013 13:04:28 David Brodie wrote: > > The easiest thing to try would be to install libpng-1.5.?? (the latest > 1.5 version) and build netpbm, then re-install libpng-1.6.2, without > removing the 1.5.?? version - if you run 'ldd' on the netpbm binary you > should see a li

Re: [blfs-support] libpng-1.6.2 netpbm patch

2013-09-11 Thread lux-integ
On Wednesday 11 September 2013 13:04:28 David Brodie wrote: > The easiest thing to try would be to install libpng-1.5.?? (the latest > 1.5 version) and build netpbm, then re-install libpng-1.6.2 would I need to FIRST remove the existing libpng-1.6.2 ? And if so would any breakage be 'fixed' afte

[blfs-support] Fwd: samba-4.0.9 wont compile

2013-09-11 Thread lux-integ
-- Forwarded Message -- Subject: samba-4.0.9 wont compile Date: Wednesday 11 September 2013, 10:31:25 From: "lux-integ" To: LFS Support List Greetings, I am trying to compile samba-4.0.9 ( http://www.linuxfromscratch.org/blfs/view/svn/basicnet/samba.html ) as per

[blfs-support] libpng-1.6.2 netpbm patch

2013-09-11 Thread lux-integ
Greetings, I am trying to compile netbpm ( I know it is not in the blfs book ) and I keep running into a problem of incompatibility with my existing libpng (version 1.6.2 ) make ends like this:- #-- pnmtopng.c:2746:15: error: dereferencing pointer to incomplete type info_p

Re: [blfs-support] ffmpeg-1.2.2. libavcodec/crystalhd.c

2013-09-05 Thread lux-integ
On Thursday 05 September 2013 01:11:28 Michael Shell wrote: > ./configure --disable-crystalhd works and I dont have on of the wotsit crystalhd thingy thanks to all. LI -- http://linuxfromscratch.org/mailman/listinfo/blfs-support FAQ: http://www.linuxfromscratch.org/blfs/faq.html Unsubscribe: Se

[blfs-support] /usr/include/linux/{videodev.h, videodev.h} to link or not to link, that is the question

2013-09-05 Thread lux-integ
Greetings I am having a go at compiling google's webm ( http://www.webmproject.org/code/ ) on a computer with these --cpu amd64 --os - {c}blfs pure 64bit --kernel 3.10.9 the udpsample part of libwebm has a file requiring /usr/include/linux/videodev.h My computer does not have this file but ha

[blfs-support] ffmpeg-1.2.2. libavcodec/crystalhd.c

2013-09-04 Thread lux-integ
Greetings I am attempting to compile ffmpeg-1.2.2 as per the blfs instruction:- ( http://www.linuxfromscratch.org/blfs/view/svn/multimedia/ffmpeg.html ). I have the "" Recommended (For Hardware Video Decoding)"" installed. The compilaion reaches libavcodec/crystalhd.c then hell breaks loose:- (s

Re: [blfs-support] qt-5.1.0 wont build

2013-09-03 Thread lux-integ
On Sunday 01 September 2013 16:02:04 lux-integ wrote: > Could this be the problem? > > In otherwords will Mesa-9.1.6 not do and if not what is the version of qt5 > that will compile against Mesa-9.1.6? I have the problem resolved. I reverted to qt-5.1.0 and it compiles with the swi

Re: [blfs-support] qt-5.1.0 wont build

2013-09-01 Thread lux-integ
On Sunday 01 September 2013 14:40:34 Bruce Dubbs wrote: > lux-integ wrote: > > On Saturday 31 August 2013 10:35:02 lux-integ wrote: > >> -L/home/linteg/qt-everywhere-opensource-src-5.1.0/qtbase/lib > >> -lQt5PlatformSupport -lfontconfig -lfreetype -lgthread-2.0 -pth

Re: [blfs-support] qt-5.1.0 wont build

2013-09-01 Thread lux-integ
On Saturday 31 August 2013 10:35:02 lux-integ wrote: > ' make' > ends as the following:- > > #-- > g++ -Wl,--no-undefined -Wl,-O1 -Wl,-rpath,/opt/qt5/lib -shared -o > libqxcb.so .obj/release-shared/qxcbclipboard.o > .obj/release-share

[blfs-support] qt-5.1.0 wont build

2013-08-31 Thread lux-integ
Greetings I am trying to build qt4.8.5 ( http://www.linuxfromscratch.org/blfs/view/svn/x/qt4.html ) and qt5.1.0 ( http://www.linuxfromscratch.org/blfs/view/svn/x/qt5.html ) ( on pure 64-bit system ) ;with both in /opt and following the blfs recipes as in the links above. qt-4.8.5 builds but

Re: [blfs-support] cdparanoia-III/gcc-4.8.1 configure error

2013-08-27 Thread lux-integ
On Tuesday 27 August 2013 17:22:54 Ken Moffat wrote: > Trying to find int32_t in my headers took some time because it is > referenced in so many places. Unless cdparanoia is one of the first > packages you are trying to build on a brand new system, then I think > that something has screwed up yo

Re: [blfs-support] cdparanoia-III/gcc-4.8.1 configure error

2013-08-27 Thread lux-integ
On Tuesday 27 August 2013 15:26:15 Bruce Dubbs wrote: > I don't know why you are getting that. On lfs-7.4-rc1 I have the > results below. Did you apply the patch? yes I did apply the patch and I tried two fresh downloads of the cdparanoia source archive AND I get the output as you on a mach

[blfs-support] cdparanoia-III/gcc-4.8.1 configure error

2013-08-27 Thread lux-integ
I am trying to build cdparanoia (http://www.linuxfromscratch.org/blfs/view/svn/multimedia/cdparanoia.html ) on a machine with these:- --cpu amd64 --gcc-4.8.1 --linux-3.10.9 (pure 64 bit) running the configure script ends like this:- #--- ..checking for int32_t configure erro

Re: [blfs-support] swftools-0.92 (for gnash ) gflib5 problem

2013-08-25 Thread lux-integ
On Sunday 25 August 2013 16:17:56 lux-integ wrote: > On Sunday 25 August 2013 16:06:43 Martin Ward wrote: > > On 25/08/13 16:01, lux-integ wrote: > > > On Sunday 25 August 2013 14:21:24 Martin Ward wrote: > > >> Hi > > >> > > >> Arch has a p

Re: [blfs-support] swftools-0.92 (for gnash ) gflib5 problem

2013-08-25 Thread lux-integ
On Sunday 25 August 2013 16:06:43 Martin Ward wrote: > On 25/08/13 16:01, lux-integ wrote: > > On Sunday 25 August 2013 14:21:24 Martin Ward wrote: > >> Hi > >> > >> Arch has a patch, i've attached it as it's only a fairly small one > >>

Re: [blfs-support] swftools-0.92 (for gnash ) gflib5 problem

2013-08-25 Thread lux-integ
On Sunday 25 August 2013 14:21:24 Martin Ward wrote: > Hi > > Arch has a patch, i've attached it as it's only a fairly small one > Does that help? is this a patch for giflib ofr swftools-0.9.2 ? -- http://linuxfromscratch.org/mailman/listinfo/blfs-support FAQ: http://www.linuxfromscratch.org/blf

Re: [blfs-support] swftools-0.92 (for gnash ) gflib5 problem

2013-08-25 Thread lux-integ
On Sunday 25 August 2013 15:07:39 David Brodie wrote: > On 25/08/13 14:10, lux-integ wrote: > > On Sunday 25 August 2013 12:36:37 David Brodie wrote: > >> On 25/08/13 11:27, lux-integ wrote: > >>> Greetings > >>> > >>> I am trying to

Re: [blfs-support] swftools-0.92 (for gnash ) gflib5 problem

2013-08-25 Thread lux-integ
On Sunday 25 August 2013 12:36:37 David Brodie wrote: > On 25/08/13 11:27, lux-integ wrote: > > Greetings > > > > I am trying to compile swftools-0.92 an optional dependency of gnash ( > > http://www.linuxfromscratch.org/blfs/view/svn/xsoft/gnash.html ). > > Th

[blfs-support] swftools-0.92 (for gnash ) gflib5 problem

2013-08-25 Thread lux-integ
Greetings I am trying to compile swftools-0.92 an optional dependency of gnash ( http://www.linuxfromscratch.org/blfs/view/svn/xsoft/gnash.html ). The computer has giflib5 ( http://www.linuxfromscratch.org/blfs/view/svn/general/giflib.html ) installed It seems there is a problem with giflib5

Re: [blfs-support] dookbook2X--0.8.8 perl-5.18 problem

2013-08-25 Thread lux-integ
On Saturday 24 August 2013 18:55:06 Matt Burgess wrote: > > XML::SAX::Exception module) (@INC contains: > That just looks like you need > http://search.cpan.org/~grantm/XML-SAX-Base-1.08/ works many thanks - -- http://linuxfromscratch.org/mailman/listinfo/blfs-support FAQ: http://www.linuxfromsc

[blfs-support] dookbook2X--0.8.8 perl-5.18 problem

2013-08-24 Thread lux-integ
docbook2X-0.8.8 (an optional dependency of gnash ) now fails to build on a machine with perl-5.18.1. Make ends like so:- '- cat config.pl XML/Handler/SGMLSpl.pm db2x_manxml.pl >db2x_manxml chmod 555 db2x_manxml /usr/bin/perl -c -w db2x_manxml Can't locate XML

Re: [blfs-support] evince-3.8.3, gir files search path question

2013-08-23 Thread lux-integ
On Friday 23 August 2013 13:15:31 Bruce Dubbs wrote: > I don't know, but try creating symlinks in /usr/share/gir-1.0 to the > files in /opt/gtk/share/gir-1.0 works thanks -- http://linuxfromscratch.org/mailman/listinfo/blfs-support FAQ: http://www.linuxfromscratch.org/blfs/faq.html Unsubscribe:

[blfs-support] evince-3.8.3, gir files search path question

2013-08-23 Thread lux-integ
Greetings I am trying to install evince-3.8.3. I have gtk3 at /opt/gtk and a file such as /opt/gtk/share/gir-1.0/Gdk-3.0.gir for exmaple compiling evince-3.8.3 spews a line with :- could not find Gdk-3.0.gir search path [/usr/share/gir-1.0, /usr/share/gir-1.0, /usr/share/gir-1.0, /usr/share

Re: [blfs-support] gnome-power-manager-3.8.2

2013-08-21 Thread lux-integ
On Wednesday 21 August 2013 15:27:49 Armin K. wrote: > /usr/bin/sgmlspl.pl to /usr/bin/sgmlspl many thanks -- http://linuxfromscratch.org/mailman/listinfo/blfs-support FAQ: http://www.linuxfromscratch.org/blfs/faq.html Unsubscribe: See the above information page

[blfs-support] gnome-power-manager-3.8.2

2013-08-21 Thread lux-integ
Greetings I am trying to get gnome-power-manager-3.8.2 ( http://www.linuxfromscratch.org/blfs/view/svn/gnome/gnome-power-manager.html ) to install and keep running into this:- make[2]: Leaving directory `/home/linteg/gnome-power-manager-3.8.2/po' Making all in man make[2]: Entering directory `/h

Re: [blfs-support] ant-1.9.2 wont compile

2013-08-16 Thread lux-integ
On Friday 16 August 2013 16:21:50 Armin K. wrote: > Is /lib64 symlink to /lib and did you 100% download 64bit OpenJDK binary? ta -- http://linuxfromscratch.org/mailman/listinfo/blfs-support FAQ: http://www.linuxfromscratch.org/blfs/faq.html Unsubscribe: See the above information page

[blfs-support] ant-1.9.2 wont compile

2013-08-16 Thread lux-integ
Greetings I am attempting to build ant-1.9.2 on a machine with an amd64 cpu. I am using the recipe given here:- http://www.linuxfromscratch.org/blfs/view/svn/general/apache-ant.html ( I do not hae junit4.11 and I decided to break the junit:ant circular dependency by installing ant frst .I

Re: [blfs-support] on curl-7.30.0 and improper behaviour

2013-08-13 Thread lux-integ
On Tuesday 13 August 2013 20:17:29 Armin K. wrote: > > Did you apply all OpenLDAP patches when you built ldap libraries? I > remember having similar issue, but I added a patch which fixes that > (symbol_versions) thanks this fixed it -- http://linuxfromscratch.org/mailman/listinfo/blfs-support

[blfs-support] on curl-7.30.0 and improper behaviour

2013-08-13 Thread lux-integ
Greeetings, I have a computer wth these: --curl -70.30.0, cmake-2.8.11, openldap-2.4.35 I notice each tme I call cmake I get lines like these /usr/local/bin/cmake: /usr/local/lib/libldap-2.4.so.2: no version information available (required by /usr/lib/libcurl.so.4) /usr/local/bin/cmake: /usr

[blfs-support] MesaLin-9.1.6 with radeonsi option wont compile

2013-08-12 Thread lux-integ
Greetings, I am tying to compile MesaLib-9.1.6. ( computer had 64bit amd64 linux ). I am using the instructions as per the blfs book. http://www.linuxfromscratch.org/blfs/view/svn/x/mesalib.html AND I have llvm (latest sources ) compiled with R600 target. when I use this line --with-gall

Re: [blfs-support] glamor-egl-0.5 autoconf problem

2013-08-12 Thread lux-integ
On Monday 12 August 2013 11:10:09 Bruce Dubbs wrote: > What is $XORG_PREFIX set to? > > I do not understand '/etc/prifiled/ACLOCAL'. should have been /etc/profile.d/ACLOCAL > Try > > export ACLOCAL='aclocal -I $XORG_PREFIX/share/aclocal' > > and then retry 'autoreconf -fi' works thanks -- http

[blfs-support] glamor-egl-0.5 autoconf problem

2013-08-12 Thread lux-integ
I am trying to compile glamor-egl-0.5 ( http://www.linuxfromscratch.org/blfs/view/svn/x/x7driver.html#glamor-egl ) running autoreconf -fi yields the following:- configure.ac:44 you must install xorg-macros 1.8 or later before running autoconf, autogen I am not sure what 'xorg-macros 1.8' means

Re: [blfs-support] CUPS on usb-based-printers question:-

2013-08-08 Thread lux-integ
On Thursday 08 August 2013 12:00:22 Fernando de Oliveira wrote: > Yes, I have used both. Ken prefers the kernel's one. I am using libusb, > because it is needed for lsusb (usbutils-007) and SANE backend > (SANE-1.0.23) - my printer/scanner is a multifunctional Epson firstly I am a bit rusty on s

[blfs-support] CUPS on usb-based-printers question:-

2013-08-08 Thread lux-integ
CUPS on usb-based-printers question:- libusb or in-kernel-usb Which is better for such printers? answers welcomed sincerely luxInteg -- http://linuxfromscratch.org/mailman/listinfo/blfs-support FAQ: http://www.linuxfromscratch.org/blfs/faq.html Unsubscribe: See the above information page

Re: [blfs-support] usb (?hotplug?) problem

2013-08-05 Thread lux-integ
On Monday 05 August 2013 18:07:36 lux-integ wrote: > --never seen anything like this! > > I did not see any errors whan I installed libusb/usb-utils/libusb-compat > though I am pretty sure I had in the past had usb sticks working on virgn > lfs/clfs systems before these

Re: [blfs-support] usb (?hotplug?) problem

2013-08-05 Thread lux-integ
On Monday 05 August 2013 16:54:06 Bruce Dubbs wrote: > I don't know why you are having this problem. I jsut plugged in a usb > stick and dmesg has: > > > [186920.714019] usb 2-5: new high-speed USB device number 4 using ehci-pci > [186920.841855] usb 2-5: New USB device found, idVendor=13fe, >

Re: [blfs-support] usb (?hotplug?) problem

2013-08-05 Thread lux-integ
On Monday 05 August 2013 11:35:15 lux-integ wrote: > I am stuck rignt now as usb usage is mandatory for a modern computer I > tried udev-182 way back but it did not compile thats why I tried eudev > which was 'modern' > UPDATE I am able to mount --sata hard disks

Re: [blfs-support] usb (?hotplug?) problem

2013-08-05 Thread lux-integ
On Sunday 04 August 2013 21:00:48 Ken Moffat wrote: > The kernel can see the "drive", but no partitions. And fdisk > doesn't believe it is there. To me, that suggests it has some other > form of partition. I suggest you select all the partition options > in the kernel (including 'Advanced').

Re: [blfs-support] usb (?hotplug?) problem

2013-08-04 Thread lux-integ
On Sunday 04 August 2013 21:00:48 Ken Moffat wrote: > Alternatively, there are a number of different options under > CONFIG_USB_STORAGE for different hardware : again, try enabling them > all. I more of less done that with the same result I get likes llike this 'sd 4:0:0:0: [sdc] No Caching mod

Re: [blfs-support] usb (?hotplug?) problem

2013-08-04 Thread lux-integ
On Sunday 04 August 2013 18:14:59 Bruce Dubbs wrote: > When you plug in the usb stick, udev should create a device like > /dev/sd?. Does it do that for you. no on plugging a stick IThe console shows a load of messages and for example /dev/sdc but ls /dev does not show /dev/sdc(1 etc) and

[blfs-support] improper boot behaviour

2013-08-04 Thread lux-integ
greetings I recently built a clfs setup ( AMD64 cpu, kernel3.10.4 eudev-git). I tried two baords with radeon GPU's and in both instances there is quite a delay in coming to comand prompt after the console fonts change from large to small during bootup. I later tried systemd(204 and 206 ) t

[blfs-support] usb (?hotplug?) problem

2013-08-04 Thread lux-integ
greetings I recently built a clfs setup (AMD64 cpu kernel3.10.4 ). It had eudev (equivalent to udev-204- a udev fork of systemd ) and noticed that usb sticks were recognised on plutging-in but could not be mounted. I later tried systemd204 and 206 and I have the same problem. I look

[blfs-support] removing udev advice

2013-08-03 Thread lux-integ
I am having a tentative go at playing with systemd. I need to remove udev. Can one just stop udev and yank out the udev executibles and libraries then install systemd and reboot or is there more to it ?. Advice will be much appreciated luxInteg -- http://linuxfromscratch.org/mailman/list

Re: [blfs-support] atd-3.1.13 wont compile

2013-08-03 Thread lux-integ
On Friday 02 August 2013 23:25:05 Bruce Dubbs wrote: > lux-integ wrote: > > On Friday 02 August 2013 19:23:43 Armin K. wrote: > >> Try installing mailx > > > > I have installedpostfix which installs the executible > > /usr/bin/sendmail,

Re: [blfs-support] atd-3.1.13 wont compile

2013-08-02 Thread lux-integ
On Friday 02 August 2013 19:23:43 Armin K. wrote: > Try installing mailx I tried postfix but the problem wont go away -- http://linuxfromscratch.org/mailman/listinfo/blfs-support FAQ: http://www.linuxfromscratch.org/blfs/faq.html Unsubscribe: See the above information page

Re: [blfs-support] atd-3.1.13 wont compile

2013-08-02 Thread lux-integ
On Friday 02 August 2013 19:23:43 Armin K. wrote: > Try installing mailx I have installedpostfix which installs the executible /usr/bin/sendmail, so for installing mailx http://www.linuxfromscratch.org/blfs/view/svn/basicnet/mailx.html do I need this line make SENDMAIL=/usr/sbin/sendmail ?

Re: [blfs-support] atd-3.1.13 wont compile

2013-08-02 Thread lux-integ
On Friday 02 August 2013 19:15:29 lux-integ wrote: > Greetings, > > I am trying to compile atd (at-3.1.13 ) > http://www.linuxfromscratch.org/blfs/view/svn/general/at.html > > (my machine has amd64 cpu, gcc-4.8.2 kernel-3.10.4 ) > and I am using the instructions as in the

[blfs-support] atd-3.1.13 wont compile

2013-08-02 Thread lux-integ
Greetings, I am trying to compile atd (at-3.1.13 ) http://www.linuxfromscratch.org/blfs/view/svn/general/at.html (my machine has amd64 cpu, gcc-4.8.2 kernel-3.10.4 ) and I am using the instructions as in the blfs book. make ends like so ## atd.c: In function 'run_file': atd.c:509:2: error:

Re: [blfs-support] hwclock question

2013-07-31 Thread lux-integ
On Wednesday 31 July 2013 12:13:42 Armin K. wrote: > You don't need systemd service for hwclock. Systemd has timedated, a > daemon which handles the clock. man timedatectl thanks I duly did man man timedatectl and found hwclock married up with ntp et al one needing a user passwd to access!.

[blfs-support] hwclock question

2013-07-31 Thread lux-integ
I would be grateful if someone could advise is /sbin/hwclock generates a pid file when started or if one has to do somethig like /bin/pidof /sbin/hwclock > somePIDfile or some such. I am trying to learn systemd on lfs/clfs/ and want to know what to do in a so-called systemd.service file

[blfs-support] kdm question

2013-07-22 Thread lux-integ
this page http://www.linuxfromscratch.org/blfs/view/svn/kde/kde-workspace.html states #- It is recommended to have a dedicated user and group to take control of the kdm daemon after it is started #---

[blfs-support] slim question

2013-07-22 Thread lux-integ
does anyone know what the uid and gid for running login manager slim is please? thanks in advance sincerely luxInteg -- http://linuxfromscratch.org/mailman/listinfo/blfs-support FAQ: http://www.linuxfromscratch.org/blfs/faq.html Unsubscribe: See the above information page

[blfs-support] create-files and cleanfs in bootscripts question

2013-07-20 Thread lux-integ
Greetings I have been looking at the lfs/clfs bootscripts lately and I would be grateful if someonw could explain a) what create-files and its brother b) cleanfs do ? and when are they necessary and thus used ? ( i.e. with exmple usage ) and do other distributions such as arch linux us

Re: [blfs-support] ipv6/ipv4 forwading question//update

2013-07-16 Thread lux-integ
On Tuesday 16 July 2013 18:08:55 Aleksandar Kuktin wrote: > Seems like someone is ratcheting the doors of your digital fortress. > > Not sure about where was that 192.168.2.1 packet captured. I think you > said something about the ethernet being on the inside in your first > e-mail. But while that

Re: [blfs-support] ipv6/ipv4 forwading question//update

2013-07-16 Thread lux-integ
On Friday 12 July 2013 23:11:13 Aleksandar Kuktin wrote: > > Perhaps the firewall is eating the packets? > > The `filter' table of iptables has the FORWARD chain. If it is empty > and set to policy "DROP", then the firewall will drop all packets to be > forwarded. As I said in a previous ema

Re: [blfs-support] ipv6/ipv4 forwading question

2013-07-14 Thread lux-integ
On Friday 12 July 2013 23:11:13 Aleksandar Kuktin wrote: > Perhaps the firewall is eating the packets? > > The `filter' table of iptables has the FORWARD chain. If it is empty > and set to policy "DROP", then the firewall will drop all packets to be > forwarded. twas some sanity rules that I disc

[blfs-support] ipv6/ipv4 forwading question

2013-07-12 Thread lux-integ
greetings I have a computer with blfs two network cards and a pppmodem. One card has an ipv6 address the other ipv4 as does the ppp interface. I am not bothering with ipv6 for now and for packet-routing I use the echo 1 > /proc/sys/net/ipv4/ip_forward (as in the blfs book ) and se

[blfs-support] postgresql-9.2.4 and tcl-8.6.0

2013-06-22 Thread lux-integ
Greetings I noticed that postgresql-9.2.4 http://www.linuxfromscratch.org/blfs/view/svn/server/postgresql.html would not build with tcl-8.6.0. Has anyone else found this problem? thanks in adance LuxInteg -- http://linuxfromscratch.org/mailman/listinfo/blfs-support FAQ: http://www.linuxfr

  1   2   3   4   >