Re: [gentoo-user] Re: Build problems due to invalid libtool arguments

2011-12-29 Thread Dale

Pandu Poluan wrote:

On Thu, Dec 29, 2011 at 15:56, Sebastian Beßler
  wrote:


On 27.12.2011 15:21, James wrote:


env-update&&  source /etc/profile&&  etc-update&&  eix-update

Run it often and resync every 12 hours too.

I thought you should only sync once every 24 hours to limit network
costs and stress for the mirrors.

 From the motd of todays sync:

"Please note: common gentoo-netiquette says you should not sync more
than once a day.  Users who abuse the rsync.gentoo.org rotation
may be added to a temporary ban list."


AFAIK, that limitation is enforced for rsync.gentoo.org only.

I personally use a non *.gentoo.org servers for syncing. Much much
MUCH faster for me, by a factor of 2 or 3.

Rgds,



There used to be a server that allowed unlimited syncs.  As far as I 
know, that was the only one and it changed from unlimited to once a day 
a year or so ago.  Unless the MOTD says it is unlimited then I would 
think it is once a day.  Once a day has been the rule ever since I 
started using Gentoo.  Unless there is a problem with the tree, I don't 
understand why anyone, except a dev maybe, would need to sync twice a 
day.  Heck, I sometimes go two or three days and still have nothing to 
update.


Dale

:-)  :-)

--
I am only responsible for what I said ... Not for what you understood or how 
you interpreted my words!

Miss the compile output?  Hint:
EMERGE_DEFAULT_OPTS="--quiet-build=n"




Re: [gentoo-user] Re: Build problems due to invalid libtool arguments

2011-12-29 Thread Pandu Poluan
On Thu, Dec 29, 2011 at 15:56, Sebastian Beßler
 wrote:
>
>
> On 27.12.2011 15:21, James wrote:
>
>> env-update && source /etc/profile && etc-update && eix-update
>>
>> Run it often and resync every 12 hours too.
>
> I thought you should only sync once every 24 hours to limit network
> costs and stress for the mirrors.
>
> From the motd of todays sync:
>
> "Please note: common gentoo-netiquette says you should not sync more
> than once a day.  Users who abuse the rsync.gentoo.org rotation
> may be added to a temporary ban list."
>

AFAIK, that limitation is enforced for rsync.gentoo.org only.

I personally use a non *.gentoo.org servers for syncing. Much much
MUCH faster for me, by a factor of 2 or 3.

Rgds,
-- 
FdS Pandu E Poluan
~ IT Optimizer ~

 • LOPSA Member #15248
 • Blog : http://pepoluan.tumblr.com
 • Linked-In : http://id.linkedin.com/in/pepoluan



Re: [gentoo-user] Re: Build problems due to invalid libtool arguments

2011-12-29 Thread Sebastian Beßler


On 27.12.2011 15:21, James wrote:

> env-update && source /etc/profile && etc-update && eix-update
> 
> Run it often and resync every 12 hours too.

I thought you should only sync once every 24 hours to limit network
costs and stress for the mirrors.

From the motd of todays sync:

"Please note: common gentoo-netiquette says you should not sync more
than once a day.  Users who abuse the rsync.gentoo.org rotation
may be added to a temporary ban list."

Greetings

Sebastian Beßler



signature.asc
Description: OpenPGP digital signature


[gentoo-user] Re: Build problems due to invalid libtool arguments

2011-12-27 Thread James
Alex Schuster  wonkology.org> writes:


> > as fast.  Change to 'MAKEOPTS="-j1"' and see what happens.

 +1


> I still get the same error. And the emerge -e also did not clean things up.

Yep. Sometimes on setting up a new system, I lower the bar on what I install,
resync the system and a day or 2 later, complete the install.


My little catch all, after hacking at the system is:

env-update && source /etc/profile && etc-update && eix-update

Run it often and resync every 12 hours too.

Also check your profile.


On lib tool, see if you have this script and run it:

fix_libtool_files.sh 3.3.4

Not sure where I found that puppy, but hopefully it fixes your
issues with libtool.


Just shots in the dark, YMMV!


James