Re: [Gimp-user] building pre4 on Mandrake 9.2

2004-03-11 Thread Thomas Spuhler
On Tue, 2004-03-09 at 17:48, Sven Neumann wrote:
> Hi,
> 
> Thomas Spuhler <[EMAIL PROTECTED]> writes:
> 
> > > Are you trying to use the included spec file? That is not going to
> > > work, it is Fedora specific. You will need to use a spec file for
> > > Mandrake.
> >
> > I spent some time on this and I think I got it working. The rpm and srpm
> > were built after I corrected the filenames towards the end of the spec
> > file (in the files section). I would be surprised if it worked on
> > Fedora. The filenames the make created were just different from the ones
> > in the files section of the spec file.
> 
> Can you be more specific about the changes you had to do or perhaps
> post a diff or the modified spec file here? It would be nice to have
> this accessible from the mailing list archives.
> 
> 
> Sven
> 
> ___
> Gimp-user mailing list
> [EMAIL PROTECTED]
> http://lists.xcf.berkeley.edu/mailman/listinfo/gimp-user

I think I was a little quick saying that the RPM build worked. 
Some of the needed files were not built ( they in fact were not in the
lib directory where as about 10 others were.
I'll work on it over the weekend.



signature.asc
Description: This is a digitally signed message part


Re: [Gimp-user] building pre4 on Mandrake 9.2

2004-03-09 Thread Sven Neumann
Hi,

Thomas Spuhler <[EMAIL PROTECTED]> writes:

> > Are you trying to use the included spec file? That is not going to
> > work, it is Fedora specific. You will need to use a spec file for
> > Mandrake.
>
> I spent some time on this and I think I got it working. The rpm and srpm
> were built after I corrected the filenames towards the end of the spec
> file (in the files section). I would be surprised if it worked on
> Fedora. The filenames the make created were just different from the ones
> in the files section of the spec file.

Can you be more specific about the changes you had to do or perhaps
post a diff or the modified spec file here? It would be nice to have
this accessible from the mailing list archives.


Sven

___
Gimp-user mailing list
[EMAIL PROTECTED]
http://lists.xcf.berkeley.edu/mailman/listinfo/gimp-user


[Gimp-user] building pre4 on Mandrake 9.2

2004-03-09 Thread Thomas Spuhler
On Mon, 2004-03-08 at 12:08, Sven Neumann wrote:
> Hi,
> 
> Thomas Spuhler <[EMAIL PROTECTED]> writes:
> 
> > I am trying to build an rpm on Mandrake 9.2 but get the following major
> > errors:
> 
> Are you trying to use the included spec file? That is not going to
> work, it is Fedora specific. You will need to use a spec file for
> Mandrake.
I spent some time on this and I think I got it working. The rpm and srpm
were built after I corrected the filenames towards the end of the spec
file (in the files section). I would be surprised if it worked on
Fedora. The filenames the make created were just different from the ones
in the files section of the spec file.


> 
> And don't expect the gimp.spec file from the pre-releases to be in the
> final 2.0 tarball. It will most likely not be there.
> 
> 
> Sven
> ___
> Gimp-user mailing list
> [EMAIL PROTECTED]
> http://lists.xcf.berkeley.edu/mailman/listinfo/gimp-user
-- 
Best Regards
Thomas J Spuhler

All Tusonix outgoing e-mail has been scanned for viruses


signature.asc
Description: This is a digitally signed message part


Re: [Gimp-user] building pre4 on Mandrake 9.2

2004-03-08 Thread Thomas Spuhler
On Mon, 2004-03-08 at 12:08, Sven Neumann wrote:
> Hi,
> 
> Thomas Spuhler <[EMAIL PROTECTED]> writes:
> 
> > I am trying to build an rpm on Mandrake 9.2 but get the following major
> > errors:
> 
> Are you trying to use the included spec file? That is not going to
> work, it is Fedora specific. 

Yes, that is what I did. I changed the requires to the Mandrake names

> You will need to use a spec file for
> Mandrake.
Does anybody have a working Mandrake spec file?


> 
> And don't expect the gimp.spec file from the pre-releases to be in the
> final 2.0 tarball. It will most likely not be there.
> 
> 
> Sven
> ___
> Gimp-user mailing list
> [EMAIL PROTECTED]
> http://lists.xcf.berkeley.edu/mailman/listinfo/gimp-user
-- 
Best Regards
Thomas J Spuhler
All Tusonix outgoing e-mail has been scanned for viruses


signature.asc
Description: This is a digitally signed message part


Re: [Gimp-user] building pre4 on Mandrake 9.2

2004-03-08 Thread Sven Neumann
Hi,

Thomas Spuhler <[EMAIL PROTECTED]> writes:

> I am trying to build an rpm on Mandrake 9.2 but get the following major
> errors:

Are you trying to use the included spec file? That is not going to
work, it is Fedora specific. You will need to use a spec file for
Mandrake.

And don't expect the gimp.spec file from the pre-releases to be in the
final 2.0 tarball. It will most likely not be there.


Sven
___
Gimp-user mailing list
[EMAIL PROTECTED]
http://lists.xcf.berkeley.edu/mailman/listinfo/gimp-user


[Gimp-user] building pre4 on Mandrake 9.2

2004-03-08 Thread Thomas Spuhler
I am trying to build an rpm on Mandrake 9.2 but get the following major
errors:
+ exit 0
Processing files: gimp-devel-2.0pre4-1
error: File not found by glob: 
/home/international/rpmbuild/tmp/gimp-2.0pre4-root/usr/lib/*.so
error: File not found by glob: 
/home/international/rpmbuild/tmp/gimp-2.0pre4-root/usr/lib/*.a
error: File not found by glob: 
/home/international/rpmbuild/tmp/gimp-2.0pre4-root/usr/lib/gimp/1.3/modules/*.a
Processing files: gimp-docs-2.0pre4-1
Finding  Provides: /usr/lib/rpm/filter.sh ' ' /usr/lib/rpm/find-provides
Using BuildRoot: /home/international/rpmbuild/tmp/gimp-2.0pre4-root to search libs
Finding  Requires: /usr/lib/rpm/filter.sh ' ' /usr/lib/rpm/find-requires 
/home/international/rpmbuild/tmp/gimp-2.0pre4-root i586
Requires(rpmlib): rpmlib(PayloadFilesHavePrefix) <= 4.0-1 rpmlib(CompressedFileNames) 
<= 3.0.4-1

Where do I get this rmplib from?
I tried to search but w/o luck



-- 
Best Regards
Thomas J Spuhler
All Tusonix outgoing e-mail has been scanned for viruses


signature.asc
Description: This is a digitally signed message part