|
View:
New views
5 Messages
—
Rating Filter:
Alert me
|
|
|
questions about 8.0-RELEASEOk.
So, I heard it on the 'tubes that 8.0 is in BETA atm, and will rock pretty damned hard. But, I have a few questions, being a PowerPC user, and also having some disappointment with the state of things in 7.2 especially on this platform. First, has libm finally had the log2 functions defined in the C99 spec added? (this is an issue dating back to 2005, standards/83845 ) Second, I'm aware that altivec support is implemented in -CURRENT, as of some months ago, will this be stable enough for release? Third (more a support question), what's a good and quick way to clean out every port? I'll need to recompile everything (damn tier 2 ;)) Fourth, how is the new shared versioning meant to work? Thanks in advance, -- Horst. |
|
|
Re: questions about 8.0-RELEASEHello,
For the ports part: pkg_delete -fa rm -rf /usr/ports/*/*/work That'll result in a clean system, without any ports, and a wiping workdirs. If you also want to remove the currently specified OPTIONS, than also wipe /var/db/ports/ . man pkg_delete; and man ports will help you understand what are these command doing. On Wed, 22 Jul 2009 17:07:03 +1000 Horst Günther Burkhardt III <horst@...> wrote: > Ok. > > So, I heard it on the 'tubes that 8.0 is in BETA atm, and will rock > pretty damned hard. > > But, I have a few questions, being a PowerPC user, and also having > some disappointment with the state of things in 7.2 especially on this > platform. > > First, has libm finally had the log2 functions defined in the C99 spec > added? (this is an issue dating back to 2005, standards/83845 ) > > Second, I'm aware that altivec support is implemented in -CURRENT, as > of some months ago, will this be stable enough for release? > > Third (more a support question), what's a good and quick way to clean > out every port? I'll need to recompile everything (damn tier 2 ;)) > > Fourth, how is the new shared versioning meant to work? > > Thanks in advance, > > -- Horst. > -- Sincerely, Gergely CZUCZY Harmless Digital Bt +36-30-9702963 _______________________________________________ freebsd-ppc@... mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-ppc To unsubscribe, send any mail to "freebsd-ppc-unsubscribe@..." |
|
|
Re: questions about 8.0-RELEASEOn Wed, Jul 22, 2009 at 3:07 AM, Horst Günther Burkhardt
III<horst@...> wrote: > Ok. > > So, I heard it on the 'tubes that 8.0 is in BETA atm, and will rock > pretty damned hard. > > But, I have a few questions, being a PowerPC user, and also having some > disappointment with the state of things in 7.2 especially on this > platform. > > First, has libm finally had the log2 functions defined in the C99 spec > added? (this is an issue dating back to 2005, standards/83845 ) > > Second, I'm aware that altivec support is implemented in -CURRENT, as of > some months ago, will this be stable enough for release? I've been compiling everything with altivec for the past few months, with no problems, and I abuse the hell out of my system, so I can safely say that it's stable enough for release. Base won't have it enabled, but you can enable it for ports in make.conf. - Justin _______________________________________________ freebsd-ppc@... mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-ppc To unsubscribe, send any mail to "freebsd-ppc-unsubscribe@..." |
|
|
Re: questions about 8.0-RELEASEHorst Günther Burkhardt III wrote:
> Ok. > > So, I heard it on the 'tubes that 8.0 is in BETA atm, and will rock > pretty damned hard. > > But, I have a few questions, being a PowerPC user, and also having some > disappointment with the state of things in 7.2 especially on this > platform. > > First, has libm finally had the log2 functions defined in the C99 spec > added? (this is an issue dating back to 2005, standards/83845 ) > implemented either, which can be a huge pain. > Second, I'm aware that altivec support is implemented in -CURRENT, as of > some months ago, will this be stable enough for release? There was Altivec in 7.2-RELEASE as well, and it is quite stable. Ports that know about it will use it by themselves, or you can define something like CPUTYPE=7450 in make.conf to have the compiler try to autovectorize things. 8.0 has a bunch of other new PowerPC features like audio, SMP, G5 support, ATA DMA, ADB keyboard and mouse support, some basic power management, including cpufreq, etc. Hopefully it will be a better experience than 7.2 -- the big architectural differences between 8.0 PowerPC and 7.0 PowerPC have made it difficult to MFC things for some time. -Nathan _______________________________________________ freebsd-ppc@... mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-ppc To unsubscribe, send any mail to "freebsd-ppc-unsubscribe@..." |
|
|
|
| Free embeddable forum powered by Nabble | Forum Help |