Re: [Fink-devel] openjade-1.3.2-1034 fails to install in os x 10.6 under fink?

2009-10-11 Thread Martin Costabel
I have that version of openjade installed on both 10.6/32bit and 
10.6/64bit, so there is no problem with the package itself.

Thomas Bewley wrote:
[]
>/sw/include/OpenSP/InternalInputSource.h:37: error: extra
> qualification 'OpenSP::InternalInputSource::' on member
> 'asInternalInputSource'

It seems you have an old version of opensp4-dev installed, which can 
happen if you upgraded your Fink from 10.5 or if you installed 
opensp4-dev from a (necessarily unofficial) binary distribution. The 
opensp4-dev package was fixed in December 2008, but unfortunately 
without changing its revision. Thus opensp4-dev-1.5.1-1006 can either be 
the old or the new version, depending on when it was built.

So, run "fink rebuild opensp4-dev" or wait a little until selfupdate 
shows you opensp4-1.5.1-1007, and then run "fink update opensp4-dev".
Then openjade should build OK.

-- 
Martin

--
Come build with us! The BlackBerry(R) Developer Conference in SF, CA
is the only developer event you need to attend this year. Jumpstart your
developing skills, take BlackBerry mobile applications to market and stay 
ahead of the curve. Join us from November 9 - 12, 2009. Register now!
http://p.sf.net/sfu/devconference
___
Fink-devel mailing list
Fink-devel@lists.sourceforge.net
http://news.gmane.org/gmane.os.apple.fink.devel
Subscription management:
https://lists.sourceforge.net/lists/listinfo/fink-devel


Re: [Fink-devel] openjade-1.3.2-1034 fails to install in os x 10.6 under fink?

2009-10-10 Thread Thomas Bewley
Dear Alexander Hansen -
Thank you kindly for your response.  The command
  sudo fink install openjade
leads to several warnings about, e.g.:
   warning: "SP_DEFINE_TEMPLATES" redefined
   warning: this is the location of the previous definition
etc.  I'm not sure if these are significant or not.  The fatal error follows:

   /sw/include/OpenSP/InternalInputSource.h:37: error: extra
qualification 'OpenSP::InternalInputSource::' on member
'asInternalInputSource'
   make[2]: *** [DssslSpecEventHandler.lo] Error 1
   rm InterpreterMessages.cxx
   make[1]: *** [style] Error 2
   make: *** [all] Error 2
   ### execution of make failed, exit code 2

[For more info, see the snippet of the info printed to the screen at
the bottom of this email.]
The error occurs during the install of the 32-bit version of fink
(recently, reinstalled from scratch) on a 2009 (64 bit) Macbook Pro,
but a similar error occurs on a 2007 (32 bit) Macbook Pro and a 2006
Mac Mini, all running up-to-date versions of os x 10.6, X11, Xcode,
dev-tools, etc.  Please let me know if there is anything in particular
that you need to know about the machine configuration to further
diagnose - as it's happening on all three machines my lab has tried it
on, and has been going on for a few weeks now, I had hoped that this
was a fairly common problem that y'all would already be aware of
(sorry - that assumption appears to be wrong).
Thanks heaps for any help you can provide.
cheers,
- Tom
ps - A more complete snippet of the screen output during the failed
build follows:

g++ -O2 -I. -I./../include -I./../grove -I./../spgrove
-I/sw/include/OpenSP -I/sw/include/OpenSP/.. "-DPACKAGE_NAME=\"\""
"-DPACKAGE_TARNAME=\"\"" "-DPACKAGE_VERSION=\"\""
"-DPACKAGE_STRING=\"\"" "-DPACKAGE_BUGREPORT=\"\""
"-DPACKAGE=\"openjade\"" "-DVERSION=\"1.3.2\"" -DHAVE_SYS_TYPES_H=1
-DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1
-DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1
-DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_STRUCT_STAT_ST_BLKSIZE=1
-DHAVE_ST_BLKSIZE=1 -DSIZEOF_SIZE_T=4 -DSIZEOF_UNSIGNED_INT=4
-DSP_HAVE_LOCALE=1 -DSP_HAVE_WCHAR=1 -DSP_HAVE_GETTEXT=1
-DSP_HAVE_BOOL=1 -DSP_ANSI_CLASS_INST=1 -DSP_HAVE_SOCKET=1
-DJADE_MIF=1 -DJADE_HTML=1 -DSP_MULTI_BYTE=1
"-DSGML_CATALOG_FILES_DEFAULT=\"/sw/share/sgml/catalog\""
-DHAVE_DLFCN_H=1
"-DDEFAULT_SCHEME_BUILTINS=\"/sw/share/builtins.dsl\"" -c
DssslSpecEventHandler.cxx
In file included from stylelib.h:6,
 from DssslSpecEventHandler.cxx:4:
./../include/config.h:39:1: warning: "SP_DEFINE_TEMPLATES" redefined
In file included from ./../include/config.h:10,
 from stylelib.h:6,
 from DssslSpecEventHandler.cxx:4:
/sw/include/OpenSP/config.h:301:1: warning: this is the location of
the previous definition
In file included from DssslSpecEventHandler.cxx:7:
/sw/include/OpenSP/InternalInputSource.h:37: error: extra
qualification 'OpenSP::InternalInputSource::' on member
'asInternalInputSource'
make[2]: *** [DssslSpecEventHandler.lo] Error 1
rm InterpreterMessages.cxx
make[1]: *** [style] Error 2
make: *** [all] Error 2
### execution of make failed, exit code 2
Removing runtime build-lock...
Removing build-lock package...
/sw/bin/dpkg-lockwait -r fink-buildlock-openjade-1.3.2-1034
(Reading database ... 110168 files and directories currently installed.)
Removing fink-buildlock-openjade-1.3.2-1034 ...
Failed: phase compiling: openjade-1.3.2-1034 failed

--
Come build with us! The BlackBerry(R) Developer Conference in SF, CA
is the only developer event you need to attend this year. Jumpstart your
developing skills, take BlackBerry mobile applications to market and stay 
ahead of the curve. Join us from November 9 - 12, 2009. Register now!
http://p.sf.net/sfu/devconference
___
Fink-devel mailing list
Fink-devel@lists.sourceforge.net
http://news.gmane.org/gmane.os.apple.fink.devel
Subscription management:
https://lists.sourceforge.net/lists/listinfo/fink-devel


Re: [Fink-devel] openjade-1.3.2-1034 fails to install in os x 10.6 under fink?

2009-10-10 Thread Alexander Hansen
Thomas Bewley wrote:
> Help?
> For the last 5 years, my students and I at UCSD have used fink to
> install a lot of software that we need frequently on our macs.
> We have been quite pleased with the capabilities that fink enables.
> There has been one persistent bug over the last few weeks that we
> can't seem to resolve.  After switching most of our
> computers over to os x 10.6 and not being able to do a fink
> self-update on them, we have cleared out /sw and started from
> scratch on a few machines.  We can't install some essential packages
> (like imagemagick) on any of these machine
> because openjade-1.3.2-1034 fails to install.  Is there something that
> we are doing wrong, or any simple workarounds?
> Thanks heaps!
> - Tom
>
>   
Without a transcript of the error it's going to be nearly impossible for
us to be able to help figure this out.  Terse descriptions of errors are
essentially useless:  from your description we don't know if the error
is a configure phase error, a build phase error, or an install phase issue.

How about actually providing the output of an attempt to install
openjade:  specifically starting with the last line of output before
errors occur and going on from there.

--
Come build with us! The BlackBerry(R) Developer Conference in SF, CA
is the only developer event you need to attend this year. Jumpstart your
developing skills, take BlackBerry mobile applications to market and stay 
ahead of the curve. Join us from November 9 - 12, 2009. Register now!
http://p.sf.net/sfu/devconference
___
Fink-devel mailing list
Fink-devel@lists.sourceforge.net
http://news.gmane.org/gmane.os.apple.fink.devel
Subscription management:
https://lists.sourceforge.net/lists/listinfo/fink-devel


[Fink-devel] openjade-1.3.2-1034 fails to install in os x 10.6 under fink?

2009-10-10 Thread Thomas Bewley
Help?
For the last 5 years, my students and I at UCSD have used fink to
install a lot of software that we need frequently on our macs.
We have been quite pleased with the capabilities that fink enables.
There has been one persistent bug over the last few weeks that we
can't seem to resolve.  After switching most of our
computers over to os x 10.6 and not being able to do a fink
self-update on them, we have cleared out /sw and started from
scratch on a few machines.  We can't install some essential packages
(like imagemagick) on any of these machine
because openjade-1.3.2-1034 fails to install.  Is there something that
we are doing wrong, or any simple workarounds?
Thanks heaps!
- Tom

--
Come build with us! The BlackBerry(R) Developer Conference in SF, CA
is the only developer event you need to attend this year. Jumpstart your
developing skills, take BlackBerry mobile applications to market and stay 
ahead of the curve. Join us from November 9 - 12, 2009. Register now!
http://p.sf.net/sfu/devconference
___
Fink-devel mailing list
Fink-devel@lists.sourceforge.net
http://news.gmane.org/gmane.os.apple.fink.devel
Subscription management:
https://lists.sourceforge.net/lists/listinfo/fink-devel