Re: [gentoo-user] Help with local mail, please

2024-02-16 Thread Peter Humphrey
On Friday, 16 February 2024 12:30:48 GMT J. Roeleveld wrote:
> On Friday, February 16, 2024 6:19:25 AM CET Peter Humphrey wrote:
> > On Wednesday, 14 February 2024 11:35:18 GMT J. Roeleveld wrote:
> > > I've been using postfix for longer than I can remember.
> > > The config entries I changed from default are:
> > > 
> > > --- main.cf ---
> > > myhostname = 
> > > mydomain = 
> > > myorigin = 
> > > mynetworks =  > > 192.168.1.0/24>
> > 
> > That's helpful - thanks Joost.
> 
> You're welcome. Was this enough to get it working?

I forgot to add that my system was already almost identical to yours, so I 
don't know whether to say yes or no.   :)

> > > smtpd_relay_restrictions = permit_mynetworks, 
permit_sasl_authenticated, reject_unauth_destination
> > 
> > No relaying here; all outgoing mail goes to my ISP.
> 
> If your mailserver (postfix) is sending emails to your ISP, that is (from
> the viewpoint of postfix) relaying by definition.

Er... outgoing mail doens't go through postfix at all; it goes direct from my 
KMail client to my ISP.

> > > Also, are all emails sent to "mydomain" or do you have additional
> > > domains configured?
> > > If the latter, did you set "virtual_alias_domains = hash:/etc/postfix/
> > > virtual_domains"
> > > Include all virtual domains the file and converted the file to a .db ?
> > 
> > Just the one "mydomain"

...so no need to set any virtual domains.

> If you have only 1 domain, keep that "virtual_alias_domains" empty.

No such setting in my main.cf so I assume it's empty.

Anyway, I looked at some of those mails that postfix was trying to forward, and 
they were old and unimportant, so I purged them.

Let's see what other problems I've made for myself...  :)

-- 
Regards,
Peter.






Re: [gentoo-user] Help with local mail, please

2024-02-16 Thread J. Roeleveld
On Friday, February 16, 2024 6:19:25 AM CET Peter Humphrey wrote:
> On Wednesday, 14 February 2024 11:35:18 GMT J. Roeleveld wrote:
> > I've been using postfix for longer than I can remember.
> > The config entries I changed from default are:
> > 
> > --- main.cf ---
> > myhostname = 
> > mydomain = 
> > myorigin = 
> > mynetworks =  > 192.168.1.0/24>
> 
> That's helpful - thanks Joost.

You're welcome. Was this enough to get it working?

> > smtpd_relay_restrictions = permit_mynetworks, permit_sasl_authenticated,
> > reject_unauth_destination
> 
> No relaying here; all outgoing mail goes to my ISP.

If your mailserver (postfix) is sending emails to your ISP, that is (from the 
viewpoint of postfix) relaying by definition.

> > Also, are all emails sent to "mydomain" or do you have additional domains
> > configured?
> > If the latter, did you set "virtual_alias_domains = hash:/etc/postfix/
> > virtual_domains"
> > Include all virtual domains the file and converted the file to a .db ?
> 
> Just the one "mydomain"

If you have only 1 domain, keep that "virtual_alias_domains" empty.

--
Joost





Re: [gentoo-user] Help with local mail, please

2024-02-15 Thread Peter Humphrey
On Wednesday, 14 February 2024 11:35:18 GMT J. Roeleveld wrote:

> I've been using postfix for longer than I can remember.
> The config entries I changed from default are:
> 
> --- main.cf ---
> myhostname = 
> mydomain = 
> myorigin = 
> mynetworks =  192.168.1.0/24>

That's helpful - thanks Joost.

> smtpd_relay_restrictions = permit_mynetworks, permit_sasl_authenticated,
> reject_unauth_destination

No relaying here; all outgoing mail goes to my ISP.

> Also, are all emails sent to "mydomain" or do you have additional domains
> configured?
> If the latter, did you set "virtual_alias_domains = hash:/etc/postfix/
> virtual_domains"
> Include all virtual domains the file and converted the file to a .db ?

Just the one "mydomain"

-- 
Regards,
Peter.






Re: [gentoo-user] Help with local mail, please

2024-02-14 Thread J. Roeleveld
On Tuesday, February 13, 2024 4:52:03 PM CET Peter Humphrey wrote:
> Hello list,
> 
> For years, I've been using postfix to accept mail from LAN hosts, and from
> the Internet via my ISP. This has never worked as I want it - it's just so
> complex to set up and understand. Well, it is for a bear of little brain
> like me.
> 
> Can someone tell me how to make postfix accept all mail addressed to any
> host or user on the LAN - and not forward any mail to anywhere at all? It's
> running on a single-homed host on the LAN, and all other hosts are also
> single homed. Any of four hosts can originate mail, and I have fetchmail
> running on the same host to collect POP3 mail from my ISP. Dovecot serves
> IMAP4 to KMail clients on the LAN.
> 
> At present, postfix is insisting on forwarding mail addressed to root on a
> LAN machine, but it's supposed to be acting on behalf of that machine. Two
> other hosts' mails never show up anywhere.
> 
> Or perhaps there's a more suitable MTA out there?

I've been using postfix for longer than I can remember.
The config entries I changed from default are:

--- main.cf ---
myhostname = 
mydomain = 
myorigin = 
mynetworks = 
smtpd_relay_restrictions = permit_mynetworks, permit_sasl_authenticated, 
reject_unauth_destination
---

Also, are all emails sent to "mydomain" or do you have additional domains 
configured?
If the latter, did you set "virtual_alias_domains = hash:/etc/postfix/
virtual_domains"
Include all virtual domains the file and converted the file to a .db ?

--
Joost





Re: [gentoo-user] Help with local mail, please

2024-02-13 Thread Arve Barsnes
On Tue, 13 Feb 2024 at 23:11, Peter Humphrey  wrote:
> On Tuesday, 13 February 2024 17:20:40 GMT Arve Barsnes wrote:
> I think those entries must be for sendmail.

Yes, that machine has sendmail from mail-mta/opensmtpd, not postfix,
not sure it matters.

> > In /etc/postfix/main.cf there is this, and I assume at least some of
> > this makes this all work:
> > myhostname = .lan
> > inet_interfaces = $myhostname, localhost
> > mydestination = $myhostname, localhost.$mydomain, localhost, 
>
> Isn't  the same as $myhostname?

No, $myhostname is .lan

Like you I've had some trouble in the past, so a lot of this is from
trying and failing, but it works as I want it now, so I'm happy-ish.

Regards,
Arve



Re: [gentoo-user] Help with local mail, please

2024-02-13 Thread Peter Humphrey
On Tuesday, 13 February 2024 17:20:40 GMT Arve Barsnes wrote:

> I'm not sure I quite understood where you're having problems, but I
> have a machine that accepts mail from the LAN through postfix, so I'll
> show some of my setup. Replace any <> with your hostnames.
> On the LAN machine I don't have postfix, I only send mail directly to
> the machine with 'sendmail', but I found that I have in
> /etc/mail/mailertable:
> 192.168. smtp:
>  esmtp:
> And in /etc/mail/local-host-names I have set  -
> maybe that does something, but I send mail directly with sendmail
> either way.

I think those entries must be for sendmail.

> On the postfix machine I have in /etc/postfix/aliases:
> root:   arve
> This should make all mail to root be delivered to me.

Yes, I have root: prh, but postfix still tries to forward mail for 
root@ to  instead of hanging on to it.

> It also contains a bunch of aliases that I'm not sure if is necessary:
> arve@ arve
> arve@.lan arve
> arve@.localdomain arve
> arve@.lan  arve

I hadn't thought of doing that. When I tried it, postfix complained "Names must 
be local" and wouldn't accept my root@ entries.

> In /etc/postfix/main.cf there is this, and I assume at least some of
> this makes this all work:
> myhostname = .lan
> inet_interfaces = $myhostname, localhost
> mydestination = $myhostname, localhost.$mydomain, localhost, 

Isn't  the same as $myhostname?

> mynetworks = 192.168.0.0/24, 127.0.0.0/8

I'll try setting mynetworks and see what happens.

Thanks, Arve.

-- 
Regards,
Peter.






Re: [gentoo-user] Help with local mail, please

2024-02-13 Thread Arve Barsnes
On Tue, 13 Feb 2024 at 16:52, Peter Humphrey  wrote:
> For years, I've been using postfix to accept mail from LAN hosts, and from the
> Internet via my ISP. This has never worked as I want it - it's just so complex
> to set up and understand. Well, it is for a bear of little brain like me.
>
> Can someone tell me how to make postfix accept all mail addressed to any host
> or user on the LAN - and not forward any mail to anywhere at all? It's running
> on a single-homed host on the LAN, and all other hosts are also single homed.
> Any of four hosts can originate mail, and I have fetchmail running on the same
> host to collect POP3 mail from my ISP. Dovecot serves IMAP4 to KMail clients
> on the LAN.
>
> At present, postfix is insisting on forwarding mail addressed to root on a LAN
> machine, but it's supposed to be acting on behalf of that machine. Two other
> hosts' mails never show up anywhere.

I'm not sure I quite understood where you're having problems, but I
have a machine that accepts mail from the LAN through postfix, so I'll
show some of my setup. Replace any <> with your hostnames.

On the LAN machine I don't have postfix, I only send mail directly to
the machine with 'sendmail', but I found that I have in
/etc/mail/mailertable:
192.168. smtp:
 esmtp:
And in /etc/mail/local-host-names I have set  -
maybe that does something, but I send mail directly with sendmail
either way.

On the postfix machine I have in /etc/postfix/aliases:
root:   arve
This should make all mail to root be delivered to me. It also contains
a bunch of aliases that I'm not sure if is necessary:
arve@ arve
arve@.lan arve
arve@.localdomain arve
arve@.lan  arve

In /etc/postfix/main.cf there is this, and I assume at least some of
this makes this all work:
myhostname = .lan
inet_interfaces = $myhostname, localhost
mydestination = $myhostname, localhost.$mydomain, localhost, 
mynetworks = 192.168.0.0/24, 127.0.0.0/8

Regards,
Arve



[gentoo-user] Help with local mail, please

2024-02-13 Thread Peter Humphrey
Hello list,

For years, I've been using postfix to accept mail from LAN hosts, and from the 
Internet via my ISP. This has never worked as I want it - it's just so complex 
to set up and understand. Well, it is for a bear of little brain like me.

Can someone tell me how to make postfix accept all mail addressed to any host 
or user on the LAN - and not forward any mail to anywhere at all? It's running 
on a single-homed host on the LAN, and all other hosts are also single homed. 
Any of four hosts can originate mail, and I have fetchmail running on the same 
host to collect POP3 mail from my ISP. Dovecot serves IMAP4 to KMail clients 
on the LAN.

At present, postfix is insisting on forwarding mail addressed to root on a LAN 
machine, but it's supposed to be acting on behalf of that machine. Two other 
hosts' mails never show up anywhere.

Or perhaps there's a more suitable MTA out there?

-- 
Regards,
Peter.






Re: [gentoo-user] Help!!! My system won't boot. (?lvm?) :-(

2023-01-12 Thread Alan Mackenzie
Hello, Alan.

On Wed, Jan 11, 2023 at 20:16:07 +, Alan J. Wylie wrote:
> Alan Mackenzie  writes:

> > My system isn't booting.  In particular, most of the SSD partitions
> > won't mount, because they are not under /dev any more.  The root
> > partition, /dev/md125 mounts, but that is all.

> > These partitions are lvm partitions under RAID-1 (software RAID).  They
> > simply fail to appear in /dev/mapper on boot up.

> > I've managed to bring my system up using a Rescue-DVD followed by
> > chroot.  This shows that the partions on the SSD are basically
> > undamaged.

> > I strongly suspect that my emerge update from last night is to blame.

> It was.

> Been there, done that myself.

> Mount your filesystems from the rescue boot and chroot into them.

> Re-emerge lvm2 with the "lvm" flag enabled.

Many thanks, indeed!  That was the cause of my problem, and re-emerging
lvm2 with that USE flag set solved it completely.

> See
> https://www.gentoo.org/support/news-items/2022-11-19-lvm2-default-USE-flags.html

Yes.  There was even a news item about it back in November.  I've read
it again, and it seems too vague to me.  For example, it says:

>>> If you use LVM2 for any partitions, or if you use tools like
>>> 'lvchange', you should enable USE=lvm.

, without saying in detail anywhere what it means to "use" LVM2.  I
wasn't aware of "using" LVM2 when I read that news item, so I just
carried on, blithely unaware of the coming catastrophe.  ;-)

Still, it's OK, now.

> Some of these commands (or similar) in the rescue boot might be helpful:

> mkdir -p /mnt/{usr,var,home,work,boot,dev,sys,proc}

> mount /dev/mapper/vg0-root /mnt
> mount /dev/mapper/vg0-usr  /mnt/usr
> mount /dev/mapper/vg0-var  /mnt/var
> mount /dev/mapper/vg1-home /mnt/home
> mount /dev/mapper/vg1-work /mnt/work

> mount /dev/sda1/mnt/boot

> mount -o bind /dev /mnt/dev
> mount -o bind /dev/pts /mnt/dev/pts
> mount -o bind /dev/shm /mnt/dev/shm
> mount -o bind /sys /mnt/sys
> mount -o bind /proc/mnt/proc

> PATH=/bin:/sbin:/usr/bin:/usr/sbin \
> SHELL=/bin/bash \
> chroot /mnt

Thanks for that, too.  I actually created a small script with commands
like these when I was installing Gentoo ~5 years ago, and I adapted
that, saving the heavy labour of working out again that the flag in
mount that I need is -o bind.  :-)

> -- 
> Alan J. Wylie  
> https://www.wylie.me.uk/

> Dance like no-one's watching. / Encrypt like everyone is.
> Security is inversely proportional to convenience

-- 
Alan Mackenzie (Nuremberg, Germany).



Re: [gentoo-user] Help!!! My system won't boot. (?lvm?) :-(

2023-01-11 Thread flzdjhmtax
Alan Mackenzie  writes:

> My system isn't booting.  In particular, most of the SSD partitions
> won't mount, because they are not under /dev any more.  The root
> partition, /dev/md125 mounts, but that is all.
>
> These partitions are lvm partitions under RAID-1 (software RAID).  They
> simply fail to appear in /dev/mapper on boot up.
>
> I've managed to bring my system up using a Rescue-DVD followed by
> chroot.  This shows that the partions on the SSD are basically
> undamaged.
>
> I strongly suspect that my emerge update from last night is to blame.

It was.

Been there, done that myself.

Mount your filesystems from the rescue boot and chroot into them.

Re-emerge lvm2 with the "lvm" flag enabled.

See
https://www.gentoo.org/support/news-items/2022-11-19-lvm2-default-USE-flags.html

Some of these commands (or similar) in the rescue boot might be helpful:

mkdir -p /mnt/{usr,var,home,work,boot,dev,sys,proc}

mount /dev/mapper/vg0-root /mnt
mount /dev/mapper/vg0-usr  /mnt/usr
mount /dev/mapper/vg0-var  /mnt/var
mount /dev/mapper/vg1-home /mnt/home
mount /dev/mapper/vg1-work /mnt/work

mount /dev/sda1/mnt/boot

mount -o bind /dev /mnt/dev
mount -o bind /dev/pts /mnt/dev/pts
mount -o bind /dev/shm /mnt/dev/shm
mount -o bind /sys /mnt/sys
mount -o bind /proc/mnt/proc

PATH=/bin:/sbin:/usr/bin:/usr/sbin \
SHELL=/bin/bash \
chroot /mnt

-- 
Alan J. Wylie  https://www.wylie.me.uk/

Dance like no-one's watching. / Encrypt like everyone is.
Security is inversely proportional to convenience



[gentoo-user] Help!!! My system won't boot. (?lvm?) :-(

2023-01-11 Thread Alan Mackenzie
Hello, Gentoo.

My system isn't booting.  In particular, most of the SSD partitions
won't mount, because they are not under /dev any more.  The root
partition, /dev/md125 mounts, but that is all.

These partitions are lvm partitions under RAID-1 (software RAID).  They
simply fail to appear in /dev/mapper on boot up.  (I don't remember the
exact error message, here).

I've managed to bring my system up using a Rescue-DVD followed by
chroot.  This shows that the partions on the SSD are basically
undamaged.

I strongly suspect that my emerge update from last night is to blame.
There, lvm2-2.03.17-r1 was reinstalled after other packages
(dependencies) were updated.  The order of these packages, taken from
/var/log/emerge.log was:

1. dev-libs/mpfr-4.1.1_p1
2. dev-lang/mujs-1.3.2
3. sys-apps/util-linux-2.38.1
4. sys-apps/systemd-utils-251.10
5. dev-python/installer-0.6.0
6. app-text/lib-paper-2.0.4
7. app-misc/ca-certificates-20211016.3.86
8. sys-fs/lvm2-2.03.17-r1

..  There were a few more packages after that, a total of 23.  If any of
these is relevant, then it is surely 3. or 4.  lvm2 itself was merely
rebuilt.

I've had a quick scan of the gentoo bugzilla, but not found anything
relevant there.

Please help me get my system booting again!

Thanks!

-- 
Alan Mackenzie (Nuremberg, Germany).



Re: [gentoo-user] Help with dracut, please

2022-10-27 Thread Peter Humphrey
On Thursday, 27 October 2022 08:54:36 BST I wrote:
> On Wednesday, 26 October 2022 16:46:07 BST Neil Bothwick wrote:
> > On Wed, 26 Oct 2022 15:22:42 +0100, Peter Humphrey wrote:
> > > On booting the new system I get an error I haven't heard of before:
> > > dracut complaining "sysroot has no proper sysfs layout". I'm sure I've
> > > done something stupid, but where do I start debugging this? Google
> > > hasn't helped.
> > 
> > Is CONFIG_SYSFS=y set in your kernel?
> 
> Yes. I don't see it in menuconfig, but a search for it says it's set by a
> boolean expression that evaluates to TRUE.

I was right the first time: it was something I'd done - a typo in /boot/loader/
entries/. (My eyes just get worse all the time. That's my excuse and 
I'm sticking to it.)

Now, though, the system gets as far as populating /dev and hangs. So, back to 
SysRescCD and check that devfs is selected, and it is. I'll go through the 
kernel config yet again and see what I may have missed.

-- 
Regards,
Peter.






Re: [gentoo-user] Help with dracut, please

2022-10-27 Thread Peter Humphrey
On Wednesday, 26 October 2022 16:46:07 BST Neil Bothwick wrote:
> On Wed, 26 Oct 2022 15:22:42 +0100, Peter Humphrey wrote:
> > On booting the new system I get an error I haven't heard of before:
> > dracut complaining "sysroot has no proper sysfs layout". I'm sure I've
> > done something stupid, but where do I start debugging this? Google
> > hasn't helped.
> 
> Is CONFIG_SYSFS=y set in your kernel?

Yes. I don't see it in menuconfig, but a search for it says it's set by a 
boolean expression that evaluates to TRUE.

-- 
Regards,
Peter.






Re: [gentoo-user] Help with dracut, please

2022-10-26 Thread Neil Bothwick
On Wed, 26 Oct 2022 15:22:42 +0100, Peter Humphrey wrote:

> On booting the new system I get an error I haven't heard of before:
> dracut complaining "sysroot has no proper sysfs layout". I'm sure I've
> done something stupid, but where do I start debugging this? Google
> hasn't helped.

Is CONFIG_SYSFS=y set in your kernel?


-- 
Neil Bothwick

Bumper Sticker: If you can read this, you are in phaser range.


pgpEvfyRivY2v.pgp
Description: OpenPGP digital signature


Re: [gentoo-user] Help with dracut, please

2022-10-26 Thread Michael
On Wednesday, 26 October 2022 16:47:46 BST Dale wrote:
> Peter Humphrey wrote:
> > Hello list,
> > 
> > I'm installing Gentoo on a new Juno laptop, and I've reached the point of
> > booting into the new system. I have a separate /usr partition and I'm
> > using
> > dracut to create an initramfs.
> > 
> > On booting the new system I get an error I haven't heard of before: dracut
> > complaining "sysroot has no proper sysfs layout". I'm sure I've done
> > something stupid, but where do I start debugging this? Google hasn't
> > helped.
> I tried to google that message and it found nothing.  That's not good. 
> Makes me wonder what is causing that.  Made me think a bit. 
> 
> Have you double checked your fstab?  Maybe you missed updating a line,
> missed commenting something out or a typo maybe?  Any strange kernel
> options added to your bootloader?  Typo maybe?  Have you double checked
> that the file systems you use for /boot and / are built into the kernel? 

^^This^^

Otherwise it may be some corrupt fs, in which case fsck could help.




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


Re: [gentoo-user] Help with dracut, please

2022-10-26 Thread Dale
Peter Humphrey wrote:
> Hello list,
>
> I'm installing Gentoo on a new Juno laptop, and I've reached the point of 
> booting into the new system. I have a separate /usr partition and I'm using 
> dracut to create an initramfs.
>
> On booting the new system I get an error I haven't heard of before: dracut 
> complaining "sysroot has no proper sysfs layout". I'm sure I've done 
> something 
> stupid, but where do I start debugging this? Google hasn't helped.
>


I tried to google that message and it found nothing.  That's not good. 
Makes me wonder what is causing that.  Made me think a bit. 

Have you double checked your fstab?  Maybe you missed updating a line,
missed commenting something out or a typo maybe?  Any strange kernel
options added to your bootloader?  Typo maybe?  Have you double checked
that the file systems you use for /boot and / are built into the kernel? 

Hopefully someone else will have more ideas but in the meantime, may
want to double check those.  Just to be sure. 

Hope that helps, or someone else has ideas.

Dale

:-)  :-) 



[gentoo-user] Help with dracut, please

2022-10-26 Thread Peter Humphrey
Hello list,

I'm installing Gentoo on a new Juno laptop, and I've reached the point of 
booting into the new system. I have a separate /usr partition and I'm using 
dracut to create an initramfs.

On booting the new system I get an error I haven't heard of before: dracut 
complaining "sysroot has no proper sysfs layout". I'm sure I've done something 
stupid, but where do I start debugging this? Google hasn't helped.

-- 
Regards,
Peter.






Re: [gentoo-user] Help! the new autofs-5.1.7 breaks my autofs configuration

2021-01-30 Thread Helmut Jarausch

On 01/30/2021 05:11:31 PM, Helmut Jarausch wrote:

My previously working configuration had

in /etc/autofs/auto.master   the entry

/- auto_local.autofs

and

/etc/autofs/auto_local.autofs had entries like

/Src  -fstype=btrfs,exec,suid,noatime   
:UUID=95c22160-112e-4020-81cc-4721cf241fd9


/home/jarausch/Gimp-fstype=bind,exec,suid,noatime
:/Src/Src/Gimp



After upgrading to version 5.1.7 on Jan/28th this configuration  
doesn't work any more.




It looks as if  :UUID= doesn't work any more.
One has to use   :PARTUUID=



[gentoo-user] Help! the new autofs-5.1.7 breaks my autofs configuration

2021-01-30 Thread Helmut Jarausch

My previously working configuration had

in /etc/autofs/auto.master   the entry

/- auto_local.autofs

and

/etc/autofs/auto_local.autofs had entries like

/Src  -fstype=btrfs,exec,suid,noatime   
:UUID=95c22160-112e-4020-81cc-4721cf241fd9


/home/jarausch/Gimp-fstype=bind,exec,suid,noatime
:/Src/Src/Gimp



After upgrading to version 5.1.7 on Jan/28th this configuration doesn't  
work any more.


Any hints are very much appreciated,
Helmut



Re: [gentoo-user] Help working around a bug...

2020-04-26 Thread "Chris Phillips"@T O

Hi,

On 25/04/20 11:27 AM, Michael Orlitzky wrote:

On 4/25/20 11:20 AM, "Chris Phillips"@T O wrote:

How do I override the ./configure options for emerge  [-r] ?


If it's a one-time thing, you can set the EXTRA_ECONF environment
variable to contain the extra arguments to ./configure. The contents of
EXTRA_ECONF are appended to the end of the usual command, so yours
should take precedence. Just be sure to set it only while emerging
enchant (and not, for example, during emerge @world).





Thanks! That did the trick:

EXTRA_ECONF="--without-applespell --enable-relocatable" emerge --verbose 
app-text/enchant


Cheers!
Chris

Re: https://bugs.gentoo.org/show_bug.cgi?id=718634





Re: [gentoo-user] Help working around a bug...

2020-04-25 Thread Michael Orlitzky
On 4/25/20 11:20 AM, "Chris Phillips"@T O wrote:
> 
> How do I override the ./configure options for emerge  [-r] ?
> 

If it's a one-time thing, you can set the EXTRA_ECONF environment
variable to contain the extra arguments to ./configure. The contents of
EXTRA_ECONF are appended to the end of the usual command, so yours
should take precedence. Just be sure to set it only while emerging
enchant (and not, for example, during emerge @world).



[gentoo-user] Help working around a bug...

2020-04-25 Thread "Chris Phillips"@T O

Hi
I am a relative newbee to GenToo (*though familiar with all sorts of 
Unix/Linux/BSD OS)

I am currently unable to complete a sync / build @world cycle because of a
bug building enchant-2.2.8 , compile fails because it doesn't recognize the
ObjC "@" syntax.  There is a bug filed :
https://bugs.gentoo.org/show_bug.cgi?id=718634
that has a suggested fix that looks appropriate:

./configure --without-applespell --without-aspell --enable-relocatable

(Not sure about the --without-aspell bit, and I think this bug may have 
some relation to

using GNUstep bits)

How do I override the ./configure options for emerge  [-r] ?

Chris

--



[gentoo-user] help with boot msgs and ext[2-4] question

2020-03-17 Thread n952162

Hello,

I see this msg in /var/log/dmesg:

[    4.444826] EXT2-fs (sdb3): error: couldn't mount because of
unsupported optional features (2c0)
[    4.468074] EXT4-fs (sdb3): mounted filesystem with ordered data
mode. Opts: (null)

but my system boots.  Is the (2c0) the clue to what features are meant?

Next question:

From this article:

/https://opensource.com/article/18/4/ext4-filesystem/

I get a good description of *journal*, *ordered* and *writeback*
journaling levels and I wonder if my root filesystem should have
*ordered* mode.   I recently had a total crash of my ext3/4 root and
home filesystems, where the directories were lost and I had to paste
everything back together again by guess and by golly.  In decades of
linux usage, that's never happened to me on that scale.  I'd hoped for
more from journaling filesystems.

Did it happen only because gentoo gave me *ordered* data mode by
default  and I should have had *journal*?



Re: [gentoo-user] Help; stuck in 1024x768 or lower mode on old machine

2020-03-02 Thread Walter Dnes
On Mon, Mar 02, 2020 at 02:40:14PM -0500, Walter Dnes wrote
>   I'm checking out my old backup desktop machine and it has dropped to
> 1024x768 max.

  Sorry to bother everybody.  It only does 480P on Youtube, with max cpu
speed selected, so forget about trying to revive  Gentoo on it.  2008
tech just doesn't cut it today.  I've got another project that might be
interesting for it.

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



[gentoo-user] Help; stuck in 1024x768 or lower mode on old machine

2020-03-02 Thread Walter Dnes
  I'm checking out my old backup desktop machine and it has dropped to
1024x768 max.  I distinctly remember it running 1920x1080 on my
1920x1080 monitor in the past. (When I say old, I mean a Dell Inspiron
530 from 2008)  I'm using a KVM switch, like I always have.  Could that
be the problem?  xrandr reports...

[d531][waltdnes][~] xrandr 
Screen 0: minimum 8 x 8, current 1024 x 768, maximum 32767 x 32767
VGA1 connected primary 1024x768+0+0 (normal left inverted right x axis y axis) 
0mm x 0mm
   1024x768  60.00* 
   800x600   60.3256.25  
   848x480   60.00  
   640x480   59.94  
VIRTUAL1 disconnected (normal left inverted right x axis y axis)

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



Re: [gentoo-user] Help with IPv6, please

2019-12-08 Thread Peter Humphrey
On Sunday, 8 December 2019 08:35:43 GMT Tamer Higazi wrote:

> Adding ipv6 address is not the deal.
> 
> Question(s):
> 
> How do you connect to the internet ?
> 
> Do you connect through pppoe (point-to-point-over-ethernet) or over ppoa
> (point-to-point-over-atm) ?
> 
> Does your modem handle the dialin for you automatically?
> 
> In this case there are 2 other choices (NAT Router) or bridged mode.
> 
> Tell us a bit more about your topologie, and how you enter the internet.

No dialling in. I have a vDSL modem-router which handles all the PPPoE stuff 
and shows me an Ethernet interface to connect my LAN to.

Addressing is sorted out now, as I said in later messages, but thanks anyway.

-- 
Regards,
Peter.






Re: [gentoo-user] Help with IPv6, please

2019-12-08 Thread Tamer Higazi

Dear Peter,

Adding ipv6 address is not the deal.

Question(s):

How do you connect to the internet ?

Do you connect through pppoe (point-to-point-over-ethernet) or over ppoa 
(point-to-point-over-atm) ?


Does your modem handle the dialin for you automatically?

In this case there are 2 other choices (NAT Router) or bridged mode.

Tell us a bit more about your topologie, and how you enter the internet.


best, Tamer


On 2019-12-05 15:38, Peter Humphrey wrote:

Hello list,

Having been inspired by the recent discussion of IPv6, I decided to try it,
starting with my ISP, my Billion Bipac vDSL modem-router and one host - this
one. Of course it isn't straightforward.

Zen has allocated me a /64 ND prefix and a /48 PD prefix. I found a way to
tell the Bipac to set up IPv6, and rebooted it; it now tells me its LAN
address is 2a02:8010:663d:0:6203:47ff:fe2d:8eba/64. Nslookup on this host says
the same, without the /64. But then this:

$ ping6 vdsl
ping: vdsl: No address associated with hostname
$ ping6 2a02:8010:663d:0:6203:47ff:fe2d:8eba
PING 2a02:8010:663d:0:6203:47ff:fe2d:8eba(2a02:8010:663d:0:6203:47ff:fe2d:
8eba) 56 data bytes
64 bytes from 2a02:8010:663d:0:6203:47ff:fe2d:8eba: icmp_seq=1 ttl=64
time=1.75 ms
^C

If I add the LAN address of the Bipac to /etc/hosts, ping finds it okay, but
what if the address changes if the Bipac reboots? I thought this kind of
address fixing was unnecessary in IPv6.

And am I supposed to fix the IPv6 addresses of the other hosts on the LAN, or
just stick to IPv4 for local comms? And I haven't yet even thought about the
wireless devices served by the Bipac, though I see my mobile phone has
acquired an IPv6 address starting with fe80::40be... and it doesn't look like
its MAC address.





Re: [gentoo-user] Help with IPv6, please

2019-12-07 Thread Peter Humphrey
On Friday, 6 December 2019 17:42:44 GMT Ralph Seichter wrote:

> ULA support, or rather the ability to assign additional static IPv6
> addresses to an interface, depends on the router's firmware. If you can
> make it work, https://cd34.com/rfc4193/ can help you generate a ULA
> prefix.

I can't apply a ULA to my router, but it's given me a /128 address which I can 
use in DNS.
 
> ULA allows for fixed addresses, while SLAAC-based addresses expire and
> can contain random components, and that's why static name-to-address
> mappings generally use ULA.

I haven't looked into SLAAC yet, but meanwhile I've sorted out addresses for 
my LAN hosts using the delegation prefix and an arbitrary host number 1 to 6.

Ping6 and nslookup both work, both locally and to remote hosts.

Thanks again for your help! Now for shorewall6   :)

-- 
Regards,
Peter.






Re: [gentoo-user] Help with IPv6, please

2019-12-06 Thread Ralph Seichter
* Peter Humphrey:

> My IPv6 address is indeed static.

Nice. In that case, you can of course use your router's global scope
address in /etc/hosts or DNS.

> The only IPv6 details my router shows are the LAN and WAN addresses,
> and 'ip -6 route show' on this host, although it lists six addresses
> bound to eth0, doesn't mention fd67.

ULA support, or rather the ability to assign additional static IPv6
addresses to an interface, depends on the router's firmware. If you can
make it work, https://cd34.com/rfc4193/ can help you generate a ULA
prefix.

ULA allows for fixed addresses, while SLAAC-based addresses expire and
can contain random components, and that's why static name-to-address
mappings generally use ULA.

-Ralph



Re: [gentoo-user] Help with IPv6, please

2019-12-06 Thread Peter Humphrey
On Thursday, 5 December 2019 21:17:59 GMT Ralph Seichter wrote:
> * Peter Humphrey:
> > $ ping6 vdsl
> > ping: vdsl: No address associated with hostname
> 
> The outcome of ping depends on /etc/resolv.conf and /etc/hosts, and even
> on the OS of the IPv6 nodes involved. Apple devices will be available as
> somename.local, with "somename" being what the user configured as the
> device's name in Preferences->Sharing. I can for example ping my iPhone
> via "ping6 silver.local".

OK, got that.

> > If I add the LAN address of the Bipac to /etc/hosts, ping finds it
> > okay, but what if the address changes if the Bipac reboots?
> 
> Your Bipac will have multiple "LAN addresses", or rather addresses that
> are bound to the LAN-facing network interface. In your example, you were
> pinging the global scope address 2a02:x which may change over time,
> unless your provider assigns static networks (mine does not). However,
> the router should also have at least one link-local address and one
> unique local address (ULA):

My IPv6 address is indeed static.

>   Global scope: 2a02:8010:x (may change or may not)
>   Link local: fe80:y (may change with SLAAC privacy extensions)
>   ULA: fd67:z (should be fixed)
> 
> With my router, the ULA was set up once when I first picked a random ULA
> prefix, and has remained immutable since then.

I can't see any fd67... Addresses here. The only IPv6 details my router shows 
are the LAN and WAN addresses, and 'ip -6 route show' on this host, although 
it lists six addresses bound to eth0, doesn't mention fd67.

Do I need to fix a ULA (on each host?), and how would I choose and apply it? 
My router seems to be a bit basic in the IPv6 department.

> > I see my mobile phone has acquired an IPv6 address starting with
> > fe80::40be... and it doesn't look like its MAC address.
> 
> That's not actually a bad thing. I mentioned SLAAC privacy extensions
> (RFC 4941) before; [1] offers some explanations.
> 
> [1]
> https://www.internetsociety.org/resources/deploy360/2014/privacy-extensions
> -for-ipv6-slaac/

Thanks for the link and your help.

-- 
Regards,
Peter.






Re: [gentoo-user] Help with IPv6, please

2019-12-05 Thread Ralph Seichter
* gentoo-u...@c-14.de:

> The easiest option is if you're using stateful DHCPv6. In this case
> you just need to set up your dhcp server to notify your dns server of
> any new leases.

That's what you consider "the easiest option"? ;-)

I usually ask the following of people starting with IPv6: Do you really
need fixed names for all nodes, or is this more of a reflex?

In my experience, home networks can usually run with only a few fixed
addresses (or rather name-to-address mappings). An old printer might
need a fixed address. A multimedia server will broadcast its services
and often does not need a fixed address. Neither do various smart-
phones. The router might need one, if it has a web UI. Something like
this might be enough:

  # /etc/hosts
  fd67:1:2:3::1 router.local  router
  fd67:1:2:3::2 printer.local printer

fd67:1:2:3::/64 is a random ULA prefix, pretty much an equivalent of
10.0.0.0/8 but much larger. Just assign a fixed ULA address to nodes
that *really* need it and share /etc/hosts across your nodes.

That, to me, is an easier option than setting up DHCPv6 and a DNS
server, both of which need to support dynamic DNS updates. Depending on
your environment, "ping6 somename.local" might work without any manual
configuration at all, as I mentioned in my previous message.

-Ralph



Re: [gentoo-user] Help with IPv6, please

2019-12-05 Thread Ralph Seichter
* Peter Humphrey:

> $ ping6 vdsl
> ping: vdsl: No address associated with hostname

The outcome of ping depends on /etc/resolv.conf and /etc/hosts, and even
on the OS of the IPv6 nodes involved. Apple devices will be available as
somename.local, with "somename" being what the user configured as the
device's name in Preferences->Sharing. I can for example ping my iPhone
via "ping6 silver.local".

> If I add the LAN address of the Bipac to /etc/hosts, ping finds it
> okay, but what if the address changes if the Bipac reboots?

Your Bipac will have multiple "LAN addresses", or rather addresses that
are bound to the LAN-facing network interface. In your example, you were
pinging the global scope address 2a02:x which may change over time,
unless your provider assigns static networks (mine does not). However,
the router should also have at least one link-local address and one
unique local address (ULA):

  Global scope: 2a02:8010:x (may change or may not)
  Link local: fe80:y (may change with SLAAC privacy extensions)
  ULA: fd67:z (should be fixed)

With my router, the ULA was set up once when I first picked a random ULA
prefix, and has remained immutable since then.

> I see my mobile phone has acquired an IPv6 address starting with
> fe80::40be... and it doesn't look like its MAC address.

That's not actually a bad thing. I mentioned SLAAC privacy extensions
(RFC 4941) before; [1] offers some explanations.

[1] 
https://www.internetsociety.org/resources/deploy360/2014/privacy-extensions-for-ipv6-slaac/

-Ralph



Re: [gentoo-user] Help with IPv6, please

2019-12-05 Thread gentoo-user
> Hello list,
Hi,

> Having been inspired by the recent discussion of IPv6, I decided to try it, 
> starting with my ISP, my Billion Bipac vDSL modem-router and one host - this 
> one. Of course it isn't straightforward.
>
> Zen has allocated me a /64 ND prefix and a /48 PD prefix. I found a way to 
> tell the Bipac to set up IPv6, and rebooted it; it now tells me its LAN 
> address is 2a02:8010:663d:0:6203:47ff:fe2d:8eba/64. Nslookup on this host 
> says 
> the same, without the /64. But then this:
>
> $ ping6 vdsl
> ping: vdsl: No address associated with hostname
> $ ping6 2a02:8010:663d:0:6203:47ff:fe2d:8eba
> PING 2a02:8010:663d:0:6203:47ff:fe2d:8eba(2a02:8010:663d:0:6203:47ff:fe2d:
> 8eba) 56 data bytes
> 64 bytes from 2a02:8010:663d:0:6203:47ff:fe2d:8eba: icmp_seq=1 ttl=64 
> time=1.75 ms
> ^C
>
> If I add the LAN address of the Bipac to /etc/hosts, ping finds it okay, but 
> what if the address changes if the Bipac reboots? I thought this kind of 
> address fixing was unnecessary in IPv6.
>
> And am I supposed to fix the IPv6 addresses of the other hosts on the LAN, or 
> just stick to IPv4 for local comms? And I haven't yet even thought about the 
> wireless devices served by the Bipac, though I see my mobile phone has 
> acquired an IPv6 address starting with fe80::40be... and it doesn't look like 
> its MAC address.
It really depends how you're setting up IPv6 on your local network.
The easiest option is if you're using stateful DHCPv6. In this case you
just need to set up your dhcp server to notify your dns server of any
new leases. If you're using static IPv6 addresses you can create a
static mapping between hostnames and addresses either in /etc/hosts or
your dns server. If you're using SLAAC, however, the only option I can
think of is to use stateless DHCPv6 to notify the DHCP server of your
client fqdn which should then sync the record with the DNS server.

-- 
Simon Thelen



[gentoo-user] Help with IPv6, please

2019-12-05 Thread Peter Humphrey
Hello list,

Having been inspired by the recent discussion of IPv6, I decided to try it, 
starting with my ISP, my Billion Bipac vDSL modem-router and one host - this 
one. Of course it isn't straightforward.

Zen has allocated me a /64 ND prefix and a /48 PD prefix. I found a way to 
tell the Bipac to set up IPv6, and rebooted it; it now tells me its LAN 
address is 2a02:8010:663d:0:6203:47ff:fe2d:8eba/64. Nslookup on this host says 
the same, without the /64. But then this:

$ ping6 vdsl
ping: vdsl: No address associated with hostname
$ ping6 2a02:8010:663d:0:6203:47ff:fe2d:8eba
PING 2a02:8010:663d:0:6203:47ff:fe2d:8eba(2a02:8010:663d:0:6203:47ff:fe2d:
8eba) 56 data bytes
64 bytes from 2a02:8010:663d:0:6203:47ff:fe2d:8eba: icmp_seq=1 ttl=64 
time=1.75 ms
^C

If I add the LAN address of the Bipac to /etc/hosts, ping finds it okay, but 
what if the address changes if the Bipac reboots? I thought this kind of 
address fixing was unnecessary in IPv6.

And am I supposed to fix the IPv6 addresses of the other hosts on the LAN, or 
just stick to IPv4 for local comms? And I haven't yet even thought about the 
wireless devices served by the Bipac, though I see my mobile phone has 
acquired an IPv6 address starting with fe80::40be... and it doesn't look like 
its MAC address.

-- 
Regards,
Peter.






Re: [gentoo-user] Help with emerge error msg

2019-03-09 Thread Corbin Bird
Just as a test set the 'icu inspector' USE FLAGS for net-libs/nodejs,
Then try this command, it should show how many packages would be pulled
in and their USE FLAGS :

emerge -pvt net-libs/nodejs

On 3/9/19 4:24 PM, allan gottlieb wrote:
> In trying to emerge chromium I received an error msg saying that
> net-libs/nodejs needed the "inspector" USE flag.
> 
> I added
>   >=net-libs/nodejs-8.12.0 inspector
> to
>  /etc/portage/package.use  chromium
> 
> Now I receive the msg
> 
> !!! The ebuild selected to satisfy ">=net-libs/nodejs-7.6.0[inspector]" has 
> unmet requirements.
> - net-libs/nodejs-8.12.0::gentoo USE="inspector npm snapshot ssl -debug -doc 
> -icu -systemtap -test" ABI_X86="(64)" CPU_FLAGS_X86="sse2" 
> PYTHON_TARGETS="python2_7"
> 
>   The following REQUIRED_USE flag constraints are unsatisfied:
> inspector? ( icu )
> 
>   The above constraints are a subset of the following complete expression:
> python_targets_python2_7 inspector? ( icu ssl ) npm? ( ssl )
> 
> (dependency required by "www-client/chromium-72.0.3626.96::gentoo" [ebuild])
> (dependency required by "chromium" [argument])
> 
> This seems more serious than a simple request to add the icu USE flag to
> nodejs.  Can someone please explain how I should proceed?
> 
> Thanks in advance,
> allan
> 
> 



[gentoo-user] Help with emerge error msg

2019-03-09 Thread allan gottlieb
In trying to emerge chromium I received an error msg saying that
net-libs/nodejs needed the "inspector" USE flag.

I added
  >=net-libs/nodejs-8.12.0 inspector
to
 /etc/portage/package.use  chromium

Now I receive the msg

!!! The ebuild selected to satisfy ">=net-libs/nodejs-7.6.0[inspector]" has 
unmet requirements.
- net-libs/nodejs-8.12.0::gentoo USE="inspector npm snapshot ssl -debug -doc 
-icu -systemtap -test" ABI_X86="(64)" CPU_FLAGS_X86="sse2" 
PYTHON_TARGETS="python2_7"

  The following REQUIRED_USE flag constraints are unsatisfied:
inspector? ( icu )

  The above constraints are a subset of the following complete expression:
python_targets_python2_7 inspector? ( icu ssl ) npm? ( ssl )

(dependency required by "www-client/chromium-72.0.3626.96::gentoo" [ebuild])
(dependency required by "chromium" [argument])

This seems more serious than a simple request to add the icu USE flag to
nodejs.  Can someone please explain how I should proceed?

Thanks in advance,
allan




Re: [gentoo-user] Help with dev-util/cargo blocking dev-lang/rust.

2018-11-18 Thread Ralph Seichter
* Neil Bothwick:

> That's because ~ doesn't mean unstable, it means testing. Stable in
> this context means less likely to change, not less likely to fall
> over. Plus the differentiation is for the ebuilds, not the software
> itself.

It is also worth mentioning that ebuilds cannot be added to the tree
with "stable" flags, at least not by unprivileged contributors such as
myself.

If, for example, there is an upstream bugfix release, I will copy my
existing ebuild because neither build process nor dependencies have
changed one bit, but I am required to change keywords to unstable
anyway.

Switching to stable would require a second pull request after at least a
month has passed, and many contributors just don't bother with that.

-Ralph



Re: [gentoo-user] Help with dev-util/cargo blocking dev-lang/rust.

2018-11-18 Thread Neil Bothwick
On Sun, 18 Nov 2018 00:33:41 -0500, Andrew Udvare wrote:

> I switched fully to ACCEPT_KEYWORDS="~amd64" (make.conf) after running
> mixed for a while. These kinds of issues come up too often and I don't
> have a lot of time to solve them, plus for my dev machine I just don't
> notice stable vs unstable most of the time. If something is truly
> unstable from my own experience I will mask that version and downgrade.

That's because ~ doesn't mean unstable, it means testing. Stable in this
context means less likely to change, not less likely to fall over. Plus
the differentiation is for the ebuilds, not the software itself. You can
have a rock solid program still in the testing tree.


-- 
Neil Bothwick

There is absolutely no substitute for a genuine lack of preparation.


pgpAZTd8AXIxs.pgp
Description: OpenPGP digital signature


Re: [gentoo-user] Help with dev-util/cargo blocking dev-lang/rust.

2018-11-17 Thread Grant Taylor

On 11/17/2018 10:33 PM, Andrew Udvare wrote:
I switched fully to ACCEPT_KEYWORDS="~amd64" (make.conf) after running 
mixed for a while. These kinds of issues come up too often and I don't 
have a lot of time to solve them, plus for my dev machine I just don't 
notice stable vs unstable most of the time. If something is truly unstable 
from my own experience I will mask that version and downgrade.


I've occasionally thought about doing that.  I've just not pulled the 
trigger on that yet.  I think I added ~amd64 to ACCEPT_KEYWORDS and 
looked at how many packages were going to change, got busy / needed to 
do something else at the time, and reverted with the decision to tackle 
it some other day.  That day hasn't come yet.


My recommendation would be to switch over to ~amd64 for a workstation 
generally. On my home server I run stable with a few unmasks, but most 
of the time these are packages that have no dependencies.


ACK

Thank you for sharing your experience, your opinion, and your help.



--
Grant. . . .
unix || die



Re: [gentoo-user] Help with dev-util/cargo blocking dev-lang/rust.

2018-11-17 Thread Andrew Udvare
On 18/11/2018 00:23, Grant Taylor wrote:
> 
> I'm not completely sure what that means.  I'm guessing you're asking
> about accept_keywords.  I'm mostly (?) running stock amd64.  I have
> added ~amd64 to some packages for various reasons over the 2+ years that
> this install has been around.

I switched fully to ACCEPT_KEYWORDS="~amd64" (make.conf) after running
mixed for a while. These kinds of issues come up too often and I don't
have a lot of time to solve them, plus for my dev machine I just don't
notice stable vs unstable most of the time. If something is truly
unstable from my own experience I will mask that version and downgrade.

My recommendation would be to switch over to ~amd64 for a workstation
generally. On my home server I run stable with a few unmasks, but most
of the time these are packages that have no dependencies.

-- 
Andrew



signature.asc
Description: OpenPGP digital signature


Re: [gentoo-user] Help with dev-util/cargo blocking dev-lang/rust.

2018-11-17 Thread Grant Taylor

On 11/17/2018 10:13 PM, Andrew Udvare wrote:

It looks like you need to unmask virtual/cargo because you need to have
virtual/cargo 1.30.1. These version numbers have to match.


That seems to have done it.

I added virtual/cargo to /etc/portage/package.accept_keywords/cargo 
which did have dev-util/cargo ~amd64.  It now also has virtual/cargo ~amd64.


Now emerge -aDuN @world seems to be happy and is currently emerge: (2 of 3).

Thank you for your help.  :-)


Are you running a mixed keyworded system?


I'm not completely sure what that means.  I'm guessing you're asking 
about accept_keywords.  I'm mostly (?) running stock amd64.  I have 
added ~amd64 to some packages for various reasons over the 2+ years that 
this install has been around.


I don't remember adding ~amd64 for dev-util/cargo.  I wonder if I added 
it when I wanted to try the newer Firefox.



Once you unmask, you can install what you need for Firefox/Thunderbird
beforehand:

emerge -1 virtual/cargo dev-lang/rust


emerge -aDuN @world is now happy (or at least not blocking / erroring 
out) and compiling things as I type this email.


Thank you again, everybody, for your help.  :-)



--
Grant. . . .
unix || die



Re: [gentoo-user] Help with dev-util/cargo blocking dev-lang/rust.

2018-11-17 Thread Andrew Udvare
On 17/11/2018 23:53, Grant Taylor wrote:
> On 11/17/2018 07:58 PM, Adam Carter wrote:
> 
> These are the packages that would be merged, in order:
> 
> Calculating dependencies... done!
> [ebuild  N ] dev-util/cargo-0.30.0  USE="-debug -doc -libressl"
> ABI_X86="(64) -32 (-x32)"
> [ebuild  N ] virtual/cargo-1.29.1
> [blocks B  ] dev-util/cargo ("dev-util/cargo" is blocking
> dev-lang/rust-1.30.1-r1)
> 
>  * Error: The above package list contains packages which cannot be
>  * installed at the same time on the same system.
> 
>   (dev-util/cargo-0.30.0:0/0::gentoo, ebuild scheduled for merge) pulled
> in by
>     =dev-util/cargo-0.30.0* required by
> (virtual/cargo-1.29.1:0/0::gentoo, ebuild scheduled for merge)
> 
>   (dev-lang/rust-1.30.1-r1:stable/1.30::gentoo, installed) pulled in by
>     =dev-lang/rust-1.30.1* required by (virtual/rust-1.30.1:0/0::gentoo,
> installed)

It looks like you need to unmask virtual/cargo because you need to have
virtual/cargo 1.30.1. These version numbers have to match. Are you
running a mixed keyworded system?

Once you unmask, you can install what you need for Firefox/Thunderbird
beforehand:

emerge -1 virtual/cargo dev-lang/rust

--
Andrew Udvare



signature.asc
Description: OpenPGP digital signature


Re: [gentoo-user] Help with dev-util/cargo blocking dev-lang/rust.

2018-11-17 Thread Grant Taylor

On 11/17/2018 07:58 PM, Adam Carter wrote:

Do you have  virtual/cargo installed?


Not presently.

I removed the following packages as part of troubleshooting.

dev-util/cargo virtual/cargo dev-lang/rust virtual/rust

I then (re)installed dev-lang/rust per Andrew U.'s recommendation.

Sorry posted too soon. After you install it, it should be satisfied by 
dev-lang/rust-1.30.1-r1 so you no longer need dev-util/cargo


#[5831:root@alpha:~][1]# emerge -aDuN virtual/cargo

 * IMPORTANT: 2 news items need reading for repository 'gentoo'.
 * Use eselect news read to view new items.


These are the packages that would be merged, in order:

Calculating dependencies... done!
[ebuild  N ] dev-util/cargo-0.30.0  USE="-debug -doc -libressl" 
ABI_X86="(64) -32 (-x32)"

[ebuild  N ] virtual/cargo-1.29.1
[blocks B  ] dev-util/cargo ("dev-util/cargo" is blocking 
dev-lang/rust-1.30.1-r1)


 * Error: The above package list contains packages which cannot be
 * installed at the same time on the same system.

  (dev-util/cargo-0.30.0:0/0::gentoo, ebuild scheduled for merge) 
pulled in by
=dev-util/cargo-0.30.0* required by 
(virtual/cargo-1.29.1:0/0::gentoo, ebuild scheduled for merge)


  (dev-lang/rust-1.30.1-r1:stable/1.30::gentoo, installed) pulled in by
=dev-lang/rust-1.30.1* required by 
(virtual/rust-1.30.1:0/0::gentoo, installed)



For more information about Blocked Packages, please refer to the following
section of the Gentoo Linux x86 Handbook (architecture is irrelevant):

https://wiki.gentoo.org/wiki/Handbook:X86/Working/Portage#Blocked_packages



#[5835:root@alpha:~]# equery y dev-util/cargo virtual/cargo 
dev-lang/rust virtual/rust

Keywords for dev-util/cargo:
   |   a |   |
   |   m |   |
   |   d   x |   |
   |   6   8 |   |
   |   4   6 |   u   |
   | a a   a p   s |   | |   n   |
   | l m   r i   p   h m s   p f m f | e u s | r
   | p d a m a p c x p 6 3   a b i b | a s l | e
   | h 6 r 6 6 p 6 8 p 8 9 s r s p s | p e o | p
   | a 4 m 4 4 c 4 6 a k 0 h c d s d | i d t | o
---+-+---+---
0.30.0 | o + o ~ o o o + o o o o o o o o | 6 o 0 | gentoo
Keywords for virtual/cargo:
   |   a |   |
   |   m |   |
   |   d   x |   |
   |   6   8 |   |
   |   4   6 |   u   |
   | a a   a p   s |   | |   n   |
   | l m   r i   p   h m s   p f m f | e u s | r
   | p d a m a p c x p 6 3   a b i b | a s l | e
   | h 6 r 6 6 p 6 8 p 8 9 s r s p s | p e o | p
   | a 4 m 4 4 c 4 6 a k 0 h c d s d | i d t | o
---+-+---+---
1.29.1 | o + o ~ o o o + o o o o o o o o | 7 o 0 | gentoo
1.29.2 | o ~ o ~ o o o ~ o o o o o o o o | 7 #   | gentoo
1.30.1 | o ~ o ~ o o o ~ o o o o o o o o | 7 o   | gentoo
Keywords for dev-lang/rust:
 |   a | |
 |   m | |
 |   d   x | |
 |   6   8 | |
 |   4   6 |   u |
 | a a   a p   s |   | |   n |
 | l m   r i   p   h m s   p f m f | e u s   | r
 | p d a m a p c x p 6 3   a b i b | a s l   | e
 | h 6 r 6 6 p 6 8 p 8 9 s r s p s | p e o   | p
 | a 4 m 4 4 c 4 6 a k 0 h c d s d | i d t   | o
-+-+-+---
   1.29.1-r1 | o + o ~ o o o + o o o o o o o o | 6 o stable/1.29 | gentoo
   1.29.2-r1 | o ~ o ~ o o o ~ o o o o o o o o | 6 o | gentoo
-+-+-+---
[I]1.30.1-r1 | o ~ o ~ o o o ~ o o o o o o o o | 6 o stable/1.30 | gentoo
Keywords for virtual/rust:
  |   a |   |
  |   m |   |
  |   d   x |   |
  |   6   8 |   |
  |   4   6 |   u   |
  | a a   a p   s |   | |   n   |
  | l m   r i   p   h m s   p f m f | e u s | r
  | p d a m a p c x p 6 3   a b i b | a s l | e
  | h 6 r 6 6 p 6 8 p 8 9 s r s p s | p e o | p
  | a 4 m 4 4 c 4 6 a k 0 h c d s d | i d t | o
--+-+---+---
   1.29.1 | o + o ~ o o o + o o o o o o o o | 7 o 0 | gentoo
   1.29.2 | o ~ o ~ o o o ~ o o o o o o o o | 7 #   | gentoo
[I]1.30.1 | o ~ o ~ o o o ~ o o o o o o o o 

Re: [gentoo-user] Help with dev-util/cargo blocking dev-lang/rust.

2018-11-17 Thread Adam Carter
On Sun, Nov 18, 2018 at 1:55 PM Adam Carter  wrote:

> On Sun, Nov 18, 2018 at 1:52 PM Grant Taylor <
> gtay...@gentoo.tnetconsulting.net> wrote:
>
>> On 11/17/2018 06:11 PM, Andrew Udvare wrote:
>> > Uninstall dev-util/cargo and emerge -1 dev-lang/rust. dev-lang/rust
>> > comes with Cargo.
>>
>> Hum.  That didn't solve the problem.
>>
>
> Do you have  virtual/cargo installed?
>

Sorry posted too soon. After you install it, it should be satisfied by
dev-lang/rust-1.30.1-r1 so you no longer need dev-util/cargo


Re: [gentoo-user] Help with dev-util/cargo blocking dev-lang/rust.

2018-11-17 Thread Adam Carter
On Sun, Nov 18, 2018 at 1:52 PM Grant Taylor <
gtay...@gentoo.tnetconsulting.net> wrote:

> On 11/17/2018 06:11 PM, Andrew Udvare wrote:
> > Uninstall dev-util/cargo and emerge -1 dev-lang/rust. dev-lang/rust
> > comes with Cargo.
>
> Hum.  That didn't solve the problem.
>

Do you have  virtual/cargo installed?


Re: [gentoo-user] Help with dev-util/cargo blocking dev-lang/rust.

2018-11-17 Thread Adam Carter
>
> > I also had to
> >
> >  ln -s /usr/bin/cargo-1.30.1 /usr/bin/cargo
> >
> > To get things working, YMMV.
>
> The correct way is to run `eselect rust set 1`. There are other symlinks
> besides cargo.
>
>
That was already set for me,  but i re-ran it, and atime on the symlink was
reset. Thanks.


Re: [gentoo-user] Help with dev-util/cargo blocking dev-lang/rust.

2018-11-17 Thread Grant Taylor

On 11/17/2018 06:11 PM, Andrew Udvare wrote:
Uninstall dev-util/cargo and emerge -1 dev-lang/rust. dev-lang/rust 
comes with Cargo.


Hum.  That didn't solve the problem.

#[5828:root@alpha:~]# eselect rust list
Available Rust versions:
  [1]   rust-1.30.1 *
#[5829:root@alpha:~]# emerge -aDuN @world

 * IMPORTANT: 2 news items need reading for repository 'gentoo'.
 * Use eselect news read to view new items.


These are the packages that would be merged, in order:

Calculating dependencies... done!
[ebuild  N ] dev-util/cargo-0.30.0  USE="-debug -doc -libressl" 
ABI_X86="(64) -32 (-x32)"

[ebuild  N ] virtual/cargo-1.29.1
[ebuild U  ] mail-client/thunderbird-60.3.0 [52.9.1] USE="-clang% 
-jack%"

[ebuild UD ] www-client/firefox-60.3.0-r1 [63.0.1]
[blocks B  ] dev-util/cargo ("dev-util/cargo" is blocking 
dev-lang/rust-1.30.1-r1)


 * Error: The above package list contains packages which cannot be
 * installed at the same time on the same system.

  (dev-util/cargo-0.30.0:0/0::gentoo, ebuild scheduled for merge) 
pulled in by
=dev-util/cargo-0.30.0* required by 
(virtual/cargo-1.29.1:0/0::gentoo, ebuild scheduled for merge)


  (dev-lang/rust-1.30.1-r1:stable/1.30::gentoo, installed) pulled in by
=dev-lang/rust-1.30.1* required by 
(virtual/rust-1.30.1:0/0::gentoo, installed)

dev-lang/rust required by @selected


For more information about Blocked Packages, please refer to the following
section of the Gentoo Linux x86 Handbook (architecture is irrelevant):

https://wiki.gentoo.org/wiki/Handbook:X86/Working/Portage#Blocked_packages



--
Grant. . . .
unix || die



Re: [gentoo-user] Help with dev-util/cargo blocking dev-lang/rust.

2018-11-17 Thread Andrew Udvare


> On 2018-11-17, at 20:16, Adam Carter  wrote:
> 
> > On 2018-11-17, at 19:24, Grant Taylor  
> > wrote:
> > 
> > So, will someone help me fix this cargo / rust blockage so that I can 
> > finish my @world emerge?
> 
> Uninstall dev-util/cargo and emerge -1 dev-lang/rust. dev-lang/rust comes 
> with Cargo. 
> 
> 
> I also had to
> 
>  ln -s /usr/bin/cargo-1.30.1 /usr/bin/cargo
> 
> To get things working, YMMV.

The correct way is to run `eselect rust set 1`. There are other symlinks 
besides cargo.

-- 
Andrew Udvare



Re: [gentoo-user] Help with dev-util/cargo blocking dev-lang/rust.

2018-11-17 Thread Adam Carter
>
> > On 2018-11-17, at 19:24, Grant Taylor 
> wrote:
> >
> > So, will someone help me fix this cargo / rust blockage so that I can
> finish my @world emerge?
>
> Uninstall dev-util/cargo and emerge -1 dev-lang/rust. dev-lang/rust comes
> with Cargo.
>
>
I also had to

 ln -s /usr/bin/cargo-1.30.1 /usr/bin/cargo

To get things working, YMMV.


Re: [gentoo-user] Help with dev-util/cargo blocking dev-lang/rust.

2018-11-17 Thread Andrew Udvare



> On 2018-11-17, at 19:24, Grant Taylor  
> wrote:
> 
> So, will someone help me fix this cargo / rust blockage so that I can finish 
> my @world emerge?

Uninstall dev-util/cargo and emerge -1 dev-lang/rust. dev-lang/rust comes with 
Cargo. 

-- 
Andrew Udvare




[gentoo-user] Help with dev-util/cargo blocking dev-lang/rust.

2018-11-17 Thread Grant Taylor

Hi,

Would someone please point me in the proper direction to start reading 
what I need to do to resolve this problem?


[blocks B  ] dev-util/cargo ("dev-util/cargo" is blocking 
dev-lang/rust-1.30.1-r1)


 * Error: The above package list contains packages which cannot be
 * installed at the same time on the same system.

  (dev-util/cargo-0.30.0:0/0::gentoo, ebuild scheduled for merge) 
pulled in by
=dev-util/cargo-0.30.0* required by 
(virtual/cargo-1.29.1:0/0::gentoo, ebuild scheduled for merge)


  (dev-lang/rust-1.30.1-r1:stable/1.30::gentoo, ebuild scheduled for 
merge) pulled in by
=dev-lang/rust-1.30.1* required by 
(virtual/rust-1.30.1:0/0::gentoo, ebuild scheduled for merge)


I've been reading documentation and various blog posts, trying to find 
how to resolve this myself, but I've not had much luck.


So, will someone help me fix this cargo / rust blockage so that I can 
finish my @world emerge?


Thank you in advance.



Grant. . . .
unix || die



Re: [gentoo-user] help

2018-10-04 Thread Dale
gevisz wrote:
> чт, 4 окт. 2018 г. в 16:18, Jorge Ventura :
>>
> Hm, could you, please, describe your problem in a bit more details?
>
>

I wondered if they were trying to get list help,
gentoo-user+h...@lists.gentoo.org, when I first saw it.  If so, maybe
that email address will help them, if they still need it. 

Dale

:-)  :-) 



Re: [gentoo-user] help

2018-10-04 Thread gevisz
чт, 4 окт. 2018 г. в 16:18, Jorge Ventura :
>
>
Hm, could you, please, describe your problem in a bit more details?



[gentoo-user] help

2018-10-04 Thread Jorge Ventura



Re: [gentoo-user] help installing Gentoo on Asus Transformer T101HA

2017-12-29 Thread Stefano Crocco
On venerdì 29 dicembre 2017 03:40:46 CET Daniel Frey wrote:
> On 12/28/17 12:36, Stefano Crocco wrote:
> > Hello to everyone,
> > I'm trying to install Gentoo on an Asus Transformer T101HA and there are
> > some issues I'd need help with.
> > 
> > First of all, I must say that many things worked fairly easily. I
> > performed
> > the installation from a SysrescueCD USB stick where almost everything,
> > including WiFi and touchscreen, worked out of the box (aside from having
> > to
> > find out how to rotate the screen, both in X and in framebuffer).
> > 
> > After installing everything (of course, compiling all packages on my
> > desktop machine), there are still some things which don't work. One is
> > the touch screen but, given that it worked using the SysrescueCD stick,
> > I'm not worried too much about it (besides, I'm not planning to use it
> > much).
> > 
> > The most troublesome issues, right now, are the sound card and the SD card
> > reader. Both of them simply don't seem to exist: they didn't work with the
> > SysrescueCD stick, I can't find any mention of either of them in the
> > output of dmesg, lspci and lsusb and Google gave pratically no answer.
> > I'm starting to think neither of them is supported with Linux but I
> > haven't been able to find any definitive information about this. I tried
> > activating all kernel options I could find which seemed vaguely related
> > to them, but to no effect.
> > 
> > Unfortunately, I haven't been able even to find out the exact models of
> > the
> > cards. All I know is that (according to Windows 10) the sound card is an
> > Intel SSt Audio Device (WDM), while the codec is a Realtek I2S Audio
> > Codec. I have no information at all on the SD card reader. The
> > motherboard, according to lshw, is a T101HA by AUSTeK.
> > 
> > I attach my last version of the kernel config (using gentoo-sources-4.14.9
> > which, I just found out, now seems to be masked).
> > 
> > I'd be glad for any hint about these issues. I spent all of this afternoon
> > trying to solve them and I can't really think what else I could try.
> > 
> > Thanks in advance
> > 
> > Stefano
> 
> Hmm, after googling it seems some of those Transformer models are not
> linux friendly. There are reports of no driver for the SD card reader
> and models earlier than yours needed firmware to use the sound card.
> 
> You might be able to use hints from:
> 
> https://wiki.debian.org/InstallingDebianOn/Asus/T100TA
> 
> to get the sound working, even though the model is older than yours.
> 
> Dan

Thanks for the answer.
Unfortunately, the hints on the page you linked didn't work. The firmware on 
that page is already included in linux-firmware (unless I'm missing something, 
of course). I tried compiling it in the kernel, but with no result. I believe 
the problem is something other than missing firmware, because I see no messages 
about failures to load firmware in dmes. 

I just noticed there are some audio-related messages in dmesg which I hadn't 
noticed before:

[drm] HDaudio controller not detected, using LPE audio instead
cht-bsw-rt5645: ASoC: CODEC DAI snd-soc-dummy-dai not registered
cht-bsw-rt5645: snd_soc_register_card failed -517

I don't know whether they're significant or they're spurious messages caused by 
my including every possible sound card drivers in the kernel.

I fear you're right about this Transformer not being linux friendly: I just 
found out that it doesn't recognize the power button, either. 

I think right now I need a break from this machine: I've alread spent about 
three days working on it and I have other things to do. I'll try to rebuild a 
kernel from scratch in a few days; in the meanwhile I'll use it as it is.

Thanks again

Stefano





Re: [gentoo-user] help installing Gentoo on Asus Transformer T101HA

2017-12-28 Thread Daniel Frey

On 12/28/17 12:36, Stefano Crocco wrote:

Hello to everyone,
I'm trying to install Gentoo on an Asus Transformer T101HA and there are some
issues I'd need help with.

First of all, I must say that many things worked fairly easily. I performed
the installation from a SysrescueCD USB stick where almost everything,
including WiFi and touchscreen, worked out of the box (aside from having to
find out how to rotate the screen, both in X and in framebuffer).

After installing everything (of course, compiling all packages on my desktop
machine), there are still some things which don't work. One is the touch
screen but, given that it worked using the SysrescueCD stick, I'm not worried
too much about it (besides, I'm not planning to use it much).

The most troublesome issues, right now, are the sound card and the SD card
reader. Both of them simply don't seem to exist: they didn't work with the
SysrescueCD stick, I can't find any mention of either of them in the output of
dmesg, lspci and lsusb and Google gave pratically no answer. I'm starting to
think neither of them is supported with Linux but I haven't been able to find
any definitive information about this. I tried activating all kernel options I
could find which seemed vaguely related to them, but to no effect.

Unfortunately, I haven't been able even to find out the exact models of the
cards. All I know is that (according to Windows 10) the sound card is an Intel
SSt Audio Device (WDM), while the codec is a Realtek I2S Audio Codec. I have
no information at all on the SD card reader. The motherboard, according to
lshw, is a T101HA by AUSTeK.

I attach my last version of the kernel config (using gentoo-sources-4.14.9
which, I just found out, now seems to be masked).

I'd be glad for any hint about these issues. I spent all of this afternoon
trying to solve them and I can't really think what else I could try.

Thanks in advance

Stefano



Hmm, after googling it seems some of those Transformer models are not 
linux friendly. There are reports of no driver for the SD card reader 
and models earlier than yours needed firmware to use the sound card.


You might be able to use hints from:

https://wiki.debian.org/InstallingDebianOn/Asus/T100TA

to get the sound working, even though the model is older than yours.

Dan



[gentoo-user] help installing Gentoo on Asus Transformer T101HA

2017-12-28 Thread Stefano Crocco
Hello to everyone,
I'm trying to install Gentoo on an Asus Transformer T101HA and there are some 
issues I'd need help with.

First of all, I must say that many things worked fairly easily. I performed 
the installation from a SysrescueCD USB stick where almost everything, 
including WiFi and touchscreen, worked out of the box (aside from having to 
find out how to rotate the screen, both in X and in framebuffer). 

After installing everything (of course, compiling all packages on my desktop 
machine), there are still some things which don't work. One is the touch 
screen but, given that it worked using the SysrescueCD stick, I'm not worried 
too much about it (besides, I'm not planning to use it much).

The most troublesome issues, right now, are the sound card and the SD card 
reader. Both of them simply don't seem to exist: they didn't work with the 
SysrescueCD stick, I can't find any mention of either of them in the output of 
dmesg, lspci and lsusb and Google gave pratically no answer. I'm starting to 
think neither of them is supported with Linux but I haven't been able to find 
any definitive information about this. I tried activating all kernel options I 
could find which seemed vaguely related to them, but to no effect.

Unfortunately, I haven't been able even to find out the exact models of the 
cards. All I know is that (according to Windows 10) the sound card is an Intel 
SSt Audio Device (WDM), while the codec is a Realtek I2S Audio Codec. I have 
no information at all on the SD card reader. The motherboard, according to 
lshw, is a T101HA by AUSTeK.

I attach my last version of the kernel config (using gentoo-sources-4.14.9 
which, I just found out, now seems to be masked).

I'd be glad for any hint about these issues. I spent all of this afternoon 
trying to solve them and I can't really think what else I could try.

Thanks in advance

Stefano#
# Automatically generated file; DO NOT EDIT.
# Linux/x86 4.14.9-gentoo Kernel Configuration
#

#
# Gentoo Linux
#
CONFIG_GENTOO_LINUX=y
CONFIG_GENTOO_LINUX_UDEV=y
CONFIG_GENTOO_LINUX_PORTAGE=y

#
# Support for init systems, system and service managers
#
CONFIG_GENTOO_LINUX_INIT_SCRIPT=y
# CONFIG_GENTOO_LINUX_INIT_SYSTEMD is not set
CONFIG_64BIT=y
CONFIG_X86_64=y
CONFIG_X86=y
CONFIG_INSTRUCTION_DECODER=y
CONFIG_OUTPUT_FORMAT="elf64-x86-64"
CONFIG_ARCH_DEFCONFIG="arch/x86/configs/x86_64_defconfig"
CONFIG_LOCKDEP_SUPPORT=y
CONFIG_STACKTRACE_SUPPORT=y
CONFIG_MMU=y
CONFIG_ARCH_MMAP_RND_BITS_MIN=28
CONFIG_ARCH_MMAP_RND_BITS_MAX=32
CONFIG_ARCH_MMAP_RND_COMPAT_BITS_MIN=8
CONFIG_ARCH_MMAP_RND_COMPAT_BITS_MAX=16
CONFIG_NEED_DMA_MAP_STATE=y
CONFIG_NEED_SG_DMA_LENGTH=y
CONFIG_GENERIC_ISA_DMA=y
CONFIG_GENERIC_BUG=y
CONFIG_GENERIC_BUG_RELATIVE_POINTERS=y
CONFIG_GENERIC_HWEIGHT=y
CONFIG_ARCH_MAY_HAVE_PC_FDC=y
CONFIG_RWSEM_XCHGADD_ALGORITHM=y
CONFIG_GENERIC_CALIBRATE_DELAY=y
CONFIG_ARCH_HAS_CPU_RELAX=y
CONFIG_ARCH_HAS_CACHE_LINE_SIZE=y
CONFIG_HAVE_SETUP_PER_CPU_AREA=y
CONFIG_NEED_PER_CPU_EMBED_FIRST_CHUNK=y
CONFIG_NEED_PER_CPU_PAGE_FIRST_CHUNK=y
CONFIG_ARCH_HIBERNATION_POSSIBLE=y
CONFIG_ARCH_SUSPEND_POSSIBLE=y
CONFIG_ARCH_WANT_HUGE_PMD_SHARE=y
CONFIG_ARCH_WANT_GENERAL_HUGETLB=y
CONFIG_ZONE_DMA32=y
CONFIG_AUDIT_ARCH=y
CONFIG_ARCH_SUPPORTS_OPTIMIZED_INLINING=y
CONFIG_ARCH_SUPPORTS_DEBUG_PAGEALLOC=y
CONFIG_X86_64_SMP=y
CONFIG_ARCH_SUPPORTS_UPROBES=y
CONFIG_FIX_EARLYCON_MEM=y
CONFIG_PGTABLE_LEVELS=4
CONFIG_DEFCONFIG_LIST="/lib/modules/$UNAME_RELEASE/.config"
CONFIG_IRQ_WORK=y
CONFIG_BUILDTIME_EXTABLE_SORT=y
CONFIG_THREAD_INFO_IN_TASK=y

#
# General setup
#
CONFIG_INIT_ENV_ARG_LIMIT=32
CONFIG_CROSS_COMPILE=""
# CONFIG_COMPILE_TEST is not set
CONFIG_LOCALVERSION=""
# CONFIG_LOCALVERSION_AUTO is not set
CONFIG_HAVE_KERNEL_GZIP=y
CONFIG_HAVE_KERNEL_BZIP2=y
CONFIG_HAVE_KERNEL_LZMA=y
CONFIG_HAVE_KERNEL_XZ=y
CONFIG_HAVE_KERNEL_LZO=y
CONFIG_HAVE_KERNEL_LZ4=y
CONFIG_KERNEL_GZIP=y
# CONFIG_KERNEL_BZIP2 is not set
# CONFIG_KERNEL_LZMA is not set
# CONFIG_KERNEL_XZ is not set
# CONFIG_KERNEL_LZO is not set
# CONFIG_KERNEL_LZ4 is not set
CONFIG_DEFAULT_HOSTNAME="(none)"
CONFIG_SWAP=y
CONFIG_SYSVIPC=y
CONFIG_SYSVIPC_SYSCTL=y
CONFIG_POSIX_MQUEUE=y
CONFIG_POSIX_MQUEUE_SYSCTL=y
CONFIG_CROSS_MEMORY_ATTACH=y
CONFIG_FHANDLE=y
CONFIG_USELIB=y
CONFIG_AUDIT=y
CONFIG_HAVE_ARCH_AUDITSYSCALL=y
CONFIG_AUDITSYSCALL=y
CONFIG_AUDIT_WATCH=y
CONFIG_AUDIT_TREE=y

#
# IRQ subsystem
#
CONFIG_GENERIC_IRQ_PROBE=y
CONFIG_GENERIC_IRQ_SHOW=y
CONFIG_GENERIC_IRQ_EFFECTIVE_AFF_MASK=y
CONFIG_GENERIC_PENDING_IRQ=y
CONFIG_GENERIC_IRQ_MIGRATION=y
CONFIG_IRQ_DOMAIN=y
CONFIG_IRQ_DOMAIN_HIERARCHY=y
CONFIG_GENERIC_MSI_IRQ=y
CONFIG_GENERIC_MSI_IRQ_DOMAIN=y
# CONFIG_IRQ_DOMAIN_DEBUG is not set
CONFIG_IRQ_FORCED_THREADING=y
CONFIG_SPARSE_IRQ=y
# CONFIG_GENERIC_IRQ_DEBUGFS is not set
CONFIG_CLOCKSOURCE_WATCHDOG=y
CONFIG_ARCH_CLOCKSOURCE_DATA=y
CONFIG_CLOCKSOURCE_VALIDATE_LAST_CYCLE=y
CONFIG_GENERIC_TIME_VSYSCALL=y
CONFIG_GENERIC_CLOCKEVENTS=y
CONFIG_GENERIC_CLOCKEVENTS_BROADCAST=y
CONFIG_GENERIC_CLOCKEVENTS_MIN_ADJUST=y

Re: [gentoo-user] Help...can't decipher emerge oracle...

2017-11-15 Thread Andreas K. Huettel
Am Mittwoch, 15. November 2017, 17:50:37 CET schrieb tu...@posteo.de:

>  * Error: The above package list contains packages which cannot be
>  * installed at the same time on the same system.
> 
>   (sys-libs/glibc-2.25-r9:2.2/2.2::gentoo, installed) pulled in by
> 
> >=sys-libs/glibc-2.23[multilib?] (>=sys-libs/glibc-2.23) required by
> >(dev-java/icedtea-bin-3.6.0:8/8::gentoo, installed)
> sys-libs/glibc[rpc(-)] required by (net-fs/autofs-5.1.3:0/0::gentoo,
> installed)

^ this is the key: autofs needs rpc support in glibc, which is going away with 
glibc-2.26. 

Sadly portage is extremely unhelpful here, since - if you look at the autofs 
ebuild - the problem goes away as soon as you switch its "libtirpc" useflag 
on:
libtirpc? ( net-libs/libtirpc )
!libtirpc? ( sys-libs/glibc[rpc(-)] )
(glibc-2.26 has no rpc useflag, and the (-) means it's treated as if it were 
switched off then.)

Indeed libtirpc is the modern replacement for the obsolete rpc support in 
glibc.

Anyway, I hope with the following commit this is now fixed:

commit 43429ba5bdcb0605f81e7ca7442aa085eca31caa
Author: Andreas K. Hüttel 
Date:   Wed Nov 15 23:37:41 2017 +0100

net-fs/autofs: Switch libtirpc to default to on, causes otherwise ugly 
blockers with glibc-2.26

Package-Manager: Portage-2.3.13, Repoman-2.3.4

 net-fs/autofs/autofs-5.0.10.ebuild   | 4 ++--
 net-fs/autofs/autofs-5.0.7-r4.ebuild | 4 ++--
 net-fs/autofs/autofs-5.0.7-r5.ebuild | 4 ++--
 net-fs/autofs/autofs-5.1.2.ebuild| 2 +-
 net-fs/autofs/autofs-5.1.3.ebuild| 2 +-
 5 files changed, 8 insertions(+), 8 deletions(-)




-- 
Andreas K. Hüttel
dilfri...@gentoo.org
Gentoo Linux developer (council, perl, libreoffice)

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


Re: [gentoo-user] Help...can't decipher emerge oracle...

2017-11-15 Thread Neil Bothwick
On Wed, 15 Nov 2017 18:43:15 +0100, tu...@posteo.de wrote:

> /root>emerge -1 '>=sys-libs/glibc-2.26'  
> Calculating dependencies... done!
> [ebuild U *] sys-libs/glibc- [2.25-r9] USE="-compile-locales%" 
> 
Why is it trying to install the  version? Is that unmasked?

Are you running stable or testing?

What does "grep -r glibc /etc/portage" say?

I don't think you posted the command that started all of this?


-- 
Neil Bothwick

If ignorance is bliss, why aren't more people happy?


pgpj4oeyYHoai.pgp
Description: OpenPGP digital signature


Re: [gentoo-user] Help...can't decipher emerge oracle...

2017-11-15 Thread Jan Chren (rindeal)
Well, that's yet another problem, this time it's `autofs` package
which depends on glibc having `rpc` USE flag. glibc 2.26 lost this
USE-flag, however. Hopefully you can workaround this by enabling
`libtirpc` USE-flag for `autofs` package.

So the steps should be now:

1. put `net-fs/autofs libtirpc` into your `/etc/portage/package.use/...`
2. `emerge -1 autofs`
3. `emerge -1 ">=sys-libs/glibc-2.26"`
4. `emerge -1 libnsl`

On 15 November 2017 at 18:43,   wrote:
> On 11/15 06:24, Jan Chren (rindeal) wrote:
>> Oh, I missed that the current libnsl has a blocker as well. In that
>> case try to do this:
>>
>> ```
>> emerge -C libnsl
>> emerge -1 ">=sys-libs/glibc-2.26"
>> emerge -1 libnsl
>> ```
>>
>> On 15 November 2017 at 18:20,   wrote:
>> > On 11/15 06:04, Jan Chren (rindeal) wrote:
>> >> net-libs/libnsl-1.1.0-r1 is blocking sys-libs/glibc versions lower
>> >> than 2.26 and you have sys-libs/glibc-2.25 installed. So try
>> >> installing glibc-2.26 manually first and then libnsl.
>> >>
>> >> On 15 November 2017 at 17:50,   wrote:
>> >> > Hi,
>> >> >
>> >> > From emerge I got this """info""":
>> >> >
>> >> >
>> >> >
>> >> >  * Error: The above package list contains packages which cannot be
>> >> >  * installed at the same time on the same system.
>> >> >
>> >> >   (sys-libs/glibc-2.25-r9:2.2/2.2::gentoo, installed) pulled in by
>> >> > >=sys-libs/glibc-2.23[multilib?] (>=sys-libs/glibc-2.23) required 
>> >> > by (dev-java/icedtea-bin-3.6.0:8/8::gentoo, installed)
>> >> > sys-libs/glibc[rpc(-)] required by 
>> >> > (net-fs/autofs-5.1.3:0/0::gentoo, installed)
>> >> > >=sys-libs/glibc-2.6.1 required by 
>> >> > (x11-drivers/nvidia-drivers-387.22:0/387::gentoo, installed)
>> >> > sys-libs/glibc required by 
>> >> > (app-arch/rar-5.5.0_p20170811:0/0::gentoo, installed)
>> >> > >=sys-libs/glibc-2.7 required by 
>> >> > (sys-apps/iproute2-4.14.0:0/0::gentoo, ebuild scheduled for merge)
>> >> > >=sys-libs/glibc-2.17 required by 
>> >> > (dev-lang/ghc-8.0.2:0/8.0.2::gentoo, installed)
>> >> > sys-libs/glibc:2.2 required by (virtual/libc-1:0/0::gentoo, 
>> >> > installed)
>> >> > sys-libs/glibc required by 
>> >> > (app-office/openoffice-bin-4.1.3:0/0::gentoo, installed)
>> >> > sys-libs/glibc required by @selected
>> >> > >=sys-libs/glibc-2.8:2.2 required by 
>> >> > (media-video/vlc-2.2.6-r2:0/5-8::gentoo, installed)
>> >> > >=sys-libs/glibc-2.8 required by 
>> >> > (sys-devel/gcc-4.9.4:4.9.4/4.9.4::gentoo, installed)
>> >> > >=sys-libs/glibc-2.8 required by 
>> >> > (sys-devel/gcc-5.4.0-r3:5.4.0/5.4.0::gentoo, installed)
>> >> > >=sys-libs/glibc-2.13 required by 
>> >> > (sys-devel/gcc-6.4.0:6.4.0/6.4.0::gentoo, installed)
>> >> >
>> >> >   (net-libs/libnsl-1.1.0-r1:0/2::gentoo, ebuild scheduled for merge) 
>> >> > pulled in by
>> >> > net-libs/libnsl:0= required by 
>> >> > (app-emulation/hercules-3.12:0/0::gentoo, installed)
>> >> > net-libs/libnsl:0= required by 
>> >> > (app-text/opensp-1.5.2-r6:0/0::gentoo, ebuild scheduled for merge)
>> >> > net-libs/libnsl:0 required by 
>> >> > @__auto_slot_operator_replace_installed__
>> >> >
>> >> > ...for me it seems, that I need a lot of different glibc versions and
>> >> > currently I dont know, how to get out of this mess...
>> >> >
>> >> > I would be happy, if someone could help me...
>> >> >
>> >> > Cheers
>> >> > Meino
>> >> >
>> >> >
>> >> >
>> >>
>> > Hi Jan,
>> >
>> > thanks for your help and your answer! :)
>> >
>> >
>> > Trying what you suggest leads into this:
>> >
>> > /root>emerge '=glibc-2.26-r3'
>> > Calculating dependencies... done!
>> > [ebuild U  ] sys-libs/glibc-2.26-r3 [2.25-r9]
>> >
>> > !!! Multiple package instances within a single package slot have been 
>> > pulled
>> > !!! into the dependency graph, resulting in a slot conflict:
>> >
>> > sys-libs/glibc:2.2
>> >
>> >   (sys-libs/glibc-2.26-r3:2.2/2.2::gentoo, ebuild scheduled for merge) 
>> > pulled in by
>> > =sys-libs/glibc-2.26-r3 (Argument)
>> >
>> >   (sys-libs/glibc-2.25-r9:2.2/2.2::gentoo, installed) pulled in by
>> > sys-libs/glibc[rpc(-)] required by (net-fs/autofs-5.1.3:0/0::gentoo, 
>> > installed)
>> >
>> > > > installed)
>> > ^   
>> >
>> > I would tend to remove autofs, install glibc-2.26, reinstall autofs
>> > and 
>> >
>> > Woyld that work, or do I kill my system with that...
>> >
>> > (I hate dependencies... :)
>> >
>> > Cheers
>> > Meino
>> >
>> >
>>
>
> Hi Jan,
>
> it fails again...
>
> /root>emerge -C libnsl
>  * This action can remove important packages! In order to be safer, use
>  * `emerge -pv --depclean ` to check for reverse dependencies before
>  * removing packages.
>
>  net-libs/libnsl
> selected: 0
>protected: none
>  omitted: none
>
> All selected packages: =net-libs/libnsl-0
>
 'Selected' packages are slated for removal.
 'Protected' and 'omitted' packages will not be removed.
>
 

Re: [gentoo-user] Help...can't decipher emerge oracle...

2017-11-15 Thread Mike Gilbert
On Wed, Nov 15, 2017 at 12:20 PM,   wrote:
> On 11/15 06:04, Jan Chren (rindeal) wrote:
>> net-libs/libnsl-1.1.0-r1 is blocking sys-libs/glibc versions lower
>> than 2.26 and you have sys-libs/glibc-2.25 installed. So try
>> installing glibc-2.26 manually first and then libnsl.
>>
>> On 15 November 2017 at 17:50,   wrote:
>> > Hi,
>> >
>> > From emerge I got this """info""":
>> >
>> >
>> >
>> >  * Error: The above package list contains packages which cannot be
>> >  * installed at the same time on the same system.
>> >
>> >   (sys-libs/glibc-2.25-r9:2.2/2.2::gentoo, installed) pulled in by
>> > >=sys-libs/glibc-2.23[multilib?] (>=sys-libs/glibc-2.23) required by 
>> > (dev-java/icedtea-bin-3.6.0:8/8::gentoo, installed)
>> > sys-libs/glibc[rpc(-)] required by (net-fs/autofs-5.1.3:0/0::gentoo, 
>> > installed)
>> > >=sys-libs/glibc-2.6.1 required by 
>> > (x11-drivers/nvidia-drivers-387.22:0/387::gentoo, installed)
>> > sys-libs/glibc required by (app-arch/rar-5.5.0_p20170811:0/0::gentoo, 
>> > installed)
>> > >=sys-libs/glibc-2.7 required by 
>> > (sys-apps/iproute2-4.14.0:0/0::gentoo, ebuild scheduled for merge)
>> > >=sys-libs/glibc-2.17 required by (dev-lang/ghc-8.0.2:0/8.0.2::gentoo, 
>> > installed)
>> > sys-libs/glibc:2.2 required by (virtual/libc-1:0/0::gentoo, installed)
>> > sys-libs/glibc required by 
>> > (app-office/openoffice-bin-4.1.3:0/0::gentoo, installed)
>> > sys-libs/glibc required by @selected
>> > >=sys-libs/glibc-2.8:2.2 required by 
>> > (media-video/vlc-2.2.6-r2:0/5-8::gentoo, installed)
>> > >=sys-libs/glibc-2.8 required by 
>> > (sys-devel/gcc-4.9.4:4.9.4/4.9.4::gentoo, installed)
>> > >=sys-libs/glibc-2.8 required by 
>> > (sys-devel/gcc-5.4.0-r3:5.4.0/5.4.0::gentoo, installed)
>> > >=sys-libs/glibc-2.13 required by 
>> > (sys-devel/gcc-6.4.0:6.4.0/6.4.0::gentoo, installed)
>> >
>> >   (net-libs/libnsl-1.1.0-r1:0/2::gentoo, ebuild scheduled for merge) 
>> > pulled in by
>> > net-libs/libnsl:0= required by 
>> > (app-emulation/hercules-3.12:0/0::gentoo, installed)
>> > net-libs/libnsl:0= required by (app-text/opensp-1.5.2-r6:0/0::gentoo, 
>> > ebuild scheduled for merge)
>> > net-libs/libnsl:0 required by @__auto_slot_operator_replace_installed__
>> >
>> > ...for me it seems, that I need a lot of different glibc versions and
>> > currently I dont know, how to get out of this mess...
>> >
>> > I would be happy, if someone could help me...
>> >
>> > Cheers
>> > Meino
>> >
>> >
>> >
>>
> Hi Jan,
>
> thanks for your help and your answer! :)
>
>
> Trying what you suggest leads into this:
>
> /root>emerge '=glibc-2.26-r3'
> Calculating dependencies... done!
> [ebuild U  ] sys-libs/glibc-2.26-r3 [2.25-r9]
>
> !!! Multiple package instances within a single package slot have been pulled
> !!! into the dependency graph, resulting in a slot conflict:
>
> sys-libs/glibc:2.2
>
>   (sys-libs/glibc-2.26-r3:2.2/2.2::gentoo, ebuild scheduled for merge) pulled 
> in by
> =sys-libs/glibc-2.26-r3 (Argument)
>
>   (sys-libs/glibc-2.25-r9:2.2/2.2::gentoo, installed) pulled in by
> sys-libs/glibc[rpc(-)] required by (net-fs/autofs-5.1.3:0/0::gentoo, 
> installed)
>
>  installed)
> ^   
>
> I would tend to remove autofs, install glibc-2.26, reinstall autofs
> and 
>
> Woyld that work, or do I kill my system with that...
>
> (I hate dependencies... :)
>

Removing autofs certainly can't hurt.

Maybe try upgrading glibc and libnsl together.

emerge --oneshot sys-libs/glibc net-libs/libnsl



Re: [gentoo-user] Help...can't decipher emerge oracle...

2017-11-15 Thread tuxic
On 11/15 06:24, Jan Chren (rindeal) wrote:
> Oh, I missed that the current libnsl has a blocker as well. In that
> case try to do this:
> 
> ```
> emerge -C libnsl
> emerge -1 ">=sys-libs/glibc-2.26"
> emerge -1 libnsl
> ```
> 
> On 15 November 2017 at 18:20,   wrote:
> > On 11/15 06:04, Jan Chren (rindeal) wrote:
> >> net-libs/libnsl-1.1.0-r1 is blocking sys-libs/glibc versions lower
> >> than 2.26 and you have sys-libs/glibc-2.25 installed. So try
> >> installing glibc-2.26 manually first and then libnsl.
> >>
> >> On 15 November 2017 at 17:50,   wrote:
> >> > Hi,
> >> >
> >> > From emerge I got this """info""":
> >> >
> >> >
> >> >
> >> >  * Error: The above package list contains packages which cannot be
> >> >  * installed at the same time on the same system.
> >> >
> >> >   (sys-libs/glibc-2.25-r9:2.2/2.2::gentoo, installed) pulled in by
> >> > >=sys-libs/glibc-2.23[multilib?] (>=sys-libs/glibc-2.23) required by 
> >> > (dev-java/icedtea-bin-3.6.0:8/8::gentoo, installed)
> >> > sys-libs/glibc[rpc(-)] required by (net-fs/autofs-5.1.3:0/0::gentoo, 
> >> > installed)
> >> > >=sys-libs/glibc-2.6.1 required by 
> >> > (x11-drivers/nvidia-drivers-387.22:0/387::gentoo, installed)
> >> > sys-libs/glibc required by 
> >> > (app-arch/rar-5.5.0_p20170811:0/0::gentoo, installed)
> >> > >=sys-libs/glibc-2.7 required by 
> >> > (sys-apps/iproute2-4.14.0:0/0::gentoo, ebuild scheduled for merge)
> >> > >=sys-libs/glibc-2.17 required by 
> >> > (dev-lang/ghc-8.0.2:0/8.0.2::gentoo, installed)
> >> > sys-libs/glibc:2.2 required by (virtual/libc-1:0/0::gentoo, 
> >> > installed)
> >> > sys-libs/glibc required by 
> >> > (app-office/openoffice-bin-4.1.3:0/0::gentoo, installed)
> >> > sys-libs/glibc required by @selected
> >> > >=sys-libs/glibc-2.8:2.2 required by 
> >> > (media-video/vlc-2.2.6-r2:0/5-8::gentoo, installed)
> >> > >=sys-libs/glibc-2.8 required by 
> >> > (sys-devel/gcc-4.9.4:4.9.4/4.9.4::gentoo, installed)
> >> > >=sys-libs/glibc-2.8 required by 
> >> > (sys-devel/gcc-5.4.0-r3:5.4.0/5.4.0::gentoo, installed)
> >> > >=sys-libs/glibc-2.13 required by 
> >> > (sys-devel/gcc-6.4.0:6.4.0/6.4.0::gentoo, installed)
> >> >
> >> >   (net-libs/libnsl-1.1.0-r1:0/2::gentoo, ebuild scheduled for merge) 
> >> > pulled in by
> >> > net-libs/libnsl:0= required by 
> >> > (app-emulation/hercules-3.12:0/0::gentoo, installed)
> >> > net-libs/libnsl:0= required by 
> >> > (app-text/opensp-1.5.2-r6:0/0::gentoo, ebuild scheduled for merge)
> >> > net-libs/libnsl:0 required by 
> >> > @__auto_slot_operator_replace_installed__
> >> >
> >> > ...for me it seems, that I need a lot of different glibc versions and
> >> > currently I dont know, how to get out of this mess...
> >> >
> >> > I would be happy, if someone could help me...
> >> >
> >> > Cheers
> >> > Meino
> >> >
> >> >
> >> >
> >>
> > Hi Jan,
> >
> > thanks for your help and your answer! :)
> >
> >
> > Trying what you suggest leads into this:
> >
> > /root>emerge '=glibc-2.26-r3'
> > Calculating dependencies... done!
> > [ebuild U  ] sys-libs/glibc-2.26-r3 [2.25-r9]
> >
> > !!! Multiple package instances within a single package slot have been pulled
> > !!! into the dependency graph, resulting in a slot conflict:
> >
> > sys-libs/glibc:2.2
> >
> >   (sys-libs/glibc-2.26-r3:2.2/2.2::gentoo, ebuild scheduled for merge) 
> > pulled in by
> > =sys-libs/glibc-2.26-r3 (Argument)
> >
> >   (sys-libs/glibc-2.25-r9:2.2/2.2::gentoo, installed) pulled in by
> > sys-libs/glibc[rpc(-)] required by (net-fs/autofs-5.1.3:0/0::gentoo, 
> > installed)
> >
> >  > installed)
> > ^   
> >
> > I would tend to remove autofs, install glibc-2.26, reinstall autofs
> > and 
> >
> > Woyld that work, or do I kill my system with that...
> >
> > (I hate dependencies... :)
> >
> > Cheers
> > Meino
> >
> >
> 

Hi Jan,

it fails again...

/root>emerge -C libnsl
 * This action can remove important packages! In order to be safer, use
 * `emerge -pv --depclean ` to check for reverse dependencies before
 * removing packages.

 net-libs/libnsl
selected: 0 
   protected: none 
 omitted: none 

All selected packages: =net-libs/libnsl-0

>>> 'Selected' packages are slated for removal.
>>> 'Protected' and 'omitted' packages will not be removed.

>>> Waiting 5 seconds before starting...
>>> (Control-C to abort)...
>>> Unmerging in: 5 4 3 2 1
>>> Unmerging (1 of 1) net-libs/libnsl-0...

 * GNU info directory index is up-to-date.
/root>emerge -1 '>=sys-libs/glibc-2.26'
Calculating dependencies... done!
[ebuild U *] sys-libs/glibc- [2.25-r9] USE="-compile-locales%" 

!!! Multiple package instances within a single package slot have been pulled
!!! into the dependency graph, resulting in a slot conflict:

sys-libs/glibc:2.2

  (sys-libs/glibc-:2.2/2.2::gentoo, ebuild scheduled for merge) pulled in by
>=sys-libs/glibc-2.26 (Argument)

  

Re: [gentoo-user] Help...can't decipher emerge oracle...

2017-11-15 Thread Jan Chren (rindeal)
Oh, I missed that the current libnsl has a blocker as well. In that
case try to do this:

```
emerge -C libnsl
emerge -1 ">=sys-libs/glibc-2.26"
emerge -1 libnsl
```

On 15 November 2017 at 18:20,   wrote:
> On 11/15 06:04, Jan Chren (rindeal) wrote:
>> net-libs/libnsl-1.1.0-r1 is blocking sys-libs/glibc versions lower
>> than 2.26 and you have sys-libs/glibc-2.25 installed. So try
>> installing glibc-2.26 manually first and then libnsl.
>>
>> On 15 November 2017 at 17:50,   wrote:
>> > Hi,
>> >
>> > From emerge I got this """info""":
>> >
>> >
>> >
>> >  * Error: The above package list contains packages which cannot be
>> >  * installed at the same time on the same system.
>> >
>> >   (sys-libs/glibc-2.25-r9:2.2/2.2::gentoo, installed) pulled in by
>> > >=sys-libs/glibc-2.23[multilib?] (>=sys-libs/glibc-2.23) required by 
>> > (dev-java/icedtea-bin-3.6.0:8/8::gentoo, installed)
>> > sys-libs/glibc[rpc(-)] required by (net-fs/autofs-5.1.3:0/0::gentoo, 
>> > installed)
>> > >=sys-libs/glibc-2.6.1 required by 
>> > (x11-drivers/nvidia-drivers-387.22:0/387::gentoo, installed)
>> > sys-libs/glibc required by (app-arch/rar-5.5.0_p20170811:0/0::gentoo, 
>> > installed)
>> > >=sys-libs/glibc-2.7 required by 
>> > (sys-apps/iproute2-4.14.0:0/0::gentoo, ebuild scheduled for merge)
>> > >=sys-libs/glibc-2.17 required by (dev-lang/ghc-8.0.2:0/8.0.2::gentoo, 
>> > installed)
>> > sys-libs/glibc:2.2 required by (virtual/libc-1:0/0::gentoo, installed)
>> > sys-libs/glibc required by 
>> > (app-office/openoffice-bin-4.1.3:0/0::gentoo, installed)
>> > sys-libs/glibc required by @selected
>> > >=sys-libs/glibc-2.8:2.2 required by 
>> > (media-video/vlc-2.2.6-r2:0/5-8::gentoo, installed)
>> > >=sys-libs/glibc-2.8 required by 
>> > (sys-devel/gcc-4.9.4:4.9.4/4.9.4::gentoo, installed)
>> > >=sys-libs/glibc-2.8 required by 
>> > (sys-devel/gcc-5.4.0-r3:5.4.0/5.4.0::gentoo, installed)
>> > >=sys-libs/glibc-2.13 required by 
>> > (sys-devel/gcc-6.4.0:6.4.0/6.4.0::gentoo, installed)
>> >
>> >   (net-libs/libnsl-1.1.0-r1:0/2::gentoo, ebuild scheduled for merge) 
>> > pulled in by
>> > net-libs/libnsl:0= required by 
>> > (app-emulation/hercules-3.12:0/0::gentoo, installed)
>> > net-libs/libnsl:0= required by (app-text/opensp-1.5.2-r6:0/0::gentoo, 
>> > ebuild scheduled for merge)
>> > net-libs/libnsl:0 required by @__auto_slot_operator_replace_installed__
>> >
>> > ...for me it seems, that I need a lot of different glibc versions and
>> > currently I dont know, how to get out of this mess...
>> >
>> > I would be happy, if someone could help me...
>> >
>> > Cheers
>> > Meino
>> >
>> >
>> >
>>
> Hi Jan,
>
> thanks for your help and your answer! :)
>
>
> Trying what you suggest leads into this:
>
> /root>emerge '=glibc-2.26-r3'
> Calculating dependencies... done!
> [ebuild U  ] sys-libs/glibc-2.26-r3 [2.25-r9]
>
> !!! Multiple package instances within a single package slot have been pulled
> !!! into the dependency graph, resulting in a slot conflict:
>
> sys-libs/glibc:2.2
>
>   (sys-libs/glibc-2.26-r3:2.2/2.2::gentoo, ebuild scheduled for merge) pulled 
> in by
> =sys-libs/glibc-2.26-r3 (Argument)
>
>   (sys-libs/glibc-2.25-r9:2.2/2.2::gentoo, installed) pulled in by
> sys-libs/glibc[rpc(-)] required by (net-fs/autofs-5.1.3:0/0::gentoo, 
> installed)
>
>  installed)
> ^   
>
> I would tend to remove autofs, install glibc-2.26, reinstall autofs
> and 
>
> Woyld that work, or do I kill my system with that...
>
> (I hate dependencies... :)
>
> Cheers
> Meino
>
>



Re: [gentoo-user] Help...can't decipher emerge oracle...

2017-11-15 Thread tuxic
On 11/15 06:04, Jan Chren (rindeal) wrote:
> net-libs/libnsl-1.1.0-r1 is blocking sys-libs/glibc versions lower
> than 2.26 and you have sys-libs/glibc-2.25 installed. So try
> installing glibc-2.26 manually first and then libnsl.
> 
> On 15 November 2017 at 17:50,   wrote:
> > Hi,
> >
> > From emerge I got this """info""":
> >
> >
> >
> >  * Error: The above package list contains packages which cannot be
> >  * installed at the same time on the same system.
> >
> >   (sys-libs/glibc-2.25-r9:2.2/2.2::gentoo, installed) pulled in by
> > >=sys-libs/glibc-2.23[multilib?] (>=sys-libs/glibc-2.23) required by 
> > (dev-java/icedtea-bin-3.6.0:8/8::gentoo, installed)
> > sys-libs/glibc[rpc(-)] required by (net-fs/autofs-5.1.3:0/0::gentoo, 
> > installed)
> > >=sys-libs/glibc-2.6.1 required by 
> > (x11-drivers/nvidia-drivers-387.22:0/387::gentoo, installed)
> > sys-libs/glibc required by (app-arch/rar-5.5.0_p20170811:0/0::gentoo, 
> > installed)
> > >=sys-libs/glibc-2.7 required by (sys-apps/iproute2-4.14.0:0/0::gentoo, 
> > ebuild scheduled for merge)
> > >=sys-libs/glibc-2.17 required by (dev-lang/ghc-8.0.2:0/8.0.2::gentoo, 
> > installed)
> > sys-libs/glibc:2.2 required by (virtual/libc-1:0/0::gentoo, installed)
> > sys-libs/glibc required by 
> > (app-office/openoffice-bin-4.1.3:0/0::gentoo, installed)
> > sys-libs/glibc required by @selected
> > >=sys-libs/glibc-2.8:2.2 required by 
> > (media-video/vlc-2.2.6-r2:0/5-8::gentoo, installed)
> > >=sys-libs/glibc-2.8 required by 
> > (sys-devel/gcc-4.9.4:4.9.4/4.9.4::gentoo, installed)
> > >=sys-libs/glibc-2.8 required by 
> > (sys-devel/gcc-5.4.0-r3:5.4.0/5.4.0::gentoo, installed)
> > >=sys-libs/glibc-2.13 required by 
> > (sys-devel/gcc-6.4.0:6.4.0/6.4.0::gentoo, installed)
> >
> >   (net-libs/libnsl-1.1.0-r1:0/2::gentoo, ebuild scheduled for merge) pulled 
> > in by
> > net-libs/libnsl:0= required by 
> > (app-emulation/hercules-3.12:0/0::gentoo, installed)
> > net-libs/libnsl:0= required by (app-text/opensp-1.5.2-r6:0/0::gentoo, 
> > ebuild scheduled for merge)
> > net-libs/libnsl:0 required by @__auto_slot_operator_replace_installed__
> >
> > ...for me it seems, that I need a lot of different glibc versions and
> > currently I dont know, how to get out of this mess...
> >
> > I would be happy, if someone could help me...
> >
> > Cheers
> > Meino
> >
> >
> >
> 
Hi Jan,

thanks for your help and your answer! :)


Trying what you suggest leads into this:

/root>emerge '=glibc-2.26-r3'   
Calculating dependencies... done!
[ebuild U  ] sys-libs/glibc-2.26-r3 [2.25-r9]

!!! Multiple package instances within a single package slot have been pulled
!!! into the dependency graph, resulting in a slot conflict:

sys-libs/glibc:2.2

  (sys-libs/glibc-2.26-r3:2.2/2.2::gentoo, ebuild scheduled for merge) pulled 
in by
=sys-libs/glibc-2.26-r3 (Argument)

  (sys-libs/glibc-2.25-r9:2.2/2.2::gentoo, installed) pulled in by
sys-libs/glibc[rpc(-)] required by (net-fs/autofs-5.1.3:0/0::gentoo, 
installed)




Re: [gentoo-user] Help...can't decipher emerge oracle...

2017-11-15 Thread Jan Chren (rindeal)
net-libs/libnsl-1.1.0-r1 is blocking sys-libs/glibc versions lower
than 2.26 and you have sys-libs/glibc-2.25 installed. So try
installing glibc-2.26 manually first and then libnsl.

On 15 November 2017 at 17:50,   wrote:
> Hi,
>
> From emerge I got this """info""":
>
>
>
>  * Error: The above package list contains packages which cannot be
>  * installed at the same time on the same system.
>
>   (sys-libs/glibc-2.25-r9:2.2/2.2::gentoo, installed) pulled in by
> >=sys-libs/glibc-2.23[multilib?] (>=sys-libs/glibc-2.23) required by 
> (dev-java/icedtea-bin-3.6.0:8/8::gentoo, installed)
> sys-libs/glibc[rpc(-)] required by (net-fs/autofs-5.1.3:0/0::gentoo, 
> installed)
> >=sys-libs/glibc-2.6.1 required by 
> (x11-drivers/nvidia-drivers-387.22:0/387::gentoo, installed)
> sys-libs/glibc required by (app-arch/rar-5.5.0_p20170811:0/0::gentoo, 
> installed)
> >=sys-libs/glibc-2.7 required by (sys-apps/iproute2-4.14.0:0/0::gentoo, 
> ebuild scheduled for merge)
> >=sys-libs/glibc-2.17 required by (dev-lang/ghc-8.0.2:0/8.0.2::gentoo, 
> installed)
> sys-libs/glibc:2.2 required by (virtual/libc-1:0/0::gentoo, installed)
> sys-libs/glibc required by (app-office/openoffice-bin-4.1.3:0/0::gentoo, 
> installed)
> sys-libs/glibc required by @selected
> >=sys-libs/glibc-2.8:2.2 required by 
> (media-video/vlc-2.2.6-r2:0/5-8::gentoo, installed)
> >=sys-libs/glibc-2.8 required by 
> (sys-devel/gcc-4.9.4:4.9.4/4.9.4::gentoo, installed)
> >=sys-libs/glibc-2.8 required by 
> (sys-devel/gcc-5.4.0-r3:5.4.0/5.4.0::gentoo, installed)
> >=sys-libs/glibc-2.13 required by 
> (sys-devel/gcc-6.4.0:6.4.0/6.4.0::gentoo, installed)
>
>   (net-libs/libnsl-1.1.0-r1:0/2::gentoo, ebuild scheduled for merge) pulled 
> in by
> net-libs/libnsl:0= required by (app-emulation/hercules-3.12:0/0::gentoo, 
> installed)
> net-libs/libnsl:0= required by (app-text/opensp-1.5.2-r6:0/0::gentoo, 
> ebuild scheduled for merge)
> net-libs/libnsl:0 required by @__auto_slot_operator_replace_installed__
>
> ...for me it seems, that I need a lot of different glibc versions and
> currently I dont know, how to get out of this mess...
>
> I would be happy, if someone could help me...
>
> Cheers
> Meino
>
>
>



[gentoo-user] Help...can't decipher emerge oracle...

2017-11-15 Thread tuxic
Hi,

>From emerge I got this """info""":



 * Error: The above package list contains packages which cannot be
 * installed at the same time on the same system.

  (sys-libs/glibc-2.25-r9:2.2/2.2::gentoo, installed) pulled in by
>=sys-libs/glibc-2.23[multilib?] (>=sys-libs/glibc-2.23) required by 
(dev-java/icedtea-bin-3.6.0:8/8::gentoo, installed)
sys-libs/glibc[rpc(-)] required by (net-fs/autofs-5.1.3:0/0::gentoo, 
installed)
>=sys-libs/glibc-2.6.1 required by 
(x11-drivers/nvidia-drivers-387.22:0/387::gentoo, installed)
sys-libs/glibc required by (app-arch/rar-5.5.0_p20170811:0/0::gentoo, 
installed)
>=sys-libs/glibc-2.7 required by (sys-apps/iproute2-4.14.0:0/0::gentoo, 
ebuild scheduled for merge)
>=sys-libs/glibc-2.17 required by (dev-lang/ghc-8.0.2:0/8.0.2::gentoo, 
installed)
sys-libs/glibc:2.2 required by (virtual/libc-1:0/0::gentoo, installed)
sys-libs/glibc required by (app-office/openoffice-bin-4.1.3:0/0::gentoo, 
installed)
sys-libs/glibc required by @selected
>=sys-libs/glibc-2.8:2.2 required by 
(media-video/vlc-2.2.6-r2:0/5-8::gentoo, installed)
>=sys-libs/glibc-2.8 required by (sys-devel/gcc-4.9.4:4.9.4/4.9.4::gentoo, 
installed)
>=sys-libs/glibc-2.8 required by 
(sys-devel/gcc-5.4.0-r3:5.4.0/5.4.0::gentoo, installed)
>=sys-libs/glibc-2.13 required by (sys-devel/gcc-6.4.0:6.4.0/6.4.0::gentoo, 
installed)

  (net-libs/libnsl-1.1.0-r1:0/2::gentoo, ebuild scheduled for merge) pulled in 
by
net-libs/libnsl:0= required by (app-emulation/hercules-3.12:0/0::gentoo, 
installed)
net-libs/libnsl:0= required by (app-text/opensp-1.5.2-r6:0/0::gentoo, 
ebuild scheduled for merge)
net-libs/libnsl:0 required by @__auto_slot_operator_replace_installed__

...for me it seems, that I need a lot of different glibc versions and
currently I dont know, how to get out of this mess...

I would be happy, if someone could help me...

Cheers
Meino





Re: [gentoo-user] help securing system / remote unlock

2017-02-06 Thread Simon Perfer
Thank you Neil. I had not seen that link.


I've had quite an uphill battle getting Dracut to work properly with a rather 
strange networking situation I have on a variety of servers.


I believe the "out of the box experience" I had was not leveraging dracut, 
though I could be wrong.


Does gentoolkit not support dracut?


My search skills must be failing me...is this really that uncommon of a use 
case? Can't seem to find much information around this topic.


From: Neil Bothwick <n...@digimed.co.uk>
Sent: Monday, February 6, 2017 5:51 PM
To: gentoo-user@lists.gentoo.org
Subject: Re: [gentoo-user] help securing system / remote unlock

On Mon, 6 Feb 2017 22:16:38 +, Simon Perfer wrote:

> Can't seem to find a tool that will generate an initramfs with support
> for ZFS, LUKS and Dropbear so that I can remotely unlock the system.
>
> Ubuntu makes it very easy to enable Dropbear in their initramfs. I
> could have sworn I've done before via some popular / existing initramfs
> tool on Gentoo but can't seem to remember which one (or if it's even
> possible).
>
> Short of building my own custom initramfs or hacking dracut,
> bliss-initramfs, etc., are there any pre-baked solutions I can rely on?

Adding features to dracut seems quite simple according to Rich's blog
post.

https://rich0gentoo.wordpress.com/2012/01/21/a-quick-dracut-module/


--
Neil Bothwick

Q: What's the second worst sound you can hear a sysadmin make?
A: Uh-oh
Q: And the worst sound?
A: Oops


Re: [gentoo-user] help securing system / remote unlock

2017-02-06 Thread Neil Bothwick
On Mon, 6 Feb 2017 22:16:38 +, Simon Perfer wrote:

> Can't seem to find a tool that will generate an initramfs with support
> for ZFS, LUKS and Dropbear so that I can remotely unlock the system.
> 
> Ubuntu makes it very easy to enable Dropbear in their initramfs. I
> could have sworn I've done before via some popular / existing initramfs
> tool on Gentoo but can't seem to remember which one (or if it's even
> possible).
> 
> Short of building my own custom initramfs or hacking dracut,
> bliss-initramfs, etc., are there any pre-baked solutions I can rely on?

Adding features to dracut seems quite simple according to Rich's blog
post.

https://rich0gentoo.wordpress.com/2012/01/21/a-quick-dracut-module/


-- 
Neil Bothwick

Q: What's the second worst sound you can hear a sysadmin make?
A: Uh-oh
Q: And the worst sound?
A: Oops


pgpByJexk58vC.pgp
Description: OpenPGP digital signature


[gentoo-user] help securing system / remote unlock

2017-02-06 Thread Simon Perfer
Hi – I've successfully set up whole disk encryption by using LUKS and ZFS on 
top of it. I can boot by unlocking the drive via some remote console.


Can't seem to find a tool that will generate an initramfs with support for ZFS, 
LUKS and Dropbear so that I can remotely unlock the system.


Ubuntu makes it very easy to enable Dropbear in their initramfs. I could have 
sworn I've done before via some popular / existing initramfs tool on Gentoo but 
can't seem to remember which one (or if it's even possible).


Short of building my own custom initramfs or hacking dracut, bliss-initramfs, 
etc., are there any pre-baked solutions I can rely on?


Thanks!


Re: [gentoo-user] help! IP blocking not working

2016-09-06 Thread J. Roeleveld
On September 6, 2016 10:17:53 PM GMT+02:00, Grant  wrote:
>Hi, my site is being ravaged by an IP but dropping the IP via
>shorewall is seeming to have no effect.  I'm using his IP from nginx
>logs.  IP blocking in shorewall has always worked before.  What could
>be happening?
>
>- Grant

Grant,

With shorewall it is quite easy. Ensure you have the blacklist enabled.
Then:
# shorewall block 1.2.3.4

--
Joost
-- 
Sent from my Android device with K-9 Mail. Please excuse my brevity.




[gentoo-user] help! IP blocking not working

2016-09-06 Thread Grant
Hi, my site is being ravaged by an IP but dropping the IP via
shorewall is seeming to have no effect.  I'm using his IP from nginx
logs.  IP blocking in shorewall has always worked before.  What could
be happening?

- Grant



Re: [gentoo-user] Help installing skype

2016-02-26 Thread Mick
On Thursday 25 Feb 2016 13:23:52 Alan McKinnon wrote:
> On 25/02/2016 03:05, allan gottlieb wrote:
> > On Wed, Feb 24 2016, Alan McKinnon wrote:
> >> A finite subset of this package.use file will let skype install,
> >> followed of course by
> >> emerge skype.
> >> 
> >> I arrived at this list the long hard way, repeatedly running emerge and
> >> adding stuffs still portage stopped it's whinging. The worst part is Qt
> >> and X11 as skype is a Qt app and no longer bundles a local copy of Qt.
> > 
> > I tried your list.  It needed a few more.  When I added them, a slot
> > conflict again.  If this is easy to explain and fix, please let me know;
> > but this is not a do or die effort.
> 
> I'm not at that machine right now so I can't check what I have in
> package.use for "icu". You seem to have inconsistencies with USE="icu",
> perhaps gst-plugins-base wants it off and chromium wants it on.
> 
> You might need icu in USE globally.

USE=icu should not be needed globally.  This is how it works here:

$ grep icu -r /etc/portage
/etc/portage/package.use/sys:>=dev-libs/libxml2-2.9.2 icu abi_x86_32
/etc/portage/package.use/clients:www-client/firefox system-cairo system-icu 
system-jpeg system-libvpx system-sqlite
/etc/portage/package.use/xorg:>=dev-libs/icu-54.1-r1 abi_x86_32
/etc/portage/package.use/media:>=media-libs/harfbuzz-0.9.41 abi_x86_32 icu
/etc/portage/package.use/Qt:dev-qt/qtwebkit icu


$ eix -l dev-libs/libxml2
[I] dev-libs/libxml2
 Available versions:  
 (2)
2.9.2-r4[debug examples icu ipv6 lzma python readline static-
libs test ABI_MIPS="n32 n64 o32" ABI_PPC="32 64" ABI_S390="32 64" ABI_X86="32 
64 x32" PYTHON_TARGETS="python2_7 python3_3 python3_4 python3_5"]
2.9.3   [debug examples icu ipv6 lzma python readline 
static-libs 
test ABI_MIPS="n32 n64 o32" ABI_PPC="32 64" ABI_S390="32 64" ABI_X86="32 64 
x32" PYTHON_TARGETS="python2_7 python3_3 python3_4 python3_5"]
 Installed versions:  2.9.3(2)(08:29:48 02/22/16)(icu ipv6 python readline 
-debug -examples -lzma -static-libs -test ABI_MIPS="-n32 -n64 -o32" 
ABI_PPC="-32 -64" ABI_S390="-32 -64" ABI_X86="32 64 -x32" 
PYTHON_TARGETS="python2_7 python3_4 -python3_3 -python3_5")
 Homepage:http://www.xmlsoft.org/
 Description: Version 2 of the library to manipulate XML files


-- 
Regards,
Mick

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


Re: [gentoo-user] Help installing skype

2016-02-25 Thread allan gottlieb
Both david and alan suggested global icu use flag.  Specifically

On Thu, Feb 25 2016, David Haller wrote:

> Hello,
>
> On Wed, 24 Feb 2016, allan gottlieb wrote:
> [..]
>>dev-libs/libxml2:2
>>
>>  (dev-libs/libxml2-2.9.2-r4:2/2::gentoo, ebuild scheduled for merge) pulled 
>> in by
>>
>> dev-libs/libxml2:2[!icu?,abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_ppc_32(-)?,abi_ppc_64(-)?,abi_s390_32(-)?,abi_s390_64(-)?]
>>  required by (dev-qt/qtwebkit-4.8.6-r1:4/4::gentoo, ebuild scheduled for 
>> merge)
>>   ^
> [..]
>>  (dev-libs/libxml2-2.9.2-r4:2/2::gentoo, installed) pulled in by
>>dev-libs/libxml2:=[icu] required by 
>> (www-client/chromium-48.0.2564.109:0/0::gentoo, installed)
>>   ^^^
>
> Have you tried building with 'icu' use-flag for libxml2, the gstreamer
> stuff and qtwebkit? Try e.g.
>
> USE="icu" emerge --pretend net-im/skype
>
> HTH,
> -dnh

Bingo.  When used with alan's list for abi_x86_32 (plus my small
addendum) portage is happy.

Thank you both
allan




Re: [gentoo-user] Help installing skype

2016-02-25 Thread Alan McKinnon

On 25/02/2016 03:05, allan gottlieb wrote:

On Wed, Feb 24 2016, Alan McKinnon wrote:


A finite subset of this package.use file will let skype install,
followed of course by
emerge skype.

I arrived at this list the long hard way, repeatedly running emerge and
adding stuffs still portage stopped it's whinging. The worst part is Qt
and X11 as skype is a Qt app and no longer bundles a local copy of Qt.


I tried your list.  It needed a few more.  When I added them, a slot
conflict again.  If this is easy to explain and fix, please let me know;
but this is not a do or die effort.



I'm not at that machine right now so I can't check what I have in 
package.use for "icu". You seem to have inconsistencies with USE="icu", 
perhaps gst-plugins-base wants it off and chromium wants it on.


You might need icu in USE globally.



thanks for everyone's help.
allan

!!! Multiple package instances within a single package slot have been pulled
!!! into the dependency graph, resulting in a slot conflict:

dev-libs/libxml2:2

   (dev-libs/libxml2-2.9.2-r4:2/2::gentoo, ebuild scheduled for merge) pulled 
in by
 
dev-libs/libxml2:2[!icu?,abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_ppc_32(-)?,abi_ppc_64(-)?,abi_s390_32(-)?,abi_s390_64(-)?]
 required by (dev-qt/qtwebkit-4.8.6-r1:4/4::gentoo, ebuild scheduled for merge)
^
 
>=dev-libs/libxml2-2.9.1-r4:2[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_ppc_32(-)?,abi_ppc_64(-)?,abi_s390_32(-)?,abi_s390_64(-)?]
 required by (media-libs/gst-plugins-base-0.10.36-r2:0.10/0.10::gentoo, ebuild 
scheduled for merge)

 
>=dev-libs/libxml2-2.9.1-r4[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_ppc_32(-)?,abi_ppc_64(-)?,abi_s390_32(-)?,abi_s390_64(-)?]
 required by (media-libs/gstreamer-0.10.36-r2:0.10/0.10::gentoo, ebuild scheduled 
for merge)


   (dev-libs/libxml2-2.9.2-r4:2/2::gentoo, installed) pulled in by
 dev-libs/libxml2:=[icu] required by 
(www-client/chromium-48.0.2564.109:0/0::gentoo, installed)
^^^
 dev-libs/libxml2:2/2=[icu] required by 
(www-client/chromium-48.0.2564.109:0/0::gentoo, installed)
   ^^^






Re: [gentoo-user] Help installing skype

2016-02-25 Thread David Haller
Hello,

On Wed, 24 Feb 2016, allan gottlieb wrote:
[..]
>dev-libs/libxml2:2
>
>  (dev-libs/libxml2-2.9.2-r4:2/2::gentoo, ebuild scheduled for merge) pulled 
> in by
>
> dev-libs/libxml2:2[!icu?,abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_ppc_32(-)?,abi_ppc_64(-)?,abi_s390_32(-)?,abi_s390_64(-)?]
>  required by (dev-qt/qtwebkit-4.8.6-r1:4/4::gentoo, ebuild scheduled for 
> merge)
>   ^
[..]
>  (dev-libs/libxml2-2.9.2-r4:2/2::gentoo, installed) pulled in by
>dev-libs/libxml2:=[icu] required by 
> (www-client/chromium-48.0.2564.109:0/0::gentoo, installed)
>   ^^^

Have you tried building with 'icu' use-flag for libxml2, the gstreamer
stuff and qtwebkit? Try e.g.

USE="icu" emerge --pretend net-im/skype

HTH,
-dnh

-- 
"Powered-up hardware and sweat do not mix."  -- Simon Cozens



Re: [gentoo-user] Help installing skype

2016-02-24 Thread allan gottlieb
On Wed, Feb 24 2016, Alan McKinnon wrote:

> A finite subset of this package.use file will let skype install,
> followed of course by
> emerge skype.
>
> I arrived at this list the long hard way, repeatedly running emerge and
> adding stuffs still portage stopped it's whinging. The worst part is Qt
> and X11 as skype is a Qt app and no longer bundles a local copy of Qt.

I tried your list.  It needed a few more.  When I added them, a slot
conflict again.  If this is easy to explain and fix, please let me know;
but this is not a do or die effort.

thanks for everyone's help.
allan

!!! Multiple package instances within a single package slot have been pulled
!!! into the dependency graph, resulting in a slot conflict:

dev-libs/libxml2:2

  (dev-libs/libxml2-2.9.2-r4:2/2::gentoo, ebuild scheduled for merge) pulled in 
by

dev-libs/libxml2:2[!icu?,abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_ppc_32(-)?,abi_ppc_64(-)?,abi_s390_32(-)?,abi_s390_64(-)?]
 required by (dev-qt/qtwebkit-4.8.6-r1:4/4::gentoo, ebuild scheduled for merge)
   ^


   

>=dev-libs/libxml2-2.9.1-r4:2[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_ppc_32(-)?,abi_ppc_64(-)?,abi_s390_32(-)?,abi_s390_64(-)?]
 required by (media-libs/gst-plugins-base-0.10.36-r2:0.10/0.10::gentoo, ebuild 
scheduled for merge)



 

>=dev-libs/libxml2-2.9.1-r4[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_ppc_32(-)?,abi_ppc_64(-)?,abi_s390_32(-)?,abi_s390_64(-)?]
 required by (media-libs/gstreamer-0.10.36-r2:0.10/0.10::gentoo, ebuild 
scheduled for merge)





  (dev-libs/libxml2-2.9.2-r4:2/2::gentoo, installed) pulled in by
dev-libs/libxml2:=[icu] required by 
(www-client/chromium-48.0.2564.109:0/0::gentoo, installed)
   ^^^  
  
dev-libs/libxml2:2/2=[icu] required by 
(www-client/chromium-48.0.2564.109:0/0::gentoo, installed)
  ^^^   
 



Re: [gentoo-user] Help installing skype

2016-02-24 Thread Rich Freeman
On Wed, Feb 24, 2016 at 3:30 PM, Alan McKinnon  wrote:
>
> I agree with Ralf, a small VM with Windows or an Ubuntu/Mint/whatever
> appliance solely for use with skype is probably a better use of your
> time. It's a huge PITA to keep abi_x86_32 under control and not bloat,
> whereas a VM only needs disk space (cheap as dirt) and apt-get once a
> fortnight or so.
>

A container would work just as well, and uses WAY less RAM (and disk
as well).  You could keep it running on your desktop all day for about
the same resource cost as just running it normally.

-- 
Rich



Re: [gentoo-user] Help installing skype

2016-02-24 Thread Alan McKinnon
A finite subset of this package.use file will let skype install,
followed of course by
emerge skype.

I arrived at this list the long hard way, repeatedly running emerge and
adding stuffs still portage stopped it's whinging. The worst part is Qt
and X11 as skype is a Qt app and no longer bundles a local copy of Qt.

I agree with Ralf, a small VM with Windows or an Ubuntu/Mint/whatever
appliance solely for use with skype is probably a better use of your
time. It's a huge PITA to keep abi_x86_32 under control and not bloat,
whereas a VM only needs disk space (cheap as dirt) and apt-get once a
fortnight or so.

Anyway, here's a package.use that works on a Plasma 5 system:

# These enable 32-bit libs, mostly for wine and skype
# This list is long because both need all of X11 as 32bit and it's a big
tree
#

dev-libs/*  abi_x86_32
dev-qt/*  abi_x86_32
media-libs/* abi_x86_32
net-libs/* abi_x86_32
sci-libs/* abi_x86_32
sys-libs/* abi_x86_32
x11-libs/* abi_x86_32
x11-proto/* abi_x86_32

app-accessibility/at-spi2-atk abi_x86_32
app-accessibility/at-spi2-core abi_x86_32
app-arch/bzip2 abi_x86_32
app-arch/xz-utils abi_x86_32
app-arch/snappy abi_x86_32
app-i18n/enca abi_x86_32
dev-db/mysql abi_x86_32
dev-db/sqlite abi_x86_32
dev-db/unixODBC abi_x86_32
dev-lang/orc abi_x86_32
dev-qt/qt3support:4 abi_x86_32
dev-qt/qtcore:4 abi_x86_32
dev-qt/qtdbus:4 abi_x86_32
dev-qt/qtgui:4 abi_x86_32
dev-qt/qtscript:4 abi_x86_32
dev-qt/qtsql:4 abi_x86_32
dev-qt/qtwebkit:4 abi_x86_32
dev-qt/qtxmlpatterns:4 abi_x86_32
dev-util/pkgconfig abi_x86_32
gnome-base/librsvg abi_x86_32
gnome-base/gconf abi_x86_32
media-gfx/graphite2 abi_x86_32
media-gfx/sane-backends abi_x86_32
media-plugins/alsa-plugins abi_x86_32
media-sound/lame abi_x86_32
media-sound/mpg123 abi_x86_32
media-sound/pulseaudio abi_x86_32
media-sound/wavpack abi_x86_32
media-video/ffmpeg abi_x86_32
net-dns/avahi abi_x86_32
net-fs/samba abi_x86_32
net-print/cups abi_x86_32
net-wireless/bluez abi_x86_32
sys-apps/attr abi_x86_32
sys-apps/dbus abi_x86_32
sys-apps/util-linux abi_x86_32
sys-devel/gettext abi_x86_32
sys-devel/flex abi_x86_32
sys-fs/udev abi_x86_32

virtual/ffmpeg abi_x86_32
virtual/glu abi_x86_32
virtual/jpeg abi_x86_32
virtual/libffi abi_x86_32
virtual/libiconv abi_x86_32
virtual/libintl abi_x86_32
virtual/libmysqlclient abi_x86_32
virtual/libudev abi_x86_32
virtual/libusb abi_x86_32
virtual/mysql abi_x86_32
virtual/opengl abi_x86_32
virtual/pam abi_x86_32
virtual/pkgconfig abi_x86_32



On 24/02/2016 22:17, allan gottlieb wrote:
> On Wed, Feb 24 2016, Ralf wrote:
> 
>> Hi,
>>
>> I hate those tons of abi_x86_32 packages as well.
>>
>> This is also not solving your slot conflict, but why not:
>>   - Use a Windows VM for Skype
>>   - Use a small Linux VM for Skype (e.g. Debian)
>> and just redirect your webcam.
>>
>> In this way, you don't mess up your system with 32 bit libraries. And,
>> of course, you don't know what skype is internally doing as it is
>> proprietary software and not famous for no bugs/vulnerabilities.
>>
>> Cheers
>>   Ralf
> 
> I am trying to convince the dept and/or systems group to ship me one of
> their "loaner laptops" that has skype installed.
> 
> But I "promised" to try to install it on my main laptop (gentoo).
> On a backup laptop I went to the skype website and picked up the generic
> linux binary.  However it complained that I don't have the libraries it
> needs, presumably because it wants /usr/lib32 and I have /usr/lib64.
> 
> allan
> 


-- 
Alan McKinnon
alan.mckin...@gmail.com




Re: [gentoo-user] Help installing skype

2016-02-24 Thread allan gottlieb
On Wed, Feb 24 2016, Ralf wrote:

> Hi,
>
> I hate those tons of abi_x86_32 packages as well.
>
> This is also not solving your slot conflict, but why not:
>   - Use a Windows VM for Skype
>   - Use a small Linux VM for Skype (e.g. Debian)
> and just redirect your webcam.
>
> In this way, you don't mess up your system with 32 bit libraries. And,
> of course, you don't know what skype is internally doing as it is
> proprietary software and not famous for no bugs/vulnerabilities.
>
> Cheers
>   Ralf

I am trying to convince the dept and/or systems group to ship me one of
their "loaner laptops" that has skype installed.

But I "promised" to try to install it on my main laptop (gentoo).
On a backup laptop I went to the skype website and picked up the generic
linux binary.  However it complained that I don't have the libraries it
needs, presumably because it wants /usr/lib32 and I have /usr/lib64.

allan



Re: [gentoo-user] Help installing skype

2016-02-24 Thread Ralf
Hi,

I hate those tons of abi_x86_32 packages as well.

This is also not solving your slot conflict, but why not:
  - Use a Windows VM for Skype
  - Use a small Linux VM for Skype (e.g. Debian)
and just redirect your webcam.

In this way, you don't mess up your system with 32 bit libraries. And,
of course, you don't know what skype is internally doing as it is
proprietary software and not famous for no bugs/vulnerabilities.

Cheers
  Ralf

On 02/24/2016 07:36 PM, allan gottlieb wrote:
> Unfortunately (see the end for the reason) I need to run skype.  This
> seems to be a mess to build.
>
> I already
>   added it to package.accept_keywords
>   added about 100 entries to package.use (for abi_x86_32)
>   accepted the license
>
> Now I have a slot conflict.  Below the abbreviated output is the full
> output.  Help would be much appreciated.
>
> thanks,
> allan
>
> 
>
> E7450-wired gottlieb # emerge --pretend skype
>
> These are the packages that would be merged, in reverse order:
>
> Calculating dependencies... done!
> [ebuild  N~] net-im/skype-4.3.0.37-r6  USE="pulseaudio -apulse 
> -pax_kernel -plasma (-selinux)" 
> [nomerge   ] www-client/chromium-48.0.2564.109 
> [nomerge   ]  app-accessibility/speech-dispatcher-0.8.1 
> [nomerge   ]   app-accessibility/espeak-1.47.11-r1 
> [nomerge   ]media-sound/sox-14.4.2 
> [nomerge   ] media-sound/pulseaudio-7.1  ABI_X86="32*" 
> [ebuild   R]  media-plugins/alsa-plugins-1.0.29  ABI_X86="32*" 
> [ebuild   R]   media-sound/pulseaudio-7.1  ABI_X86="32*" 
> [nomerge   ] net-im/skype-4.3.0.37-r6  USE="pulseaudio -apulse 
> -pax_kernel -plasma (-selinux)" 
> [ebuild  N ]  dev-qt/qtwebkit-4.8.6-r1  USE="gstreamer jit (-aqua) -debug 
> -exceptions -icu -pch" ABI_X86="32 (64) (-x32)" 
> [nomerge   ] gnome-base/gnome-3.16.0 
> [nomerge   ]  gnome-base/gnome-extra-apps-3.16.0 
> [nomerge   ]   mail-client/evolution-3.16.5 
> [nomerge   ]app-crypt/pinentry-0.9.5 
> [nomerge   ] dev-qt/qtgui-4.8.6-r4  ABI_X86="32*" 
> [ebuild   R]  dev-qt/qt3support-4.8.6-r1  ABI_X86="32*" 
> [ebuild   R]   dev-qt/qtsql-4.8.6-r1  ABI_X86="32*" 
> [ebuild   R]dev-db/sqlite-3.9.2  ABI_X86="32*" 
>
> [many omitted]
>
> [ebuild   R]dev-libs/expat-2.1.0-r5  ABI_X86="32*" 
> [ebuild   R] app-arch/bzip2-1.0.6-r6  ABI_X86="32*" 
> [nomerge   ] app-text/texlive-2014 
> [nomerge   ]  sys-apps/texinfo-5.2 
> [ebuild   R]   virtual/libintl-0-r2  ABI_X86="32*" 
>
> !!! Multiple package instances within a single package slot have been pulled
> !!! into the dependency graph, resulting in a slot conflict:
>
> dev-libs/libxml2:2
>
>   (dev-libs/libxml2-2.9.2-r4:2/2::gentoo, ebuild scheduled for merge) pulled 
> in by
> 
> dev-libs/libxml2:2[!icu?,abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_ppc_32(-)?,abi_ppc_64(-)?,abi_s390_32(-)?,abi_s390_64(-)?]
>  required by (dev-qt/qtwebkit-4.8.6-r1:4/4::gentoo, ebuild scheduled for 
> merge)
>^  
>   
>   
>  
> 
> >=dev-libs/libxml2-2.9.1-r4:2[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_ppc_32(-)?,abi_ppc_64(-)?,abi_s390_32(-)?,abi_s390_64(-)?]
>  required by (media-libs/gst-plugins-base-0.10.36-r2:0.10/0.10::gentoo, 
> ebuild scheduled for merge)
>   
>   
>   
>
> 
> >=dev-libs/libxml2-2.9.1-r4[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_ppc_32(-)?,abi_ppc_64(-)?,abi_s390_32(-)?,abi_s390_64(-)?]
>  required by (media-libs/gstreamer-0.10.36-r2:0.10/0.10::gentoo, ebuild 
> scheduled for merge)
>   
>   
>   
>   
>
>   (dev-libs/libxml2-2.9.2-r4:2/2::gentoo, installed) pulled in by
> dev-libs/libxml2:=[icu] required by 
> (www-client/chromium-48.0.2564.109:0/0::gentoo, installed)
>^^^
> 
> 

Re: [gentoo-user] Help installing skype

2016-02-24 Thread Anton Shumskyi
Hi=)
Can't really help with 32bit conflicts, I gave up on it since other
unofficial packages got broken.
But you can try workaround with disabled abi_x86_32, put skype ebuild to
your local overlay and remove all abi_x86_32 related in it. And it still
can fail=)
Or you can give a try to web.skype.com


[gentoo-user] Help installing skype

2016-02-24 Thread allan gottlieb
Unfortunately (see the end for the reason) I need to run skype.  This
seems to be a mess to build.

I already
  added it to package.accept_keywords
  added about 100 entries to package.use (for abi_x86_32)
  accepted the license

Now I have a slot conflict.  Below the abbreviated output is the full
output.  Help would be much appreciated.

thanks,
allan



E7450-wired gottlieb # emerge --pretend skype

These are the packages that would be merged, in reverse order:

Calculating dependencies... done!
[ebuild  N~] net-im/skype-4.3.0.37-r6  USE="pulseaudio -apulse -pax_kernel 
-plasma (-selinux)" 
[nomerge   ] www-client/chromium-48.0.2564.109 
[nomerge   ]  app-accessibility/speech-dispatcher-0.8.1 
[nomerge   ]   app-accessibility/espeak-1.47.11-r1 
[nomerge   ]media-sound/sox-14.4.2 
[nomerge   ] media-sound/pulseaudio-7.1  ABI_X86="32*" 
[ebuild   R]  media-plugins/alsa-plugins-1.0.29  ABI_X86="32*" 
[ebuild   R]   media-sound/pulseaudio-7.1  ABI_X86="32*" 
[nomerge   ] net-im/skype-4.3.0.37-r6  USE="pulseaudio -apulse -pax_kernel 
-plasma (-selinux)" 
[ebuild  N ]  dev-qt/qtwebkit-4.8.6-r1  USE="gstreamer jit (-aqua) -debug 
-exceptions -icu -pch" ABI_X86="32 (64) (-x32)" 
[nomerge   ] gnome-base/gnome-3.16.0 
[nomerge   ]  gnome-base/gnome-extra-apps-3.16.0 
[nomerge   ]   mail-client/evolution-3.16.5 
[nomerge   ]app-crypt/pinentry-0.9.5 
[nomerge   ] dev-qt/qtgui-4.8.6-r4  ABI_X86="32*" 
[ebuild   R]  dev-qt/qt3support-4.8.6-r1  ABI_X86="32*" 
[ebuild   R]   dev-qt/qtsql-4.8.6-r1  ABI_X86="32*" 
[ebuild   R]dev-db/sqlite-3.9.2  ABI_X86="32*" 

[many omitted]

[ebuild   R]dev-libs/expat-2.1.0-r5  ABI_X86="32*" 
[ebuild   R] app-arch/bzip2-1.0.6-r6  ABI_X86="32*" 
[nomerge   ] app-text/texlive-2014 
[nomerge   ]  sys-apps/texinfo-5.2 
[ebuild   R]   virtual/libintl-0-r2  ABI_X86="32*" 

!!! Multiple package instances within a single package slot have been pulled
!!! into the dependency graph, resulting in a slot conflict:

dev-libs/libxml2:2

  (dev-libs/libxml2-2.9.2-r4:2/2::gentoo, ebuild scheduled for merge) pulled in 
by

dev-libs/libxml2:2[!icu?,abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_ppc_32(-)?,abi_ppc_64(-)?,abi_s390_32(-)?,abi_s390_64(-)?]
 required by (dev-qt/qtwebkit-4.8.6-r1:4/4::gentoo, ebuild scheduled for merge)
   ^


   

>=dev-libs/libxml2-2.9.1-r4:2[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_ppc_32(-)?,abi_ppc_64(-)?,abi_s390_32(-)?,abi_s390_64(-)?]
 required by (media-libs/gst-plugins-base-0.10.36-r2:0.10/0.10::gentoo, ebuild 
scheduled for merge)



 

>=dev-libs/libxml2-2.9.1-r4[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_ppc_32(-)?,abi_ppc_64(-)?,abi_s390_32(-)?,abi_s390_64(-)?]
 required by (media-libs/gstreamer-0.10.36-r2:0.10/0.10::gentoo, ebuild 
scheduled for merge)





  (dev-libs/libxml2-2.9.2-r4:2/2::gentoo, installed) pulled in by
dev-libs/libxml2:=[icu] required by 
(www-client/chromium-48.0.2564.109:0/0::gentoo, installed)
   ^^^  
  
dev-libs/libxml2:2/2=[icu] required by 
(www-client/chromium-48.0.2564.109:0/0::gentoo, installed)
  ^^^   
 


It may be possible to solve this problem by using package.mask to
prevent one of those packages from being selected. However, it is also
possible that conflicting dependencies exist such that they are
impossible to satisfy simultaneously.  If such a conflict exists in
the dependencies of two different packages, then those packages can
not be installed simultaneously. You may want to try a larger value of
the 

Re: [gentoo-user] Help with obscure syntax in gsignal.h?

2015-07-08 Thread Alex Thorne
In this context I believe it's a bit shift operator. So 1  0 is 1 and 1
 1 is 2.

As for the  operator in C++...

The operator appears in C++ as the bitshift operator too. However, C++
supports operator overloading. This means that for custom data types (I.e.
classes), one can define how certain operators (including arithmetic and
logical operators) behave. This is done in a similar way to defining member
functions of a class. For example, one could overload the multiplication
operator * for a class 'Matrix' to implement correct matrix multiplication.

One operator overload which pervades the C++ standard library is the
'stream insertion operator'. For input and output streams such as the
standard output cout, the bitshift operators (,) have been redefined to
allow you to pass data to/from the stream.

This is arguably an abuse of notation and in general such confusing use of
operator overloading would be discouraged. However, in this case it is
perhaps justified since it provides a very convenient and intuitive way of
passing large numbers of objects of varying types to a stream such as cout.

Hope this helps clear things up.

Alex
On 9 Jul 2015 1:27 am, walt w41...@gmail.com wrote:

 I'm trying to debug a gtk+ app so I'm trying to learn some basic gtk+
 and failing :(

 Can anyone splain to me what these lines mean:

 typedef enum
 {
   G_CONNECT_AFTER   = 1  0,
   G_CONNECT_SWAPPED = 1  1
 } GConnectFlags;

 In particular I don't understand what the  operator is doing.

 When I was young  meant bitwise shift to the left.  When I got old
 and tried to learn c++ it was a way to print a string to the terminal.

 Any clues would be welcome.  type slowly and use small words, please






[gentoo-user] Help with obscure syntax in gsignal.h?

2015-07-08 Thread walt
I'm trying to debug a gtk+ app so I'm trying to learn some basic gtk+
and failing :(

Can anyone splain to me what these lines mean:

typedef enum
{
  G_CONNECT_AFTER   = 1  0,
  G_CONNECT_SWAPPED = 1  1
} GConnectFlags;

In particular I don't understand what the  operator is doing.

When I was young  meant bitwise shift to the left.  When I got old
and tried to learn c++ it was a way to print a string to the terminal.

Any clues would be welcome.  type slowly and use small words, please





Re: [gentoo-user] Help with obscure syntax in gsignal.h?

2015-07-08 Thread Alec Ten Harmsel



On 07/08/2015 08:26 PM, walt wrote:

I'm trying to debug a gtk+ app so I'm trying to learn some basic gtk+
and failing :(

Can anyone splain to me what these lines mean:

typedef enum
{
   G_CONNECT_AFTER   = 1  0,
   G_CONNECT_SWAPPED = 1  1
} GConnectFlags;

In particular I don't understand what the  operator is doing.

When I was young  meant bitwise shift to the left.  When I got old
and tried to learn c++ it was a way to print a string to the terminal.

Any clues would be welcome.  type slowly and use small words, please





Bit shift. gtk+ is written in C, so '' is always bit shifting. Enums 
are basically constants, and they're hardcoding the values so they can 
be OR'd together.


Alec



Re: [gentoo-user] help with dependency conflict:

2015-06-13 Thread Marc Joliet
Am Sat, 13 Jun 2015 00:06:38 -0400
schrieb Valmor de Almeida val.gen...@gmail.com:

[...]
 sys-fs/udev:0
 
   (sys-fs/udev-216:0/0::gentoo, ebuild scheduled for merge) conflicts with
 =sys-fs/udev-208-r1:0/0[abi_x86_64(-),gudev(-)] required by  
 (virtual/libgudev-215-r3:0/0::gentoo, installed)
 
 
 
 Nothing to merge; quitting.
 
 
 I did try your suggestion with backtrack option and the output is reversed
 but the same problem... I am wondering about the udev conflict...
[...]

Hmmm, I'm not entirely sure how you must resolve this conflict.  Based on the
fact that there are no stable versions of dev-libs/libgudev left, I *think* you
just need to add the gudev USE flag to sys-fs/udev (which is unset by default),
which should then satisfy virtual/libgudev and thus resolve the conflict.

HTH
-- 
Marc Joliet
--
People who think they know everything really annoy those of us who know we
don't - Bjarne Stroustrup


pgpdKPBitQjvC.pgp
Description: Digitale Signatur von OpenPGP


[gentoo-user] help with dependency conflict:

2015-06-12 Thread Valmor de Almeida
Hello,

After a recent portage update I get the list of conflicts below.
Inputs on how to resolve them would be greatly appreciated.

Thanks,

--
Valmor



- USE='-dso perl dbus xetex' emerge  -vp --update --newuse --tree --deep
--with-bdeps=y @world

These are the packages that would be merged, in reverse 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:

dev-haskell/text:0

  (dev-haskell/text-1.1.1.3:0/1.1.1.3::gentoo, ebuild scheduled for merge)
conflicts with
=dev-haskell/text-0.3:0/0.11.3.1= required by
(dev-haskell/case-insensitive-1.0.0.2:0/1.0.0.2::gentoo, installed)
  
dev-haskell/text-0.12:0/0.11.3.1= required by
(dev-haskell/case-insensitive-1.0.0.2:0/1.0.0.2::gentoo, installed)
^ 
dev-haskell/text-0.12:= required by
(dev-haskell/case-insensitive-1.0.0.2:0/1.0.0.2::gentoo, installed)
^ 
dev-haskell/text-0.12:0/0.11.3.1= required by
(app-text/pandoc-1.12.1:0/1.12.1::gentoo, installed)
^ 
=dev-haskell/text-0.11:0/0.11.3.1= required by
(app-text/pandoc-1.12.1:0/1.12.1::gentoo, installed)
   
dev-haskell/text-1.1:= required by
(dev-haskell/blaze-html-0.6.1.2:0/0.6.1.2::gentoo, installed)
^ ^^^
dev-haskell/text-1.1:= required by
(dev-haskell/parsec-3.1.4:0/3.1.4::gentoo, installed)
^ ^^^
dev-haskell/text-1.1:0/0.11.3.1= required by
(dev-haskell/parsec-3.1.4:0/3.1.4::gentoo, installed)
^ ^^^


Re: [gentoo-user] help with dependency conflict:

2015-06-12 Thread Marc Joliet
Am Fri, 12 Jun 2015 02:09:11 -0400
schrieb Valmor de Almeida val.gen...@gmail.com:

 Hello,
 
 After a recent portage update I get the list of conflicts below.
 Inputs on how to resolve them would be greatly appreciated.
 
 Thanks,
 
 --
 Valmor
 
 
 
 - USE='-dso perl dbus xetex' emerge  -vp --update --newuse --tree --deep
 --with-bdeps=y @world
 
 These are the packages that would be merged, in reverse 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:
 
 dev-haskell/text:0
 
   (dev-haskell/text-1.1.1.3:0/1.1.1.3::gentoo, ebuild scheduled for merge)
 conflicts with
 =dev-haskell/text-0.3:0/0.11.3.1= required by
 (dev-haskell/case-insensitive-1.0.0.2:0/1.0.0.2::gentoo, installed)
   
 dev-haskell/text-0.12:0/0.11.3.1= required by
 (dev-haskell/case-insensitive-1.0.0.2:0/1.0.0.2::gentoo, installed)
 ^ 
 dev-haskell/text-0.12:= required by
 (dev-haskell/case-insensitive-1.0.0.2:0/1.0.0.2::gentoo, installed)
 ^ 
 dev-haskell/text-0.12:0/0.11.3.1= required by
 (app-text/pandoc-1.12.1:0/1.12.1::gentoo, installed)
 ^ 
 =dev-haskell/text-0.11:0/0.11.3.1= required by
 (app-text/pandoc-1.12.1:0/1.12.1::gentoo, installed)

 dev-haskell/text-1.1:= required by
 (dev-haskell/blaze-html-0.6.1.2:0/0.6.1.2::gentoo, installed)
 ^ ^^^
 dev-haskell/text-1.1:= required by
 (dev-haskell/parsec-3.1.4:0/3.1.4::gentoo, installed)
 ^ ^^^
 dev-haskell/text-1.1:0/0.11.3.1= required by
 (dev-haskell/parsec-3.1.4:0/3.1.4::gentoo, installed)
 ^ ^^^

I've been getting these, too.  It isn't that complicated: some packages require
the currently installed version, whereas others can (again, *can*) pull in the
newer version.  In my case, I followed the recommendation in the error message
(which you failed to paste, or did you really not get it?) and passed
--backtrack=30 to emerge, after which portage managed to handle the conflict
gracefully by simply not trying to upgrade dev-haskell/text.

HTH
-- 
Marc Joliet
--
People who think they know everything really annoy those of us who know we
don't - Bjarne Stroustrup


pgpLGdUOQx1LL.pgp
Description: Digitale Signatur von OpenPGP


Re: [gentoo-user] help with dependency conflict:

2015-06-12 Thread Valmor de Almeida
No I did not any messages. The bottom of the output was

dev-haskell/text-0.12:= required by
(app-text/pandoc-1.12.1:0/1.12.1::gentoo, installed)
^ 
dev-haskell/text-1.1:0/0.11.3.1= required by
(dev-haskell/parsec-3.1.4:0/3.1.4::gentoo, installed)
^ ^^^
=dev-haskell/text-0.2:0/0.11.3.1= required by
(dev-haskell/parsec-3.1.4:0/3.1.4::gentoo, installed)
  
=dev-haskell/text-0.10:0/0.11.3.1= required by
(dev-haskell/blaze-markup-0.5.1.6:0/0.5.1.6::gentoo, installed)
   
dev-haskell/text-0.12:0/0.11.3.1= required by
(app-text/pandoc-1.12.1:0/1.12.1::gentoo, installed)
^ 
dev-haskell/text-1.1:= required by
(dev-haskell/blaze-markup-0.5.1.6:0/0.5.1.6::gentoo, installed)
^ ^^^
dev-haskell/text-1.1:= required by
(dev-haskell/blaze-html-0.6.1.2:0/0.6.1.2::gentoo, installed)
^ ^^^
dev-haskell/text-1.1:0/0.11.3.1= required by
(dev-haskell/semigroups-0.12.1:0/0.12.1::gentoo, installed)
^ ^^^

sys-fs/udev:0

  (sys-fs/udev-216:0/0::gentoo, ebuild scheduled for merge) conflicts with
=sys-fs/udev-208-r1:0/0[abi_x86_64(-),gudev(-)] required by
(virtual/libgudev-215-r3:0/0::gentoo, installed)



Nothing to merge; quitting.


I did try your suggestion with backtrack option and the output is reversed
but the same problem... I am wondering about the udev conflict...

Thanks for the help.

--
Valmor



- USE='-dso perl dbus xetex' emerge  --backtrack=30 --update --newuse
--tree --deep --with-bdeps=y @world

These are the packages that would be merged, in reverse order:

Calculating dependencies... done!

WARNING: One or more updates/rebuilds have been skipped due to a dependency
conflict:

sys-fs/udev:0

  (sys-fs/udev-216:0/0::gentoo, ebuild scheduled for merge) conflicts with
=sys-fs/udev-208-r1:0/0[abi_x86_64(-),gudev(-)] required by
(virtual/libgudev-215-r3:0/0::gentoo, installed)


dev-haskell/text:0

  (dev-haskell/text-1.1.1.3:0/1.1.1.3::gentoo, ebuild scheduled for merge)
conflicts with
=dev-haskell/text-0.3:0/0.11.3.1= required by
(dev-haskell/case-insensitive-1.0.0.2:0/1.0.0.2::gentoo, installed)
  
dev-haskell/text-1.1:= required by
(dev-haskell/parsec-3.1.4:0/3.1.4::gentoo, installed)
^ ^^^
dev-haskell/text-1.1:= required by
(dev-haskell/semigroups-0.12.1:0/0.12.1::gentoo, installed)
^ ^^^
=dev-haskell/text-0.10:0/0.11.3.1= required by
(dev-haskell/blaze-markup-0.5.1.6:0/0.5.1.6::gentoo, installed)
   
dev-haskell/text-1.1:= required by
(dev-haskell/blaze-html-0.6.1.2:0/0.6.1.2::gentoo, installed)
^ ^^^
dev-haskell/text-0.12:= required by
(dev-haskell/case-insensitive-1.0.0.2:0/1.0.0.2::gentoo, installed)
^ 
dev-haskell/text-1.1:0/0.11.3.1= required by
(dev-haskell/blaze-markup-0.5.1.6:0/0.5.1.6::gentoo, installed)
^ ^^^
dev-haskell/text-0.12:= required by
(app-text/pandoc-1.12.1:0/1.12.1::gentoo, installed)
^ 
=dev-haskell/text-0.10:0/0.11.3.1= required by
(dev-haskell/semigroups-0.12.1:0/0.12.1::gentoo, installed)
   
dev-haskell/text-1.1:0/0.11.3.1= required by
(dev-haskell/semigroups-0.12.1:0/0.12.1::gentoo, installed)
^ ^^^
=dev-haskell/text-0.11:0/0.11.3.1= required by
(app-text/pandoc-1.12.1:0/1.12.1::gentoo, installed)
   
dev-haskell/text-1.1:0/0.11.3.1= required by
(dev-haskell/blaze-html-0.6.1.2:0/0.6.1.2::gentoo, installed)
^ ^^^
dev-haskell/text-1.1:= required by
(dev-haskell/blaze-markup-0.5.1.6:0/0.5.1.6::gentoo, installed)
^ ^^^
dev-haskell/text-1.1:0/0.11.3.1= required by
(dev-haskell/parsec-3.1.4:0/3.1.4::gentoo, installed)
^ ^^^
dev-haskell/text-0.12:0/0.11.3.1= required by
(app-text/pandoc-1.12.1:0/1.12.1::gentoo, installed)
^ 
=dev-haskell/text-0.2:0/0.11.3.1= required by
(dev-haskell/parsec-3.1.4:0/3.1.4::gentoo, installed)
  
dev-haskell/text-0.12:0/0.11.3.1= required by
(dev-haskell/case-insensitive-1.0.0.2:0/1.0.0.2::gentoo, installed)
^ 
=dev-haskell/text-0.10:0/0.11.3.1= required by
(dev-haskell/blaze-html-0.6.1.2:0/0.6.1.2::gentoo, installed)
   


Nothing to merge; quitting.

On Fri, Jun 12, 2015 at 3:22 AM, Marc Joliet mar...@gmx.de wrote:

 Am Fri, 12 Jun 2015 02:09:11 -0400
 schrieb Valmor de Almeida val.gen...@gmail.com:

  Hello,
 
  After a recent portage update I get the list of conflicts below.
  Inputs 

[gentoo-user] Help to set up privoxy

2014-08-18 Thread Henrique Lengler
Hi,

I'm trying to setup privoxy on my gentoo. All I did is:

$ sudo emerge privoxy
$ /etc/init.d/privoxy start
* Starting privoxy ...
$ vimprobable2 http_proxy=”http://127.0.0.1:8118″

And anything is working. I opened the privoxy config page and it says to
me that privoxy is not running and as i don't know more anything about
it i don't know what do

Can you help?

-- 
Henrique Lengler

https://gitorious.org/~henriqueleng



Re: [gentoo-user] Help to set up privoxy

2014-08-18 Thread Henrique Lengler
I solved it setting a enviroment variable and compiling it with threads
use flag.

-- 
Henrique Lengler

https://gitorious.org/~henriqueleng



[gentoo-user] Help needed with ebuilds for pear.horde.org

2014-07-24 Thread J. Roeleveld


Hi All,

I am trying to create an ebuild for Egroupware 14.1. (released this month)

To find out the dependencies, I am going through the setup check and am stuck 
with the following:
**
Checking PEAR pear.horde.org/Horde_Imap_Client (2.16.0) is installed: False
PEAR::Horde_Imap_Client is needed by: EMailAdmin. You can install it by 
running: pear channel-discover pear.horde.org ; pear install 
pear.horde.org/Horde_Imap_Client
**

If I run those commands, it works, however, I prefer to use ebuilds for the 
dependencies.
I tried to create some based on existing ebuilds from the kolab overlay (they 
also use the pear.horde.org channel), but even though the install seems to 
work, it still isn't found.

I also tried to adjust an existing PEAR ebuild to:
**
# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: $

inherit php-pear-r1

LICENSE=LGPL-3
SLOT=0
KEYWORDS=amd64
PHP_PEAR_CHANNEL=pear.horde.org
SRC_URI=http://pear.horde.org/get/${PEAR_PN}.tgz;
DEPEND=dev-php/PEAR-Horde_Channel
**

But I am unable to properly change the PEAR-channel.

I am certain I am missing something simple, but my google-fu is coming short.

If anyone is able to point me in the right direction, I would be very 
grateful.

--
Joost Roeleveld
-- 
Sent from my Android device with K-9 Mail. Please excuse my brevity.
-- 
Sent from my Android device with K-9 Mail. Please excuse my brevity.



[gentoo-user] Help! - I cannot emerge anything any more

2014-06-27 Thread Helmut Jarausch

Hi,

I am in a very strange situation where I cannot emerge anything any  
more.
Since it occurs on two different machines it won't be a hardware  
problem.


When I try to emerge a package, say portage, it builds it just fine and
starts to install it (for portage, the last file shown is  
etc/etc-update.conf)
but then it hangs forever - no CPU / no IO. It looks as if it has  
locked itself out.

This is even with a single package emerge.
The only interesting things which are shown by lsof  are


emerge  1747 root  mem   REG   0,16  46678298  
/usr/lib64/gconv/gconv-modules.cache (path dev=0,18)

emerge  1747 root0u  CHR  136,0  0t03 /dev/pts/0
emerge  1747 root1u  CHR  136,0  0t03 /dev/pts/0
emerge  1747 root2u  CHR  136,0  0t03 /dev/pts/0
emerge  1747 root3w  REG   8,17 149138217  
/var/log/slim.log

emerge  1747 root4u  a_inode0,90   21 [eventpoll]
emerge  1747 root5r FIFO0,8  0t091938 pipe
emerge  1747 root6uW REG   0,30097094  
/var/tmp/portage/sys-apps/.portage-.portage_lockfile

emerge  1747 root7w FIFO0,8  0t091938 pipe
emerge  1747 root8r FIFO   0,30  0t091946  
/var/tmp/portage/sys-apps/portage-/.ipc_in

emerge  1747 root   10u  CHR5,2  0t0 1127 /dev/ptmx
emerge  1747 root   11u  CHR  136,0  0t03 /dev/pts/0
emerge  1747 root   12w  REG   0,30   28295491945  
/var/tmp/portage/sys-apps/portage-/temp/build.log



Yes, I've tried to remove anything from /var/tmp/portage and the  
problem persists after reboot.


Has anybody seen something similar and where to search for the problem?

Many thanks,
Helmut



[gentoo-user] Help to upgrade perl?

2013-12-02 Thread Michael Higgins
Hey, all --

I have two systems, one of which got perl 5.16.1, somehow. My other
system is still at perl 5.12... and I'm having a heck of a time trying
to upgrade that system to 5.16.1.

Is there some trick that I should recall? 

This is what I tried:

 USE=-build emerge -v =dev-lang/perl-5.16.1

And this is what I got:

  (dev-lang/perl-5.12.4-r1::gentoo, installed) pulled in by
~dev-lang/perl-5.12.4 required by
  (virtual/perl-i18n-langtags-0.35::gentoo, installed)

  (dev-lang/perl-5.16.1::gentoo, ebuild scheduled for merge) pulled in
  by =dev-lang/perl-5.16.1
=dev-lang/perl-5.16 required by
  (dev-perl/IO-Socket-SSL-1.840.0::gentoo, installed)
  =dev-lang/perl-5.16* required by
  (virtual/perl-digest-base-1.170.0-r1::gentoo, installed) (and 144
  more with the same problems)

144 more with the same problem? There must be some incantation that
handles all that, no?

Thanks for any pointers, foax!

Cheers,

- Michael Higgins




Re: [gentoo-user] Help to upgrade perl?

2013-12-02 Thread Alan McKinnon
On 02/12/2013 19:41, Michael Higgins wrote:
 Hey, all --
 
 I have two systems, one of which got perl 5.16.1, somehow. My other
 system is still at perl 5.12... and I'm having a heck of a time trying
 to upgrade that system to 5.16.1.
 
 Is there some trick that I should recall? 
 
 This is what I tried:
 
  USE=-build emerge -v =dev-lang/perl-5.16.1
 
 And this is what I got:
 
   (dev-lang/perl-5.12.4-r1::gentoo, installed) pulled in by
 ~dev-lang/perl-5.12.4 required by
   (virtual/perl-i18n-langtags-0.35::gentoo, installed)
 
   (dev-lang/perl-5.16.1::gentoo, ebuild scheduled for merge) pulled in
   by =dev-lang/perl-5.16.1
 =dev-lang/perl-5.16 required by
   (dev-perl/IO-Socket-SSL-1.840.0::gentoo, installed)
   =dev-lang/perl-5.16* required by
   (virtual/perl-digest-base-1.170.0-r1::gentoo, installed) (and 144
   more with the same problems)
 
 144 more with the same problem? There must be some incantation that
 handles all that, no?
 
 Thanks for any pointers, foax!
 
 Cheers,
 
 - Michael Higgins
 
 
 
 

emerge -avuND world

Why 5.16.1? that is the lowest version that is ~arch; your next sync and
update is going to want to upgrade it anyway.

Lots of things have been moving around in perl land, modules moving into
core etc etc. A proper world update takes care of all the necessary
blockers.

Or, seeing as you are going to remerge everything perl related anyway,
you might as well just undelete everything perl-related (keeping an
accurate list), and then merge the whole lot back



-- 
Alan McKinnon
alan.mckin...@gmail.com




Re: [gentoo-user] Help to upgrade perl? [SOLVED]

2013-12-02 Thread Michael Higgins
On Mon, 02 Dec 2013 22:24:35 +0200
Alan McKinnon alan.mckin...@gmail.com wrote:

 emerge -avuND world

/me slaps forehead.

Of course. :(

 
 Why 5.16.1? that is the lowest version that is ~arch; your next sync
 and update is going to want to upgrade it anyway.

Ah, well, I'm not running ~arch anywhere and so not sure why my public
server got 5.16.1 to begin. So, I'm just updating the development
machine to match.

 
 Lots of things have been moving around in perl land, modules moving
 into core etc etc. A proper world update takes care of all the
 necessary blockers.

Yes. Perl surely is a PITA for the distro to maintain.

 
 Or, seeing as you are going to remerge everything perl related anyway,
 you might as well just undelete everything perl-related (keeping an
 accurate list), and then merge the whole lot back

This kind of on-the-side bookkeeping is exactly what I'm trying to
avoid. But I do get your point. ;-)

Looks like I'm good to go, as perl is updating and perl-cleaner --all
after the fact should be fine, I'm guessing. And if not, I know what
I'm in for, mostly.

Thanks!

Cheers,

- Michael





Re: [gentoo-user] Help running fsck on reiserfs lvm /var on production server?

2013-06-09 Thread Alan McKinnon
On 08/06/2013 23:37, Tanstaafl wrote:
 Hi everyone,
 
 What is best practice for doing this?
 
 If I reboot in single user mode, will my lvm volumes (ie, /var) be
 available for fsck'ing, or do I have to mount them first?
 
 The current problem started after a different problem required me to do
 a hard reset on the server - had to do with a mounted QNAP device being
 unavailable when I initiated a reboot, and everything just hung.
 
 Ever since I did this hard reset, the server hangs at unmounting /var.
 I've let it sit there for at least an hour, and it never goes past that.
 
 Then after I hard reset it, it fsck's /var partition again, maybe fixes
 minor problems very quickly, and everything works fine until I have to
 reboot or shutdown again.
 
 This became a major problem this weekend when we had one extended power
 outage (about 8 hours) yesterday evening, then another one (about 4
 hours) this morning right after I got everything back up and running
 from last nights outage.
 
 Anyway, I need to do this this weened if at all possible, so...
 
 Anyone have any pointers to detailed docs and or willing to hold my hand
 through this a little?


fsck'ing that filesystem should be no different from any other fsck - it
should find what it finds and fix what it can. The fs must be unmounted
of course which means you have to do it in single-user mode, or from
booting a rescue system (I prefer the second, I find it easier as none
of the production filesystems are required to be mounted).

fsck.resiserfs has several modes, IIRC there's --rebuild-tree or similar
that does an extensive checks but takes ages. I needed to do this 2 or 3
times when I was still using reiser. There's also an option to do not
writes if you want a sanity check first.

I'm not convinced a power outage broke the fs so that you now can't
umount it, I'm having a hard time imaging how that would happen. More
likely some other script file elsewhere is damaged and leaves files open
when the system wants to umount /var.

You have some options:

This requires considerable downtime, easily an hour or more. You can dd
/var somewhere to get a copy you can experiment on with another host. At
least you will then know how much downtime to schedule.

You should do a full check and repair on all filesystems to be 100% certain.

For the umount issues, that is trickier as you won't have log files in
/var after the fact. Any clues on the Alt-F12 console whilst shutting
down? Try configure your syslogger to send logs to another host, you
might be lucky enough to get some logs that way that describe what is
going on.
-- 
Alan McKinnon
alan.mckin...@gmail.com




Re: [gentoo-user] Help running fsck on reiserfs lvm /var on production server?

2013-06-09 Thread Tanstaafl

On 2013-06-09 3:45 AM, Alan McKinnon alan.mckin...@gmail.com wrote:

I'm not convinced a power outage broke the fs so that you now can't
umount it, I'm having a hard time imaging how that would happen. More
likely some other script file elsewhere is damaged and leaves files open
when the system wants to umount /var.


Hmmm

Admittedly, I don't reboot this system often, so maybe I'm 
misremembering when the problem crept in.


Could it be the NFS mount that it is hanging on, and unmounting/var is 
just that last thing showing on the screen?


I think I'll try manually unmounting that before rebooting the next time 
I need to(need to update the kernel soon anyway)...


I do know the last few times this has happened, the NFS mount was 
'unavailable' (the device had powered down without first unmounting it 
from the server)...


I hope that is all it is...

Thanks Alan



Re: [gentoo-user] Help running fsck on reiserfs lvm /var on production server?

2013-06-09 Thread Alan McKinnon
On 09/06/2013 16:43, Tanstaafl wrote:
 On 2013-06-09 3:45 AM, Alan McKinnon alan.mckin...@gmail.com wrote:
 I'm not convinced a power outage broke the fs so that you now can't
 umount it, I'm having a hard time imaging how that would happen. More
 likely some other script file elsewhere is damaged and leaves files open
 when the system wants to umount /var.
 
 Hmmm
 
 Admittedly, I don't reboot this system often, so maybe I'm
 misremembering when the problem crept in.
 
 Could it be the NFS mount that it is hanging on, and unmounting/var is
 just that last thing showing on the screen?
 
 I think I'll try manually unmounting that before rebooting the next time
 I need to(need to update the kernel soon anyway)...
 
 I do know the last few times this has happened, the NFS mount was
 'unavailable' (the device had powered down without first unmounting it
 from the server)...
 
 I hope that is all it is...


Ugh, NFS complicates things :-)

I have a similar thing with my notebook and NFS mounts at home, I often
forget to umount the NFS dirs, causing issues when I then go to work and
wake the machine up

If you have NFS in the mix, I'd certainly investigate that first before
getting into more complex things. Also check that your NFS and mount
stuff in /etc/init.d are doing the right thing in the right order with
both startup and shutdown


-- 
Alan McKinnon
alan.mckin...@gmail.com




Re: [gentoo-user] Help running fsck on reiserfs lvm /var on production server?

2013-06-09 Thread Neil Bothwick
On Sun, 09 Jun 2013 17:14:57 +0200, Alan McKinnon wrote:

 I have a similar thing with my notebook and NFS mounts at home, I often
 forget to umount the NFS dirs, causing issues when I then go to work and
 wake the machine up

That's why I have my hibernate script unmount NFS shares and take the
network down before hibernating.


-- 
Neil Bothwick

WinErr 01B: Illegal error - You are not allowed to get this error.
Next time you will get a penalty for that.


signature.asc
Description: PGP signature


  1   2   3   4   5   6   >