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



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



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

:-)  :-) 



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=



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).



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



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



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
> 
> 



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




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?



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



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
>
>
>



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


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.




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


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






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


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 

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



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


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

2013-06-09 Thread Tanstaafl

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

On 09/06/2013 16:43, Tanstaafl wrote:

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


Yep, that bugger was it...

umounted the NFS mount and the reboot went smooth as silk.

Now, to figure out why the NFS mount isn't unmounting properly during a 
shutdown or reboot, but that will be another thread...


Thanks Alan!



Re: [gentoo-user] help

2013-02-23 Thread Volker Armin Hemmann
Am 23.02.2013 10:28, schrieb Dan Hunter:


no



Re: [gentoo-user] help

2013-02-23 Thread Dale
Volker Armin Hemmann wrote:
 Am 23.02.2013 10:28, schrieb Dan Hunter:

 no



Double no.  Next he will try the unsubscribe in the subject line angle
with little success there either.  Then someone will post the nice long
reply about the unsubscribe kit and all its options.  I find that one
funny tho so I usually read it.  o_O

Dale

:-)  :-)

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




Re: [gentoo-user] help

2013-02-23 Thread Dan Hunter
On 02/23/13 17:07, Dale wrote:
 Volker Armin Hemmann wrote:
 Am 23.02.2013 10:28, schrieb Dan Hunter:
 no


 Double no.  Next he will try the unsubscribe in the subject line angle
 with little success there either.  Then someone will post the nice long
 reply about the unsubscribe kit and all its options.  I find that one
 funny tho so I usually read it.  o_O

 Dale

 :-)  :-)

sorry expected robot reply
just want to knowurl ofthis lists. Is available http-version of gentoo lists?


Re: [gentoo-user] help

2013-02-23 Thread Volker Armin Hemmann
Am 23.02.2013 14:27, schrieb Dan Hunter:
 On 02/23/13 17:07, Dale wrote:
 Volker Armin Hemmann wrote:
 Am 23.02.2013 10:28, schrieb Dan Hunter:
 no


 Double no.  Next he will try the unsubscribe in the subject line angle
 with little success there either.  Then someone will post the nice long
 reply about the unsubscribe kit and all its options.  I find that one
 funny tho so I usually read it.  o_O

 Dale

 :-)  :-)

 sorry expected robot reply
 just want to knowurl ofthis lists. Is available http-version of gentoo lists?


look into the header of the mails your received. List-help for example.

There are many email-archives carrying this list. google is your friend.




Re: [gentoo-user] Help! HP625 WLAN is driving me nuts

2012-02-29 Thread Mick
On Wednesday 29 Feb 2012 11:28:34 Helmut Jarausch wrote:
 Hi,
 
 I'm trying to get WLAN working on my HP625 laptop.
 I've checked several web pages but I'm lost.
 
 I'm using a recent kernel  (3.3-rc5+).
 I configured CONFIG_BRCMUTIL=m CONFIG_BRCMSMAC=m CONFIG_BRCMFMAC=m  and
 I installed the coresponding firmware in /lib/firmware/brcm
 
 Now, lspci -k  shows
 06:00.0 Network controller: Broadcom Corporation BCM4313 802.11b/g/n
 Wireless LAN Controller (rev 01)
   Subsystem: Hewlett-Packard Company Device 145c
   Kernel driver in use: bcma-pci-bridge
 
 
 and even
 
 iwconfig shows
 wlan0 IEEE 802.11bgn  ESSID:off/any
   Mode:Managed  Access Point: Not-Associated   Tx-Power=0 dBm
   Retry  long limit:7   RTS thr:off   Fragment thr:off
   Encryption key:off
   Power Management:on
 
 
 I have net.wlan0 symlinked to net.lo.
 
 Now, when I try
 /etc/init.d/net.wlan0 start
 
 the screen gets blanked on a console as well as from an XTerm
 and the kernel crashes totally, i.e. the emergency reboot doesn't work
 either.  And trying to do an strace with output to a file shows that
 even this output file doesn't exist (i.e. hasn't been closed)
 
 So, what can I try next?
 
 Many thanks for a hint,
 Helmut.

I assume that you have not read this yet:

http://linuxwireless.org/en/users/Drivers/brcm80211
-- 
Regards,
Mick


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


Re: [gentoo-user] Help, please! I've hosed my gcc.

2011-11-15 Thread covici

Alan Mackenzie a...@muc.de wrote:

 Hi, Gentoo.
 
 My gcc now fails to work.
 
 I upgraded it earlier on (I think) after doing an emerge --sync.  I
 can't remember the before/after versions, or even whether I've got both
 of them.
 
 lipgmp has a lot to do with my problem.  After my last emerge -uND
 world, I think libgmp was upgraded.  At any rate the messages on the
 screen directed me to
 
 revdep-rebuild --library /usr/libt64/libgmp.so.3
 
 , which I did.  They then informed me I could safely delete libgmp.so.3,
 which I also did.  :-(
 
 Now, when I attempt gcc on the command line, I get the error:
 
 /usr/libexec/gcc/x86_64-pc-linux-gnu/4.4.5/cc1: error while loading
 shared libraries: libgmp.so.3: cannot open shared object file: No
 such file or directory
 
 .  So, is there an easy way for me to recover a working gcc, or do I
 have to do something desperate, like reinstalling Gentoo?  :-(
 
 Help will be most appreciated.
 
Do you have a backup?

-- 
Your life is like a penny.  You're going to lose it.  The question is:
How do
you spend it?

 John Covici
 cov...@ccs.covici.com



Re: [gentoo-user] Help, please! I've hosed my gcc.

2011-11-15 Thread Mark Knecht
On Tue, Nov 15, 2011 at 1:44 PM, Alan Mackenzie a...@muc.de wrote:
 Hi, Gentoo.

 My gcc now fails to work.

 I upgraded it earlier on (I think) after doing an emerge --sync.  I
 can't remember the before/after versions, or even whether I've got both
 of them.

 lipgmp has a lot to do with my problem.  After my last emerge -uND
 world, I think libgmp was upgraded.  At any rate the messages on the
 screen directed me to

    revdep-rebuild --library /usr/libt64/libgmp.so.3

 , which I did.  They then informed me I could safely delete libgmp.so.3,
 which I also did.  :-(

 Now, when I attempt gcc on the command line, I get the error:

    /usr/libexec/gcc/x86_64-pc-linux-gnu/4.4.5/cc1: error while loading
    shared libraries: libgmp.so.3: cannot open shared object file: No
    such file or directory

 .  So, is there an easy way for me to recover a working gcc, or do I
 have to do something desperate, like reinstalling Gentoo?  :-(

 Help will be most appreciated.

 --
 Alan Mackenzie (Nuremberg, Germany).



gcc-config -l

and see what's there



Re: [gentoo-user] Help, please! I've hosed my gcc.

2011-11-15 Thread William Kenworthy
symlink it to the later version, or copy the lib over from another
system.

Then rebuild dev-libs/gmp and dont delete the lib!

I got bitten by this but only on one system - the file is supplied by
the later ebuild so I dont know why it asks to delete it.  Was in the
middle of a major snafu when it bit so didnt bug report it - should
have.

BillK

 

On Tue, 2011-11-15 at 21:44 +, Alan Mackenzie wrote:
 Hi, Gentoo.
 
 My gcc now fails to work.
 
 I upgraded it earlier on (I think) after doing an emerge --sync.  I
 can't remember the before/after versions, or even whether I've got both
 of them.
 
 lipgmp has a lot to do with my problem.  After my last emerge -uND
 world, I think libgmp was upgraded.  At any rate the messages on the
 screen directed me to
 
 revdep-rebuild --library /usr/libt64/libgmp.so.3
 
 , which I did.  They then informed me I could safely delete libgmp.so.3,
 which I also did.  :-(
 
 Now, when I attempt gcc on the command line, I get the error:
 
 /usr/libexec/gcc/x86_64-pc-linux-gnu/4.4.5/cc1: error while loading
 shared libraries: libgmp.so.3: cannot open shared object file: No
 such file or directory
 
 .  So, is there an easy way for me to recover a working gcc, or do I
 have to do something desperate, like reinstalling Gentoo?  :-(
 
 Help will be most appreciated.
 





Re: [gentoo-user] Help, please! I've hosed my gcc.

2011-11-15 Thread Dale

Alan Mackenzie wrote:

Hi, Gentoo.

My gcc now fails to work.

I upgraded it earlier on (I think) after doing an emerge --sync.  I
can't remember the before/after versions, or even whether I've got both
of them.

lipgmp has a lot to do with my problem.  After my last emerge -uND
world, I think libgmp was upgraded.  At any rate the messages on the
screen directed me to

 revdep-rebuild --library /usr/libt64/libgmp.so.3

, which I did.  They then informed me I could safely delete libgmp.so.3,
which I also did.  :-(

Now, when I attempt gcc on the command line, I get the error:

 /usr/libexec/gcc/x86_64-pc-linux-gnu/4.4.5/cc1: error while loading
 shared libraries: libgmp.so.3: cannot open shared object file: No
 such file or directory

.  So, is there an easy way for me to recover a working gcc, or do I
have to do something desperate, like reinstalling Gentoo?  :-(

Help will be most appreciated.



Check to make sure a gcc is selected:

gcc-config -l

Sometimes if a old version is removed the link is sort of left dangling 
in the wind.


Dale

:-)  :-)

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




Re: [gentoo-user] Help, please! I've hosed my gcc.

2011-11-15 Thread Alan Mackenzie
Hi, Mark

On Tue, Nov 15, 2011 at 02:06:32PM -0800, Mark Knecht wrote:
 On Tue, Nov 15, 2011 at 1:44 PM, Alan Mackenzie a...@muc.de wrote:

  My gcc now fails to work.

  I upgraded it earlier on (I think) after doing an emerge --sync.  I
  can't remember the before/after versions, or even whether I've got both
  of them.

  lipgmp has a lot to do with my problem.  After my last emerge -uND
  world, I think libgmp was upgraded.  At any rate the messages on the
  screen directed me to

     revdep-rebuild --library /usr/libt64/libgmp.so.3

  , which I did.  They then informed me I could safely delete libgmp.so.3,
  which I also did.  :-(

  Now, when I attempt gcc on the command line, I get the error:

     /usr/libexec/gcc/x86_64-pc-linux-gnu/4.4.5/cc1: error while loading
     shared libraries: libgmp.so.3: cannot open shared object file: No
     such file or directory

  .  So, is there an easy way for me to recover a working gcc, or do I
  have to do something desperate, like reinstalling Gentoo?  :-(

  Help will be most appreciated.

  --
  Alan Mackenzie (Nuremberg, Germany).



 gcc-config -l

 and see what's there

Ah - gcc-config.  I did gcc-config -l, and it displayed 2 versions of
gcc.  Then I did gcc-config --help.  Then I did

gcc-config x86_64-pc-linux-gnu-4.5.3

, and now gcc is working again, or more precisely the new one is working.
:-)  Thanks for the tip!

-- 
Alan Mackenzie (Nuremberg, Germany).



Re: [gentoo-user] Help, please! I've hosed my gcc.

2011-11-15 Thread Mark Knecht
On Tue, Nov 15, 2011 at 2:35 PM, Alan Mackenzie a...@muc.de wrote:
 Hi, Mark

 On Tue, Nov 15, 2011 at 02:06:32PM -0800, Mark Knecht wrote:
 On Tue, Nov 15, 2011 at 1:44 PM, Alan Mackenzie a...@muc.de wrote:

  My gcc now fails to work.

  I upgraded it earlier on (I think) after doing an emerge --sync.  I
  can't remember the before/after versions, or even whether I've got both
  of them.

  lipgmp has a lot to do with my problem.  After my last emerge -uND
  world, I think libgmp was upgraded.  At any rate the messages on the
  screen directed me to

     revdep-rebuild --library /usr/libt64/libgmp.so.3

  , which I did.  They then informed me I could safely delete libgmp.so.3,
  which I also did.  :-(

  Now, when I attempt gcc on the command line, I get the error:

     /usr/libexec/gcc/x86_64-pc-linux-gnu/4.4.5/cc1: error while loading
     shared libraries: libgmp.so.3: cannot open shared object file: No
     such file or directory

  .  So, is there an easy way for me to recover a working gcc, or do I
  have to do something desperate, like reinstalling Gentoo?  :-(

  Help will be most appreciated.

  --
  Alan Mackenzie (Nuremberg, Germany).



 gcc-config -l

 and see what's there

 Ah - gcc-config.  I did gcc-config -l, and it displayed 2 versions of
 gcc.  Then I did gcc-config --help.  Then I did

    gcc-config x86_64-pc-linux-gnu-4.5.3

 , and now gcc is working again, or more precisely the new one is working.
 :-)  Thanks for the tip!

 --
 Alan Mackenzie (Nuremberg, Germany).

Happy to help and very glad it worked out.

Cheers,
Mark



Re: [gentoo-user] Help!

2011-10-05 Thread Yohan Pereira
On Wednesday 05 Oct 2011 12:52:41 Lavender wrote:
 Hi, everybody! I installed gentoo according to Gentoo Handbook , then I
 login gentoo . But I found that I couldn't use wpa_supplicant for scanning
 netcard device failed . I think that means the netcard module not loaded,
 so I type lsmod and the output have only one line-Modules , according to
 the Handbook I have written many modules to the file
 /etc/modules.autoload.d/kernel2.6 though I don't know those modules respond
 for what.  
 Now the question is  that I don't know whether gentoo loaded
 those modules that in file kernel2.6 which I created. Handbook said that
 modules in /etc/modules.autoload.d/kernel2.6 will be loaded automatically,
 but why there is only one line in output when I use command lsmod? I’m
 going to be crazy! When I use gentoo I really realize that the knowlege
 needed is far more than I just have, I have to acknowledge that I'm a
 freshman.So please help me.

How did you build your kernel? using genkernel or manually? 


-- 

- Yohan Pereira



Re: [gentoo-user] Help!

2011-10-05 Thread Neil Bothwick
On Wed, 5 Oct 2011 12:52:41 +0800, Lavender wrote:

 Hi, everybody! I installed gentoo according to Gentoo Handbook , then I
 login gentoo . But I found that I couldn't use wpa_supplicant for
 scanning netcard device failed . I think that means the netcard module
 not loaded, so I type lsmod and the output have only one line-Modules ,
 according to the Handbook I have written many modules to the
 file /etc/modules.autoload.d/kernel2.6 though I don't know those
 modules respond for what.

Can you load the modules manually?

Which version of baselayout are you using? Baselayout2, which has been in
stable for some time, uses /etc/conf.d/modules rather than the file you
used. If the handbook still contains baselayout1 advice, it's time for
someone to raise a bug report.


-- 
Neil Bothwick

Master of all I survey (at the moment, empty pizza boxes)


signature.asc
Description: PGP signature


Re: [gentoo-user] Help needed:jpeg_resync_to_restart() and zathura pdf reader

2011-09-04 Thread Ignas Anikevicius
Hello,

On 04/09/11 01:29, Michael Orlitzky wrote:
 RDEPEND==app-text/mupdf-0.8

Oh sorry, I have forgotten to tell that I am using the girara branch,
which uses plugins and depends only on girara libs, it should be
fixed to have that, but I did not bother to do it previously as I had
all the dependencies tracked by hand.

I have EGIT_BRANCH=girara in '/etc/portage/env/app-text/zathura'.


 And have you tried using libjpeg instead of the -turbo version?

This is were I was wondering as well, but did not have chance to check
it. Also, Arch guys are using the turbo version and I was thinking
that it should not be an issue, but I will try and see whether it also
does not work with non turbo version.

Cheers,
Ignas


Re: [gentoo-user] Help needed:jpeg_resync_to_restart() and zathura pdf reader

2011-09-03 Thread Michael Orlitzky
On 09/03/2011 05:44 AM, Ignas Anikevicius wrote:
 Hello list,
 
 I was wondering if someone could explain me what ebuild provides the
 jpeg_resync_to_restart() function as when I try to run a pdf using a
 zathura-pdf-mupdf plugin, it gives me the following error:
 ---
 error: could not load plugin /usr/lib/zathura/pdf.so
 (/usr/lib/zathura/pdf.so: undefined symbol: jpeg_resync_to_restart)
 ---
 
 I was told that it might be a problem with the libjpeg-turbo, but I
 have tried both versions (1.1.0 and 1.1.1) and it did not affect
 anything. I was wondering whether there are some compilation options,
 which I am not aware of?
 
 Alternatively, the problem might lie in my lack of knowledge in
 writing ebuilds. You can find my ebuild on [1], whereas a known
 version of AUR PKGBUILD can be found on [2].  Could someone, ideally
 familiar with both GNU/Linux Distributions, explain me what I am doing
 wrong?

The latest zathura ebuild in portage has,

  RDEPEND==x11-libs/cairo-1.8.8
  =dev-libs/glib-2.22.4:2
  =x11-libs/gtk+-2.18.6:2
  =app-text/poppler-0.12.3[cairo]
  DEPEND=${RDEPEND}
  dev-util/pkgconfig


How come you only have the following?

  RDEPEND==app-text/mupdf-0.8

  DEPEND=${RDEPEND}
  dev-util/pkgconfig

And have you tried using libjpeg instead of the -turbo version?



Re: [gentoo-user] Help with blocking, please: vte is blocking gnome-pty-helper

2011-07-02 Thread Alan Mackenzie
Hi, Neil.

On Fri, Jul 01, 2011 at 01:17:01PM +0100, Neil Bothwick wrote:
 On Fri, 1 Jul 2011 10:39:18 +, Alan Mackenzie wrote:

  After emerge-synching, an emerge -puND gives, in part:

  [ebuild  N] x11-libs/gnome-pty-helper-0.28.1
  [ebuild U ] x11-libs/vte-0.28.1-r200 [0.26.2]
  USE=introspection* [blocks b ] x11-libs/vte-0.27.90
  (x11-libs/vte-0.27.90 is blocking x11-libs/gnome-pty-helper-0.28.1)

  .  Am I right in thinking that the block means your vte version is too
  old for gnome-pty-helper?

 Yes, but the lower case b means that portage will resolve the block for
 you. The only reason it has stopped after reporting the block is that
 you used -p.

 Only blocks marked with a B require manual intervention.

Ah, thanks!  I just did an emerge -uND world and it worked.  My Gnome
still works too, thankfully.  ;-)

Thanks to everybody else who answered, too.

-- 
Alan Mackenzie (Nuremberg, Germany).



Re: [gentoo-user] Help with blocking, please: vte is blocking gnome-pty-helper

2011-07-01 Thread Sebastian Beßler
Am 01.07.2011 12:39, schrieb Alan Mackenzie:
 Hi, Gentoo!
 
 After emerge-synching, an emerge -puND gives, in part:
 
 [ebuild  N] x11-libs/gnome-pty-helper-0.28.1
 [ebuild U ] x11-libs/vte-0.28.1-r200 [0.26.2] USE=introspection*
 [blocks b ] x11-libs/vte-0.27.90 (x11-libs/vte-0.27.90 is 
 blocking x11-libs/gnome-pty-helper-0.28.1)
 
 .  Am I right in thinking that the block means your vte version is too
 old for gnome-pty-helper?
 
 It seems that emerge is using the old vte version rather than the one
 it's about to install.  In this case, can I just emerge vte by hand
 first?

Does portage solve that blocking or not?
What says emerge -auND ? Can you go on with emerge or not?

Normaly portage solves that by uninstalling the old version before
installing the new one.

Greetings

Sebastian Beßler



signature.asc
Description: OpenPGP digital signature


Re: [gentoo-user] Help with blocking, please: vte is blocking gnome-pty-helper

2011-07-01 Thread Alex Schuster
Sebastian Beßler writes:

 Am 01.07.2011 12:39, schrieb Alan Mackenzie:
  Hi, Gentoo!
  
  After emerge-synching, an emerge -puND gives, in part:
  [ebuild  N] x11-libs/gnome-pty-helper-0.28.1
  [ebuild U ] x11-libs/vte-0.28.1-r200 [0.26.2]
  USE=introspection* [blocks b ] x11-libs/vte-0.27.90
  (x11-libs/vte-0.27.90 is blocking
  x11-libs/gnome-pty-helper-0.28.1)
  
  .  Am I right in thinking that the block means your vte version is
  too old for gnome-pty-helper?
  
  It seems that emerge is using the old vte version rather than the one
  it's about to install.  In this case, can I just emerge vte by hand
  first?

I think so.

 Does portage solve that blocking or not?
 What says emerge -auND ? Can you go on with emerge or not?
 
 Normaly portage solves that by uninstalling the old version before
 installing the new one.

Isn't that a thing that only the masked portage 2.2 does? I guess Alan stll 
runs stable portage.

Wonko



Re: [gentoo-user] Help with blocking, please: vte is blocking gnome-pty-helper

2011-07-01 Thread Alan McKinnon
On Friday 01 July 2011 10:39:18 Alan Mackenzie did opine thusly:
 Hi, Gentoo!
 
 After emerge-synching, an emerge -puND gives, in part:
 
 [ebuild  N] x11-libs/gnome-pty-helper-0.28.1
 [ebuild U ] x11-libs/vte-0.28.1-r200 [0.26.2]
 USE=introspection* [blocks b ] x11-libs/vte-0.27.90
 (x11-libs/vte-0.27.90 is blocking
 x11-libs/gnome-pty-helper-0.28.1)
 
 .  Am I right in thinking that the block means your vte version is
 too old for gnome-pty-helper?

Yes.


 It seems that emerge is using the old vte version rather than the
 one it's about to install.  In this case, can I just emerge vte by
 hand first?

unmerge vte and re-run the original emerge, prevents accidental 
clutter of world and saves time

or better:

unmask portage and install 2.2_some_huge_number_alpha,
ignore what your instincts tell you about rc and alpha - a project 
that hit 100 -rc versions and is now on 41 alphas is probably abusing 
the terms :-)

Recent portage just knows how to deal with these blockers and just 
does what it needs to do to make it work.


-- 
alan dot mckinnon at gmail dot com



Re: [gentoo-user] Help with blocking, please: vte is blocking gnome-pty-helper

2011-07-01 Thread Sebastian Beßler
Am 01.07.2011 13:54, schrieb Alex Schuster:

 Isn't that a thing that only the masked portage 2.2 does? I guess Alan stll 
 runs stable portage.

That may be possible, I run unstable portage 2.2 without any problem (a
few surprises from time to time, but no problems) for so long that I
have totaly lost the knowlege what from 2.2 is backported now and what not.

But then, emerge -C vte  emerge -1 vte should do the trick.

Greetings

Sebastian



signature.asc
Description: OpenPGP digital signature


Re: [gentoo-user] Help with blocking, please: vte is blocking gnome-pty-helper

2011-07-01 Thread Neil Bothwick
On Fri, 1 Jul 2011 10:39:18 +, Alan Mackenzie wrote:

 After emerge-synching, an emerge -puND gives, in part:
 
 [ebuild  N] x11-libs/gnome-pty-helper-0.28.1
 [ebuild U ] x11-libs/vte-0.28.1-r200 [0.26.2]
 USE=introspection* [blocks b ] x11-libs/vte-0.27.90
 (x11-libs/vte-0.27.90 is blocking x11-libs/gnome-pty-helper-0.28.1)
 
 .  Am I right in thinking that the block means your vte version is too
 old for gnome-pty-helper?

Yes, but the lower case b means that portage will resolve the block for
you. The only reason it has stopped after reporting the block is that
you used -p.

Only blocks marked with a B require manual intervention.



signature.asc
Description: PGP signature


  1   2   3   4   5   >