Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
Raspberry Pi
View unanswered posts
View posts from last 24 hours

Goto page Previous  1, 2, 3  
Reply to topic    Gentoo Forums Forum Index Other Things Gentoo
View previous topic :: View next topic  
Author Message
xaviermiller
Bodhisattva
Bodhisattva


Joined: 23 Jul 2004
Posts: 8706
Location: ~Brussels - Belgique

PostPosted: Mon Sep 24, 2012 8:16 pm    Post subject: Reply with quote

USE="-acl" would be OK
_________________
Kind regards,
Xavier Miller
Back to top
View user's profile Send private message
gasparov
Tux's lil' helper
Tux's lil' helper


Joined: 13 Apr 2006
Posts: 105

PostPosted: Mon Sep 24, 2012 8:33 pm    Post subject: Reply with quote

thanks XavierMiller, I hope I don't brake anything :D
Back to top
View user's profile Send private message
xaviermiller
Bodhisattva
Bodhisattva


Joined: 23 Jul 2004
Posts: 8706
Location: ~Brussels - Belgique

PostPosted: Mon Sep 24, 2012 8:37 pm    Post subject: Reply with quote

Nope, I also disabled ACL, which is only useful for multi-user server systems ;)
_________________
Kind regards,
Xavier Miller
Back to top
View user's profile Send private message
Blu3Knight
n00b
n00b


Joined: 28 Sep 2012
Posts: 1

PostPosted: Fri Sep 28, 2012 3:26 pm    Post subject: BinHost Reply with quote

Do you think it would be helpful to have a BinHost with the most common flags as decided by the community here?

I know that currently a number of people use the built distributions because it is the easiest thing possible, and as a community we come up with some flags and I use the compile farm (Native Arm / Raspberry PI Farm) to pre-build this.

Do you guys think this wold be good to advance Gentoo further to Raspberry PI?

Yury
Back to top
View user's profile Send private message
NeddySeagoon
Administrator
Administrator


Joined: 05 Jul 2003
Posts: 54097
Location: 56N 3W

PostPosted: Fri Sep 28, 2012 7:00 pm    Post subject: Reply with quote

Blu3Knight,

Put it to the test ...

I don't have a native compile farm but crossdev and cross distcc with a AMD Phenom II 1090 helping out works too.
There are several stage4 Gentoo tarballs on the web.
_________________
Regards,

NeddySeagoon

Computer users fall into two groups:-
those that do backups
those that have never had a hard drive fail.
Back to top
View user's profile Send private message
gasparov
Tux's lil' helper
Tux's lil' helper


Joined: 13 Apr 2006
Posts: 105

PostPosted: Sun Sep 30, 2012 7:32 pm    Post subject: Reply with quote

Building gcc with crossdev and emerging the binary on the raspberry broke the system for me, something got wrong with gcc-config as other users reported (not related with raspberry), libgcc_s.so.1 missing and broken bash as a consequence.

If you encounter this problem there's a solution, thanks XavierMiller , reported here (slightly different from the original one)
Code:
bb
ln /usr/lib/gcc/***ARCH**/**NEW_VERSION**/libgcc_s.so.1 /usr/lib
gcc-config -l **NEWVERSION**
ldconfig
exit


If you already logged out or rebooted (it won't boot) mount the sd card on your desktop , just link the libraries and it will boot again, then do gcc-config. I don't know if ld-config is necessary but that was in the original workaround

BTW I'm starting to hate crossdev
Back to top
View user's profile Send private message
dmage
n00b
n00b


Joined: 16 Jan 2009
Posts: 3

PostPosted: Sun Jan 13, 2013 8:58 pm    Post subject: Reply with quote

gasparov wrote:
It doesn't build using crossedv

You can fix this by patching ebuild:
Code:
--- /usr/portage/sys-apps/coreutils/coreutils-8.20.ebuild       2013-01-01 23:01:29.000000000 +0400
+++ /usr/local/portage/dmage-overlay/sys-apps/coreutils/coreutils-8.20.ebuild   2013-01-14 00:40:01.000000000 +0400
@@ -68,6 +68,7 @@
        if tc-is-cross-compiler && [[ ${CHOST} == *linux* ]] ; then
                export fu_cv_sys_stat_statfs2_bsize=yes #311569
                export gl_cv_func_realpath_works=yes #416629
+               export gl_cv_func_working_acl_get_file=yes
        fi
 
        export gl_cv_func_mknod_works=yes #409919
Back to top
View user's profile Send private message
_______0
Guru
Guru


Joined: 15 Oct 2012
Posts: 521

PostPosted: Mon Jan 14, 2013 1:47 pm    Post subject: Reply with quote

what are the options of a power source for the PI? and how much cost?
Back to top
View user's profile Send private message
NeddySeagoon
Administrator
Administrator


Joined: 05 Jul 2003
Posts: 54097
Location: 56N 3W

PostPosted: Mon Jan 14, 2013 1:56 pm    Post subject: Reply with quote

_______0,

A smartphone charger that will provide over 1A works well. Mine was £6.25.

You may be able to use a powered USB hub or a USB port on a PC but they are supposed to only provide 500mA, which is a little on the low side. If you do try this, you will need a cable that has something better than 28AWG wire. So Asda and Tesco ones won't work.

My Raspberry Pi hosting a mirror of kernel-seeds runs off a USB port on a HP Microserver.
This particular example has fairly low power requirements as its root filesystem in mounted over NFS, so the SD card is rarely used.

Lastly, the GPIO header has pins for 5v power, so any random 5v, 1A PSU can be connected.
_________________
Regards,

NeddySeagoon

Computer users fall into two groups:-
those that do backups
those that have never had a hard drive fail.
Back to top
View user's profile Send private message
xaviermiller
Bodhisattva
Bodhisattva


Joined: 23 Jul 2004
Posts: 8706
Location: ~Brussels - Belgique

PostPosted: Mon Jan 14, 2013 2:12 pm    Post subject: Reply with quote

Hello,

I tried with a Nokia phone charger, but it didn't work, even if it was advertised to provide 1,25 A.
My wife's USB charger does the work.

For the rest, that question resides in the Raspberry PI's FAQ page.
_________________
Kind regards,
Xavier Miller
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Other Things Gentoo All times are GMT
Goto page Previous  1, 2, 3
Page 3 of 3

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum