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
[00m[00mtemp[00m
[m]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
[00m[01;32mcamp tape Feb 22_01.mp3[00m
[01;32mgtk+-2.9.0.tar.gz[00m
[01;32mhang at startup.txt[00m
[01;32mHyperwrt_GS_4.70.6-170905.bin[00m
[01;34mincoming music[00m
[01;32minittab[00m
[01;32mjanina.sh[00m
[01;32mJava_Access_Bridge_2.0_pre_beta3_09_Sept_2005_trace.exe[00m
[01;32mks.cfg[00m
[01;32mlinn.zip[00m
[01;32mlog entry.txt[00m
[01;32mmenu.lst[00m
[01;32mmikes inittab.txt[00m
[01;34mMS-DOS[00m
[01;32mmultisync.txt[00m
[01;34mmusic[00m
[01;32mphone1.wav[00m
[01;32mrandom2.txt[00m
[01;32mREPORT.TXT[00m
[01;32mSI.TXT[00m
[01;32msynaptic.txt[00m
[01;32mupdate-manager.txt[00m
[01;32mupda.txt[00m
[01;32mViaVoice_runtime-linux-3.0-1.2.i386.rpm[00m
[01;32mVMware-player-1.0.1-19317.tar.gz[00m
[m]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
[1mchecking for autoconf >= 2.53...
[m(B testing autoconf2.50... not found.
testing autoconf... found 2.59
[1mchecking for automake >= 1.7.2...
[m(B testing automake-1.7... found 1.7.9
[1mchecking for glib-gettext >= 2.2.0...
[m(B testing glib-gettextize... found 2.10.3
[1mchecking for pkg-config >= 0.14.0...
[m(B testing pkg-config... found 0.20
[1mchecking for gnome-common >= 2.3.0...
[m(B testing gnome-doc-common... found 2.12.0
[1mChecking for required M4 macros...
[m(B[1mChecking for forbidden M4 macros...
[m(B[1mProcessing ./configure.in
[m(B[1mRunning glib-gettextize... Ignore non-fatal messages.
[m(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/.
[1mRunning gnome-doc-common...
[m(B[1mRunning aclocal-1.7...
[m(B[1mRunning autoconf...
[m(B[1mRunning automake-1.7...
[m(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
[1mRunning ./configure --enable-maintainer-mode --prefix=/usr ...
[m(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
[00m[00mtemp[00m
[m]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
[00m[01;32mcamp tape Feb 22_01.mp3[00m
[01;32mgtk+-2.9.0.tar.gz[00m
[01;32mhang at startup.txt[00m
[01;32mHyperwrt_GS_4.70.6-170905.bin[00m
[01;34mincoming music[00m
[01;32minittab[00m
[01;32mjanina.sh[00m
[01;32mJava_Access_Bridge_2.0_pre_beta3_09_Sept_2005_trace.exe[00m
[01;32mks.cfg[00m
[01;32mlinn.zip[00m
[01;32mlog entry.txt[00m
[01;32mmenu.lst[00m
[01;32mmik]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
[1mchecking for autoconf >= 2.53...
[m(B testing autoconf2.50... not found.
testing autoconf... found 2.59
[1mchecking for automake >= 1.7.2...
[m(B testing automake-1.7... found 1.7.9
[1mchecking for glib-gettext >= 2.2.0...
[m(B testing glib-gettextize... found 2.10.3
[1mchecking for pkg-config >= 0.14.0...
[m(B testing pkg-config... found 0.20
[1mchecking for gnome-common >= 2.3.0...
[m(B testing gnome-doc-common... found 2.12.0
[1mChecking for required M4 macros...
[m(B[1mChecking for forbidden M4 macros...
[m(B[1mProcessing ./configure.in
[m(B[1mRunning glib-gettextize... Ignore non-fatal messages.
[m(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
[7m--More--[27m
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/.
[1mRunning gnome-doc-common...
[m(B[1mRunning aclocal-1.7...
[m(B[1mRunning autoconf...
[m(B[1mRunning automake-1.7...
[m(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
[1mRunning ./configure --enable-maintainer-mode --prefix=/usr ...
[m(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
[7m--More--[27m
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.
[7m--More--[27m
[K
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
[00m[00mtemp[00m
[m]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
[00m[01;32mcamp tape Feb 22_01.mp3[00m
[01;32mgtk+-2.9.0.tar.gz[00m
[01;32mhang at startup.txt[00m
[01;32mHyperwrt_GS_4.70.6-170905.bin[00m
[01;34mincoming music[00m
[01;32minittab[00m
[01;32mjanina.sh[00m
[01;32mJava_Access_Bridge_2.0_pre_beta3_09_Sept_2005_trace.exe[00m
[01;32mks.cfg[00m
[7m--More--[27m
[01;32mlinn.zip[00m
[7m--More--[27m
[K]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