the spec file
I must be missing some packages because it apparently cannot compile
some of the modules. I get these errors at the end and no rpm. When I do
a normal configure, make and make install it doesn't care. Some of the
modules probably just don't work and everybody thinks it's a bug in
Gimp2:
RPM build errors:
File not found: /var/tmp/gimp-2.0pre2-root/usr/lib/libgimp-1.3.so.25.0.0
File not found: /var/tmp/gimp-2.0pre2-root/usr/lib/libgimp-1.3.so.25
File not found: /var/tmp/gimp-2.0pre2-root/usr/lib/libgimpui-1.3.so.25.0.0
File not found: /var/tmp/gimp-2.0pre2-root/usr/lib/libgimpui-1.3.so.25
File not found: /var/tmp/gimp-2.0pre2-root/usr/lib/libgimpbase-1.3.so.25.0.0
File not found: /var/tmp/gimp-2.0pre2-root/usr/lib/libgimpbase-1.3.so.25
File not found: /var/tmp/gimp-2.0pre2-root/usr/lib/libgimpcolor-1.3.so.25.0.0
File not found: /var/tmp/gimp-2.0pre2-root/usr/lib/libgimpcolor-1.3.so.25
File not found: /var/tmp/gimp-2.0pre2-root/usr/lib/libgimpmath-1.3.so.25.0.0
File not found: /var/tmp/gimp-2.0pre2-root/usr/lib/libgimpmath-1.3.so.25
File not found: /var/tmp/gimp-2.0pre2-root/usr/lib/libgimpmodule-1.3.so.25.0.0
File not found: /var/tmp/gimp-2.0pre2-root/usr/lib/libgimpmodule-1.3.so.25
File not found: /var/tmp/gimp-2.0pre2-root/usr/lib/libgimpthumb-1.3.so.25.0.0
File not found: /var/tmp/gimp-2.0pre2-root/usr/lib/libgimpthumb-1.3.so.25
File not found: /var/tmp/gimp-2.0pre2-root/usr/lib/libgimpwidgets-1.3.so.25.0.0
File not found: /var/tmp/gimp-2.0pre2-root/usr/lib/libgimpwidgets-1.3.so.25
File not found by glob: /var/tmp/gimp-2.0pre2-root/usr/lib/*.so
On Mon, 2004-01-19 at 18:00, Josenildo Marques wrote:
On Mon, 2004-01-19 at 22:13, Thomas Spuhler wrote:
It compiled on mine, by using configure, make, make install. But it did
not build the rpm with rpmbuild. Some files are missing for the rpmbuild
at the very end.
I made the changes in the spec file with the required packages, but may
???
I used the pre2
Id like to make the rpm's so I can upgrade. I really like the gimp2 over
1.2.5
Tom
When you compile it from source, you don't need rpmbuild, I think.
Install checkinstall
#urpmi checkinstall
and start from scratch. Then, run configure and make as a regular user.
Become root, go to gimp folder and run checkinstall. It'll build the rpm
for you. Do not uninstall the other gimp version. Gimp 2.0pre2 is a
development version and you may need the older one. To install the new
version, issue the command rpm -ivh gimp as root.
Let me know how it goes.
Good luck!