[gentoo-user] emerge lilo fails

2006-03-06 Thread Erwin Lang
hi everyone!

i tried to emerge lilo (`emerge -bva lilo') - but it aborts with the following 
error-message:

 snip 
!!! ERROR: sys-boot/lilo-22.7 failed.
!!! Function src_install, Line 85, Exitcode 2
!!! (no error message)
!!! If you need support, post the topmost build error, NOT this status 
message.

--- ACCESS VIOLATION SUMMARY 
---
LOG FILE = /var/log/sandbox/sandbox-sys-boot_-_lilo-22.7-20613.log

open_wr:   /dev/loop5 (symlink to /dev/loop/5)
open_wr:   /dev/loop5 (symlink to /dev/loop/5)

 end snip 

has anyone ever seen such an error-message?
i have no idea what to do - please help!

thanks in advance!
erwin
-- 
gentoo-user@gentoo.org mailing list



[gentoo-user] portage bugs?

2005-10-06 Thread Erwin Lang

hi!

During installation of a new system I recognised two things:

1)  `emerge -e system' aborted two times.

* The first time the command autoconf was missing so I manually installed the package autoconf.
* The second time the command aclocal was missing so I manually installed the package automake (which contains aclocal)

I tried `emerge -ep system' an the two packages (autoconf and automake) are mentioned in the list of packages which portage will install. But it seems that portage installs them to late.


2) after `emerge -e system' I tried to install the following packages:
  `emerge -va reiserfsprogs lvm2 syslog-ng vixie-cron postfix'

vixie-cron needs an mta and tries to install ssmtp - which conflicts with postfix. portage didn't recognised that I mentioned an mta on command line.

I worked around by mentioning postfix before vixie-cron on command line:
  `emerge -va reiserfsprogs lvm2 syslo-ng postfix vixie-cron'

Then portage recognised postfix and didn't try to install another mta.

Shouldn't portage be smart enough to solve this by itself?

greetings
erwin


[gentoo-user] specific version of package in /etc/portage/package.keywords

2005-09-30 Thread Erwin Lang
hi everybody!

I don't like to upgrade to ruby version 1.8.3 so i added the following line(s) 
(not all at the same time) to /etc/portage/package.keywords:

=dev-lang/ruby-1.8.2

=dev-lang/ruby-1.8.2-r2

=dev-lang/ruby-1.8.2-r2 x86

dev-lang/ruby-1.8.2-r2 x86

but none of these entries kept `emerge -uva world' from upgrading ruby. what 
I've done wrong?

thanks in advance!

erwin
-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] specific version of package in /etc/portage/package.keywords

2005-09-30 Thread Erwin Lang
Am Freitag, 30. September 2005 08:48 schrieb Eugene Rosenzweig:
 Erwin Lang wrote:
 hi everybody!
 
 I don't like to upgrade to ruby version 1.8.3 so i added the following
  line(s) (not all at the same time) to /etc/portage/package.keywords:
 
 =dev-lang/ruby-1.8.2
 
 =dev-lang/ruby-1.8.2-r2
 
 =dev-lang/ruby-1.8.2-r2 x86
 
 dev-lang/ruby-1.8.2-r2 x86
 
 but none of these entries kept `emerge -uva world' from upgrading ruby.
  what I've done wrong?
 
 thanks in advance!
 
 erwin

 I think you should add

  dev-lang/ruby-1.8.2-r2

 to /etc/portage/package.mask
 which would mask anything above that version.
tanks a lot! - this worked
have a nice day!
-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] specific version of package in /etc/portage/package.keywords

2005-09-30 Thread Erwin Lang
Am Freitag, 30. September 2005 08:49 schrieb Paweł Madej:
 Erwin Lang wrote:
  hi everybody!
 
  I don't like to upgrade to ruby version 1.8.3 so i added the following
  line(s) (not all at the same time) to /etc/portage/package.keywords:
 
  =dev-lang/ruby-1.8.2
 
  =dev-lang/ruby-1.8.2-r2
 
  =dev-lang/ruby-1.8.2-r2 x86
 
  dev-lang/ruby-1.8.2-r2 x86
 
  but none of these entries kept `emerge -uva world' from upgrading ruby.
  what I've done wrong?
 
  thanks in advance!
 
  erwin

 You should use this:
  =dev-lang/ruby-1.8.3

 in /etc/portage/package.mask

 Greets
 Pawł
tanks a lot too! - this also worked
have a nice day!

-- 
gentoo-user@gentoo.org mailing list