Re: [Fink-devel] 10.2-gcc3 issues

2003-10-22 Thread Martin Costabel
Blair Zajac wrote:
[]
g77 3.4 fixes some bugs that are exposed using the assembler apple ships
with the gcc 3.3 update (g77 3.3.1 won't work if you have the gcc 3.3
update).  There is nothing special about the 20030827 snapshot - it was
just the latest one available when I built the package.


Jeff,

I just noticed that 3.3.2 was released on ftp.gnu.org.  Here are
the fixes in 3.3.2 spec
Darwin (and MacOS X) specific
10900 trampolines crash
PowerPC-specific
11087 [powerpc64-linux] GCC miscompiles raid1.c from linux kernel 
11319 loop miscompiled on ppc32 
11949 ICE Compiler segfault with ffmpeg -maltivec code 

Is the trampoline crash the issue that is fixed in the 3.4 snapshot?and
No, I don't think any of the above bugs has anything to do with the 
fortran bug. That bug was patched here 
http://gcc.gnu.org/ml/gcc-patches/2003-07/msg02565.html
but I don't know if this was ever backported to 3.3

In any case, the g77 compile problems have nothing to do with all of 
this. The newer the sources, the higher the probablity that the G5 is 
supported. Unless, of course, you can get your hands on Apple's sources 
instead of pure gcc.

--
Martin




---
This SF.net email is sponsored by OSDN developer relations
Here's your chance to show off your extensive product knowledge
We want to know what you know. Tell us and you have a chance to win $100
http://www.zoomerang.com/survey.zgi?HRPT1X3RYQNC5V4MLNSV3E54
___
Fink-devel mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/fink-devel


[Fink-devel] Advice...

2003-10-22 Thread Pedro Massobrio
From Fink's point of view, which is the best advice to give average 
fink-users, in order
to prepare for a smooth transition to the soon coming installation of 
MacOS X 10.3 ?

Thanks and regards,

Pedro



---
This SF.net email is sponsored by OSDN developer relations
Here's your chance to show off your extensive product knowledge
We want to know what you know. Tell us and you have a chance to win $100
http://www.zoomerang.com/survey.zgi?HRPT1X3RYQNC5V4MLNSV3E54
___
Fink-devel mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/fink-devel


Re: [Fink-devel] polite prebinding

2003-10-22 Thread David R. Morrison
Martin,

That warning would be more easily understood if it were worded differently.
Instead of prebinding not disabled because foo overlaps with bar it
should say prebinding not disabled even though foo overlaps with bar.
Normally, an overlap would cause the linker not to prebind, but we're
telling it to prebind anyway.  This is because of Ben Reed's magic
where the prebinding gets fixed up after all the compiling is done
(after installation of the package, in fact).

  -- Dave


---
This SF.net email is sponsored by OSDN developer relations
Here's your chance to show off your extensive product knowledge
We want to know what you know. Tell us and you have a chance to win $100
http://www.zoomerang.com/survey.zgi?HRPT1X3RYQNC5V4MLNSV3E54
___
Fink-devel mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/fink-devel


[Fink-devel] How to rebuild all fink packages installed in 10.2-gcc3.3 rsync?

2003-10-22 Thread Jack Howarth
I have determined (as mentioned in my message on fink-users) that
the build failures under Darwin 6.8.5 on my G5 of the most current g77 3.4
package is due entirely to fink itself. If I disable fink and build
manually there are no problems and after sourcing fink, a make check-g77
of that build perfectly matches that gotten by Apple for that snapshot.
I think we should try to pin this down two way if possible...

1) any interested fink developer on 10.2-gcc3.3 who doesn't have problems
building the current g77 3.4 in fink might want to move aside their /sw
and do a fresh install of fink, ./inject.pl and fink selfupdate-rsync.
Perhaps that will expose the problem to more people.

2) locally I would like to find a way to automatically rebuild ALL
installed fink packages on my machine using the Apple Aug 2003 devtools
I have installed. Is there any clever tricks to do this with a form
of the fink rebuild package command? I'm not sure how to
properly script that?
 
Thanks in advance for any advice and help on pinpointing this problem.
Jack


---
This SF.net email is sponsored by OSDN developer relations
Here's your chance to show off your extensive product knowledge
We want to know what you know. Tell us and you have a chance to win $100
http://www.zoomerang.com/survey.zgi?HRPT1X3RYQNC5V4MLNSV3E54
___
Fink-devel mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/fink-devel


Re: [Fink-devel] How to rebuild all fink packages installed in 10.2-gcc3.3 rsync?

2003-10-22 Thread Michael G Schwern
On Sat, Oct 18, 2003 at 11:47:53PM -0400, Jack Howarth wrote:
 2) locally I would like to find a way to automatically rebuild ALL
 installed fink packages on my machine using the Apple Aug 2003 devtools
 I have installed. Is there any clever tricks to do this with a form
 of the fink rebuild package command? I'm not sure how to
 properly script that?

If nobody gives you anything better...

#!/usr/bin/perl -w

my @installed = map { /^\s +i \s+ (\S+)/x; $1 }
grep /^\s+i /, `fink list -i`;

print(fink rebuild @installed);
#system(fink rebuild @installed);


-- 
Michael G Schwern[EMAIL PROTECTED]  http://www.pobox.com/~schwern/
Keep your stick on the ice.
-- Red Green


---
This SF.net email is sponsored by OSDN developer relations
Here's your chance to show off your extensive product knowledge
We want to know what you know. Tell us and you have a chance to win $100
http://www.zoomerang.com/survey.zgi?HRPT1X3RYQNC5V4MLNSV3E54
___
Fink-devel mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/fink-devel


Re: [Fink-devel] How to rebuild all fink packages installed in 10.2-gcc3.3 rsync?

2003-10-22 Thread Benjamin Reed
Michael G Schwern wrote:

On Sat, Oct 18, 2003 at 11:47:53PM -0400, Jack Howarth wrote:

2) locally I would like to find a way to automatically rebuild ALL
installed fink packages on my machine using the Apple Aug 2003 devtools
I have installed. Is there any clever tricks to do this with a form
of the fink rebuild package command? I'm not sure how to
properly script that?
Anything that needs to be updated to be compatible with 3.3 code should 
get updated already by doing fink update-all (anything that needed to 
change for the gcc3.3 tree got a revision bump).

If something's still broken after that, it's a bug in the 10.2-gcc3.3 
tree, and should be reported.  ;)

--
Benjamin Reed a.k.a. Ranger Rick -- http://ranger.befunk.com/
gpg: 6401 D02A A35F 55E9 D7DD  71C5 52EF A366 D3F6 65FE
You CAN'T clean the toilet, Neil, it'll lose all it's character!
  -- Vyvyan


pgp0.pgp
Description: PGP signature


Re: [Fink-devel] 10.3, window managers, and cut paste issues

2003-10-22 Thread Benjamin Reed
Brian Wilson wrote:

After installing 10.3, I was hoping that a simple recompile of the fink
window managers against the Xcode x11-dev package  Xcode gcc would be
sufficient for them to work decently.  I was wrong. In 10.2 I was using
Xdarwin, but I'm using Apple's X11 package at this moment.  I tried to
re-compile fluxbox 0.1.10-2 and blackbox 0.65.0-1 fink packages (and
blackbox-0.65.0 and fluxbox 0.1.14 directly from source).  Both packages
seem to work (load), but cut and paste functionality is totally broken.
Another issue is that the toolbar for both packages (if location is set to
TopCenter) is displayed under the Apple menu bar - thus making it
impossible to use.  The only window manager I've tried that cut and paste
actually work is with apple's quartz-wm. Since I rely on cut and paste so
much, I am using quartz-wm till I can figure out what the problem is.
I'm not sure if this is an issue with Apple's X11 or if this is something
that needs to be patched in the specific window managers.  If anyone has
any ideas, I'm all ears.  I'm willing to recompile whatever if you think
it will fix the issue.
If you're not using quartz-wm, you should install autocutsel, it 
provides similar functionality of sync'ing the clipboards.

If you don't, then cut-and-paste works like it does in traditional X11, 
and there's basically no synchronization with the apple side of things.

--
Benjamin Reed a.k.a. Ranger Rick -- http://ranger.befunk.com/
gpg: 6401 D02A A35F 55E9 D7DD  71C5 52EF A366 D3F6 65FE
You had me at HELO.


pgp0.pgp
Description: PGP signature


[Fink-devel] vim 6.2 not available in 10.2-gcc3.3

2003-10-22 Thread Neal Parikh
Subject says it all. I was told to email stuff like this to fink-devel, 
so here it is. vim 6.1 works extremely well so far, though.

--
Neal Parikh [EMAIL PROTECTED]
Web - http://www.nparikh.org/
In theory, theory is the same as practice. In practice, it isn't. 
(Anon)



---
This SF.net email is sponsored by OSDN developer relations
Here's your chance to show off your extensive product knowledge
We want to know what you know. Tell us and you have a chance to win $100
http://www.zoomerang.com/survey.zgi?HRPT1X3RYQNC5V4MLNSV3E54
___
Fink-devel mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/fink-devel