Someone (Peter?) guessed that this is because mklibs requires >= python2.3.
On Wed, Apr 28, 2004 at 11:13:03AM -0400, [EMAIL PROTECTED] wrote: > > > > > > I get this error as well with the sis source 3.20 on RedHat AS 2.1 kernel > e.35, running "make binaries". I have installed every python package I > could think of since mklibs has been changed from shell script to python. > > cd /usr/src/redhat/SOURCES/systemimager-3.2.0/tmp/boel_binaries && > /usr/bin/python > /usr/src/redhat/SOURCES/systemimager-3.2.0/initrd_source/mklibs \ > -L > /usr/src/redhat/SOURCES/systemimager-3.2.0/src/parted-1.6.5/libparted/.libs:/usr/src/redhat/SOURCES/systemimager-3.2.0/src/discover-1.5/lib/.libs > -v -d lib bin/* sbin/* > File "/usr/src/redhat/SOURCES/systemimager-3.2.0/initrd_source/mklibs", > line 230 > print >> outfd, "Usage: mklibs [OPTION]... -d DEST FILE ..." > ^ > SyntaxError: invalid syntax > make: *** > [/usr/src/redhat/SOURCES/systemimager-3.2.0/tmp/boel_binaries.tar.gz] Error > 1 > > > > > > From: Brian Elliott Finley <[EMAIL PROTECTED]> > > Sent by: [EMAIL PROTECTED] > > 04/27/2004 12:39 PM > > Please respond to sisuite-users > > > > > > To: Peter Mueller <[EMAIL PROTECTED]> > > cc: "'[EMAIL PROTECTED]'" > > <[EMAIL PROTECTED]> > > Subject: Re: [Sisuite-users] Mklibs error with systemimager-cvs > > (3.3.0) > > > > > > > > Not sure, Peter. Haven't seen it myself yet. Are you running your > 'make' command with a '-jN' option? > > > Thus spake Peter Mueller ([EMAIL PROTECTED]): > >mkdir -m 755 -p > >/home/pmueller/systemimager/tmp/boel_binaries/usr/share/discover > >install -m 644 > >/home/pmueller/systemimager/src/discover-data-2.2004.04.09/pci.lst > >/home/pmueller/systemimager/src/discover-data-2.2004.04.09/pcmcia.lst > >/home/pmueller/systemimager/src/discover-data-2.2004.04.09/usb.lst > >/home/pmueller/systemimager/tmp/boel_binaries/usr/share/discover > ># copy over libnss files for non-uclibc arches > ># (mklibs doesn't automatically pull these in) > ># > ># Use the mklibs script from Debian to find and copy libraries and > ># any soft links. Note: This does not require PIC libraries -- it will > ># copy standard libraries if it can't find a PIC equivalent. -BEF- > ># > >cd /home/pmueller/systemimager/tmp/boel_binaries && /usr/bin/python > >/home/pmueller/systemimager/initrd_source/mklibs \ > > -L > >/home/pmueller/systemimager/src/parted-1.6.5/libparted/.libs:/home/pmueller/ > > >systemimager/src/discover-1.5/lib/.libs -v -d lib bin/* sbin/* > > File "/home/pmueller/systemimager/initrd_source/mklibs", line 230 > > print >> outfd, "Usage: mklibs [OPTION]... -d DEST FILE ..." > > ^ > >SyntaxError: invalid syntax > >make: *** [/home/pmueller/systemimager/tmp/boel_binaries.tar.gz] Error 1 > >[EMAIL PROTECTED] systemimager]$ > > > >Any ideas? I'm not a programmer; this looks greek to me. I'll try a > >previous version for now. > > > >P > > > > > >------------------------------------------------------- > >This SF.net email is sponsored by: The Robotic Monkeys at ThinkGeek > >For a limited time only, get FREE Ground shipping on all orders of $35 > >or more. Hurry up and shop folks, this offer expires April 30th! > >http://www.thinkgeek.com/freeshipping/?cpg=12297 > >_______________________________________________ > >Sisuite-users mailing list > >[EMAIL PROTECTED] > >https://lists.sourceforge.net/lists/listinfo/sisuite-users > > > > -- > --------------------------------------------------------- > Brian Elliott Finley Argonne, MCS Division > Phone: 630.631.6621 http://thefinleys.com > gpg --keyserver wwwkeys.pgp.net --recv-keys 10F8EE52 > --------------------------------------------------------- > > > ------------------------------------------------------- > This SF.net email is sponsored by: The Robotic Monkeys at ThinkGeek > For a limited time only, get FREE Ground shipping on all orders of $35 > or more. Hurry up and shop folks, this offer expires April 30th! > http://www.thinkgeek.com/freeshipping/?cpg=12297 > _______________________________________________ > Sisuite-users mailing list > [EMAIL PROTECTED] > https://lists.sourceforge.net/lists/listinfo/sisuite-users > > > > > > ------------------------------------------------------- > This SF.Net email is sponsored by: Oracle 10g > Get certified on the hottest thing ever to hit the market... Oracle 10g. > Take an Oracle 10g class now, and we'll give you the exam FREE. > http://ads.osdn.com/?ad_id=3149&alloc_id=8166&op=click > _______________________________________________ > Sisuite-users mailing list > [EMAIL PROTECTED] > https://lists.sourceforge.net/lists/listinfo/sisuite-users > ------------------------------------------------------- This SF.Net email is sponsored by: Oracle 10g Get certified on the hottest thing ever to hit the market... Oracle 10g. Take an Oracle 10g class now, and we'll give you the exam FREE. http://ads.osdn.com/?ad_id=3149&alloc_id=8166&op=click _______________________________________________ Sisuite-users mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/sisuite-users
