>From [EMAIL PROTECTED] Wed May 28 11:06:54 2003 >> >[EMAIL PROTECTED] alpha]# uname -a >> >Linux alfonz.agenda.si 2.4.19 #1 pon avg 12 14:49:02 CEST 2002 alpha unknown >> >> >> >cdrtools were compiled on this system using RPM. The spec file is pretty >> ^^^^^^^ >> ??????? >> >> What should this be? As RPM is no standard, there of course is no RPM for the >> cdrtrools source package. Looks loke you are using an inofficial and mofified >> to be broken thing. Where did you get this from?
>I get cdrtools sources from ftp://ftp.berlios.de/pub/cdrecord/alpha/ and >then I use MY OWN SPEC file to build MY OWN RPM package. Sounds strange! Why should one hack something around a working packet? >The SPEC file I use DOESN'T apply any patches and it DOESN'T run any >scripts to change the source code. It simply runs 'configure' (which - in >case of cdrtools - does nothing) and then it runs 'make'. If all this goes >through without errors, it runs 'make install' and then packages all the >relevant file into my RPM package. >Where is the problem!? Your broken make system. Just compile the source the correct way (by simply calling "make" after you did upack the tar archive) and it will work as intended. Proof: UNAME_SYSTEM=Linux UNAME_HOST=alfonz.agenda.si UNAME_RELEASE=2.4.19 UNAME_VERSION=#1 pon avg 12 14:49:02 CEST 2002 UNAME_MACHINE=alpha UNAME_PROCESSOR=unknown ./uname -a Linux alfonz.agenda.si 2.4.19 #1 pon avg 12 14:49:02 CEST 2002 alpha unknown ./uname is a shell script in my autoconf master dir..... env PATH=.:$PATH ./configure tail xconfig.h /* * Strings that help to maintain OS/platform id's in C-programs */ #define HOST_ALIAS "alpha-unknown-linux-gnu" /* Output from config.guess (orig) */ #define HOST_SUB "alpha-unknown-linux-gnu" /* Output from config.sub (modified) */ #define HOST_CPU "alpha" /* CPU part from HOST_SUB */ #define HOST_VENDOR "unknown" /* VENDOR part from HOST_SUB */ #define HOST_OS "linux-gnu" /* CPU part from HOST_SUB */ ..... Conclusion: your RPM stuff is useless (even more counter productive) and should not be used if you are interested in correct binaries. J�rg EMail:[EMAIL PROTECTED] (home) J�rg Schilling D-13353 Berlin [EMAIL PROTECTED] (uni) If you don't have iso-8859-1 [EMAIL PROTECTED] (work) chars I am J"org Schilling URL: http://www.fokus.fraunhofer.de/usr/schilling ftp://ftp.berlios.de/pub/schily -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

