|
From: <Mar...@t-...> - 2004-01-23 14:58:41
|
Hi List! I have now Debian SID on my Maschine and want to comlile the CVS Source, but i got following error: gcc -DHAVE_CONFIG_H -I. -I. -I. -I/usr/X11R6/include -D_GNU_SOURCE - Wall -g -O2 -c parport.c make: LIBTOOL@: Kommando nicht gefunden make: *** [lcd4linux] Fehler 127 Which packages must be installed? Can someone help me to solve this problem? I've seen a Directory named debian in the CVS tree. what is it and how i use it? Greets Markus -------- Markus Keil Chemnitz,Saxony Germany |
|
From: Xavier V. <xav...@fr...> - 2004-01-25 12:54:40
|
> Hi List! Hi Markus ! > I have now Debian SID on my Maschine and want to comlile the CVS > Source, > but i got following error: > gcc -DHAVE_CONFIG_H -I. -I. -I. -I/usr/X11R6/include -D_GNU_SOURCE - > Wall -g > -O2 -c parport.c > make: LIBTOOL@: Kommando nicht gefunden > make: *** [lcd4linux] Fehler 127 There's a problem in your Makefile. Try to delete Makefile and configure and type 'autoconf', then reconfigure ! If it doesn't work again, blame Michael, or try to do a new checkout ;) > I've seen a Directory named debian in the CVS tree. what is it and how > i use The faster way to use it is : - make sure it compiles with the normal ./configure && make command - deinstall the old hand-installed one (make uninstall) - in the lcd4linux directory, type 'fakeroot debian/rules binary', and wait (maybe you'll have to apt-get install fakeroot) - cd .. and you'll have a file named 'lcd4linux_0.9.11-1_i386.deb', it's the pacakge: type 'dpkg -i lcd4linux_0.9.11-1_i386.deb', and that's all ! Maybe the postinstall will fail, but don't matter, it'll work (and make a backup of your /etc/lcd4linux.conf before !) There's even a /etc/init.d/lcd4linux automatically activated for runlevel 2, delete your old init script of there's one. Bye ! -- Xavier VELLO <xav...@fr...> PS: there's no way to have a 'reply-to' header on SF MLs, so to reply to a post, choose 'reply to list' in your mail client, or the mail will go to the poster, not the list. |
|
From: Michael R. <re...@eu...> - 2004-01-26 16:38:57
|
Hi Markus,
> I have now Debian SID on my Maschine
What was sid? testing or unstable? I never can remember these names...=20
Anyone has a good "Eselsbr=FCcke"?
> and want to comlile the CVS Source,
> but i got following error:
>=20
> gcc -DHAVE_CONFIG_H -I. -I. -I. -I/usr/X11R6/include -D_GNU_SOURCE -=
=20
> Wall -g
> -O2 -c parport.c
> make: LIBTOOL@: Kommando nicht gefunden
Now this look sreally strange!
You could try to run ./bootstrap, which should (re)initialize all the=20
autotools
> Which packages must be installed?
I'm not shure, but I have:
merlin:~ $ dpkg-query -l 'auto*' | grep "ii"
ii autoconf 2.59-1 automatic configure script builder
ii automake1.4 1.4-p6-8 A tool for generating GNU=20
Standards-complian
ii automake1.7 1.7.9-3 A tool for generating GNU=20
Standards-complian
ii autotools-dev 20040105.1 Update infrastructure for=20
config.{guess,sub}
as for automake, I use V1.4, as 1.7 had some problems...
> I've seen a Directory named debian in the CVS tree. what is it and how =
=20
> i use
> it?
It contains data for building debian packages, and is used by our=20
"french connection" aka debianizing group. It is *not* needed to compile=20
lcd4linux.
bye, Michael
--=20
Michael Reinelt Tel: +43 676 3079941
Geisslergasse 4 Fax: +43 316 692343
A-8045 Graz, Austria e-mail: re...@eu...
|
|
From: Xavier V. <xav...@fr...> - 2004-01-26 16:54:02
|
> > I have now Debian SID on my Maschine > What was sid? testing or unstable? I never can remember these names...=20 > Anyone has a good "Eselsbr=FCcke"? SID is "Still in developpement", the forever name for unstable. Testing is sarge > > I've seen a Directory named debian in the CVS tree. what is it and ho= w =20 > > i use it? > It contains data for building debian packages, and is used by our=20 > "french connection" aka debianizing group. It is *not* needed to compil= e=20 > lcd4linux. Yes, the "french connection" is here ;) In fact it's here to acheave our project of debiannization of lcd4linux (to make it entrer the debian archive). But it's too a proper way to install lcd4linux ! type 'fakeroot debian/rules binary' in the lcd4linux dir and you'll have a .dev on the parent directory. I use it for every install from CVS snapshots. BTW : we're waiting 0.9.12 to be released before proposal to debian :/ --=20 Xavier VELLO <xav...@fr...> |
|
From: Xavier V. <xav...@fr...> - 2004-01-29 09:07:43
|
> Hi List! Hi Markus ! > I have now Debian SID on my Maschine and want to comlile the CVS > Source, > but i got following error: > gcc -DHAVE_CONFIG_H -I. -I. -I. -I/usr/X11R6/include -D_GNU_SOURCE - > Wall -g > -O2 -c parport.c > make: LIBTOOL@: Kommando nicht gefunden > make: *** [lcd4linux] Fehler 127 There's a problem in your Makefile. Try to delete Makefile and configure and type 'autoconf', then reconfigure ! If it doesn't work again, blame Michael, or try to do a new checkout ;) > I've seen a Directory named debian in the CVS tree. what is it and how > i use The faster way to use it is : - make sure it compiles with the normal ./configure && make command - deinstall the old hand-installed one (make uninstall) - in the lcd4linux directory, type 'fakeroot debian/rules binary', and wait (maybe you'll have to apt-get install fakeroot) - cd .. and you'll have a file named 'lcd4linux_0.9.11-1_i386.deb', it's the pacakge: type 'dpkg -i lcd4linux_0.9.11-1_i386.deb', and that's all ! Maybe the postinstall will fail, but don't matter, it'll work (and make a backup of your /etc/lcd4linux.conf before !) There's even a /etc/init.d/lcd4linux automatically activated for runlevel 2, delete your old init script of there's one. Bye ! -- Xavier VELLO <xav...@fr...> PS: there's no way to have a 'reply-to' header on SF MLs, so to reply to a post, choose 'reply to list' in your mail client, or the mail will go to the poster, not the list. |
|
From: Luk C. <luk...@ug...> - 2004-01-29 18:59:59
|
> I have now Debian SID on my Maschine and want to comlile the CVS Source, > but i got following error: > > gcc -DHAVE_CONFIG_H -I. -I. -I. -I/usr/X11R6/include -D_GNU_SOURCE - > Wall -g > -O2 -c parport.c > make: LIBTOOL@: Kommando nicht gefunden > make: *** [lcd4linux] Fehler 127 Probably you don't have a file (generated by configure) named libtool in the source directory? > Which packages must be installed? > Can someone help me to solve this problem? > I've seen a Directory named debian in the CVS tree. what is it and how > i use > it? Well I've just checked the build in a clean chroot with just build-essential, debhelper and xlibs-dev installed. You can build by running make -f debian/rules Cheers Luk |