From mint-bounce@lists.fishpool.fi Sun Sep 26 10:19:56 2010 Message-ID: <4C9F55EF.1000004@freesbee.fr> Date: Sun, 26 Sep 2010 16:17:19 +0200 From: =?ISO-8859-1?Q?Vincent_Rivi=E8re?= User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; fr; rv:1.9.2.9) Gecko/20100915 Thunderbird/3.1.4 MIME-Version: 1.0 To: mint@lists.fishpool.fi Subject: Re: [MiNT] compile problem References: <4C9E58F4.1080604@freesbee.fr> In-Reply-To: Content-Type: multipart/mixed; boundary="------------040800090406000803030508" X-ecartis-version: Ecartis v1.0.0 Sender: mint-bounce@lists.fishpool.fi Errors-to: mint-bounce@lists.fishpool.fi X-original-sender: vincent.riviere@freesbee.fr Precedence: bulk List-help: List-unsubscribe: List-Id: X-List-ID: List-subscribe: List-owner: List-post: This is a multi-part message in MIME format. --------------040800090406000803030508 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: quoted-printable The original source package can be downloaded here: http://freshmeat.net/projects/abcm2ps/ I'm sorry, I did exactly what you told, but everything worked fine. No bug for me. Vincent Rivi=E8re -------- Message original -------- Sujet: Re: [MiNT] compile problem Date : Sun, 26 Sep 2010 15:59:28 +0200 (CEST) De : Martin Tarenskeen Pour : Vincent Rivi=E8re On Sun, 26 Sep 2010, Vincent Rivi=E8re wrote: > So tell us how to reproduce the bug. > If it does not happen, we will try your archive. 1. I have attached the original source abcm2ps-5.9.16.tar.gz 2. I have attached a specfile that I used when I tried to build a sparemint rpm package. 3. copy abcm2ps-5.9.16.tar.gz to /usr/src/redhat/SOURCES/ 4. copy the specfile to /usr/src/redhat/SPECS/ 5. rpm -bb /usr/src/redhat/SPECS/abcm2ps.spec I'm assuming a working easymint installation with updated rpm packages. At a certain point the error should occur. Off coarse it should als be possible to reproduce the bug by running configure and make directly, but I'm having some problems doing that righ= t now. If you need more info or files or debug reports let me know. --=20 Martin Tarenskeen --------------040800090406000803030508 Content-Type: text/plain; name="abcm2ps.spec" Content-Disposition: attachment; filename="abcm2ps.spec" Content-Transfer-Encoding: quoted-printable Summary : abcm2ps: a program to typeset abc tunes into Postscript= . Name : abcm2ps Version : 5.9.16 Release : 1 License : GPL Group : Applications/Multimedia Packager : Martin Tarenskeen Vendor : Sparemint URL : http://moinejf.free.fr Prefix : %{_prefix} BuildRoot : %{_tmppath}/%{name}-%{version}-buildroot BuildArch : m68kmint Source : http://moinejf.free.fr/%{name}-%{version}.tar.gz %description abcm2ps is a package which converts music tunes from ABC format to PostScript. Based on abc2ps version 1.2.5, it was developped originally t= o print barock organ scores which have independant voices played on one or many keyboards and a pedal-board. abcm2ps introduces many extensions to the AB= C language that make it suitable for classical music. To print or preview scores, also install Ghostscript. This program was compiled with -m68020-60. To use it a 68881/2 compatible= =20 (co)-processor is required. %prep %setup -q %build ./configure --prefix=3D%{_prefix} --enable-a4 make CC=3D"gcc -m68020-60" CFLAGS=3D"-fomit-frame-pointer" LDFLAGS=3D"" stack -S 128k abcm2ps %install [ "${RPM_BUILD_ROOT}" !=3D "/" ] && rm -rf ${RPM_BUILD_ROOT} make install prefix=3D$RPM_BUILD_ROOT%{_prefix} strip $RPM_BUILD_ROOT%{_bindir}/abcm2ps %clean [ "${RPM_BUILD_ROOT}" !=3D "/" ] && rm -rf ${RPM_BUILD_ROOT} %files %defattr(-,root,root) %doc Changes INSTALL License README *.abc *.txt *.eps %{_bindir}/* %{_datadir}/abcm2ps %changelog * Sat Sep 25 2010 Martin Tarenskeen - updated to 5.9.16 * Sat May 01 2004 Martin Tarenskeen - specfile: moved strip command to %install section.=20 - updated to 4.4.3 * Thu Apr 22 2004 Martin Tarenskeen - updated to 4.4.2 * Fri Jan 23 2004 Martin Tarenskeen - updated to 4.0.8 - small changes in specfile * Mon Sep 15 2003 Martin Tarenskeen - LDFLAGS=3Dm68020-60 fixes problem with %%scale command * Mon Sep 08 2003 Martin Tarenskeen - updated to 3.7.5 * Tue May 13 2003 Martin Tarenskeen - modifications provided by Mark Lutz * Sun May 4 2003 Martin Tarenskeen - Initial release for Sparemint * Mon Dec 31 2001 Jos=E9 Romildo Malaquias 2.10.4-= 1 - New version - More use of macros in spec file - Use $RPM_OPT_FLAGS at compilation - Configure with --enable-a4 - Install with "make install", instead of explicitly installing each file - Move the *.fmt from the doc directory to the data directory --------------040800090406000803030508--