Re: [Fink-users] libxml2-py24-2.6.20-1 failed

2005-09-11 Thread David R. Morrison


On Sep 10, 2005, at 8:00 PM, Martin Costabel wrote:






[snip]


The real bug here is that the python packages on 10.3 and 10.4 have  
the same revision number. Since the one from 10.3 does not work  
correctly on 10.4, the one on 10.4 should have a higher revision  
number, so that a rebuild is forced.





I've just increased the revision numbers of all python2* and python2*- 
ssl-socket packages in the 10.4-transitional tree, by 100.


  -- Dave




---
SF.Net email is Sponsored by the Better Software Conference  EXPO
September 19-22, 2005 * San Francisco, CA * Development Lifecycle Practices
Agile  Plan-Driven Development * Managing Projects  Teams * Testing  QA
Security * Process Improvement  Measurement * http://www.sqe.com/bsce5sf
___
Fink-users mailing list
Fink-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-users


[Fink-users] Problems with net-snmb compiling

2005-09-11 Thread Brian Morton

Greeting Fink Folks,

Trying to get through an 'update-all' and have run into a problem  
with net-snmb. Looked at the archives and there were some problems  
back in March 2005 but there did not seem to be a definitive answer  
and they were discussing a different error message. I've tried  
selfupdate a few times but I still see the same error. Any ideas ?


Thanks

[EMAIL PROTECTED] ~] fink -V
Package manager version: 0.24.10
Distribution version: 0.8.0.rsync
OSX - 10.4.2 XCode - 2.1



gcc -I../../include -I. -I../../agent -I../../agent/mibgroup -I../../ 
snmplib -no-cpp-precomp -I/Developer/SDKs/MacOSX10.3.0.sdk/usr/ 
include -D_BSD_SOCKLEN_T_=int32_t -I/sw/include -g -O2 -Ddarwin8 -c  
mibII/snmp_mib.c  -fno-common -DPIC -o mibII/.libs/snmp_mib.lo
gcc -I../../include -I. -I../../agent -I../../agent/mibgroup -I../../ 
snmplib -no-cpp-precomp -I/Developer/SDKs/MacOSX10.3.0.sdk/usr/ 
include -D_BSD_SOCKLEN_T_=int32_t -I/sw/include -g -O2 -Ddarwin8 -c  
mibII/snmp_mib.c -o mibII/snmp_mib.o /dev/null 21

mv -f mibII/.libs/snmp_mib.lo mibII/snmp_mib.lo
/bin/sh ../../libtool  --mode=compile gcc -I../../include -I. -I../../ 
agent -I../../agent/mibgroup -I../../snmplib -no-cpp-precomp -I/ 
Developer/SDKs/MacOSX10.3.0.sdk/usr/include -D_BSD_SOCKLEN_T_=int32_t  
-I/sw/include  -g -O2 -Ddarwin8  -c -o mibII/tcp.lo mibII/tcp.c

rm -f mibII/.libs/tcp.lo
gcc -I../../include -I. -I../../agent -I../../agent/mibgroup -I../../ 
snmplib -no-cpp-precomp -I/Developer/SDKs/MacOSX10.3.0.sdk/usr/ 
include -D_BSD_SOCKLEN_T_=int32_t -I/sw/include -g -O2 -Ddarwin8 -c  
mibII/tcp.c  -fno-common -DPIC -o mibII/.libs/tcp.lo

mibII/tcp.c: In function 'tcp_handler':
mibII/tcp.c:318: error: 'TCPTV_MIN' undeclared (first use in this  
function)
mibII/tcp.c:318: error: (Each undeclared identifier is reported only  
once

mibII/tcp.c:318: error: for each function it appears in.)
mibII/tcp.c:326: error: 'TCPTV_REXMTMAX' undeclared (first use in  
this function)

make[2]: *** [mibII/tcp.lo] Error 1
make[1]: *** [subdirs] Error 1
make: *** [subdirs] Error 1
### execution of make failed, exit code 2
Removing build lock...
/sw/bin/dpkg-lockwait -r fink-buildlock-net-snmp-5.2.1-1
(Reading database ... 166041 files and directories currently installed.)
Removing fink-buildlock-net-snmp-5.2.1-1 ...
Failed: phase compiling: net-snmp-5.2.1-1 failed

Before reporting any errors, please run fink selfupdate and
try again.  If you continue to have issues, please check to see if the
FAQ on fink's website solves the problem.  If not, ask on the fink-users
or fink-beginners mailing lists.  As a last resort, you can try e- 
mailing

the maintainer directly:

Jeremy Higgs [EMAIL PROTECTED]


[EMAIL PROTECTED] ~] 
  
---

[This E-mail scanned for viruses by Utahweb]



---
SF.Net email is Sponsored by the Better Software Conference  EXPO
September 19-22, 2005 * San Francisco, CA * Development Lifecycle Practices
Agile  Plan-Driven Development * Managing Projects  Teams * Testing  QA
Security * Process Improvement  Measurement * http://www.sqe.com/bsce5sf
___
Fink-users mailing list
Fink-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-users


Re: [Fink-users] Problems with net-snmp compiling

2005-09-11 Thread Martin Costabel

Brian Morton wrote:
[]

OSX - 10.4.2 XCode - 2.1

[]
gcc -I../../include -I. -I../../agent -I../../agent/mibgroup -I../../ 
snmplib -no-cpp-precomp -I/Developer/SDKs/MacOSX10.3.0.sdk/usr/ include 
-D_BSD_SOCKLEN_T_=int32_t -I/sw/include -g -O2 -Ddarwin8 -c  
mibII/tcp.c  -fno-common -DPIC -o mibII/.libs/tcp.lo

mibII/tcp.c: In function 'tcp_handler':
mibII/tcp.c:318: error: 'TCPTV_MIN' undeclared (first use in this  
function)

[]

Failed: phase compiling: net-snmp-5.2.1-1 failed

Before reporting any errors, please run fink selfupdate and
try again.  If you continue to have issues, please check to see if the
FAQ on fink's website solves the problem.  If not, ask on the fink-users
or fink-beginners mailing lists.  As a last resort, you can try e- mailing
the maintainer directly:

Jeremy Higgs [EMAIL PROTECTED]


I think, the last resort is what is needed here (CCed). This thing 
doesn't build on Tiger. The -ssl variant is older, but it has a fix for 
this kind of problem, so maybe you want to install that one.


On the other hand, Tiger already comes with net-snmp version 5.2.1, so 
perhaps the solution would be to scrap all Fink net-snmp packages. Or is 
there a reason to want one?


--
Martin



---
SF.Net email is Sponsored by the Better Software Conference  EXPO
September 19-22, 2005 * San Francisco, CA * Development Lifecycle Practices
Agile  Plan-Driven Development * Managing Projects  Teams * Testing  QA
Security * Process Improvement  Measurement * http://www.sqe.com/bsce5sf
___
Fink-users mailing list
Fink-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-users


Re: [Fink-users] Problems Compiling openoffice.org-1.9m121-60

2005-09-11 Thread Martin Costabel

Jeremy Hoesly wrote:
[]
/sw/src/fink.build/openoffice.org-1.9m121-60/solenv/bin/checkdll.sh 
-L../unxmacxp.pro/lib 
-L/sw/src/fink.build/openoffice.org-1.9m121-60/solver/680/unxmacxp.pro/lib 
-L/sw/lib -L/usr/lib -L/usr/X11R6/lib ../unxmacxp.pro/lib/libvcl680mxp.dylib
Checking DLL ../unxmacxp.pro/lib/libvcl680mxp.dylib ...dyld: 
NSAddImage() error

dyld: Symbol not found: __cg_jpeg_resync_to_restart
  Referenced from: 
/System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/ImageIO

  Expected in: /sw/lib/libJPEG.dylib
 ../unxmacxp.pro/lib/libvcl680mxp.dylib
/sw/src/fink.build/openoffice.org-1.9m121-60/solenv/bin/checkdll.sh: 
line 67: 14265 Trace/BPT trap  $checkdll $*

dmake:  Error code 1, while making '../unxmacxp.pro/lib/libvcl680mxp.dylib'
dmake:  '../unxmacxp.pro/lib/libvcl680mxp.dylib' removed.
'---* tg_merge.mk *---'

ERROR: Error 65280 occurred while making 
/sw/src/fink.build/openoffice.org-1.9m121-60/vcl/util

dmake:  Error code 1, while making 'build_all'
'---* tg_merge.mk *---'
### execution of /var/tmp/tmp.1.KCDlFf failed, exit code 255
Removing build lock...
/sw/bin/dpkg-lockwait -r fink-buildlock-openoffice.org-1.9m121-60
(Reading database ... 107736 files and directories currently installed.)
Removing fink-buildlock-openoffice.org-1.9m121-60 ...
Failed: phase compiling: openoffice.org-1.9m121-60 failed


A similar error with this checkdll.sh script was fixed for this revision 
-60 of OO. This fix caused the present problem. The script tries to set 
the environment variable DYLD_LIBRARY_PATH in an intelligent way, but 
since Apple introduced these libJPEG.dylib and similar things, there has 
not been *any* way to set this environment variable correctly without 
breaking something.


A workaround for this precise breakage would be to remove the libjpeg 
package first. Maybe the OO package should have a BuildConflicts with 
libjpeg. But then it is possible that there are more conflicts like this.


--
Martin




---
SF.Net email is Sponsored by the Better Software Conference  EXPO
September 19-22, 2005 * San Francisco, CA * Development Lifecycle Practices
Agile  Plan-Driven Development * Managing Projects  Teams * Testing  QA
Security * Process Improvement  Measurement * http://www.sqe.com/bsce5sf
___
Fink-users mailing list
Fink-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-users


[Fink-users] Unable to install applesystemfonts

2005-09-11 Thread Pierre Thibault
Hello,I am unable to install "applesystemfonts'. I searched for solutions but I was unable to find. Here is the errors I'm having from my Terminal window:Information about 1890 packages read in 3 seconds.The following package will be installed or updated: applesystemfontsdpkg -i /sw/fink/dists/stable/main/binary-darwin-powerpc/x11/applesystemfonts_1.1-1_darwin-powerpc.deb(Reading database ... 65836 files and directories currently installed.)Preparing to replace applesystemfonts 1.1-1 (using .../applesystemfonts_1.1-1_darwin-powerpc.deb) ...Unpacking replacement applesystemfonts ...Setting up applesystemfonts (1.1-1) ...find: /Network/Library/Fonts: No such file or directoryfind: /Network/Library/Fonts: No such file or directorygenerating fonts.scalegenerating fonts.dirmkfontscale [ -e encoding ] [ -f fuzz ] [ directory ]/sw/bin/dpkg: error processing applesystemfonts (--install): subprocess post-installation script returned error exit status 1Errors were encountered while processing: applesystemfonts### execution of dpkg failed, exit code 1Failed: can't install package applesystemfonts-1.1-1Where should I go from there?I don't know if this is the best solution but I am installing this package to have access to my fonts in GIMP. Anyone has having success to get their OS X fonts in GIMP working? Regards.  - Pierre 

Re: [Fink-users] Unable to install applesystemfonts

2005-09-11 Thread Martin Costabel

Pierre Thibault wrote:
[]

generating fonts.scale
generating fonts.dir
mkfontscale [ -e encoding ] [ -f fuzz ] [ directory ]
/sw/bin/dpkg: error processing applesystemfonts (--install):


Could you have a look at the file /usr/X11R6/bin/mkfontdir and show what 
it contains? It should be a small text file which in my case contains 
the following:


% cat /usr/X11R6/bin/mkfontdir
#!/bin/sh
# $XFree86: xc/programs/mkfontdir/mkfontdir.cpp,v 1.1 2003/11/14 
02:42:07 dawes Exp $


exec /usr/X11R6/bin/mkfontscale -b -s -l $@

--
Martin



---
SF.Net email is Sponsored by the Better Software Conference  EXPO
September 19-22, 2005 * San Francisco, CA * Development Lifecycle Practices
Agile  Plan-Driven Development * Managing Projects  Teams * Testing  QA
Security * Process Improvement  Measurement * http://www.sqe.com/bsce5sf
___
Fink-users mailing list
Fink-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-users


Re: [Fink-users] Unable to install applesystemfonts

2005-09-11 Thread Pierre Thibault
Le 11 sept. 2005 à 14:33, Martin Costabel a écrit :Could you have a look at the file /usr/X11R6/bin/mkfontdir and show what it contains? It should be a small text file which in my case contains the following:% cat /usr/X11R6/bin/mkfontdir#!/bin/sh# $XFree86: xc/programs/mkfontdir/mkfontdir.cpp,v 1.1 2003/11/14 02:42:07 dawes Exp $exec /usr/X11R6/bin/mkfontscale -b -s -l "$@"-- Martin If I type the cat command, I have:#!/bin/sh# $XFree86: xc/programs/mkfontdir/mkfontdir.cpp,v 1.1 2003/11/14 02:42:07 dawes Exp $exec /usr/X11R6/bin/mkfontscale -b -s -l "$@"It is exactly the same as you said. A+  -- Pierre  

[Fink-users] Openoffice.org: A Further thought

2005-09-11 Thread Jonathan Levi MD
Now that openoffice.org has been successfully updated on the two OS X 
Macs where I use it, and openoffice.org-he has been updated on one 
and seems headed for a successful update on the other, I suppose I 
should just be happy.


Nevertheless, the .org update on this computer (the faster of the 
two) has taken  _one week_, plus a few hours. Seems like a long time, 
during which I've wanted to shut down the computer (for unrelated 
reasons) but couldn't, to avoid having to start the massive 
compilation all over.


Thus, it occurs to me: Is there some way that openoffice.org could be 
broken down into subpackages, preferably isolating the most unstable 
components? Then it might conceivably be possible to reduce greatly 
the actual amount of rebuilding.


Jonathan


---
SF.Net email is Sponsored by the Better Software Conference  EXPO
September 19-22, 2005 * San Francisco, CA * Development Lifecycle Practices
Agile  Plan-Driven Development * Managing Projects  Teams * Testing  QA
Security * Process Improvement  Measurement * http://www.sqe.com/bsce5sf
___
Fink-users mailing list
Fink-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-users


Re: [Fink-users] Unable to install applesystemfonts

2005-09-11 Thread Martin Costabel

Pierre Thibault wrote:
[]

If I type the cat command, I have:


#!/bin/sh
# $XFree86: xc/programs/mkfontdir/mkfontdir.cpp,v 1.1 2003/11/14 
02:42:07 dawes Exp $


exec /usr/X11R6/bin/mkfontscale -b -s -l $@


It is exactly the same as you said.


And still your mkfontscale complains. Hmm. It actually complains less 
loudly than my mkfontscale would if I fed it wrong options. It talks 
like the one from xfree86-4.3.0 or Apple's Panther X11. So I suspect 
that your /usr/X11R6/bin/mkfontscale (which is a binary executable) is 
not the right one. You seem to have a Tiger mkfontdir and a Panther 
mkfontscale. Look at mkfontscale's modification date.


I hope it is just the usual Apple installer glitch and not some 
official X11 installation like xorg that produced this combination. In 
fact, what X11 do you have installed?


--
Martin



---
SF.Net email is Sponsored by the Better Software Conference  EXPO
September 19-22, 2005 * San Francisco, CA * Development Lifecycle Practices
Agile  Plan-Driven Development * Managing Projects  Teams * Testing  QA
Security * Process Improvement  Measurement * http://www.sqe.com/bsce5sf
___
Fink-users mailing list
Fink-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-users


Re: [Fink-users] Unable to install applesystemfonts

2005-09-11 Thread Pierre Thibault
Le 11 sept. 2005 à 15:13, Martin Costabel a écrit :And still your mkfontscale complains. Hmm. It actually complains less loudly than my mkfontscale would if I fed it wrong options. It talks like the one from xfree86-4.3.0 or Apple's Panther X11. So I suspect that your /usr/X11R6/bin/mkfontscale (which is a binary executable) is not the right one. You seem to have a Tiger mkfontdir and a Panther mkfontscale. Look at mkfontscale's modification date.  I hope it is just the usual Apple installer glitch and not some "official" X11 installation like xorg that produced this combination. In fact, what X11 do you have installed?  --  Martin mkfontdir is older than mkfontscale:mkfontdir: 2005-03-21mkfontscale: 2005-05-05I was using Panther and I made an upgrade to Tiger. Latter on, I also made an update to X11. I have X11 1.1 - XFree 86 4.3.0 from Apple. I ordered Tiger on 2005-05-25. So these files are before the installation of Tiger and the last installation I made of X11. I used the Apple installer.Could it be the problem? A+  -- Pierre  

Re: [Fink-users] Problems with net-snmp compiling

2005-09-11 Thread Jim Saklad
 I think, the last resort is what is needed here (CCed). This thing 
doesn't build on Tiger. The -ssl variant is older, but it has a fix for 
this kind of problem, so maybe you want to install that one.


 On the other hand, Tiger already comes with net-snmp version 5.2.1, so 
perhaps the solution would be to scrap all Fink net-snmp packages. Or is 
there a reason to want one?


Is Tiger's net-snmp version 5.2.1 an SSL version?

--
 ~~
 Jim Saklad mailto:[EMAIL PROTECTED]


---
SF.Net email is Sponsored by the Better Software Conference  EXPO
September 19-22, 2005 * San Francisco, CA * Development Lifecycle Practices
Agile  Plan-Driven Development * Managing Projects  Teams * Testing  QA
Security * Process Improvement  Measurement * http://www.sqe.com/bsce5sf
___
Fink-users mailing list
Fink-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-users


[Fink-users] problem with openoffice

2005-09-11 Thread Brandon Potter
I just updated to the latest openoffice. Tried to run it but after  
choosing web page wizard it crashed out completely-- here's what  
Terminal showed:

Ice-Wolf:~ gbp$ soffice
I18N: Operating system doesn't support locale 
2005-09-11 15:53:16.500 soffice.bin[5669] Apple AWT Java VM was  
loaded on first thread -- can't start AWT.

java.lang.reflect.InvocationTargetException
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke 
(NativeMethodAccessorImpl.java:39)
at sun.reflect.DelegatingMethodAccessorImpl.invoke 
(DelegatingMethodAccessorImpl.java:25)

at java.lang.reflect.Method.invoke(Method.java:324)
at com.sun.star.wizards.ui.event.DataAware$PropertyValue.set 
(DataAware.java:377)
at com.sun.star.wizards.ui.event.SimpleDataAware.setToUI 
(SimpleDataAware.java:85)
at com.sun.star.wizards.ui.event.DataAware.updateUI 
(DataAware.java:179)
at com.sun.star.wizards.ui.event.DataAware.updateUI 
(DataAware.java:239)
at com.sun.star.wizards.web.WWD_Startup.updateUI 
(WWD_Startup.java:409)
at com.sun.star.wizards.web.WWD_Startup.init 
(WWD_Startup.java:322)
at com.sun.star.wizards.web.WWD_Events.init 
(WWD_Events.java:115)
at com.sun.star.wizards.web.WebWizard.init(WebWizard.java: 
25)
at com.sun.star.wizards.web.CallWizard 
$WizardImplementation.trigger(CallWizard.java:157)
Caused by: java.lang.InternalError: Can't start the AWT because  
Java was started on the first thread.  Make sure StartOnFirstThread  
is not specified in your application's Info.plist or on the command  
line

at java.lang.ClassLoader$NativeLibrary.load(Native Method)
at java.lang.ClassLoader.loadLibrary0(ClassLoader.java:1586)
at java.lang.ClassLoader.loadLibrary(ClassLoader.java:1503)
at java.lang.Runtime.loadLibrary0(Runtime.java:788)
at java.lang.System.loadLibrary(System.java:834)
at sun.security.action.LoadLibraryAction.run 
(LoadLibraryAction.java:50)

at java.security.AccessController.doPrivileged(Native Method)
at java.awt.Toolkit.loadLibraries(Toolkit.java:1437)
at java.awt.Toolkit.clinit(Toolkit.java:1458)
at java.awt.AWTEvent.clinit(AWTEvent.java:200)
at com.sun.star.wizards.ui.ImageList.fireItemSelected 
(ImageList.java:429)
at com.sun.star.wizards.ui.ImageList.setSelected 
(ImageList.java:590)

... 13 more
/sw/bin/soffice: line 245:  5669 Illegal instruction $sd_prog/ 
$sd_binary $@

Ice-Wolf:~ gbp$
Any ideas? On 10.4.2, XCode 2.1, Apple's X11 1.1-XFree86 4.4.0  fink  
0.24.10-21. Maintainer cc'd.

Thanks
Brandon Potter


---
SF.Net email is Sponsored by the Better Software Conference  EXPO
September 19-22, 2005 * San Francisco, CA * Development Lifecycle Practices
Agile  Plan-Driven Development * Managing Projects  Teams * Testing  QA
Security * Process Improvement  Measurement * http://www.sqe.com/bsce5sf
___
Fink-users mailing list
Fink-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-users


Re: [Fink-users] Unable to install applesystemfonts

2005-09-11 Thread Martin Costabel

Pierre Thibault wrote:
[]
I was using Panther and I made an upgrade to Tiger. Latter on, I also 
made an update to X11. I have X11 1.1  from Apple. I 


It should be X11 version 1.1 - XFree 86 4.4.0, not 4.3.0

ordered Tiger on 2005-05-25. So these files are before the installation 
of Tiger and the last installation I made of X11. I used the Apple 
installer.


Could it be the problem?


The dates are not necessarily a problem, my mkfontscale is from 
2005-03-21, just as mkfontdir. The date can also come from the latest 
Optimising volume operation after an installation. What is the size of 
your mkfontscale? I see

-rwxr-xr-x  32516 Mar 21 06:11 /usr/X11R6/bin/mkfontscale
for Tiger, and
-rwxr-xr-x  65324 Sep  7 23:51 /usr/X11R6/bin/mkfontscale
for Panther.

Another test is to run

 otool -L /usr/X11R6/bin/mkfontscale

and look in particular at the current version of libSystem.B.dylib. If 
it's something like 71.1.1, it is a Panther binary, if it's 88.0.0, it 
was compiled on Tiger.


You could also just reinstall the X11User.pkg from your Tiger CD and see 
if this changes something.


--
Martin



---
SF.Net email is Sponsored by the Better Software Conference  EXPO
September 19-22, 2005 * San Francisco, CA * Development Lifecycle Practices
Agile  Plan-Driven Development * Managing Projects  Teams * Testing  QA
Security * Process Improvement  Measurement * http://www.sqe.com/bsce5sf
___
Fink-users mailing list
Fink-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-users


Re: [Fink-users] problem with openoffice

2005-09-11 Thread Kevin Horton

On 11 Sep 2005, at 17:01, Brandon Potter wrote:

I just updated to the latest openoffice. Tried to run it but after  
choosing web page wizard it crashed out completely-- here's what  
Terminal showed:



Ice-Wolf:~ gbp$ soffice
I18N: Operating system doesn't support locale 
2005-09-11 15:53:16.500 soffice.bin[5669] Apple AWT Java VM was  
loaded on first thread -- can't start AWT.

java.lang.reflect.InvocationTargetException
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native  
Method)
at sun.reflect.NativeMethodAccessorImpl.invoke 
(NativeMethodAccessorImpl.java:39)
at sun.reflect.DelegatingMethodAccessorImpl.invoke 
(DelegatingMethodAccessorImpl.java:25)

at java.lang.reflect.Method.invoke(Method.java:324)
at com.sun.star.wizards.ui.event.DataAware 
$PropertyValue.set(DataAware.java:377)
at com.sun.star.wizards.ui.event.SimpleDataAware.setToUI 
(SimpleDataAware.java:85)
at com.sun.star.wizards.ui.event.DataAware.updateUI 
(DataAware.java:179)
at com.sun.star.wizards.ui.event.DataAware.updateUI 
(DataAware.java:239)
at com.sun.star.wizards.web.WWD_Startup.updateUI 
(WWD_Startup.java:409)
at com.sun.star.wizards.web.WWD_Startup.init 
(WWD_Startup.java:322)
at com.sun.star.wizards.web.WWD_Events.init 
(WWD_Events.java:115)
at com.sun.star.wizards.web.WebWizard.init 
(WebWizard.java:25)
at com.sun.star.wizards.web.CallWizard 
$WizardImplementation.trigger(CallWizard.java:157)
Caused by: java.lang.InternalError: Can't start the AWT because  
Java was started on the first thread.  Make sure  
StartOnFirstThread is not specified in your application's  
Info.plist or on the command line

at java.lang.ClassLoader$NativeLibrary.load(Native Method)
at java.lang.ClassLoader.loadLibrary0(ClassLoader.java:1586)
at java.lang.ClassLoader.loadLibrary(ClassLoader.java:1503)
at java.lang.Runtime.loadLibrary0(Runtime.java:788)
at java.lang.System.loadLibrary(System.java:834)
at sun.security.action.LoadLibraryAction.run 
(LoadLibraryAction.java:50)

at java.security.AccessController.doPrivileged(Native Method)
at java.awt.Toolkit.loadLibraries(Toolkit.java:1437)
at java.awt.Toolkit.clinit(Toolkit.java:1458)
at java.awt.AWTEvent.clinit(AWTEvent.java:200)
at com.sun.star.wizards.ui.ImageList.fireItemSelected 
(ImageList.java:429)
at com.sun.star.wizards.ui.ImageList.setSelected 
(ImageList.java:590)

... 13 more
/sw/bin/soffice: line 245:  5669 Illegal instruction $sd_prog/ 
$sd_binary $@

Ice-Wolf:~ gbp$

Any ideas? On 10.4.2, XCode 2.1, Apple's X11 1.1-XFree86 4.4.0   
fink 0.24.10-21. Maintainer cc'd.


FWIW, an attempt to use the Web Page Wizard gets me apparently the  
same xterm output, except I don't get the illegal instruction  
line.  The Web Page Wizard never appears, but soffice stays alive and  
functional in other respects, except that it refuses to quit when  
commanded.


I've also got OX X 10.4.2, XCode 2.1, and the  X11 and fink versions.

Kevin Horton



---
SF.Net email is Sponsored by the Better Software Conference  EXPO
September 19-22, 2005 * San Francisco, CA * Development Lifecycle Practices
Agile  Plan-Driven Development * Managing Projects  Teams * Testing  QA
Security * Process Improvement  Measurement * http://www.sqe.com/bsce5sf
___
Fink-users mailing list
Fink-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-users


Re: [Fink-users] Unable to install applesystemfonts

2005-09-11 Thread Pierre Thibault
Le 11 sept. 2005 à 17:24, Martin Costabel a écrit :It should be X11 version 1.1 - XFree 86 4.4.0, not 4.3.0Ok, I fixed this problem by running the installer from my Tiger DVD. I am now on version 4.4.0.ordered Tiger on 2005-05-25. So these files are before the installation of Tiger and the last installation I made of X11. I used the Apple installer.Could it be the problem?The dates are not necessarily a problem, my mkfontscale is from 2005-03-21, just as mkfontdir. The date can also come from the latest "Optimising volume" operation after an installation. What is the size of your mkfontscale? I see-rwxr-xr-x  32516 Mar 21 06:11 /usr/X11R6/bin/mkfontscalefor Tiger, and-rwxr-xr-x  65324 Sep  7 23:51 /usr/X11R6/bin/mkfontscalefor Panther.I have 32516 as the size.Another test is to run otool -L /usr/X11R6/bin/mkfontscaleand look in particular at the "current version" of libSystem.B.dylib. If it's something like 71.1.1, it is a Panther binary, if it's 88.0.0, it was compiled on Tiger.I have the version 88.0.0.You could also just reinstall the X11User.pkg from your Tiger CD and see if this changes something.I did. All my problems are now gone and I can use my fonts in GIMP. Thank you a lot! Life is good. :-)Regards.  - Pierre

Re: [Fink-users] problem with openoffice

2005-09-11 Thread Garrett Cooper

On Sep 12, 2005, at 6:40 AM, Kevin Horton wrote:


On 11 Sep 2005, at 17:01, Brandon Potter wrote:


I just updated to the latest openoffice. Tried to run it but after  
choosing web page wizard it crashed out completely-- here's what  
Terminal showed:




Ice-Wolf:~ gbp$ soffice
I18N: Operating system doesn't support locale 
2005-09-11 15:53:16.500 soffice.bin[5669] Apple AWT Java VM was  
loaded on first thread -- can't start AWT.

java.lang.reflect.InvocationTargetException
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native  
Method)
at sun.reflect.NativeMethodAccessorImpl.invoke 
(NativeMethodAccessorImpl.java:39)
at sun.reflect.DelegatingMethodAccessorImpl.invoke 
(DelegatingMethodAccessorImpl.java:25)

at java.lang.reflect.Method.invoke(Method.java:324)
at com.sun.star.wizards.ui.event.DataAware 
$PropertyValue.set(DataAware.java:377)
at com.sun.star.wizards.ui.event.SimpleDataAware.setToUI 
(SimpleDataAware.java:85)
at com.sun.star.wizards.ui.event.DataAware.updateUI 
(DataAware.java:179)
at com.sun.star.wizards.ui.event.DataAware.updateUI 
(DataAware.java:239)
at com.sun.star.wizards.web.WWD_Startup.updateUI 
(WWD_Startup.java:409)
at com.sun.star.wizards.web.WWD_Startup.init 
(WWD_Startup.java:322)
at com.sun.star.wizards.web.WWD_Events.init 
(WWD_Events.java:115)
at com.sun.star.wizards.web.WebWizard.init 
(WebWizard.java:25)
at com.sun.star.wizards.web.CallWizard 
$WizardImplementation.trigger(CallWizard.java:157)
Caused by: java.lang.InternalError: Can't start the AWT because  
Java was started on the first thread.  Make sure  
StartOnFirstThread is not specified in your application's  
Info.plist or on the command line

at java.lang.ClassLoader$NativeLibrary.load(Native Method)
at java.lang.ClassLoader.loadLibrary0(ClassLoader.java:1586)
at java.lang.ClassLoader.loadLibrary(ClassLoader.java:1503)
at java.lang.Runtime.loadLibrary0(Runtime.java:788)
at java.lang.System.loadLibrary(System.java:834)
at sun.security.action.LoadLibraryAction.run 
(LoadLibraryAction.java:50)
at java.security.AccessController.doPrivileged(Native  
Method)

at java.awt.Toolkit.loadLibraries(Toolkit.java:1437)
at java.awt.Toolkit.clinit(Toolkit.java:1458)
at java.awt.AWTEvent.clinit(AWTEvent.java:200)
at com.sun.star.wizards.ui.ImageList.fireItemSelected 
(ImageList.java:429)
at com.sun.star.wizards.ui.ImageList.setSelected 
(ImageList.java:590)

... 13 more
/sw/bin/soffice: line 245:  5669 Illegal instruction  
$sd_prog/$sd_binary $@

Ice-Wolf:~ gbp$


Any ideas? On 10.4.2, XCode 2.1, Apple's X11 1.1-XFree86 4.4.0   
fink 0.24.10-21. Maintainer cc'd.




FWIW, an attempt to use the Web Page Wizard gets me apparently the  
same xterm output, except I don't get the illegal instruction  
line.  The Web Page Wizard never appears, but soffice stays alive  
and functional in other respects, except that it refuses to quit  
when commanded.


I've also got OX X 10.4.2, XCode 2.1, and the  X11 and fink versions.

Kevin Horton


Looks like this is your trouble line:

2005-09-11 15:53:16.500 soffice.bin[5669] Apple AWT Java VM was  
loaded on first thread -- can't start AWT.


So unless you can use another VM (probably the traditional JDK/ 
J2SE), I doubt that you guys will ever get this to run with the Apple  
VM unless you contact them directly and tell them about this issue,  
or talk to the StarOffice people.

-Garrett


---
SF.Net email is Sponsored by the Better Software Conference  EXPO
September 19-22, 2005 * San Francisco, CA * Development Lifecycle Practices
Agile  Plan-Driven Development * Managing Projects  Teams * Testing  QA
Security * Process Improvement  Measurement * http://www.sqe.com/bsce5sf
___
Fink-users mailing list
Fink-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-users


Re: [Fink-users] Unable to install applesystemfonts

2005-09-11 Thread Alexander K. Hansen
On 9/11/05, Pierre Thibault [EMAIL PROTECTED] wrote:
 
 Le 11 sept. 2005 à 15:13, Martin Costabel a écrit :
 
 
 And still your mkfontscale complains. Hmm. It actually complains less loudly
 than my mkfontscale would if I fed it wrong options. It talks like the one
 from xfree86-4.3.0 or Apple's Panther X11. So I suspect that your
 /usr/X11R6/bin/mkfontscale (which is a binary executable) is not the right
 one. You seem to have a Tiger mkfontdir and a Panther mkfontscale. Look at
 mkfontscale's modification date. 
 
 
  
 
 I hope it is just the usual Apple installer glitch and not some official
 X11 installation like xorg that produced this combination. In fact, what X11
 do you have installed? 
 
 
  
 
 --  
 
 Martin 
 
 
 mkfontdir is older than mkfontscale:
 
 mkfontdir: 2005-03-21
 mkfontscale: 2005-05-05
 
 I was using Panther and I made an upgrade to Tiger. Latter on, I also made
 an update to X11. I have X11 1.1 - XFree 86 4.3.0 from Apple. I ordered
 Tiger on 2005-05-25. So these files are before the installation of Tiger and
 the last installation I made of X11. I used the Apple installer.
 
 Could it be the problem?
  
 
 A+ 
 
 
  
 
 -- 
 
 Pierre 
  
  

Umm...X11 for Tiger is 4.4.  If you've still got 4.3 then that's a
problem.  DId you update both the USer and SDK packages?  And even if
so, it _could_ be the installer, since it seems not always to want to
overwrite existing files.

-- 
Alexander K. Hansen
Fink Documenter
[Day Job] Levitated Dipole Experiment
http://psfcwww2.psfc.mit.edu/ldx/


---
SF.Net email is Sponsored by the Better Software Conference  EXPO
September 19-22, 2005 * San Francisco, CA * Development Lifecycle Practices
Agile  Plan-Driven Development * Managing Projects  Teams * Testing  QA
Security * Process Improvement  Measurement * http://www.sqe.com/bsce5sf
___
Fink-users mailing list
Fink-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-users