On Feb 25, 2004 22:10 +0000, Bill Bedford exclaimed:
> I'm trying to install gnumeric on OS10.2.8.
>
> I can get as far as gnome themes when I get
>
> ---> Building gnome-themes with target all
> Error: Target com.apple.build returned: shell command "cd
> "/Users/billbedford/darwinports/dports/gnome/gnome-themes/work/gnome-themes-2.4.1"
>
> && make all" returned error 2
[...]
> Making all in mimetypes
> make[5]: *** No rule to make target
> `gnome-mime-application-pgp-encrypted.png', needed by `all-am'. Stop.
> make[4]: *** [all-recursive] Error 1
> make[3]: *** [all-recursive] Error 1
> make[2]: *** [all-recursive] Error 1
> make[1]: *** [all-recursive] Error 1
> make: *** [all-recursive-am] Error 2
>
> Can anyone point me in the right direction around this please?
>
tar on 10.2 isn't gnutar and the gnome-themes tarball has some long
filenames (gnome-mime-application-pgp-encrypted.png being one of them);
I sent a patch to Ole a week or so ago to fix this, but I'm thinking it
didn't make it. The patch is below
Bryan
>
> Bill Bedford
>
> "Nothing is as important as model railways and even that isn't very
> important"
>
> -some wiseguy somewhere
--- Portfile.orig Fri Dec 5 15:44:32 2003
+++ Portfile Mon Feb 16 00:44:27 2004
@@ -14,5 +14,8 @@
master_sites gnome:sources/gnome-themes/2.4/
checksums md5 304237994a5bdd8b89628f4387cd0d10
depends_lib lib:gtk-engines2:gtk-engines2 lib:gnome-desktop:gnome-desktop
+# Should be depends_extract, but that isn't implemented
+depends_build bin:gnutar:gnutar
use_bzip2 yes
+extract.post_args | gnutar -xf -
configure.env CPPFLAGS="-L${prefix}/lib -I${prefix}/include"
|