[Fink-users] X 10.5 gnome-vfs-ssl Fails During Compile Check

2007-11-22 Thread Sean Lake
Vital Statistics: OS X 10.5.1, 2 GHz Intel Core 2 Duo iMac, 2 GB RAM

fink --version
Package manager version: 0.27.9
Distribution version: 0.8.1.rsync i386

XCode 3 and Apple X11 installed.

I deleted my old /sw tree immediately upon updating and bootstrapped up 
from the fink-0.27.8 file, immediately selfupdate then update-alled. 
Then I ran sudo fink install gnucash, choosing to go with the ssl 
version of everything whenever possible.

On the first run through, things came crashing down here:

Setting up fink-buildlock-gnome-vfs-ssl-1.0.5-1035 (2007.11.22-01.01.31) ...
[...]
checking for glib-config... /sw/bin/glib-config
checking for GLIB - version = 1.2.6... no
*** Could not run GLIB test program, checking why...
*** The test program failed to compile or link. See the file config.log 
for the
*** exact error that occured. This usually means GLIB was incorrectly 
installed
*** or that you have moved GLIB since it was installed. In the latter 
case, you
*** may want to edit the glib-config script: /sw/bin/glib-config
configure: error:
*** GLIB 1.2.0 or better is required. The latest version of GLIB
*** is always available from ftp://ftp.gtk.org/.
### execution of ./configure failed, exit code 1
Removing runtime build-lock...

I then reran the selfupdate update-all cycle before trying again. The 
result:

checking for Cygwin environment... no
checking for mingw32 environment... no
*** is always available from ftp://ftp.gtk.org/.
### execution of ./configure failed, exit code 1
Removing runtime build-lock...
Removing build-lock package...
/sw/bin/dpkg-lockwait -r fink-buildlock-gnome-vfs-ssl-1.0.5-1035

I tried one more time, because why not?

checking whether to build static libraries... yes
configure: error:
*** GLIB 1.2.0 or better is required. The latest version of GLIB
*** is always available from ftp://ftp.gtk.org/.
### execution of ./configure failed, exit code 1
Removing runtime build-lock...
Removing build-lock package...
/sw/bin/dpkg-lockwait -r fink-buildlock-gnome-vfs-ssl-1.0.5-1035

For what it's worth:

glib-config --version
1.2.10

fink info glib - glib-1.2.10-51

Thanks in advance for any help,
Sean

-
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2005.
http://clk.atdmt.com/MRT/go/vse012070mrt/direct/01/
___
Fink-users mailing list
Fink-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-users


[Fink-users] Compiling sbcl-1.0.5-1

2007-11-22 Thread Normen Müller
Dear fink users,

I am trying to install sbcl by ``fink install sbcl''.  At the first
sight everything looks fine, but then I get the following error
messages:


[...]
//entering make-target-1.sh
//building runtime system and symbol table file
rm -f *.[do] sbcl sbcl.nm sbcl.h core *.tmp
# the depend file is obsolete
rm -f depend
echo '#include genesis/config.h' sbcl.h
echo '#include genesis/constants.h' sbcl.h
gcc -g -Wall -O2 -fdollars-in-identifiers -I. -no-cpp-precomp  -c -o
alloc.o alloc.c
alloc.c: In function 'pa_alloc':
alloc.c:64: warning: assignment makes integer from pointer without a cast
alloc.c:70: warning: assignment makes pointer from integer without a cast
alloc.c:43: warning: unused variable 'th'
gcc -g -Wall -O2 -fdollars-in-identifiers -I. -no-cpp-precomp  -c -o
backtrace.o backtrace.c
gcc -g -Wall -O2 -fdollars-in-identifiers -I. -no-cpp-precomp  -c -o
breakpoint.o breakpoint.c
gcc -g -Wall -O2 -fdollars-in-identifiers -I. -no-cpp-precomp  -c -o
coreparse.o coreparse.c
gcc -g -Wall -O2 -fdollars-in-identifiers -I. -no-cpp-precomp  -c -o
dynbind.o dynbind.c
gcc -g -Wall -O2 -fdollars-in-identifiers -I. -no-cpp-precomp  -c -o
funcall.o funcall.c
gcc -g -Wall -O2 -fdollars-in-identifiers -I. -no-cpp-precomp  -c -o
gc-common.o gc-common.c
gc-common.c: In function 'maybe_gc':
gc-common.c:2472: warning: implicit declaration of function
'check_gc_signals_unblocked_or_lose'
gc-common.c:2475: warning: implicit declaration of function 'unblock_gc_signals'
gcc -g -Wall -O2 -fdollars-in-identifiers -I. -no-cpp-precomp  -c -o
globals.o globals.c
gcc -g -Wall -O2 -fdollars-in-identifiers -I. -no-cpp-precomp  -c -o
interr.o interr.c
gcc -g -Wall -O2 -fdollars-in-identifiers -I. -no-cpp-precomp  -c -o
interrupt.o interrupt.c
interrupt.c: In function 'maybe_now_maybe_later':
interrupt.c:727: error: 'struct __darwin_mcontext' has no member named 'ss'
interrupt.c: In function 'low_level_maybe_now_maybe_later':
interrupt.c:757: error: 'struct __darwin_mcontext' has no member named 'ss'
interrupt.c: In function 'interrupt_handle_now_handler':
interrupt.c:831: error: 'struct __darwin_mcontext' has no member named 'ss'
make: *** [interrupt.o] Error 1
### execution of unset failed, exit code 2
Removing runtime build-lock...
Removing build-lock package...
/sw/bin/dpkg-lockwait -r fink-buildlock-sbcl-1.0.5-1
(Reading database ... 22916 files and directories currently installed.)
Removing fink-buildlock-sbcl-1.0.5-1 ...
Failed: phase compiling: sbcl-1.0.5-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, with a carbon copy to the maintainer:

Lars Rosengreen [EMAIL PROTECTED]

Note that this is preferable to emailing the maintainer directly, since
most fink package maintainers do not have access to all possible
hardware and software configurations.


I am using

$ fink --version
Package manager version: 0.27.9
Distribution version: 0.8.1.cvs powerpc

and Mac OS X 10.5.1

Do you have any suggestions what I am doing wrong here?

Cheers,
  /nm

-
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2005.
http://clk.atdmt.com/MRT/go/vse012070mrt/direct/01/
___
Fink-users mailing list
Fink-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-users


Re: [Fink-users] X Error: BadMatch in kile under Mac OS 10.5.1

2007-11-22 Thread Benjamin Reed
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Martin Costabel wrote:

 Might want to give it a shot...
 
 Maybe we should make a Fink package from it?

yeah, I need to spend some quality time with getting X11 happy -- fixing
the PDB has been a higher priority, though.

It's on my list.  =)


- --
Benjamin Reed a.k.a. Ranger Rick
Fink, KDE, and Mac OS X development
http://www.racoonfink.com/

-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.6 (Darwin)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org

iD8DBQFHRXIBUu+jZtP2Zf4RAuoUAJ48/FtTWOaXkeLR9fjBUJxnyfCbRgCfV2YU
2qrW80Ml5TPdqeXxmB6SnBQ=
=Naql
-END PGP SIGNATURE-

-
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2005.
http://clk.atdmt.com/MRT/go/vse012070mrt/direct/01/
___
Fink-users mailing list
Fink-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-users


Re: [Fink-users] X 10.5 gnome-vfs-ssl Fails During Compile Check

2007-11-22 Thread Alexander K. Hansen
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Sean Lake wrote:
 Vital Statistics: OS X 10.5.1, 2 GHz Intel Core 2 Duo iMac, 2 GB
 RAM

 fink --version Package manager version: 0.27.9 Distribution
 version: 0.8.1.rsync i386

 XCode 3 and Apple X11 installed.

 I deleted my old /sw tree immediately upon updating and
 bootstrapped up from the fink-0.27.8 file, immediately selfupdate
 then update-alled. Then I ran sudo fink install gnucash, choosing
 to go with the ssl version of everything whenever possible.

 On the first run through, things came crashing down here:

 Setting up fink-buildlock-gnome-vfs-ssl-1.0.5-1035
 (2007.11.22-01.01.31) ... [...] checking for glib-config...
 /sw/bin/glib-config checking for GLIB - version = 1.2.6... no ***
 Could not run GLIB test program, checking why... *** The test
 program failed to compile or link. See the file config.log for the
 *** exact error that occured. This usually means GLIB was
 incorrectly installed *** or that you have moved GLIB since it was
 installed. In the latter case, you *** may want to edit the
 glib-config script: /sw/bin/glib-config configure: error: *** GLIB
 1.2.0 or better is required. The latest version of GLIB *** is
 always available from ftp://ftp.gtk.org/. ### execution of
 ./configure failed, exit code 1 Removing runtime build-lock...

 I then reran the selfupdate update-all cycle before trying again.
 The result:

 checking for Cygwin environment... no checking for mingw32
 environment... no *** is always available from ftp://ftp.gtk.org/.
 ### execution of ./configure failed, exit code 1 Removing runtime
 build-lock... Removing build-lock package... /sw/bin/dpkg-lockwait
 -r fink-buildlock-gnome-vfs-ssl-1.0.5-1035

 I tried one more time, because why not?

 checking whether to build static libraries... yes configure: error:
  *** GLIB 1.2.0 or better is required. The latest version of GLIB
 *** is always available from ftp://ftp.gtk.org/. ### execution of
 ./configure failed, exit code 1 Removing runtime build-lock...
 Removing build-lock package... /sw/bin/dpkg-lockwait -r
 fink-buildlock-gnome-vfs-ssl-1.0.5-1035

 For what it's worth:

 glib-config --version 1.2.10

 fink info glib - glib-1.2.10-51

 Thanks in advance for any help, Sean

Did you look at the config.log file in the gnome-vfs-ssl build
directory, as was suggested?
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.6 (GNU/Linux)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org

iD8DBQFHRYeFB8UpO3rKjQ8RAkTwAJ4mVkxjidLwtQC8/2lG1YaLIFSGtACfZbhg
9dX8EJ48j+ABNHD92jBww3w=
=0wPH
-END PGP SIGNATURE-


-
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2005.
http://clk.atdmt.com/MRT/go/vse012070mrt/direct/01/
___
Fink-users mailing list
Fink-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-users


[Fink-users] can't install xv or libjasper1

2007-11-22 Thread John Salmon
I'm using fink unstable with Leopard.  I'd like to use the xv image
viewer, but I get:

bash-3.2$ fink install xv
Password:
Can't resolve dependency glut (= 3.7-1025) for package
libjasper1-1.701.0-1003 (no matching packages/versions found)
Exiting with failure.
bash-3.2$ fink install libjasper1
Can't resolve dependency glut (= 3.7-1025) for package
libjasper1-1.701.0-1003 (no matching packages/versions found)
Exiting with failure.


It looks like l ibjasper1 has been superceded by libjasper.1.  I tried
to install that with a plan to fiddle with xv.info to get it to use
libjasper.1 instead of libjasper1, but I was unable to install
libjasper.1 either (see separate bug report).

Is anybody out there using xv?

John

-
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2005.
http://clk.atdmt.com/MRT/go/vse012070mrt/direct/01/
___
Fink-users mailing list
Fink-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-users


Re: [Fink-users] X 10.5 gnome-vfs-ssl Fails During Compile Check

2007-11-22 Thread David Reiser

On Nov 22, 2007, at 4:33 AM, Sean Lake wrote:

 Vital Statistics: OS X 10.5.1, 2 GHz Intel Core 2 Duo iMac, 2 GB RAM

 fink --version
 Package manager version: 0.27.9
 Distribution version: 0.8.1.rsync i386

 XCode 3 and Apple X11 installed.

 I deleted my old /sw tree immediately upon updating and bootstrapped  
 up
 from the fink-0.27.8 file, immediately selfupdate then update-alled.
 Then I ran sudo fink install gnucash, choosing to go with the ssl
 version of everything whenever possible.

 On the first run through, things came crashing down here:

 Setting up fink-buildlock-gnome-vfs-ssl-1.0.5-1035  
 (2007.11.22-01.01.31) ...
 [...]
 checking for glib-config... /sw/bin/glib-config
 checking for GLIB - version = 1.2.6... no
 *** Could not run GLIB test program, checking why...
 *** The test program failed to compile or link. See the file  
 config.log
 for the
 *** exact error that occured. This usually means GLIB was incorrectly
 installed
 *** or that you have moved GLIB since it was installed. In the latter
 case, you
 *** may want to edit the glib-config script: /sw/bin/glib-config
 configure: error:
 *** GLIB 1.2.0 or better is required. The latest version of GLIB
 *** is always available from ftp://ftp.gtk.org/.
 ### execution of ./configure failed, exit code 1
 Removing runtime build-lock...

 I then reran the selfupdate update-all cycle before trying again. The
 result:

 checking for Cygwin environment... no
 checking for mingw32 environment... no
 *** is always available from ftp://ftp.gtk.org/.
 ### execution of ./configure failed, exit code 1
 Removing runtime build-lock...
 Removing build-lock package...
 /sw/bin/dpkg-lockwait -r fink-buildlock-gnome-vfs-ssl-1.0.5-1035

 I tried one more time, because why not?

 checking whether to build static libraries... yes
 configure: error:
 *** GLIB 1.2.0 or better is required. The latest version of GLIB
 *** is always available from ftp://ftp.gtk.org/.
 ### execution of ./configure failed, exit code 1
 Removing runtime build-lock...
 Removing build-lock package...
 /sw/bin/dpkg-lockwait -r fink-buildlock-gnome-vfs-ssl-1.0.5-1035

 For what it's worth:

 glib-config --version
 1.2.10

 fink info glib - glib-1.2.10-51

 Thanks in advance for any help,
 Sean

Unless you're really set on gnucash 1.8.x, you probably want 'fink  
install gnucash2'

You will have to have the unstable and crypto branches active.

Dave
--
David Reiser
[EMAIL PROTECTED]





-
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2005.
http://clk.atdmt.com/MRT/go/vse012070mrt/direct/01/
___
Fink-users mailing list
Fink-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-users


Re: [Fink-users] can't install xv or libjasper1

2007-11-22 Thread John Salmon
After getting some help from Dan Macks, I was able to install
libjasper.1, after which I was able to edit my xv.info to use
libjasper.1 in lieu of libjasper1, and thereby install xv as well.

Thanks!
John

On Nov 22, 2007 10:35 AM, John Salmon [EMAIL PROTECTED] wrote:

 I'm using fink unstable with Leopard.  I'd like to use the xv image
 viewer, but I get:

 bash-3.2$ fink install xv
 Password:
 Can't resolve dependency glut (= 3.7-1025) for package
 libjasper1-1.701.0-1003 (no matching packages/versions found)
 Exiting with failure.
 bash-3.2$ fink install libjasper1
 Can't resolve dependency glut (= 3.7-1025) for package
 libjasper1-1.701.0-1003 (no matching packages/versions found)
 Exiting with failure.


 It looks like l ibjasper1 has been superceded by libjasper.1.  I tried
 to install that with a plan to fiddle with xv.info to get it to use
 libjasper.1 instead of libjasper1, but I was unable to install
 libjasper.1 either (see separate bug report).

 Is anybody out there using xv?

 John


dm

-
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2005.
http://clk.atdmt.com/MRT/go/vse012070mrt/direct/01/
___
Fink-users mailing list
Fink-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-users


[Fink-users] fink octave-forge for leopard?

2007-11-22 Thread Sharath


 I see that there is no octave-forge package for leopard in fink
Is there something I can do, to help get this going? 
Anyone have any steps i should try?
Thanks.
 



  

Be a better pen pal. 
Text or chat with friends inside Yahoo! Mail. See how.  
http://overview.mail.yahoo.com/

-
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2005.
http://clk.atdmt.com/MRT/go/vse012070mrt/direct/01/
___
Fink-users mailing list
Fink-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-users


Re: [Fink-users] X 10.5 gnome-vfs-ssl Fails During Compile Check

2007-11-22 Thread Sean Lake
Alexander K. Hansen wrote:
 -BEGIN PGP SIGNED MESSAGE-
 Hash: SHA1
 
 Sean Lake wrote:
 Vital Statistics: OS X 10.5.1, 2 GHz Intel Core 2 Duo iMac, 2 GB
 RAM

 fink --version Package manager version: 0.27.9 Distribution
 version: 0.8.1.rsync i386

 XCode 3 and Apple X11 installed.

 I deleted my old /sw tree immediately upon updating and
 bootstrapped up from the fink-0.27.8 file, immediately selfupdate
 then update-alled. Then I ran sudo fink install gnucash, choosing
 to go with the ssl version of everything whenever possible.

 On the first run through, things came crashing down here:

 Setting up fink-buildlock-gnome-vfs-ssl-1.0.5-1035
 (2007.11.22-01.01.31) ... [...] checking for glib-config...
 /sw/bin/glib-config checking for GLIB - version = 1.2.6... no ***
 Could not run GLIB test program, checking why... *** The test
 program failed to compile or link. See the file config.log for the
 *** exact error that occured. This usually means GLIB was
 incorrectly installed *** or that you have moved GLIB since it was
 installed. In the latter case, you *** may want to edit the
 glib-config script: /sw/bin/glib-config configure: error: *** GLIB
 1.2.0 or better is required. The latest version of GLIB *** is
 always available from ftp://ftp.gtk.org/. ### execution of
 ./configure failed, exit code 1 Removing runtime build-lock...

 I then reran the selfupdate update-all cycle before trying again.
 The result:

 checking for Cygwin environment... no checking for mingw32
 environment... no *** is always available from ftp://ftp.gtk.org/.
 ### execution of ./configure failed, exit code 1 Removing runtime
 build-lock... Removing build-lock package... /sw/bin/dpkg-lockwait
 -r fink-buildlock-gnome-vfs-ssl-1.0.5-1035

 I tried one more time, because why not?

 checking whether to build static libraries... yes configure: error:
  *** GLIB 1.2.0 or better is required. The latest version of GLIB
 *** is always available from ftp://ftp.gtk.org/. ### execution of
 ./configure failed, exit code 1 Removing runtime build-lock...
 Removing build-lock package... /sw/bin/dpkg-lockwait -r
 fink-buildlock-gnome-vfs-ssl-1.0.5-1035

 For what it's worth:

 glib-config --version 1.2.10

 fink info glib - glib-1.2.10-51

 Thanks in advance for any help, Sean

 Did you look at the config.log file in the gnome-vfs-ssl build
 directory, as was suggested?
 -BEGIN PGP SIGNATURE-
 Version: GnuPG v1.4.6 (GNU/Linux)
 Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org
 
 iD8DBQFHRYeFB8UpO3rKjQ8RAkTwAJ4mVkxjidLwtQC8/2lG1YaLIFSGtACfZbhg
 9dX8EJ48j+ABNHD92jBww3w=
 =0wPH
 -END PGP SIGNATURE-
 

Nope, I hadn't. I have now done so, and I pass the results along to 
those who might have some idea of what's going on. That said, I'm 
switching over to Gnucash2, which has its own problems - I had forgotten 
about that distinction. If need be I'll continue to try to get this to work.

Sean

End of config.log follows:

configure:6072: checking for GLIB - version = 1.2.6
configure:6171: gcc -o conftest.dSYM -g -O2 -I/sw/include/glib-1.2 
-I/sw/lib/glib/include -D_REENTRANT -I/sw/include  conftest.c -L/sw/lib 
-lgmodule -lgthread -lglib -lpthread -L/sw/lib 15
error: Not a directory - unable to create 'conftest.dSYM/Contents' 
bundle directory.
configure: failed program was:
#line 6095 configure
#include confdefs.h

#include glib.h
#include stdio.h
#include stdlib.h

int
main ()
{
   int major, minor, micro;
   char *tmp_version;

   system (touch conf.glibtest);

   /* HP/UX 9 ([EMAIL PROTECTED]) writes to sscanf strings */
   tmp_version = g_strdup(1.2.6);
   if (sscanf(tmp_version, %d.%d.%d, major, minor, micro) != 3) {
  printf(%s, bad version string\n, 1.2.6);
  exit(1);
}

   if ((glib_major_version != 1) ||
   (glib_minor_version != 2) ||
   (glib_micro_version != 10))
 {
   printf(\n*** 'glib-config --version' returned %d.%d.%d, but GLIB 
(%d.%d.%d)\n,
  1, 2, 10,
  glib_major_version, glib_minor_version, glib_micro_version);
   printf (*** was found! If glib-config was correct, then it is 
best\n);
   printf (*** to remove the old version of GLIB. You may also be 
able to fix the error\n);
   printf(*** by modifying your LD_LIBRARY_PATH enviroment 
variable, or by editing\n);
   printf(*** /etc/ld.so.conf. Make sure you have run ldconfig if 
that is\n);
   printf(*** required on your system.\n);
   printf(*** If glib-config was wrong, set the environment 
variable GLIB_CONFIG\n);
   printf(*** to point to the correct copy of glib-config, and 
remove the file config.cache\n);
   printf(*** before re-running configure\n);
 }
   else if ((glib_major_version != GLIB_MAJOR_VERSION) ||
(glib_minor_version != GLIB_MINOR_VERSION) ||
(glib_micro_version != GLIB_MICRO_VERSION))
 {
   printf(*** GLIB header files (version %d.%d.%d) do not match\n,
  GLIB_MAJOR_VERSION, GLIB_MINOR_VERSION,