[Fink-users] fink install perlmagick-pm588 fails

2009-11-21 Thread Etienne M. Gagnon
Hi,

'fink install perlmagick-pm588' gives:

Information about 7928 packages read in 1 seconds.
The following package will be installed or updated:
 perlmagick-pm588
...
Writing Makefile for Image::Magick
make
cp Magick.pm blib/lib/Image/Magick.pm
AutoSplitting blib/lib/Image/Magick.pm (blib/lib/auto/Image/Magick)
/sw/bin/perl5.8.8 /sw/lib/perl5-core/5.8.8/ExtUtils/xsubpp  -typemap 
/sw/lib/perl5-core/5.8.8/ExtUtils/typemap  Magick.xs  Magick.xsc  mv 
Magick.xsc Magick.c
gcc-4.0 -c  -I../ -I.. -I/sw/include/freetype2 -I/sw/include 
-I/sw/lib/fontconfig2/include -I/sw/lib/freetype219/include 
-I/sw/lib/freetype219/include/freetype2 -I/sw/include 
-I/sw/include/libxml2 -I/sw/include -fno-common -DPERL_DARWIN 
-no-cpp-precomp -fno-strict-aliasing -pipe -Wdeclaration-after-statement 
-g -O2 -Wall -W -D_THREAD_SAFE -fopenmp -O3   -DVERSION=\6.3.5\ 
-DXS_VERSION=\6.3.5\  
-I/sw/lib/perl5-core/5.8.8/darwin-thread-multi-2level/CORE  
-D_LARGE_FILES=1 -DHAVE_CONFIG_H Magick.c
cc1: error: unrecognized command line option -fopenmp
make: *** [Magick.o] Error 1
### execution of /var/tmp/tmp.1.k2wKvM failed, exit code 2
Removing runtime build-lock...
Removing build-lock package...
/sw/bin/dpkg-lockwait -r fink-buildlock-perlmagick-pm588-6.3.5-1004
...

I am seeking help to get around this issue.

Etienne

-- 
Etienne M. Gagnon, Ph.D.
SableCC:http://sablecc.org


--
Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day 
trial. Simplify your report design, integration and deployment - and focus on 
what you do best, core application coding. Discover what's new with
Crystal Reports now.  http://p.sf.net/sfu/bobj-july
___
Fink-users mailing list
Fink-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-users


Re: [Fink-users] Octave (developer srcs) builds, but results in bus-error

2009-11-21 Thread Ben Abbott
On Nov 17, 2009, at 3:53 AM, Martin Costabel wrote:

 
 [I migrated my 10.5 Fink to 10.6 (using 32bit), and deleted my static libs 
 left over from 10.5, and rebuilt them as needed]. Octave does build, but 
 when I try to run it ... $ ./run-octave
 Bus error
 
 Now this is a different story. It should go into a different thread (once 
 there is more information from the crash log).
 
 -- 
 Martin

Ok, I'm starting a new thread. I've attempted to run octave inside gdb.

There are may complaints of no debug information. The final part is ...

 .warning: Could not find object file 
 /sw/src/fink.build/libtool2-2.2.6-3/libtool-2.2.6/libltdl/loaders/.libs/libltdl_libltdl_la-preopen.o
  - no debug information available for libltdl/loaders/preopen.c.
 
 warning: Could not find object file 
 /sw/src/fink.build/libtool2-2.2.6-3/libtool-2.2.6/libltdl/.libs/libltdl_libltdl_la-lt__alloc.o
  - no debug information available for libltdl/lt__alloc.c.
 
 warning: Could not find object file 
 /sw/src/fink.build/libtool2-2.2.6-3/libtool-2.2.6/libltdl/.libs/libltdl_libltdl_la-lt_dlloader.o
  - no debug information available for libltdl/lt_dlloader.c.
 
 warning: Could not find object file 
 /sw/src/fink.build/libtool2-2.2.6-3/libtool-2.2.6/libltdl/.libs/libltdl_libltdl_la-lt_error.o
  - no debug information available for libltdl/lt_error.c.
 
 warning: Could not find object file 
 /sw/src/fink.build/libtool2-2.2.6-3/libtool-2.2.6/libltdl/.libs/libltdl_libltdl_la-ltdl.o
  - no debug information available for libltdl/ltdl.c.
 
 warning: Could not find object file 
 /sw/src/fink.build/libtool2-2.2.6-3/libtool-2.2.6/libltdl/.libs/libltdl_libltdl_la-slist.o
  - no debug information available for libltdl/slist.c.
 
 warning: Could not find object file 
 /sw/src/fink.build/libtool2-2.2.6-3/libtool-2.2.6/libltdl/.libs/argz.o - no 
 debug information available for libltdl/argz.c.
 
 warning: Could not find object file 
 /sw/src/fink.build/libtool2-2.2.6-3/libtool-2.2.6/libltdl/.libs/libltdlS.o 
 - no debug information available for libltdlS.c.
 
 warning: Could not find object file 
 /sw/src/fink.build/libtool2-2.2.6-3/libtool-2.2.6/libltdl/.libs/libltdl.lax/dlopen.a/dlopen.o
  - no debug information available for libltdl/loaders/dlopen.c.
 
 . done
 
 Program received signal EXC_BAD_ACCESS, Could not access memory.
 Reason: KERN_PROTECTION_FAILURE at address: 0x
 0x02c0702f in std::locale::operator= ()
 (gdb) 

In the last few weeks, Octave modified how it configures and builds. One of the 
changes is the use of libtool.

Does anyone have any insight as to what the problem might be?

Ben



--
Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day 
trial. Simplify your report design, integration and deployment - and focus on 
what you do best, core application coding. Discover what's new with
Crystal Reports now.  http://p.sf.net/sfu/bobj-july
___
Fink-users mailing list
Fink-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-users


Re: [Fink-users] ghostscript-esp 7.07.1-35 built w/o X on 10.6

2009-11-21 Thread Viv Kendon
Erm, what I wrote below was for a limited definition of 
test.  I have now realised that, while it compiles and 
installs just fine, and shows the X11 devices when asked (gs 
-h), it does not work the way ghostscript 8 does in 
combination with texlive.  In particular, graphics included 
as eps files don't display in xdvi with ghostscript-esp, but 
they do if I swap in ghostscript 8.

I don't know whether this is expected behaviour, or 
something in the configuration that is missing, but I 
thought I'd mention it, in case it saves someone else time 
figuring out why things aren't working for them.

cheers,
-- Viv

On Sun, 15 Nov 2009, Viv Kendon wrote:

 Many apologies for taking this long to test something that
 only took 3 mins to try (I have been extremely busy).  It
 does indeed work as expected on my 10.6 machine, so you can
 apply the fix.

 cheers,
 -- Viv

 On Tue, 10 Nov 2009, Tomoaki Okayama wrote:

 Hi,

 Thanks for the report. It may be fixed by appending

 --x-includes=/usr/X11R6/include --x-libraries=/usr/X11R6/lib

 to ConfigureParams. Could you test it please? If it
 works, we will modify the finkinfo.

 Tomoaki Okayama

 At Sun, 8 Nov 2009 17:59:40 + (GMT),
 Viv Kendon wrote:

 I just bootstrapped a 64 bit fink on a clean install of
 10.6.1 (apple's X11, latest xcode 3.2.1, on a macpro booted
 64bit with case-sensitive file system), and just realised
 that ghostscript-esp built without detecting X:

 checking if Omni support can be compiled in... yes
 checking for X... no
 checking for mkstemp... yes

 I'm installing ghostscript 8 instead, but on 10.5 ppc I have
 ghostscript-esp installed with X11 support included, so I
 thought I should mention it.

 (Maintainer Cc'd)

 -- Viv
 
 Dr Viv Kendonhttp://quantum.leeds.ac.uk/~viv
 tel: +44 113 343 4864  Physics and Astronomy
 Quantum Information GroupUniversity of Leeds




 
 Dr Viv Kendonhttp://quantum.leeds.ac.uk/~viv
 tel: +44 113 343 4864  Physics and Astronomy
 Quantum Information GroupUniversity of Leeds


 --
 Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day
 trial. Simplify your report design, integration and deployment - and focus on
 what you do best, core application coding. Discover what's new with
 Crystal Reports now.  http://p.sf.net/sfu/bobj-july
 ___
 Fink-users mailing list
 Fink-users@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/fink-users



cheers,
-- Viv

Dr Viv Kendonhttp://quantum.leeds.ac.uk/~viv
tel: +44 113 343 4864  Physics and Astronomy
Quantum Information GroupUniversity of Leeds

--
Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day 
trial. Simplify your report design, integration and deployment - and focus on 
what you do best, core application coding. Discover what's new with
Crystal Reports now.  http://p.sf.net/sfu/bobj-july
___
Fink-users mailing list
Fink-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-users


Re: [Fink-users] libgtop2.0.7-2.26.1-1 fails under 10.6 64-bit

2009-11-21 Thread Gary K Olson
I have been attempting to build gnome under 10.6 64-bit , but I have not been 
able to get  libgtop2.0.7-2.26.1-1 to build.  As gnome-applets, gnome-games, 
gnome-utils and probably some other packages need this package, I am stuck.  
Here is the last part of the build with the error message:

gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../.. -I../../sysdeps/darwin 
-I../../include -I/sw/include/glib-2.0 -I/sw/lib/glib-2.0/include 
-I/sw/include/libgtop-2.0 -DHAVE_GLIBTOP_MACHINE_H -DHAVE_LIBGTOP_SMP 
-DHAVE_LIBGTOP_SYSINFO -I/sw/include/glib-2.0 -I/sw/lib/glib-2.0/include 
-I/sw/include -Winline -Wall -std=gnu89 -Wchar-subscripts 
-Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith 
-Wcast-align -Wsign-compare -g -O2 -c proclist.c  -fno-common -DPIC -o 
.libs/proclist.o
proclist.c:47: error: conflicting types for 'glibtop_get_proclist_p'
../../include/glibtop/proclist.h:81: error: previous declaration of 
'glibtop_get_proclist_p' was here
make[3]: *** [proclist.lo] Error 1
make[2]: *** [all-recursive] Error 1
make[1]: *** [all-recursive] Error 1
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-libgtop2.0.7-2.26.1-1
(Reading database ... 250624 files and directories currently installed.)
Removing fink-buildlock-libgtop2.0.7-2.26.1-1 ...
Failed: phase compiling: libgtop2.0.7-2.26.1-1 failed

My kit is the following:
new macbook pro with new fink installation
OSX 10.6.2
i686-apple-darwin10-gcc-4.2.1 (GCC) 4.2.1 (Apple Inc. build 5646) (dot 1)
Package manager version: 0.29.10
Distribution version: selfupdate-rsync Thu Nov 19 01:38:30 2009, 10.6, x86_64
Xcode 3.2.1
X11 2.3.4

Has anyone got gnome running under 10.6 64-bit?  Thanks for any help.

Gary K Olson

--
Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day 
trial. Simplify your report design, integration and deployment - and focus on 
what you do best, core application coding. Discover what's new with
Crystal Reports now.  http://p.sf.net/sfu/bobj-july
___
Fink-users mailing list
Fink-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-users


Re: [Fink-users] Octave (developer srcs) builds, but results in bus-error

2009-11-21 Thread Martin Costabel
Ben Abbott wrote:
[]
 Program received signal EXC_BAD_ACCESS, Could not access memory.
 Reason: KERN_PROTECTION_FAILURE at address: 0x
 0x02c0702f in std::locale::operator= ()
 (gdb) 

Maybe a backtrace bt would give some more insight.

-- 
Martin

--
Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day 
trial. Simplify your report design, integration and deployment - and focus on 
what you do best, core application coding. Discover what's new with
Crystal Reports now.  http://p.sf.net/sfu/bobj-july
___
Fink-users mailing list
Fink-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-users


Re: [Fink-users] Octave (developer srcs) builds, but results in bus-error

2009-11-21 Thread Ben Abbott
On Nov 21, 2009, at 4:25 PM, Martin Costabel wrote:

 Ben Abbott wrote:
 []
 Program received signal EXC_BAD_ACCESS, Could not access memory.
 Reason: KERN_PROTECTION_FAILURE at address: 0x
 0x02c0702f in std::locale::operator= ()
 (gdb) 
 
 Maybe a backtrace bt would give some more insight.
 
 -- 
 Martin


... or maybe not :-(

(gdb) bt
No stack.

Ben

--
Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day 
trial. Simplify your report design, integration and deployment - and focus on 
what you do best, core application coding. Discover what's new with
Crystal Reports now.  http://p.sf.net/sfu/bobj-july
___
Fink-users mailing list
Fink-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-users


[Fink-users] Mono + Snow Leopard?

2009-11-21 Thread Robert J. Hansen
It appears the unstable tree for Mono is broken with respect to OS X
10.6.1.  Looking around on the Mono mailing lists, the problem seems to
be a missing #define.  This seems like it should be a really simple
thing to solve.  So, a few questions:


1.  Is there any projected ETA for a fixed Mono package in unstable?

2.  Is the problem with Mono just a #define _XOPEN_SOURCE that's
missing?

3.  Is there any known workaround, or am I on my own for it?


... Thank you all very much.  :)


--
Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day 
trial. Simplify your report design, integration and deployment - and focus on 
what you do best, core application coding. Discover what's new with
Crystal Reports now.  http://p.sf.net/sfu/bobj-july
___
Fink-users mailing list
Fink-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-users


[Fink-users] failing to bootstrap on Snow Leopard

2009-11-21 Thread Mark Reglewski
I am trying to install from source on Snow Leopard 10.6.2. I have 
installed Xcode 3.2 from the Snow Leopard disk.

In the fink-0.29.10 directory, when I run ./bootstrap, I get this:

Your hardware is a 64bit-compatible intel processor, so you have the 
option of running Fink in 64bit-only mode.  This
is not recommended for most users, since many more packages are 
available for the default mode (which is mostly 32bit
but includes some 64bit packages).  Which mode would you like to use?

(1) Default (mostly 32bit)
(2) 64bit-only

Choose a mode: [1] 2
Checking package... looks good (fink-0.29.10).
Checking system...Can't exec update/config.guess: Permission denied at 
./bootstrap line 209.
Use of uninitialized value $host in scalar chomp at ./bootstrap line 210.
Use of uninitialized value $host in pattern match (m//) at ./bootstrap 
line 211.
  ERROR: Can't determine host type.

What can I do to get the ball rolling?

--
Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day 
trial. Simplify your report design, integration and deployment - and focus on 
what you do best, core application coding. Discover what's new with
Crystal Reports now.  http://p.sf.net/sfu/bobj-july
___
Fink-users mailing list
Fink-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-users


Re: [Fink-users] failing to bootstrap on Snow Leopard

2009-11-21 Thread Mark Reglewski
Mark Reglewski wrote:
 In the fink-0.29.10 directory, when I run ./bootstrap, I get this:
 
 Your hardware is a 64bit-compatible intel processor, so you have the 
 option of running Fink in 64bit-only mode.  This
 is not recommended for most users, since many more packages are 
 available for the default mode (which is mostly 32bit
 but includes some 64bit packages).  Which mode would you like to use?
 
 (1)   Default (mostly 32bit)
 (2)   64bit-only
 
 Choose a mode: [1] 2
 Checking package... looks good (fink-0.29.10).
 Checking system...Can't exec update/config.guess: Permission denied at 
 ./bootstrap line 209.
 Use of uninitialized value $host in scalar chomp at ./bootstrap line 210.
 Use of uninitialized value $host in pattern match (m//) at ./bootstrap 
 line 211.
   ERROR: Can't determine host type.
 
 What can I do to get the ball rolling?

Solved this myself. The scripts in fink-0.29.10/perlmod were unzipped 
without execute permissions. Changed this and now installation is 
chugging along. Sorry for the noise.

--
Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day 
trial. Simplify your report design, integration and deployment - and focus on 
what you do best, core application coding. Discover what's new with
Crystal Reports now.  http://p.sf.net/sfu/bobj-july
___
Fink-users mailing list
Fink-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-users