[gentoo-user] [OT] How to do GRUB2 multiple partions on USB key?

2017-01-20 Thread Walter Dnes
  I've been using LILO for over 15 years, but I'm a total newbie at
GRUB2, so the following may be totally out to lunch.  Would the following
setup work for a USB key with multiple partitions with a different OS or
variant in each partition?

GRUB2 in MBR
* extended partition 1 covers entire USB key
* logical partition 5, ext2fs, 1 megabyte, containing directory /boot/grub
  containing file menu.lst
* logical partition 6, ext2fs, containing an OS
* logical partition 7, ext2fs, containing an OS
* etc, etc

  Assuming that the key shows up as /dev/sdb, would the entries in
menu.lst for partions 6 and 7 be (hd1,5) and (hd1,6), respectively?  And
what would be the command to install GRUB2 to the MBR of the USB key?

-- 
Walter Dnes 
I don't run "desktop environments"; I run useful applications



Re: [gentoo-user] dev-perl/IO-Socket-SSL is causing me angst

2017-01-20 Thread Andreas K. Huettel
Am Sonntag, 15. Januar 2017, 16:36:21 CET schrieb Andrew Lowe:
> Dear all,
>   Just done an eix-sync -> emerge -NuD world and have a problem with the
> above mentioned package. As a quick first pass before I put all the
> error/debugging stuff together, does anyone know what the following
> snippet would mean, I'm totally Perl ignorant?
> 
>   * perl Makefile.PL PREFIX=/usr INSTALLDIRS=vendor INSTALLMAN3DIR=none
> DESTDIR=/var/tmp/portage/dev-perl/IO-Socket-SSL-2.43.0/image/
> perl: symbol lookup error:
> /usr/lib64/perl5/vendor_perl/5.24.1/x86_64-linux/auto/Net/SSLeay/SSLeay.so:
> undefined symbol: SSLeay_version
>   * ERROR: dev-perl/IO-Socket-SSL-2.43.0::gentoo failed (configure phase):
>   *   Unable to build!
> 
> According to packages.gentoo.org, I've got the latest version of
> Net-SSLeay, 1.8

Please file a bug, and add your whole build log and the output of 
"emerge --info" there. Then we can investigate more...





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


Re: [gentoo-user] strange dependency conflict

2017-01-20 Thread Andreas K. Huettel
Am Sonntag, 15. Januar 2017, 20:28:22 CET schrieb wabe:
> Since some days, portage moans about a dependency conflict when I
> update my system:
> 
> 
> These are the packages that would be merged, in order:
> 
> Calculating dependencies... done!
> 
> Total: 0 packages, Size of downloads: 0 KiB
> 
> WARNING: One or more updates/rebuilds have been skipped due to a dependency
> conflict:
> 
> app-text/xmlto:0
> 
>   (app-text/xmlto-0.0.26-r1:0/0::gentoo, ebuild scheduled for merge)
> conflicts with
> >=app-text/xmlto-0.0.26-r1[text(+)] required by
> >(x11-misc/xdg-utils-1.1.1-r1:0/0::gentoo, installed)
> Nothing to merge; quitting.
> 
> 
> I don't understand this because these versions are already installed on
> my system:
> 
> [I] app-text/xmlto
>  Available versions:  0.0.26-r1{tbz2} ~0.0.28-r1 {latex text}
>  Installed versions:  0.0.26-r1{tbz2}(19:30:25 12/02/15)(text -latex)
> 
> [I] x11-misc/xdg-utils
>  Available versions:  1.1.1^t{tbz2} 1.1.1-r1^t{tbz2} {doc +perl}
>  Installed versions:  1.1.1-r1^t{tbz2}(20:14:37 01/15/17)(doc perl)
> 
> 
> 
> How can a package conflict with itself (same version)?
> 

The default setting of the text useflag in xmlto was changed from on to off. 
Now portage wants to reinstall xmlto without USE=text (because of the changed 
useflag, I assume you used "emerge -uDNav" or similar), but can't do that 
(because xdg-utils needs the useflag on).

I admit the output is not really optimal. :) It helped to look at the git 
history of xmlto.



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