Re: [gentoo-dev] Re: x32 fun pants

2011-12-12 Thread Francesco Riosa
2011/12/11 Mike Frysinger :
> On Saturday 10 December 2011 20:36:52 Chí-Thanh Christopher Nguyễn wrote:
>> Mike Gilbert schrieb:
>> > I think it is around 2.2 GB on amd64 with debug stuff (-ggdb). Under
>> > half that without the debug.
>> >
>> > I'm pretty sure there gentoo users on x86 that are able to build it;
>> > it does have an x86 keyword afterall. :)
>>
>> Some people mess with kernel/user memory split to avoid HIGHMEM on 32
>> bit systems. If you do that, you might run out of address space.
>
> return -EPEBKAC
> -mike

it's not so fast to retrieve informations on how to build the needed
kernel, could someone post instruction here, also for future
reference?



[gentoo-dev] eclipse-ecj is broken and slows down arch testing / stabilizations

2011-12-12 Thread Paweł Hajdan, Jr.
Please take a look at  .

checking if /usr/bin/ecj works... configure: error: The Java compiler
/usr/bin/ecj failed (see config.log, check the CLASSPATH?)
 * ERROR: dev-java/gnu-classpath-0.98-r3 failed (configure phase):
 *   configure failed

# eselect ecj list
Available ECJ targets:
  [1]   ecj-3.5
# eselect ecj set 1
!!! Warning: Can't set a new ecj provider. There's a file in the way at
/usr/share/eclipse-ecj/ecj.jar. You can try removing it manually, and then
re-running this command.
# rm /usr/share/eclipse-ecj/ecj.jar
# eselect ecj set 1
#

Is there some chance of getting this fixed? This happens on stable x86
system.



signature.asc
Description: OpenPGP digital signature


Re: [gentoo-dev] News Item - MythTV

2011-12-12 Thread Peter Volkov
В Птн, 09/12/2011 в 20:38 -0500, Rich Freeman пишет:
> I'm considering sending out this news item in a few days - comments
> are welcome.  It is a bit different in tone from a typical news item
> but MythTV has been in not-so-great shape for a while and my goal is
> to reel things in a bit and commit to something we can continue to
> maintain, while soliciting help from the community.

This does not look like a news item, but more like a project status
update or blog post. Probably it's much better to create webpage (or
news item) on www.gentoo.org and add elog/ewarn to point there. Once
mythtv team changes this information may change, but all users will see
it anyway.

--
Peter.




Re: [gentoo-dev] Re: x32 fun pants

2011-12-12 Thread Mike Frysinger
On Monday 12 December 2011 09:47:44 Francesco Riosa wrote:
> 2011/12/11 Mike Frysinger :
> > On Saturday 10 December 2011 20:36:52 Chí-Thanh Christopher Nguyễn wrote:
> >> Mike Gilbert schrieb:
> >> > I think it is around 2.2 GB on amd64 with debug stuff (-ggdb). Under
> >> > half that without the debug.
> >> > 
> >> > I'm pretty sure there gentoo users on x86 that are able to build it;
> >> > it does have an x86 keyword afterall. :)
> >> 
> >> Some people mess with kernel/user memory split to avoid HIGHMEM on 32
> >> bit systems. If you do that, you might run out of address space.
> > 
> > return -EPEBKAC
> 
> it's not so fast to retrieve informations on how to build the needed
> kernel, could someone post instruction here, also for future
> reference?

don't mess with the defaults ?
-mike


signature.asc
Description: This is a digitally signed message part.


[gentoo-dev] Last Rites: app-admin/php-toolkit, dev-php/PEAR-Text_Diff, dev-php/PEAR-DB_Table

2011-12-12 Thread Ole Markus With

# Ole Markus With  (12 Dec 2011)
# Masked due to dead upstream or being superseded
# Bugs 393979, 393893, 392853
app-admin/php-toolkit
dev-php/PEAR-Text_Diff
dev-php/PEAR-DB_Table



[gentoo-dev] key signing at SCALE 2012

2011-12-12 Thread Mike Frysinger
anyone who is going to be at SCALE 2012 should send me their gpg fingerprint:
gpg --fingerprint 

so in my case, it'd be:
gpg --fingerprint E837F581

i'll take care of the rest (and post follow up details as we get closer)

note: anyone can join the signing party here ... you don't have to be a Gentoo 
developer
-mike


signature.asc
Description: This is a digitally signed message part.


Re: [gentoo-dev] Re: x32 fun pants

2011-12-12 Thread Francesco Riosa
2011/12/12 Mike Frysinger :
> On Monday 12 December 2011 09:47:44 Francesco Riosa wrote:
>> 2011/12/11 Mike Frysinger :
>> > On Saturday 10 December 2011 20:36:52 Chí-Thanh Christopher Nguyễn wrote:
>> >> Mike Gilbert schrieb:
>> >> > I think it is around 2.2 GB on amd64 with debug stuff (-ggdb). Under
>> >> > half that without the debug.
>> >> >
>> >> > I'm pretty sure there gentoo users on x86 that are able to build it;
>> >> > it does have an x86 keyword afterall. :)
>> >>
>> >> Some people mess with kernel/user memory split to avoid HIGHMEM on 32
>> >> bit systems. If you do that, you might run out of address space.
>> >
>> > return -EPEBKAC
>>
>> it's not so fast to retrieve informations on how to build the needed
>> kernel, could someone post instruction here, also for future
>> reference?
>
> don't mess with the defaults ?
> -mike

not there yet, I was looking for this:

git clone https://github.com/hjl-tools/linux.git
git checkout hjl/x32/lfs/v3.1

when it will be finished I'll mess with the defaults