Heh... I find it not very clever idea to put a completely new cflib RPMs
compiled on my working setup. I have to create a clean SpareMiNT only
setup to be able to compile the RPMs to be distributed. E.g. I have the
mintlib compiled always freshly from the CVS version and this would be
linked into the cflib IIRC, right? So if someone can build the RPMs
instead of me then it is wellcome. It is just a matter of checkouting the
correct CVS branch...
regards
STan
On Fri, 21 Feb 2003, Frank Naumann wrote:
> Hello!
>
> > > For the RPM, i've never built any RPM. Xavier (the current gemlib packager)
> > > proposed me to make one. I'm waiting for his RPM.
> >
> > Maybe we can put the RPMs directly to the SpareMiNT server (as a beta
> > package to test). Frank?
>
> Sure, no problem.
>
>
> Tschuess
> ...Frank
>
> --
> ATARI FALCON 040 // MILAN 060
> -----------------------------------------
> http://www.cs.uni-magdeburg.de/~fnaumann/
> e-Mail: fnau...@freemint.de
>
> Heh... I find it not very clever idea to put a completely new cflib RPMs
> compiled on my working setup. I have to create a clean SpareMiNT only
> setup to be able to compile the RPMs to be distributed. E.g. I have the
> mintlib compiled always freshly from the CVS version and this would be
> linked into the cflib IIRC, right?
No, libraries are not linked against anything. Libraries are just some
object files. Only the header files can influence it, but that doesn't
matter as the API is stable :-)
On Mon, 24 Feb 2003, Frank Naumann wrote:
> > Heh... I find it not very clever idea to put a completely new cflib RPMs
> > compiled on my working setup. I have to create a clean SpareMiNT only
> > setup to be able to compile the RPMs to be distributed. E.g. I have the
> > mintlib compiled always freshly from the CVS version and this would be
> > linked into the cflib IIRC, right?
>
> No, libraries are not linked against anything. Libraries are just some
> object files. Only the header files can influence it, but that doesn't
> matter as the API is stable :-)
Oh... sure. I just forget to think a bit :(
Simply .o files archived with ar... yes. Sorry for that stupid notes.
regards
STan
$rpm --rebuild /usr/src/redhat/SRPMS/gemlib-0.42.99-20030216.src.rpm
...
> linking....
make[2]: Leaving directory `/d/usr/src/redhat/BUILD/gemlib-0.42.99/gemlib/.lib'
make: ../mintlib/malloc.c:169: free: Assertion `s == q' failed.
make: *** [normal] Abort
I only have the SpareMiNT packages installed (on demand as the compilation
needed it)... gcc, gcc-devel, binutils, make ... all from the latest SpareMiNT RPMs.
Please, someone, try to make the RPM from the CVS.
just:
$ cvs -d:pserver:cvs...@141.44.198.58:/usr/local/cvsroot co -r mgemlib-gemlib-0_42_2 lib
$ cd lib
$ make dist-gemlib
$ rpm -ts gemlib*2.99*.tgz
$ rpm --rebuild /usr/src/redhat/SRPMS/gemlib*2.99*src.rpm
regards
Stan
> I only have the SpareMiNT packages installed (on demand as the compilation
> needed it)... gcc, gcc-devel, binutils, make ... all from the latest SpareMiNT RPMs.
>
> Please, someone, try to make the RPM from the CVS.
Yes, done. I modified the spec file a little bit (already checked in).
You can download it from: http://sparemint.atariforge.net/beta/
On Wed, 26 Feb 2003, Frank Naumann wrote:
> > I only have the SpareMiNT packages installed (on demand as the compilation
> > needed it)... gcc, gcc-devel, binutils, make ... all from the latest SpareMiNT RPMs.
> >
> > Please, someone, try to make the RPM from the CVS.
>
> Yes, done. I modified the spec file a little bit (already checked in).
Great! Thank you Frank!
> You can download it from: http://sparemint.atariforge.net/beta/
Good.
BTW: Could you build the cflib from the same branch and create the RPM
from that?
STanda
On Thu, 27 Feb 2003, Frank Naumann wrote:
> > > You can download it from: http://sparemint.atariforge.net/beta/
> >
> > BTW: Could you build the cflib from the same branch and create the RPM
> > from that?
>
> Ok, done. Same download location.
Thanks!
PS: forwarding to the mint list for others to know.
regards
STan