Re: [Fink-users] cctools-extra-590.18-2 fails to compile on 10.4.4

2006-01-21 Thread Misty De Meo
As it turns out, it was Fink's libtool, which was installed as 
/sw/bin/libtool. Removing it lets Fink update itself properly.


~ Misty




---
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://sel.as-us.falkag.net/sel?cmd=lnkkid=103432bid=230486dat=121642
___
Fink-users mailing list
Fink-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-users


[Fink-users] cctools-extra-590.18-2 fails to compile on 10.4.4

2006-01-18 Thread Misty De Meo
I'm trying to use fink selfupdate to update Fink's packages. However, one of the
packages Fink tries to install, cctools-extra-590.18-2, fails to compile. It 
tries to create libraries using -static, which is invalid on Mac OS X; I'm not 
sure why it's trying to do so. Here's the libtool command it does:

libtool -static -o ../libstuff.a allocate.o errors.o arch.o execute.o bytesex.o 
 round.o hppa.o swap_headers.o reloc.o version_number.o
 get_toc_byte_sex.o best_arch.o fatals.o arch_usage.o ofile.o ofile_error.o
 print.o set_arch_flag_name.o seg_addr_table.o dylib_table.o breakout.o
 writeout.o checkout.o fatal_arch.o ofile_get_word.o vm_flush_cache.o
 hash_string.o dylib_roots.o guess_short_name.o SymLoc.o
 get_arch_from_host.o crc32.o macosx_deployment_target.o
 symbol_list.o unix_standard_mode.o
libtool: unrecognized option `-static'
Try `libtool --help' for more information.
make[1]: *** [libstuff.a] Error 1
make: *** [static] Error 2


I'm using Fink 0.8.0 (both CVS and rsync) on Mac OS X 10.4.4 / Darwin 8.4.0
with Xcode 2.2.1.




---
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://sel.as-us.falkag.net/sel?cmd=lnkkid=103432bid=230486dat=121642
___
Fink-users mailing list
Fink-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-users


Re: [Fink-users] cctools-extra-590.18-2 fails to compile on 10.4.4

2006-01-18 Thread Benjamin Reed
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Misty De Meo wrote:

 libtool -static -o ../libstuff.a allocate.o errors.o arch.o execute.o 
 bytesex.o 
  round.o hppa.o swap_headers.o reloc.o version_number.o
  get_toc_byte_sex.o best_arch.o fatals.o arch_usage.o ofile.o 
 ofile_error.o
  print.o set_arch_flag_name.o seg_addr_table.o dylib_table.o breakout.o
  writeout.o checkout.o fatal_arch.o ofile_get_word.o vm_flush_cache.o
  hash_string.o dylib_roots.o guess_short_name.o SymLoc.o
  get_arch_from_host.o crc32.o macosx_deployment_target.o
  symbol_list.o unix_standard_mode.o
 libtool: unrecognized option `-static'
 Try `libtool --help' for more information.
 make[1]: *** [libstuff.a] Error 1
 make: *** [static] Error 2

I would hazard a guess that somewhere in your PATH you've got a program
called libtool that is GNU libtool, when apple expects it to be darwin
libtool -- an entirely different utility (which is why the fink GNU
libtool package calls it glibtool).

Run libtool --version; if it says something like this:

ltmain.sh (GNU libtool) 1.5 (1.1220 2003/04/05 19:32:58)

- ---(snip!)---
Copyright (C) 2003  Free Software Foundation, Inc.
This is free software; see the source for copying conditions.  There is
NO warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR
PURPOSE.
- ---(snip!)---

...then do a which libtool and delete the file it lists, which is most
likely in /usr/local or something similar.

- --
Benjamin Reed a.k.a. Ranger Rick
http://ranger.befunk.com/


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

iD8DBQFDzxPqUu+jZtP2Zf4RAixpAKCKv2tZMIr2fFqANUfWE1v5YIVjqgCeO+Mz
K1szZjPX3p0Sza8Yvd/IB0E=
=W3b0
-END PGP SIGNATURE-


---
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://sel.as-us.falkag.net/sel?cmd=lnkkid=103432bid=230486dat=121642
___
Fink-users mailing list
Fink-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-users


Re: [Fink-users] Cctools-extra version error

2004-05-16 Thread Martin Costabel
Randall Perry wrote:
It wasn't happening with selfupdate so I followed the special instructions
at http://fink.sourceforge.net/download/fix-upgrade.php, and it upgraded ok
to 0.7.0, but I think it failed at cctools-extra.
What version of fink (fink the program, not Fink the distribution) do 
you have installed? fink -V. The URL you gave tells you to install 
fink-0.11.1-10, which is extremely old and might indeed not understand 
version numbers of the 1:495-1 variety. You should get a newer fink first.

--
Martin
---
This SF.Net email is sponsored by: SourceForge.net Broadband
Sign-up now for SourceForge Broadband and get the fastest
6.0/768 connection for only $19.95/mo for the first 3 months!
http://ads.osdn.com/?ad_id=2562alloc_id=6184op=click
___
Fink-users mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/fink-users


Re: [Fink-users] Cctools-extra version error

2004-05-16 Thread Randall Perry
on 5/16/04 2:40 AM, Martin Costabel at [EMAIL PROTECTED] wrote:

 Randall Perry wrote:
 
 It wasn't happening with selfupdate so I followed the special instructions
 at http://fink.sourceforge.net/download/fix-upgrade.php, and it upgraded ok
 to 0.7.0, but I think it failed at cctools-extra.
 
 What version of fink (fink the program, not Fink the distribution) do
 you have installed? fink -V. The URL you gave tells you to install
 fink-0.11.1-10, which is extremely old and might indeed not understand
 version numbers of the 1:495-1 variety. You should get a newer fink first.

Thanks, that was it. I assumed 'fink install fink' would do it, and it did
:J)


-- 
Randall Perry
sysTame

Xserve Web Hosting/Co-location
Website Development/Promotion
Mac Consulting/Sales

http://www.systame.com/




---
This SF.Net email is sponsored by: SourceForge.net Broadband
Sign-up now for SourceForge Broadband and get the fastest
6.0/768 connection for only $19.95/mo for the first 3 months!
http://ads.osdn.com/?ad_id=2562alloc_id=6184op=click
___
Fink-users mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/fink-users


[Fink-users] Cctools-extra version error

2004-05-15 Thread Randall Perry
Upgraded to fink 0.7.0 and am using CVS.

Tried to install some packages and am getting this error:
Failed: Illegal version specification '= 1:495-1' for package cctools-extra

1st time I got the error cctools-extra wasn't installed. I installed and
tried again but get the same error. What's it mean? Did somebody goof on the
version#?


-- 
Randall Perry
sysTame

Xserve Web Hosting/Co-location
Website Development/Promotion
Mac Consulting/Sales

http://www.systame.com/




---
This SF.Net email is sponsored by: SourceForge.net Broadband
Sign-up now for SourceForge Broadband and get the fastest
6.0/768 connection for only $19.95/mo for the first 3 months!
http://ads.osdn.com/?ad_id=2562alloc_id=6184op=click
___
Fink-users mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/fink-users


Re: [Fink-users] Cctools-extra version error

2004-05-15 Thread Alexander K . Hansen
On May 15, 2004, at 2:05 PM, Randall Perry wrote:
Upgraded to fink 0.7.0 and am using CVS.
Tried to install some packages and am getting this error:
Failed: Illegal version specification '= 1:495-1' for package 
cctools-extra

1st time I got the error cctools-extra wasn't installed. I installed 
and
tried again but get the same error. What's it mean? Did somebody goof 
on the
version#?


How did you do the update?  cctools-extra is a mandatory package for 
current versions of FInk and should have been installed when you 
upgraded.

--
Alexander K. Hansen
Fink Documentarian
Day Job:  Levitated Dipole Experiment
http://www.psfc.mit.edu/LDX

---
This SF.Net email is sponsored by: SourceForge.net Broadband
Sign-up now for SourceForge Broadband and get the fastest
6.0/768 connection for only $19.95/mo for the first 3 months!
http://ads.osdn.com/?ad_id=2562alloc_id=6184op=click
___
Fink-users mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/fink-users


Re: [Fink-users] Cctools-extra version error

2004-05-15 Thread Randall Perry
on 5/15/04 2:52 PM, Alexander K. Hansen at [EMAIL PROTECTED] wrote:

 On May 15, 2004, at 2:05 PM, Randall Perry wrote:
 
 Upgraded to fink 0.7.0 and am using CVS.
 
 Tried to install some packages and am getting this error:
 Failed: Illegal version specification '= 1:495-1' for package
 cctools-extra
 
 1st time I got the error cctools-extra wasn't installed. I installed
 and
 tried again but get the same error. What's it mean? Did somebody goof
 on the
 version#?
 
 
 
 How did you do the update?  cctools-extra is a mandatory package for
 current versions of FInk and should have been installed when you
 upgraded.
 
It wasn't happening with selfupdate so I followed the special instructions
at http://fink.sourceforge.net/download/fix-upgrade.php, and it upgraded ok
to 0.7.0, but I think it failed at cctools-extra.


 --
 Alexander K. Hansen
 Fink Documentarian
 Day Job:  Levitated Dipole Experiment
 http://www.psfc.mit.edu/LDX
 
 
 
 ---
 This SF.Net email is sponsored by: SourceForge.net Broadband
 Sign-up now for SourceForge Broadband and get the fastest
 6.0/768 connection for only $19.95/mo for the first 3 months!
 http://ads.osdn.com/?ad_id=2562alloc_id=6184op=click
 ___
 Fink-users mailing list
 [EMAIL PROTECTED]
 https://lists.sourceforge.net/lists/listinfo/fink-users

-- 
Randall Perry
sysTame

Xserve Web Hosting/Co-location
Website Development/Promotion
Mac Consulting/Sales

http://www.systame.com/




---
This SF.Net email is sponsored by: SourceForge.net Broadband
Sign-up now for SourceForge Broadband and get the fastest
6.0/768 connection for only $19.95/mo for the first 3 months!
http://ads.osdn.com/?ad_id=2562alloc_id=6184op=click
___
Fink-users mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/fink-users


[Fink-users] cctools-extra - can't make

2003-12-14 Thread Cortland Haws
I am trying to install cctools-extra. I am using Darwin/x86 (7.0.1) 
with the 10.2-gcc3.3 distribution selected.

Installation procedure involves creating a file /var/tmp/tmp.1.* which 
contains the following script:
#!/bin/sh

pushd libstuff
make
popd
pushd misc
make
popd
Manually running the commands in this script (starting in the 
'/sw/src/cctools-extra-495-1/cctools-495' directory) with 'make -d' 
instead of 'make' reveals that there is a problem:
Reading makefiles...
Reading makefile 'Makefile'...
Got a SIGCHLD; 1 unreaped children
This also occurs after using 'pushd misc' and even when trying to run 
make in the main source directory itself.

Also, during 'fink install cctools-extra, the following output is shown:
pathch -p1 
/sw/fink/dists/unstable/main/finkinfo/base/cctools-extra.patch
patching file misc/seg_addr_table.c
Hunk #1 succeeded at 42 with fuzz 1 (offset 22 lines).
/var/tmp/tmp.1.IBo4hK
...
I am currently thinking that the patch is creating the problem with 
making stuff, but it doesn't seem like it would apply while in 
libstuff.

Any thoughts? Perhaps this is something of a problem with unstable?

http://pixelcort.com/
JabberID: [EMAIL PROTECTED]


---
This SF.net email is sponsored by: SF.net Giveback Program.
Does SourceForge.net help you be more productive?  Does it
help you create better code?  SHARE THE LOVE, and help us help
YOU!  Click Here: http://sourceforge.net/donate/
___
Fink-users mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/fink-users


Re: [Fink-users] cctools-extra - can't make

2003-12-14 Thread Cortland Haws
After examining the situation more throughly, I realized that unreaped 
children are just processes that make is waiting upon. However, running 
top shows no other tasks running after gnumake (which I'm guessing is 
the make being run). What children is libstuff Makefile using which can 
cause this problem?

This problem went from trying to run 'fink selfupdate' to 'fink install 
cctools-extra' to examing the patch and the compile code to looking at 
how make is working to trying to find where these unreaped children 
are.

On Dec 13, 2003, at 11:52 PM, Cortland Haws wrote:

Manually running the commands in this script (starting in the 
'/sw/src/cctools-extra-495-1/cctools-495' directory) with 'make -d' 
instead of 'make' reveals that there is a problem:
Reading makefiles...
Reading makefile 'Makefile'...
Got a SIGCHLD; 1 unreaped children
This also occurs after using 'pushd misc' and even when trying to run 
make in the main source directory itself.

...

I am currently thinking that the patch is creating the problem with 
making stuff, but it doesn't seem like it would apply while in 
libstuff.

Any thoughts? Perhaps this is something of a problem with unstable?

http://pixelcort.com/
JabberID: [EMAIL PROTECTED]


---
This SF.net email is sponsored by: SF.net Giveback Program.
Does SourceForge.net help you be more productive?  Does it
help you create better code?  SHARE THE LOVE, and help us help
YOU!  Click Here: http://sourceforge.net/donate/
___
Fink-users mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/fink-users


[Fink-users] cctools-extra

2003-11-22 Thread Stan Sanderson
After fink selfupdate, cctools-extra1:495-1 shows as (i). However, 
none of the mirrors has it (at least those on my list). I would wait to 
report this, except that such events usually generate many list 
messages. I am using the 10.2 gcc 3.3 branch; everything else reports 
up-to-date.

Stan



---
This SF.net email is sponsored by: SF.net Giveback Program.
Does SourceForge.net help you be more productive?  Does it
help you create better code?  SHARE THE LOVE, and help us help
YOU!  Click Here: http://sourceforge.net/donate/
___
Fink-users mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/fink-users


Re: [Fink-users] cctools-extra

2003-11-22 Thread Martin Costabel
Stan Sanderson wrote:

After fink selfupdate, cctools-extra1:495-1 shows as (i). However, 
none of the mirrors has it (at least those on my list). I would wait to 
report this, except that such events usually generate many list 
messages. I am using the 10.2 gcc 3.3 branch; everything else reports 
up-to-date.
I just installed it successfulley. The source came from Ben R's site. I 
had to say Retry the same mirror once.

--
Martin




---
This SF.net email is sponsored by: SF.net Giveback Program.
Does SourceForge.net help you be more productive?  Does it
help you create better code?  SHARE THE LOVE, and help us help
YOU!  Click Here: http://sourceforge.net/donate/
___
Fink-users mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/fink-users


Re: [Fink-users] cctools-extra

2003-11-22 Thread Benjamin Reed
Stan Sanderson wrote:

After fink selfupdate, cctools-extra1:495-1 shows as (i). However, 
none of the mirrors has it (at least those on my list). I would wait to 
report this, except that such events usually generate many list 
messages. I am using the 10.2 gcc 3.3 branch; everything else reports 
up-to-date.
Did you try Retry using original source URL ?  It's not made it to the 
fink tarball mirrors yet.  It's there at the original source URL 
(although I notice that's still pointing to my home page, I've just 
changed it to point to the SourceForge copy).

--
Benjamin Reed a.k.a. Ranger Rick -- http://ranger.befunk.com/
gpg: 6401 D02A A35F 55E9 D7DD  71C5 52EF A366 D3F6 65FE
A computer scientist is someone who, when told to 'Go to Hell', sees
the 'go to', rather than the destination, as harmful.


pgp0.pgp
Description: PGP signature


Re: [Fink-users] cctools-extra

2003-11-22 Thread Stan Sanderson
Martin and Ben-

Thanks- it is currently downloading.

Stan
On Saturday, November 22, 2003, at 04:54  PM, Benjamin Reed wrote:
Stan Sanderson wrote:

After fink selfupdate, cctools-extra1:495-1 shows as (i). 
However, none of the mirrors has it (at least those on my list). I 
would wait to report this, except that such events usually generate 
many list messages. I am using the 10.2 gcc 3.3 branch; everything 
else reports up-to-date.
Did you try Retry using original source URL ?  It's not made it to 
the fink tarball mirrors yet.  It's there at the original source URL 
(although I notice that's still pointing to my home page, I've just 
changed it to point to the SourceForge copy).

--
Benjamin Reed a.k.a. Ranger Rick -- http://ranger.befunk.com/
gpg: 6401 D02A A35F 55E9 D7DD  71C5 52EF A366 D3F6 65FE
A computer scientist is someone who, when told to 'Go to Hell', sees
the 'go to', rather than the destination, as harmful.
mime-attachment
Stan



---
This SF.net email is sponsored by: SF.net Giveback Program.
Does SourceForge.net help you be more productive?  Does it
help you create better code?  SHARE THE LOVE, and help us help
YOU!  Click Here: http://sourceforge.net/donate/
___
Fink-users mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/fink-users


Re: [Fink-users] cctools-extra

2003-11-22 Thread Kevin Horton
At 17:54 -0500 22/11/03, you wrote:
Stan Sanderson wrote:

After fink selfupdate, cctools-extra1:495-1 shows as (i). 
However, none of the mirrors has it (at least those on my list). I 
would wait to report this, except that such events usually generate 
many list messages. I am using the 10.2 gcc 3.3 branch; everything 
else reports up-to-date.
Did you try Retry using original source URL ?  It's not made it to 
the fink tarball mirrors yet.  It's there at the original source URL 
(although I notice that's still pointing to my home page, I've just 
changed it to point to the SourceForge copy).
I had to select option [5] Retry using next mirror set sourceforge. 
None of the other options worked, and option [5] was never 
automatically selected as fink cycled through the various 
possibilities.

---
This SF.net email is sponsored by: SF.net Giveback Program.
Does SourceForge.net help you be more productive?  Does it
help you create better code?  SHARE THE LOVE, and help us help
YOU!  Click Here: http://sourceforge.net/donate/
___
Fink-users mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/fink-users