Building LSR under Ubuntu?

Al Puzzuoli alpuzz at gmail.com
Mon Jun 12 16:33:16 BST 2006


Has anyone been able to build LSR under Ubuntu Dapper?  I'm attempting to do so, and running into issues.  I suspect the package requirements are specific to RedHat, as I have everything it seems to want, but the package names are different.  The LSR wiki does have build instructions, but they're very RedHat specific.

A partial script of my autogen attempt follows:


checking for a Python interpreter with version >= 2.4... python


checking for python... /usr/bin/python


checking for python version... 2.4


checking for python platform... linux2


checking for python script directory... ${prefix}/lib/python2.4/site-packages


checking for python extension module directory... ${exec_prefix}/lib/python2.4/site-packages


checking for pkg-config... /usr/bin/pkg-config


checking pkg-config is at least version 0.9.0... yes


checking for GNOME... configure: error: Package requirements (glib-2.0 >= 2.10.0


              libbonobo-2.0 >= 2.14.0


              pyorbit-2 >= 2.14.0


              pygtk-2.0 >= 2.6.0


              gnome-python-2.0 >= 2.6.0) were not met:





No package 'pyorbit-2' found


No package 'pygtk-2.0' found


No package 'gnome-python-2.0' found





Consider adjusting the PKG_CONFIG_PATH environment variable if you


installed software in a non-standard prefix.





Alternatively, you may set the environment variables GNOME_CFLAGS


and GNOME_LIBS to avoid the need to call pkg-config.


See the pkg-config man page for more details.





]0;root at thinkpad: /tmp/lsrroot at thinkpad:/tmp/lsr# mount /dev/sdv1 /drive


mount: you must specify the filesystem type


]0;root at thinkpad: /tmp/lsrroot at thinkpad:/tmp/lsr# cd /drive


]0;root at thinkpad: /driveroot at thinkpad:/drive# ls


temp


]0;root at thinkpad: /driveroot at thinkpad:/drive# cd /media


]0;root at thinkpad: /mediaroot at thinkpad:/media# cd MAXTOR/


]0;root at thinkpad: /media/MAXTORroot at thinkpad:/media/MAXTOR# cd temp


]0;root at thinkpad: /media/MAXTOR/temproot at thinkpad:/media/MAXTOR/temp# ls


camp tape Feb 22_01.mp3


gtk+-2.9.0.tar.gz


hang at startup.txt


Hyperwrt_GS_4.70.6-170905.bin


incoming music


inittab


janina.sh


Java_Access_Bridge_2.0_pre_beta3_09_Sept_2005_trace.exe


ks.cfg


linn.zip


log entry.txt


menu.lst


mikes inittab.txt


MS-DOS


multisync.txt


music


phone1.wav


random2.txt


REPORT.TXT


SI.TXT


synaptic.txt


update-manager.txt


upda.txt


ViaVoice_runtime-linux-3.0-1.2.i386.rpm


VMware-player-1.0.1-19317.tar.gz


]0;root at thinkpad: /media/MAXTOR/temproot at thinkpad:/media/MAXTOR/temp# 


]0;root at thinkpad: /media/MAXTOR/temproot at thinkpad:/media/MAXTOR/temp# cd /tmp;


]0;root at thinkpad: /media/MAXTOR/temproot at thinkpad:/media/MAXTOR/temp# cd /tmp/lsr


]0;root at thinkpad: /tmp/lsrroot at thinkpad:/tmp/lsr# cp typescript  /media/MAXTOR/temp


]0;root at thinkpad: /tmp/lsrroot at thinkpad:/tmp/lsr# cd /media/MAXTOR/temp


]0;root at thinkpad: /media/MAXTOR/temproot at thinkpad:/media/MAXTOR/temp# ls typescript 


]0;root at thinkpad: /media/MAXTOR/temproot at thinkpad:/media/MAXTOR/temp# cat typescript 


Script started on Mon 12 Jun 2006 11:16:54 AM EDT


]0;root at thinkpad: /tmp/lsrroot at thinkpad:/tmp/lsr# ./autogen.sh --prefix=/usr




checking for autoconf >= 2.53...




(B  testing autoconf2.50... not found.




  testing autoconf... found 2.59




checking for automake >= 1.7.2...




(B  testing automake-1.7... found 1.7.9




checking for glib-gettext >= 2.2.0...




(B  testing glib-gettextize... found 2.10.3




checking for pkg-config >= 0.14.0...




(B  testing pkg-config... found 0.20




checking for gnome-common >= 2.3.0...




(B  testing gnome-doc-common... found 2.12.0




Checking for required M4 macros...




(BChecking for forbidden M4 macros...




(BProcessing ./configure.in




(BRunning glib-gettextize... Ignore non-fatal messages.




(BCopying file mkinstalldirs




Copying file po/Makefile.in.in









Please add the files




  codeset.m4 gettext.m4 glibc21.m4 iconv.m4 isc-posix.m4 lcmessage.m4




  progtest.m4




from the /usr/share/aclocal directory to your autoconf macro directory




or directly to your aclocal.m4 file.




You will also need config.guess and config.sub, which you can get from




ftp://ftp.gnu.org/pub/gnu/config/.









Running gnome-doc-common...




(BRunning aclocal-1.7...




(BRunning autoconf...




(BRunning automake-1.7...




(Bcp: cannot stat `INSTALL': No such file or directory




configure.in: installing `./install-sh'




configure.in: installing `./missing'




Makefile.am: installing `./INSTALL'




src/AEChooser/Makefile.am: installing `./py-compile'




COPYING COPYING.autogen_bak differ: byte 1, line 1




cmp: INSTALL.autogen_bak: No such file or directory




cp: cannot stat `INSTALL.autogen_bak': No such file or directory




Running ./configure --enable-maintainer-mode --prefix=/usr ...




(Bchecking for a BSD-compatible install... /usr/bin/install -c




checking whether build environment is sane... yes




checking for gawk... no




checking for mawk... mawk




checking whether make sets $(MAKE)... yes




checking whether to enable maintainer-specific portions of Makefiles... yes




checking for a Python interpreter with version >= 2.4... python




checking for python... /usr/bin/python




checking for python version... 2.4




checking for python platform... linux2




checking for python script directory... ${prefix}/lib/python2.4/site-packages




checking for python extension module directory... ${exec_prefix}/lib/python2.4/site-packages




checking for pkg-config... /usr/bin/pkg-config




checking pkg-config is at least version 0.9.0... yes




checking for GNOME... configure: error: Package requirements (glib-2.0 >= 2.10.0




              libbonobo-2.0 >= 2.14.0




              pyorbit-2 >= 2.14.0




              pygtk-2.0 >= 2.6.0




              gnome-python-2.0 >= 2.6.0) were not met:









No package 'pyorbit-2' found




No package 'pygtk-2.0' found




No package 'gnome-python-2.0' found









Consider adjusting the PKG_CONFIG_PATH environment variable if you




installed software in a non-standard prefix.









Alternatively, you may set the environment variables GNOME_CFLAGS




and GNOME_LIBS to avoid the need to call pkg-config.




See the pkg-config man page for more details.









]0;root at thinkpad: /tmp/lsrroot at thinkpad:/tmp/lsr# mount /dev/sdv1 /drive




mount: you must specify the filesystem type




]0;root at thinkpad: /tmp/lsrroot at thinkpad:/tmp/lsr# cd /drive




]0;root at thinkpad: /driveroot at thinkpad:/drive# ls




temp




]0;root at thinkpad: /driveroot at thinkpad:/drive# cd /media




]0;root at thinkpad: /mediaroot at thinkpad:/media# cd MAXTOR/




]0;root at thinkpad: /media/MAXTORroot at thinkpad:/media/MAXTOR# cd temp




]0;root at thinkpad: /media/MAXTOR/temproot at thinkpad:/media/MAXTOR/temp# ls




camp tape Feb 22_01.mp3




gtk+-2.9.0.tar.gz




hang at startup.txt




Hyperwrt_GS_4.70.6-170905.bin




incoming music




inittab




janina.sh




Java_Access_Bridge_2.0_pre_beta3_09_Sept_2005_trace.exe




ks.cfg




linn.zip




log entry.txt




menu.lst




mik]0;root at thinkpad: /media/MAXTOR/temproot at thinkpad:/media/MAXTOR/temp# cat typescript  |more


Script started on Mon 12 Jun 2006 11:16:54 AM EDT


]0;root at thinkpad: /tmp/lsrroot at thinkpad:/tmp/lsr# ./autogen.sh --prefix=/usr


checking for autoconf >= 2.53...


(B  testing autoconf2.50... not found.


  testing autoconf... found 2.59


checking for automake >= 1.7.2...


(B  testing automake-1.7... found 1.7.9


checking for glib-gettext >= 2.2.0...


(B  testing glib-gettextize... found 2.10.3


checking for pkg-config >= 0.14.0...


(B  testing pkg-config... found 0.20


checking for gnome-common >= 2.3.0...


(B  testing gnome-doc-common... found 2.12.0


Checking for required M4 macros...


(BChecking for forbidden M4 macros...


(BProcessing ./configure.in


(BRunning glib-gettextize... Ignore non-fatal messages.


(BCopying file mkinstalldirs


Copying file po/Makefile.in.in





Please add the files


  codeset.m4 gettext.m4 glibc21.m4 iconv.m4 isc-posix.m4 lcmessage.m4


  progtest.m4


--More--

from the /usr/share/aclocal directory to your autoconf macro directory


or directly to your aclocal.m4 file.


You will also need config.guess and config.sub, which you can get from


ftp://ftp.gnu.org/pub/gnu/config/.





Running gnome-doc-common...


(BRunning aclocal-1.7...


(BRunning autoconf...


(BRunning automake-1.7...


(Bcp: cannot stat `INSTALL': No such file or directory


configure.in: installing `./install-sh'


configure.in: installing `./missing'


Makefile.am: installing `./INSTALL'


src/AEChooser/Makefile.am: installing `./py-compile'


COPYING COPYING.autogen_bak differ: byte 1, line 1


cmp: INSTALL.autogen_bak: No such file or directory


cp: cannot stat `INSTALL.autogen_bak': No such file or directory


Running ./configure --enable-maintainer-mode --prefix=/usr ...


(Bchecking for a BSD-compatible install... /usr/bin/install -c


checking whether build environment is sane... yes


checking for gawk... no


checking for mawk... mawk


checking whether make sets $(MAKE)... yes


--More--

checking whether to enable maintainer-specific portions of Makefiles... yes


checking for a Python interpreter with version >= 2.4... python


checking for python... /usr/bin/python


checking for python version... 2.4


checking for python platform... linux2


checking for python script directory... ${prefix}/lib/python2.4/site-packages


checking for python extension module directory... ${exec_prefix}/lib/python2.4/s


ite-packages


checking for pkg-config... /usr/bin/pkg-config


checking pkg-config is at least version 0.9.0... yes


checking for GNOME... configure: error: Package requirements (glib-2.0 >= 2.10.0





              libbonobo-2.0 >= 2.14.0


              pyorbit-2 >= 2.14.0


              pygtk-2.0 >= 2.6.0


              gnome-python-2.0 >= 2.6.0) were not met:





No package 'pyorbit-2' found


No package 'pygtk-2.0' found


No package 'gnome-python-2.0' found





Consider adjusting the PKG_CONFIG_PATH environment variable if you


installed software in a non-standard prefix.


--More--






Alternatively, you may set the environment variables GNOME_CFLAGS


and GNOME_LIBS to avoid the need to call pkg-config.


See the pkg-config man page for more details.





]0;root at thinkpad: /tmp/lsrroot at thinkpad:/tmp/lsr# mount /dev/sdv1 /drive


mount: you must specify the filesystem type


]0;root at thinkpad: /tmp/lsrroot at thinkpad:/tmp/lsr# cd /drive


]0;root at thinkpad: /driveroot at thinkpad:/drive# ls


temp


]0;root at thinkpad: /driveroot at thinkpad:/drive# cd /media


]0;root at thinkpad: /mediaroot at thinkpad:/media# cd MAXTOR/


]0;root at thinkpad: /media/MAXTORroot at thinkpad:/media/MAXTOR# cd temp


]0;root at thinkpad: /media/MAXTOR/temproot at thinkpad:/media/MAXTOR/temp# ls


camp tape Feb 22_01.mp3


gtk+-2.9.0.tar.gz


hang at startup.txt


Hyperwrt_GS_4.70.6-170905.bin


incoming music


inittab


janina.sh


Java_Access_Bridge_2.0_pre_beta3_09_Sept_2005_trace.exe


ks.cfg


--More--

linn.zip


--More--

]0;root at thinkpad: /media/MAXTOR/temproot at thinkpad:/media/MAXTOR/temp# 


]0;root at thinkpad: /media/MAXTOR/temproot at thinkpad:/media/MAXTOR/temp# exit



Script done on Mon 12 Jun 2006 11:19:53 AM EDT
-------------- next part --------------
An HTML attachment was scrubbed...
URL: https://lists.ubuntu.com/archives/ubuntu-accessibility/attachments/20060612/436ed519/attachment-0001.htm


More information about the Ubuntu-accessibility mailing list