[Fink-users] G5, OSX 10.4, and 64bit-cpu

2007-07-18 Thread Dominique Dhumieres
I have finally decided to install 10.4 on my G5.
Apparently the 64 bit capability of the G5 is note detected:

 64bit-cpu0-1   [virtual package 
representing the 64bit capability of the CPU]

What is wrong: my understanding of the G5 capabilities
or my installation?

TIA

Dominique

-
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
___
Fink-users mailing list
Fink-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-users


Re: [Fink-users] G5, OSX 10.4, and 64bit-cpu

2007-07-18 Thread David R. Morrison

On Jul 18, 2007, at 4:41 AM, Dominique Dhumieres wrote:

 I have finally decided to install 10.4 on my G5.
 Apparently the 64 bit capability of the G5 is note detected:

  64bit-cpu0-1   [virtual  
 package representing the 64bit capability of the CPU]

 What is wrong: my understanding of the G5 capabilities
 or my installation?


What do you get from

   sysctl -a | grep 64


-
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
___
Fink-users mailing list
Fink-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-users


[Fink-users] Java Compiler Exception on running fink selfupdate

2007-07-18 Thread kalkin-

Hello,

if I'm running the command fink selfupdate the following error occurs  
http://pastebin.ca/raw/624830 . I tried to use Java 1.6 and Java 1.4  
but without success.


Any ideas?

kalkin-

--
So this is how liberty dies. With thunderous applause.
(Star Wars III, Padmé Amidala)



PGP.sig
Description: Signierter Teil der Nachricht
-
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/___
Fink-users mailing list
Fink-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-users


Re: [Fink-users] G5, OSX 10.4, and 64bit-cpu

2007-07-18 Thread Dominique Dhumieres
 What do you get from

sysctl -a | grep 64

hw.l2settings = 2147483648
net.inet.ip.ttl: 64
net.inet.ip.dummynet.hash_size: 64
net.inet.tcp.rfc1644: 0
net.inet6.ip6.hlim: 64
net.inet6.ip6.temppltime: 86400
hw.optional.64bitops: 1

sysctl -a | grep cpu gives:

hw.ncpu = 1
hw.cpufrequency = 18
hw.availcpu = 1
hw.ncpu: 1
hw.activecpu: 1
hw.physicalcpu: 1
hw.physicalcpu_max: 1
hw.logicalcpu: 1
hw.logicalcpu_max: 1
hw.cputype: 18
hw.cpusubtype: 100
hw.cpufrequency: 18
hw.cpufrequency_min: 18
hw.cpufrequency_max: 18

Dominique

-
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
___
Fink-users mailing list
Fink-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-users


Re: [Fink-users] Java Compiler Exception on running fink selfupdate

2007-07-18 Thread Alexander K. Hansen
kalkin- wrote:
 Hello,

 if I'm running the command fink selfupdate the following error occurs 
 http://pastebin.ca/raw/624830 . I tried to use Java 1.6 and Java 1.4 
 but without success.

 Any ideas?

 kalkin-

It would be useful to have the following information:

your architecture
your OS version
your Xcode Tools version
whether you installed any non-Apple-provided Java stuff.

-- 
Alexander K. Hansen
Fink User Liaison/Documenter
akh AT finkproject DOT org


-
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
___
Fink-users mailing list
Fink-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-users


Re: [Fink-users] Java Compiler Exception on running fink selfupdate

2007-07-18 Thread kalkin-

Hi,

Am 18.07.2007 um 18:49 schrieb Alexander K. Hansen:


your architecture


PowerBook G4 15 1,67


your OS version


Mac OSX Tiger 10.4.9


your Xcode Tools version

The latest version of Xcode for Tiger


whether you installed any non-Apple-provided Java stuff.


No.

kalkin-

--
So this is how liberty dies. With thunderous applause.
(Star Wars III, Padmé Amidala)



PGP.sig
Description: Signierter Teil der Nachricht
-
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/___
Fink-users mailing list
Fink-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-users


Re: [Fink-users] G5, OSX 10.4, and 64bit-cpu

2007-07-18 Thread Martin Costabel
David R. Morrison wrote:
 On Jul 18, 2007, at 4:41 AM, Dominique Dhumieres wrote:
 
 I have finally decided to install 10.4 on my G5.
 Apparently the 64 bit capability of the G5 is note detected:

  64bit-cpu0-1   [virtual  
 package representing the 64bit capability of the CPU]

 What is wrong: my understanding of the G5 capabilities
 or my installation?

 
 What do you get from
 
sysctl -a | grep 64

Looks like a typo in perlmod/Fink/VirtPackage.pm in the line

if (open(SYSCTL, 'sysctl -a')) {

Shouldn't there be a pipe '|' after the command? Of course, I don't 
speak perl as well as RR who wrote this, but my man perlopentut says 
so :-)

-- 
Martin




-
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
___
Fink-users mailing list
Fink-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-users


Re: [Fink-users] G5, OSX 10.4, and 64bit-cpu

2007-07-18 Thread Mark J. Reed
On 7/18/07, Martin Costabel [EMAIL PROTECTED] wrote:
 Looks like a typo in perlmod/Fink/VirtPackage.pm in the line

 if (open(SYSCTL, 'sysctl -a')) {

 Shouldn't there be a pipe '|' after the command? Of course, I don't
 speak perl as well as RR who wrote this, but my man perlopentut says
 so :-)

Yup.  Without the pipe it looks for a file named sysctl -a.  Not
finding it, the open fails and the body of the if doesn't run.  Is
there an else block?

-- 
Mark J. Reed [EMAIL PROTECTED]

-
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
___
Fink-users mailing list
Fink-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-users


Re: [Fink-users] Java Compiler Exception on running fink selfupdate

2007-07-18 Thread Alexander K. Hansen
kalkin- wrote:
 Hi,

 Am 18.07.2007 um 18:49 schrieb Alexander K. Hansen:

 your architecture

 PowerBook G4 15 1,67

 your OS version

 Mac OSX Tiger 10.4.9

 your Xcode Tools version
 The latest version of Xcode for Tiger

 whether you installed any non-Apple-provided Java stuff.

 No.

 kalkin-

 
If you try fink update dpkg, does it fail identically every time? 

-- 
Alexander K. Hansen
Fink User Liaison/Documenter
akh AT finkproject DOT org


-
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
___
Fink-users mailing list
Fink-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-users


Re: [Fink-users] G5, OSX 10.4, and 64bit-cpu

2007-07-18 Thread Martin Costabel
Mark J. Reed wrote:
 On 7/18/07, Martin Costabel [EMAIL PROTECTED] wrote:
 Looks like a typo in perlmod/Fink/VirtPackage.pm in the line

 if (open(SYSCTL, 'sysctl -a')) {

 Shouldn't there be a pipe '|' after the command? Of course, I don't
 speak perl as well as RR who wrote this, but my man perlopentut says
 so :-)
 
 Yup.  Without the pipe it looks for a file named sysctl -a.  Not
 finding it, the open fails and the body of the if doesn't run.  Is
 there an else block?

No, but when the if block is actually executed, it is not a pretty sight 
either...

Our perl gurus will sort this out quickly, I'm sure.

-- 
Martin



-
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
___
Fink-users mailing list
Fink-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-users


Re: [Fink-users] Odd issues with Fink-0.8.1-Intel

2007-07-18 Thread Alexander K. Hansen
Enzo wrote:
snip
 I did notice that some of the download mirror sites
 didn't work and I had to tell it to try the next one
 several times.

   
It would be nice for us to know which ones were causing problems and a 
bit more specific information:  were these Fink Master mirror sites or  
those from the original source.  That is, paste up a sample.

-- 
Alexander K. Hansen
Fink User Liaison/Documenter
akh AT finkproject DOT org


-
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
___
Fink-users mailing list
Fink-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-users


Re: [Fink-users] Java Compiler Exception on running fink selfupdate

2007-07-18 Thread kalkin-


Am 18.07.2007 um 20:20 schrieb Alexander K. Hansen:


If you try fink update dpkg, does it fail identically every time?


Yes it does.



PGP.sig
Description: Signierter Teil der Nachricht
-
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/___
Fink-users mailing list
Fink-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-users


Re: [Fink-users] G5, OSX 10.4, and 64bit-cpu

2007-07-18 Thread Dominique Dhumieres
Changing 'if (open(SYSCTL, 'sysctl -a')) {' to

if (open(SYSCTL, 'sysctl -a | grep hw.optional.64bitops |')) {

works on my system.

Dominique

-
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
___
Fink-users mailing list
Fink-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-users


Re: [Fink-users] Java Compiler Exception on running fink selfupdate

2007-07-18 Thread Alexander K. Hansen
kalkin- wrote:

 Am 18.07.2007 um 20:20 schrieb Alexander K. Hansen:

 If you try fink update dpkg, does it fail identically every time?

 Yes it does.

OK--we can rule out anything sporadic, such as a filesystem issue.  I 
don't recall ever having seen this particular problem before (and that 
version dpkg built for me, too).  One possibility is that your Java 
install is missing  a file--Apple's installer has been known to drop a 
file here and there.

-
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
___
Fink-users mailing list
Fink-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-users