Re: [gentoo-user] From rsync to git: sync-uri is invalid: https://github.com/gentoo-mirror/gentoo.git

2017-01-28 Thread Meino . Cramer
Dale  [17-01-29 07:56]:
> meino.cra...@gmx.de wrote:
> > Hi,
> >
> > To switch from rsync to git I am following the steps described here
> > https://www.reddit.com/r/Gentoo/comments/3i141w/now_that_portage_is_using_git_how_do_i_git_pull/
> >
> > The last step I did was  "mv /usr/portage /usr/portage.old ; emerge
> > sync" and I got:
> >
> > solfire:/usr>emerge --sync  
>  Syncing repository 'gentoo' into '/usr/portage'...
> > !!! sync-uri is invalid: https://github.com/gentoo-mirror/gentoo.git
> >
> > As fas as I know, this is the uri Joost uses...
> >
> > Hmmmwhy does portage thinks, this uri is wrong?
> > (...and how can I fix it?)
> >
> > Cheers
> > Meino
> >
> >
> 
> May want to look at this link.
> 
> https://wiki.gentoo.org/index.php?title=/etc/portage/repos.conf/gentoo.conf=378294
> 
> 
> Maybe that will give better results, not that I see anything wrong with
> what you have myself.  BTW, I did a forum search, make sure you don't
> have other files in /etc/portage/repos.conf.  It seems that if you have
> more than one, it takes the last one and runs with it.  Someone else had
> gentoo.conf.bak and it was reading it instead of gentoo.conf.  It sort
> of works like package.use and such.  Make sense?  I'm beat over here.  lol
> 
> Hope that helps.
> 
> Dale
> 
> :-)  :-) 
> 

Hi Dale,

thanks for your very helpful reply! :)

Not to have *.bak and such under.../repos.conf/... does the trick.

Would be nice, if emerge would only read files *.conf instead of
everything...

Have a nice weekend! :)
Cheers
Meino




Re: [gentoo-user] SNAFU: TO THE N'TH POWER!

2017-01-28 Thread Daniel Frey
On 01/28/2017 05:24 PM, Alan Grimes wrote:
> Neil Bothwick wrote:
>> On Sat, 28 Jan 2017 12:11:28 -0500, Alan Grimes wrote:
>>
>> It appears to be a 2-stage boot process:
>>
>> BIOS boot -> Binary of GRUB bootstrap loader.
>> You don't have a BIOS with a UEFI system.
> 
> We were discussing BIOS boot on a MFT partition scheme, which is what
> I'm using right now.

There's no such thing as a MFT partition scheme. There's BIOS and GPT,
that's it (well, in this context.)

MFT is used by ntfs (a filesystem, not a partition layout) to store
metadata on files and directories on an ntfs partition.

They're very different things.

Dan




Re: [gentoo-user] From rsync to git: sync-uri is invalid: https://github.com/gentoo-mirror/gentoo.git

2017-01-28 Thread Dale
meino.cra...@gmx.de wrote:
> Hi,
>
> To switch from rsync to git I am following the steps described here
> https://www.reddit.com/r/Gentoo/comments/3i141w/now_that_portage_is_using_git_how_do_i_git_pull/
>
> The last step I did was  "mv /usr/portage /usr/portage.old ; emerge
> sync" and I got:
>
> solfire:/usr>emerge --sync  
 Syncing repository 'gentoo' into '/usr/portage'...
> !!! sync-uri is invalid: https://github.com/gentoo-mirror/gentoo.git
>
> As fas as I know, this is the uri Joost uses...
>
> Hmmmwhy does portage thinks, this uri is wrong?
> (...and how can I fix it?)
>
> Cheers
> Meino
>
>

May want to look at this link.

https://wiki.gentoo.org/index.php?title=/etc/portage/repos.conf/gentoo.conf=378294


Maybe that will give better results, not that I see anything wrong with
what you have myself.  BTW, I did a forum search, make sure you don't
have other files in /etc/portage/repos.conf.  It seems that if you have
more than one, it takes the last one and runs with it.  Someone else had
gentoo.conf.bak and it was reading it instead of gentoo.conf.  It sort
of works like package.use and such.  Make sense?  I'm beat over here.  lol

Hope that helps.

Dale

:-)  :-) 



[gentoo-user] From rsync to git: sync-uri is invalid: https://github.com/gentoo-mirror/gentoo.git

2017-01-28 Thread Meino . Cramer
Hi,

To switch from rsync to git I am following the steps described here
https://www.reddit.com/r/Gentoo/comments/3i141w/now_that_portage_is_using_git_how_do_i_git_pull/

The last step I did was  "mv /usr/portage /usr/portage.old ; emerge
sync" and I got:

solfire:/usr>emerge --sync  
>>> Syncing repository 'gentoo' into '/usr/portage'...
!!! sync-uri is invalid: https://github.com/gentoo-mirror/gentoo.git

As fas as I know, this is the uri Joost uses...

Hmmmwhy does portage thinks, this uri is wrong?
(...and how can I fix it?)

Cheers
Meino






Re: [gentoo-user] Re: Copying USB->USB: sync after every file

2017-01-28 Thread J. Roeleveld
On January 29, 2017 12:56:03 AM GMT+01:00, Mick  
wrote:
>On Saturday 28 Jan 2017 23:55:05 Frank Steinmetzger wrote:
>
>> Well, I created a test user, which is only member of the audio and
>video
>> groups. With that, I do get the arrow button which is also able to
>mount the
>> media. But it also gets “Access denied” when I click on the Dolphin
>item.
>> So it’s not a permission thing per se. More like a settings problem
>with my
>> KDE (funnily enough on both my machines). *sigh*
>
>Add your user to group plugdev, reboot and try again.

I also used to get that error.
When you start removing kde4 and install more and more kde5 (kde and plasma is 
the same for me) errors like that start disappearing.

I think the communication between kde4 and kde5 doesn't work that well.

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



Re: [gentoo-user] SNAFU: TO THE N'TH POWER!

2017-01-28 Thread Alan Grimes
Neil Bothwick wrote:
> On Sat, 28 Jan 2017 12:11:28 -0500, Alan Grimes wrote:
>
> It appears to be a 2-stage boot process:
>
> BIOS boot -> Binary of GRUB bootstrap loader.
> You don't have a BIOS with a UEFI system.

We were discussing BIOS boot on a MFT partition scheme, which is what
I'm using right now.

> >Boot -> Grub libraries, config, and kernels.
> The boot manager in the firmware picks an EFI boot image from the ESP,
> usually sda1. Once it loads that it's job is done. The boot image can be
> a kernel or a secondary bootloader like GRUB.
>
> Really, there is rarely a point in using GRUB on a UEFI system. Any
> bootloader adds extra complication, GRUB does it in spades. Just use a
> boot manager like rEFInd or systemd-boot - the latter is the simpler to
> work with AFAICT.

I would tend to agree with you except I tried booting my kernel with the
EFI stub loader by copying it to BOOTx64.EFI (the specification has the
X lower case but actual implementations seem to be case insensitive),
and the system would lock up. I have no idea what to read into that. The
contribution of GRUB is that it makes it easier to change kernel
parameters without recompiling the kernel.

Damint, my e-mail editor is freezing and not showing my text for several
seconds... =( I can type through the pauses but can't read what I'm
misspelling during them. =/

-- 
Strange Game.
The only winning move is not to play. 

Powers are not rights.




Re: [gentoo-user] Re: Copying USB->USB: sync after every file

2017-01-28 Thread Frank Steinmetzger
On Sat, Jan 28, 2017 at 11:56:03PM +, Mick wrote:
> On Saturday 28 Jan 2017 23:55:05 Frank Steinmetzger wrote:
> 
> > Well, I created a test user, which is only member of the audio and video
> > groups. With that, I do get the arrow button which is also able to mount the
> > media. But it also gets “Access denied” when I click on the Dolphin item.
> > So it’s not a permission thing per se. More like a settings problem with my
> > KDE (funnily enough on both my machines). *sigh*
> 
> Add your user to group plugdev, reboot and try again.

Adding myself to that group is one of the first things I learned and
remembered from when I dived into the Gentoo world. ;-)

-- 
Gruß | Greetings | Qapla’
Please do not share anything from, with or about me with any social network.

A nap behind the wheel saves from getting old.


signature.asc
Description: Digital signature


Re: [gentoo-user] Re: Copying USB->USB: sync after every file

2017-01-28 Thread Mick
On Saturday 28 Jan 2017 23:55:05 Frank Steinmetzger wrote:

> Well, I created a test user, which is only member of the audio and video
> groups. With that, I do get the arrow button which is also able to mount the
> media. But it also gets “Access denied” when I click on the Dolphin item.
> So it’s not a permission thing per se. More like a settings problem with my
> KDE (funnily enough on both my machines). *sigh*

Add your user to group plugdev, reboot and try again.
-- 
Regards,
Mick

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


[gentoo-user] Re: Pulseaudio - Asus Xonar STX II 7.1 - 5.1 Surround - Front audio is coming from rear speakers in Firefox

2017-01-28 Thread Nikos Chantziaras

On 01/28/2017 09:57 PM, Jochen Kirchner wrote:

while playing a mix on mixcloud.com the sound suddenly switched to rear
speakers again :(

Strange thing is:

When I lower the volume from the front speaker on the device
"pulseaudio" the rear speakers gets quiet.

And when I lower the volume from the front speaker on the device "Xonar"
the front speakers get quiet.

So I guess something IS wrong here :/


emerge media-sound/pavucontrol and run it. Check if the PA settings are 
correct in the "configuration" tab.


Also, did you make sure you're using the virtuoso kernel driver and NOT 
the oxygen one?





Re: [gentoo-user] Re: Pulseaudio - Asus Xonar STX II 7.1 - 5.1 Surround - Front audio is coming from rear speakers in Firefox

2017-01-28 Thread Jochen Kirchner
On 01/28/2017 08:30 PM, Jochen Kirchner wrote:
>
> On 01/28/2017 02:18 AM, Nikos Chantziaras wrote:
>> On 01/27/2017 06:15 PM, Jochen Kirchner wrote:
>>> Hi fellow gentoo'ers,
>>>
>>>
>>> I'm running XFCE with pulseaudio.
>>>
>>> Hardware is Asus Xonar STX II with the 7.1 daughterboard
>>>
>>> Analog Surround 5.1 is selected in xfce4-volumed-pulse.
>>>
>>> If I do speaker-test -c 6 all is right. Front audio is put through the
>>> front speakers.
>>>
>>> But if I play sound in Firefox and/or Chromium (eg. youtube) the sound
>>> is mainly coming through the rear speakers.
>>>
>>> Any advice? If you need more info please let me know, thanks!
>> Run alsamixer (media-sound/alsa-utils). Press F6, select the Xonar and
>> look for a "Stereo Upmix" setting.
>>
>> Also, make sure you're using the "Virtuoso" kernel driver
>> (SND_VIRTUOSO), not the C-Media "Oxygen" one (SND_OXYGEN). The
>> Virtuoso driver should provide the correct mixer controls for Xonar
>> cards.
>>
>> (The Oxygen driver works too, since the Xonar cards use the Oxygen
>> chip, but it might not provide Xonar-specific mixer controls.)
>>
>>
> Hi Nikos,
>
> that worked! "Front+Surround" was set at Stereo Upmix. I changed it to
> "Front" and now it works and sound is coming mainly from the front speakers.
>
> Thank you!
>
> Kind Regards,
> Jochen
>

hi again :)

while playing a mix on mixcloud.com the sound suddenly switched to rear
speakers again :(

Strange thing is:

When I lower the volume from the front speaker on the device
"pulseaudio" the rear speakers gets quiet.

And when I lower the volume from the front speaker on the device "Xonar"
the front speakers get quiet.

So I guess something IS wrong here :/




[gentoo-user] vulkan-loader 1.0.39

2017-01-28 Thread Tsukasa Mcp_Reznor
Failes to build unless dev-libs/wayland is also installed.

Complains of missing wayland_client.h


Will future versions of vulkan-loader require wayland also, or will there be a 
use flag added?


just a heads up for anyone else that likes messing around with vulkan.


Re: [gentoo-user] Bootloaders: SILENT CRISIS!!!

2017-01-28 Thread Mick
On Saturday 28 Jan 2017 12:20:12 Tom H wrote:
> On Fri, Jan 27, 2017 at 5:50 PM, Bill Kenworthy  wrote:
> > On 28/01/17 00:25, Tom H wrote:
> >> On Thu, Jan 26, 2017 at 7:10 PM, Bill Kenworthy  
wrote:
> >>> I tried grub2 and dumped it for "rEFit" - ended up a lot easier and
> >>> more robust.
> >> 
> >> rEFIt or rEFInd?
> > 
> > Sorry, yes it is rEFInd I am using.
> 
> No worries. I had to check out of curiosity because I mix them up...

rEFInd is definitely a slick and useful boot manager for multibooting.  On this 
occasion I did not install it, but decided to remain minimalist, because I do 
not want to interfere much with the AppleMac installation.

So, I created /boot/EFI/LINUX/ on /dev/sda1, leaving the original 
/boot/EFI/APPLE as was and copied in the LINUX/ directory just the gentoo 
kernel image, .config and System files.  I named the kernel image 
'bootx64-4.4.39-gentoo.efi' to differentiate from other images I will install 
over time.

Then using the efibootmgr I set up bootx64-4.4.39-gentoo.efi as the default 
boot 
kernel and when the MackBook is started it boots straight into Gentoo, in what 
it feels like milliseconds.  :-)

When I need to boot into MacOS I have to press the alt key (aka Option ⌥  key) 
as I power it on and the Apple firmware boot loader takes over.  What I don't 
know yet is if a MacOS upgrade will wipe the /boot/EFI/LINUX/ in /dev/sda1 as 
it upgrades the APPLE files, but it is easy to boot with a LiveUSB and copy 
over the Linux kernel once more.

This way I don't have to bless a hfs+ partition, or mess about with the MacOS 
firmware files, bootx64.efi, or anything else.  I wonder why Apple did not 
develop their boot manager to be able to identify and boot Linux kernels too, 
but are happy to make it boot MSWindows ...

-- 
Regards,
Mick

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


Re: [gentoo-user] Re: Pulseaudio - Asus Xonar STX II 7.1 - 5.1 Surround - Front audio is coming from rear speakers in Firefox

2017-01-28 Thread Jochen Kirchner


On 01/28/2017 02:18 AM, Nikos Chantziaras wrote:
> On 01/27/2017 06:15 PM, Jochen Kirchner wrote:
>> Hi fellow gentoo'ers,
>>
>>
>> I'm running XFCE with pulseaudio.
>>
>> Hardware is Asus Xonar STX II with the 7.1 daughterboard
>>
>> Analog Surround 5.1 is selected in xfce4-volumed-pulse.
>>
>> If I do speaker-test -c 6 all is right. Front audio is put through the
>> front speakers.
>>
>> But if I play sound in Firefox and/or Chromium (eg. youtube) the sound
>> is mainly coming through the rear speakers.
>>
>> Any advice? If you need more info please let me know, thanks!
>
> Run alsamixer (media-sound/alsa-utils). Press F6, select the Xonar and
> look for a "Stereo Upmix" setting.
>
> Also, make sure you're using the "Virtuoso" kernel driver
> (SND_VIRTUOSO), not the C-Media "Oxygen" one (SND_OXYGEN). The
> Virtuoso driver should provide the correct mixer controls for Xonar
> cards.
>
> (The Oxygen driver works too, since the Xonar cards use the Oxygen
> chip, but it might not provide Xonar-specific mixer controls.)
>
>

Hi Nikos,

that worked! "Front+Surround" was set at Stereo Upmix. I changed it to
"Front" and now it works and sound is coming mainly from the front speakers.

Thank you!

Kind Regards,
Jochen



Re: [gentoo-user] SNAFU: TO THE N'TH POWER!

2017-01-28 Thread Neil Bothwick
On Sat, 28 Jan 2017 12:11:28 -0500, Alan Grimes wrote:

> >> Device  Start   End   Sectors   Size Type
> >> /dev/sdc12048264191262144   128M EFI System
> >> /dev/sdc2  526336 537233407 536707072 255.9G Linux filesystem
> >> /dev/sdc3  264192526335262144   128M BIOS boot  
> > You don't have a BIOS boot partition on a UEFI system. They are for
> > compatibility when using GPT disks with BIOS systems, and even hen you
> > don't put anything on them.
> >
> > Just create an EFI System partition, formatted using FAT and mounted
> > at /boot as the first partition, then divide the rest of the disk
> > between /, /home swap as you see fit.  
> 
> It appears to be a 2-stage boot process:
> 
> BIOS boot -> Binary of GRUB bootstrap loader.

You don't have a BIOS with a UEFI system.
 
> Boot -> Grub libraries, config, and kernels.

The boot manager in the firmware picks an EFI boot image from the ESP,
usually sda1. Once it loads that it's job is done. The boot image can be
a kernel or a secondary bootloader like GRUB.

Really, there is rarely a point in using GRUB on a UEFI system. Any
bootloader adds extra complication, GRUB does it in spades. Just use a
boot manager like rEFInd or systemd-boot - the latter is the simpler to
work with AFAICT.


-- 
Neil Bothwick

"We demand rigidly defined areas of doubt and uncertainty!"


pgpIvT7HiXFLf.pgp
Description: OpenPGP digital signature


Re: [gentoo-user] Bootloaders: SILENT CRISIS!!!

2017-01-28 Thread Tom H
On Fri, Jan 27, 2017 at 5:50 PM, Bill Kenworthy  wrote:
> On 28/01/17 00:25, Tom H wrote:
>> On Thu, Jan 26, 2017 at 7:10 PM, Bill Kenworthy  wrote:
>>>
>>> I tried grub2 and dumped it for "rEFit" - ended up a lot easier and
>>> more robust.
>>
>> rEFIt or rEFInd?
>
> Sorry, yes it is rEFInd I am using.

No worries. I had to check out of curiosity because I mix them up...



Re: [gentoo-user] SNAFU: TO THE N'TH POWER!

2017-01-28 Thread Tom H
On Fri, Jan 27, 2017 at 10:07 AM, Alan Grimes  wrote:
>
> Had another learning experience with respect to how GPT disks work.,
> system is buttoned up and operating in GPT mode. In old systems, the
> boot sectors and bootstrap loaders were kinda consigned to a digital
> pergatory on the drive, now you just have to give it its own 1mb
> partition...

efi/gpt aren't more buttoned up; just different.

For example, for grub:

bios + msdos label
boot.img - embedded in mbr
core.img - embedded in post-mbr gap

bios + gpt label
boot.img - embedded in mbr
core.img - embedded in bios_boot partition

efi + gpt label
efi (pe/coff) executable on a fat partition



Re: [gentoo-user] SNAFU: TO THE N'TH POWER!

2017-01-28 Thread Alan Grimes
Neil Bothwick wrote:
> On Fri, 27 Jan 2017 08:41:44 -0500, Alan Grimes wrote:
>
>> Device  Start   End   Sectors   Size Type
>> /dev/sdc12048264191262144   128M EFI System
>> /dev/sdc2  526336 537233407 536707072 255.9G Linux filesystem
>> /dev/sdc3  264192526335262144   128M BIOS boot
> You don't have a BIOS boot partition on a UEFI system. They are for
> compatibility when using GPT disks with BIOS systems, and even hen you
> don't put anything on them.
>
> Just create an EFI System partition, formatted using FAT and mounted
> at /boot as the first partition, then divide the rest of the disk
> between /, /home swap as you see fit.

It appears to be a 2-stage boot process:

BIOS boot -> Binary of GRUB bootstrap loader.

Boot -> Grub libraries, config, and kernels.



-- 
Strange Game.
The only winning move is not to play. 

Powers are not rights.




Re: [gentoo-user] Problem with gdbus-codegen

2017-01-28 Thread Daniel Frey
On 01/28/2017 03:16 AM, Peter Humphrey wrote:
> On Thursday 26 Jan 2017 22:42:06 Alan McKinnon wrote:
> 
>> Somethng has gone wrong with your installation of portage or your copy
>> of the tree - that "no ebuilds" message is impossible.
> 
> Indeed so. So I've now built a fresh system and I'll see how that goes.
> 
>> It will probably be a cruel task to track down exactly what is wrong, my
>> intuition says something in a local cache somewhere. Might be easiest
>> just to delete all portage data (*except* /var/db/pkg), download a new
>> tree tarball and let portage sort itself out
> 
> [OT]
> Recent versions of System Rescue CD have a different web browser, and on my 
> screen it's unusable because any change of style in the text (bold, italic 
> etc. or an embedded link) causes overlapping. So I had to revert to an older 
> version for the installation handbook.
> [/OT]
> 

Do you have a SSD? That sounds like symptoms of a failing SSD to me
(it's happened more than once to me :/)

Dan



Re: [gentoo-user] Again emerge represents a wise koan

2017-01-28 Thread Meino . Cramer
Marc Joliet  [17-01-28 11:12]:
> On Saturday 28 January 2017 04:43:14 meino.cra...@gmx.de wrote:
> > Hi,
> > 
> > I tried to decipher this, but I failed, since the six isn't there
> > actually...
> > 
> > emerge: there are no ebuilds to satisfy
> > ">=dev-python/six-1.10.0[python_targets_pypy(-)?,python_targets_pypy3(-)?,p
> > ython_targets_python2_7(-)?,python_targets_python3_4(-)?,python_targets_pyth
> > on3_5(-)?,-python_single_target_pypy(-),-python_single_target_pypy3(-),-pyth
> > on_single_target_python2_7(-),-python_single_target_python3_4(-),-python_sin
> > gle_target_python3_5(-)]". (dependency required by
> > "dev-python/setuptools-34.0.2-r1::gentoo" [ebuild]) (dependency required by
> > "dev-python/pygments-2.1.1::gentoo" [installed]) (dependency required by
> > "dev-python/docutils-0.12::gentoo" [installed]) (dependency required by
> > "media-video/mpv-0.23.0::gentoo" [installed]) (dependency required by
> > "@selected" [set])
> > (dependency required by "@world" [argument])
> > 
> > How can I get out of this?
> > 
> > Cheers
> > Meino
> 
> How do you have $PYTHON_TARGETS and $PYTHON_SINGLE_TARGET configured?  Do you 
> have any overrides in package.use?  All I can see in the ebuild is that 
> setuptools and six need to have the same values for both (specifically, 
> setuptools-34.0.2-r1 depends on >=dev-python/six-1.10.0[${PYTHON_USEDEP}], 
> where $PYTHON_USEDEP expands to the value in your emerge output).
> 
> HTH
> -- 
> Marc Joliet
> --
> "People who think they know everything really annoy those of us who know we
> don't" - Bjarne Stroustrup

The compilation went through successfuly ! :)

BIG THANK YOUto all helpers!

Cheers
Meino






Re: [gentoo-user] Problem with gdbus-codegen

2017-01-28 Thread Peter Humphrey
On Thursday 26 Jan 2017 15:08:25 Dale wrote:

> OP.  From my emerge --info:
> 
> sync-uri: rsync://rsync26.us.gentoo.org/gentoo-portage
> 
> That one worked just the other day.  You may want to try it.  Also,
> emerge-webrsync may be a option after trying another mirror.  Also, if
> you change the mirror, you may want to use mirrorselect -r -i or you can
> change it manually.  I'm pretty sure it is changed in gentoo-conf in
> this path:  /etc/portage/repos.conf/.

I switched to git syncing not long ago, so I don't have any say in which 
mirror I use - unless someone can tell me otherwise.

-- 
Regards
Peter




Re: [gentoo-user] Problem with gdbus-codegen

2017-01-28 Thread Peter Humphrey
On Thursday 26 Jan 2017 22:42:06 Alan McKinnon wrote:

> Somethng has gone wrong with your installation of portage or your copy
> of the tree - that "no ebuilds" message is impossible.

Indeed so. So I've now built a fresh system and I'll see how that goes.

> It will probably be a cruel task to track down exactly what is wrong, my
> intuition says something in a local cache somewhere. Might be easiest
> just to delete all portage data (*except* /var/db/pkg), download a new
> tree tarball and let portage sort itself out

[OT]
Recent versions of System Rescue CD have a different web browser, and on my 
screen it's unusable because any change of style in the text (bold, italic 
etc. or an embedded link) causes overlapping. So I had to revert to an older 
version for the installation handbook.
[/OT]

-- 
Regards
Peter




Re: [gentoo-user] Bootloaders: SILENT CRISIS!!!

2017-01-28 Thread Peter Humphrey
On Thursday 26 Jan 2017 18:58:07 Neil Bothwick wrote:
> On Thu, 26 Jan 2017 12:03:24 -0500, Alan Grimes wrote:
> > I looked for more information on GRUB form upstream but, on first
> > impression, it's been an abandoned project since 2012...
> 
> That's legacy GRUB, not GRUB2.
> 
> But if you want an EFI bootloader, it is much simpler to use bootctl if
> you use systemd or gummiboot if you don't (they are essentially the same
> thing). Gummiboot is no longer in the man tree but is available from a
> couple of overlays.

I've installed systemd-boot for bootctl, which avoids having to use an 
overlay. It appears to be happy on this openrc box.

-- 
Regards
Peter




Re: [gentoo-user] Again emerge represents a wise koan

2017-01-28 Thread Meino . Cramer
Marc Joliet  [17-01-28 11:12]:
> On Saturday 28 January 2017 04:43:14 meino.cra...@gmx.de wrote:
> > Hi,
> > 
> > I tried to decipher this, but I failed, since the six isn't there
> > actually...
> > 
> > emerge: there are no ebuilds to satisfy
> > ">=dev-python/six-1.10.0[python_targets_pypy(-)?,python_targets_pypy3(-)?,p
> > ython_targets_python2_7(-)?,python_targets_python3_4(-)?,python_targets_pyth
> > on3_5(-)?,-python_single_target_pypy(-),-python_single_target_pypy3(-),-pyth
> > on_single_target_python2_7(-),-python_single_target_python3_4(-),-python_sin
> > gle_target_python3_5(-)]". (dependency required by
> > "dev-python/setuptools-34.0.2-r1::gentoo" [ebuild]) (dependency required by
> > "dev-python/pygments-2.1.1::gentoo" [installed]) (dependency required by
> > "dev-python/docutils-0.12::gentoo" [installed]) (dependency required by
> > "media-video/mpv-0.23.0::gentoo" [installed]) (dependency required by
> > "@selected" [set])
> > (dependency required by "@world" [argument])
> > 
> > How can I get out of this?
> > 
> > Cheers
> > Meino
> 
> How do you have $PYTHON_TARGETS and $PYTHON_SINGLE_TARGET configured?  Do you 
> have any overrides in package.use?  All I can see in the ebuild is that 
> setuptools and six need to have the same values for both (specifically, 
> setuptools-34.0.2-r1 depends on >=dev-python/six-1.10.0[${PYTHON_USEDEP}], 
> where $PYTHON_USEDEP expands to the value in your emerge output).
> 
> HTH
> -- 
> Marc Joliet
> --
> "People who think they know everything really annoy those of us who know we
> don't" - Bjarne Stroustrup


Compiling has started in doing its work currently,,,the culprit was a 
*~ file, which was a leftover of a previous edit it seems.

I will report back what finally will be acchieved.

Thanks a lot for all the help to all who have posted to this thread!

:)

Meino





Re: [gentoo-user] Again emerge represents a wise koan

2017-01-28 Thread Marc Joliet
On Saturday 28 January 2017 04:43:14 meino.cra...@gmx.de wrote:
> Hi,
> 
> I tried to decipher this, but I failed, since the six isn't there
> actually...
> 
> emerge: there are no ebuilds to satisfy
> ">=dev-python/six-1.10.0[python_targets_pypy(-)?,python_targets_pypy3(-)?,p
> ython_targets_python2_7(-)?,python_targets_python3_4(-)?,python_targets_pyth
> on3_5(-)?,-python_single_target_pypy(-),-python_single_target_pypy3(-),-pyth
> on_single_target_python2_7(-),-python_single_target_python3_4(-),-python_sin
> gle_target_python3_5(-)]". (dependency required by
> "dev-python/setuptools-34.0.2-r1::gentoo" [ebuild]) (dependency required by
> "dev-python/pygments-2.1.1::gentoo" [installed]) (dependency required by
> "dev-python/docutils-0.12::gentoo" [installed]) (dependency required by
> "media-video/mpv-0.23.0::gentoo" [installed]) (dependency required by
> "@selected" [set])
> (dependency required by "@world" [argument])
> 
> How can I get out of this?
> 
> Cheers
> Meino

How do you have $PYTHON_TARGETS and $PYTHON_SINGLE_TARGET configured?  Do you 
have any overrides in package.use?  All I can see in the ebuild is that 
setuptools and six need to have the same values for both (specifically, 
setuptools-34.0.2-r1 depends on >=dev-python/six-1.10.0[${PYTHON_USEDEP}], 
where $PYTHON_USEDEP expands to the value in your emerge output).

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


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


Re: [gentoo-user] Again emerge represents a wise koan

2017-01-28 Thread J. Roeleveld
On January 28, 2017 9:48:50 AM GMT+01:00, meino.cra...@gmx.de wrote:
>Dale  [17-01-28 09:44]:
>> meino.cra...@gmx.de wrote:
>> > Dale  [17-01-28 09:24]:
>> >> meino.cra...@gmx.de wrote:
>> >>>  Roeleveld  [17-01-28 08:12]:
>>  On Saturday, January 28, 2017 4:43:14 AM CET meino.cra...@gmx.de
>wrote:
>> > Hi,
>> >
>> > I tried to decipher this, but I failed, since the six isn't
>there
>> > actually...
>> >
>> > emerge: there are no ebuilds to satisfy
>> >
>">=dev-python/six-1.10.0[python_targets_pypy(-)?,python_targets_pypy3(-)?,p
>> >
>ython_targets_python2_7(-)?,python_targets_python3_4(-)?,python_targets_pyth
>> >
>on3_5(-)?,-python_single_target_pypy(-),-python_single_target_pypy3(-),-pyth
>> >
>on_single_target_python2_7(-),-python_single_target_python3_4(-),-python_sin
>> > gle_target_python3_5(-)]". (dependency required by
>> > "dev-python/setuptools-34.0.2-r1::gentoo" [ebuild]) (dependency
>required by
>> > "dev-python/pygments-2.1.1::gentoo" [installed]) (dependency
>required by
>> > "dev-python/docutils-0.12::gentoo" [installed]) (dependency
>required by
>> > "media-video/mpv-0.23.0::gentoo" [installed]) (dependency
>required by
>> > "@selected" [set])
>> > (dependency required by "@world" [argument])
>> >
>> > How can I get out of this?
>> >
>> > Cheers
>> > Meino
>>  I would recommend a re-sync. That package and version exists on
>my system:
>>  [I] dev-python/six
>>   Available versions:  1.10.0{tbz2} {doc test
>PYTHON_TARGETS="pypy pypy3 
>>  python2_7 python3_4 python3_5"}
>>   Installed versions:  1.10.0{tbz2}(09:05:31 AM
>11/04/2016)(-doc -test 
>>  PYTHON_TARGETS="python2_7 python3_4 -pypy -pypy3 -python3_5")
>>   Homepage:https://bitbucket.org/gutworth/six
>https://
>>  pypi.python.org/pypi/six
>>   Description: Python 2 and 3 compatibility library
>> 
>>  And I sync'd yesterday.
>> 
>>  --
>>  Joost
>> 
>> >>> does not help...same as before...
>> >>>
>> >>> Meino
>> >>>
>> >>>
>> >>>
>> >>>
>> >> It exists here as well.  My last sync was about 4 days ago. 
>> >>
>> >> root@fireball / # equery list -p dev-python/six
>> >>  * Searching for six in dev-python ...
>> >> [IP-] [  ] dev-python/six-1.10.0:0
>> >> root@fireball / #  
>> >>
>> >> Have you tried a different mirror to sync with? 
>> >>
>> >> Dale
>> >>
>> >> :-)  :-) 
>> >>
>> > Before digging through a lot of possible mirrors...
>> > As you have successfully sunced: What mirror do you use?
>> > (And would you give me a hint, what all needs to changed
>> > to swotch to git...would be nice...thanks! :)
>> >
>> > Meino
>> >
>> >
>> >
>> >
>> 
>> 
>> This is my gentoo.conf in /etc/portage/repos.conf/.
>> 
>> [DEFAULT]
>> main-repo = gentoo
>> 
>> [gentoo]
>> location = /var/cache/portage/tree
>> sync-type = rsync
>> sync-uri = rsync://rsync26.us.gentoo.org/gentoo-portage
>>  
>> 
>> I don't know about git, yet.  I think if you replace the contents of
>> gentoo.conf with what Joost replied with, that should do it.  I'm not
>> sure if anything else has to be changed.  I do seem to recall there
>> being a howto on the Gentoo wiki tho.  I recall someone posting a
>link
>> on here at some point, or maybe it was -dev. 
>> 
>> Dale
>> 
>> :-)  :-)  
>> 
>
>Hyour mirror and a new sysnc doe snot fix the
>problem...strange...
>
>Meino

Try a webrsync?
-- 
Sent from my Android device with K-9 Mail. Please excuse my brevity.



Re: [gentoo-user] Again emerge represents a wise koan

2017-01-28 Thread Meino . Cramer
Dale  [17-01-28 09:44]:
> meino.cra...@gmx.de wrote:
> > Dale  [17-01-28 09:24]:
> >> meino.cra...@gmx.de wrote:
> >>>  Roeleveld  [17-01-28 08:12]:
>  On Saturday, January 28, 2017 4:43:14 AM CET meino.cra...@gmx.de wrote:
> > Hi,
> >
> > I tried to decipher this, but I failed, since the six isn't there
> > actually...
> >
> > emerge: there are no ebuilds to satisfy
> > ">=dev-python/six-1.10.0[python_targets_pypy(-)?,python_targets_pypy3(-)?,p
> > ython_targets_python2_7(-)?,python_targets_python3_4(-)?,python_targets_pyth
> > on3_5(-)?,-python_single_target_pypy(-),-python_single_target_pypy3(-),-pyth
> > on_single_target_python2_7(-),-python_single_target_python3_4(-),-python_sin
> > gle_target_python3_5(-)]". (dependency required by
> > "dev-python/setuptools-34.0.2-r1::gentoo" [ebuild]) (dependency 
> > required by
> > "dev-python/pygments-2.1.1::gentoo" [installed]) (dependency required by
> > "dev-python/docutils-0.12::gentoo" [installed]) (dependency required by
> > "media-video/mpv-0.23.0::gentoo" [installed]) (dependency required by
> > "@selected" [set])
> > (dependency required by "@world" [argument])
> >
> > How can I get out of this?
> >
> > Cheers
> > Meino
>  I would recommend a re-sync. That package and version exists on my 
>  system:
>  [I] dev-python/six
>   Available versions:  1.10.0{tbz2} {doc test PYTHON_TARGETS="pypy 
>  pypy3 
>  python2_7 python3_4 python3_5"}
>   Installed versions:  1.10.0{tbz2}(09:05:31 AM 11/04/2016)(-doc 
>  -test 
>  PYTHON_TARGETS="python2_7 python3_4 -pypy -pypy3 -python3_5")
>   Homepage:https://bitbucket.org/gutworth/six https://
>  pypi.python.org/pypi/six
>   Description: Python 2 and 3 compatibility library
> 
>  And I sync'd yesterday.
> 
>  --
>  Joost
> 
> >>> does not help...same as before...
> >>>
> >>> Meino
> >>>
> >>>
> >>>
> >>>
> >> It exists here as well.  My last sync was about 4 days ago. 
> >>
> >> root@fireball / # equery list -p dev-python/six
> >>  * Searching for six in dev-python ...
> >> [IP-] [  ] dev-python/six-1.10.0:0
> >> root@fireball / #  
> >>
> >> Have you tried a different mirror to sync with? 
> >>
> >> Dale
> >>
> >> :-)  :-) 
> >>
> > Before digging through a lot of possible mirrors...
> > As you have successfully sunced: What mirror do you use?
> > (And would you give me a hint, what all needs to changed
> > to swotch to git...would be nice...thanks! :)
> >
> > Meino
> >
> >
> >
> >
> 
> 
> This is my gentoo.conf in /etc/portage/repos.conf/.
> 
> [DEFAULT]
> main-repo = gentoo
> 
> [gentoo]
> location = /var/cache/portage/tree
> sync-type = rsync
> sync-uri = rsync://rsync26.us.gentoo.org/gentoo-portage
>  
> 
> I don't know about git, yet.  I think if you replace the contents of
> gentoo.conf with what Joost replied with, that should do it.  I'm not
> sure if anything else has to be changed.  I do seem to recall there
> being a howto on the Gentoo wiki tho.  I recall someone posting a link
> on here at some point, or maybe it was -dev. 
> 
> Dale
> 
> :-)  :-)  
> 

Hyour mirror and a new sysnc doe snot fix the
problem...strange...

Meino




Re: [gentoo-user] Again emerge represents a wise koan

2017-01-28 Thread J. Roeleveld
On January 28, 2017 9:35:58 AM GMT+01:00, Dale  wrote:
>meino.cra...@gmx.de wrote:
>> Dale  [17-01-28 09:24]:
>>> meino.cra...@gmx.de wrote:
  Roeleveld  [17-01-28 08:12]:
> On Saturday, January 28, 2017 4:43:14 AM CET meino.cra...@gmx.de
>wrote:
>> Hi,
>>
>> I tried to decipher this, but I failed, since the six isn't there
>> actually...
>>
>> emerge: there are no ebuilds to satisfy
>>
>">=dev-python/six-1.10.0[python_targets_pypy(-)?,python_targets_pypy3(-)?,p
>>
>ython_targets_python2_7(-)?,python_targets_python3_4(-)?,python_targets_pyth
>>
>on3_5(-)?,-python_single_target_pypy(-),-python_single_target_pypy3(-),-pyth
>>
>on_single_target_python2_7(-),-python_single_target_python3_4(-),-python_sin
>> gle_target_python3_5(-)]". (dependency required by
>> "dev-python/setuptools-34.0.2-r1::gentoo" [ebuild]) (dependency
>required by
>> "dev-python/pygments-2.1.1::gentoo" [installed]) (dependency
>required by
>> "dev-python/docutils-0.12::gentoo" [installed]) (dependency
>required by
>> "media-video/mpv-0.23.0::gentoo" [installed]) (dependency
>required by
>> "@selected" [set])
>> (dependency required by "@world" [argument])
>>
>> How can I get out of this?
>>
>> Cheers
>> Meino
> I would recommend a re-sync. That package and version exists on my
>system:
> [I] dev-python/six
>  Available versions:  1.10.0{tbz2} {doc test
>PYTHON_TARGETS="pypy pypy3 
> python2_7 python3_4 python3_5"}
>  Installed versions:  1.10.0{tbz2}(09:05:31 AM
>11/04/2016)(-doc -test 
> PYTHON_TARGETS="python2_7 python3_4 -pypy -pypy3 -python3_5")
>  Homepage:https://bitbucket.org/gutworth/six
>https://
> pypi.python.org/pypi/six
>  Description: Python 2 and 3 compatibility library
>
> And I sync'd yesterday.
>
> --
> Joost
>
 does not help...same as before...

 Meino




>>> It exists here as well.  My last sync was about 4 days ago. 
>>>
>>> root@fireball / # equery list -p dev-python/six
>>>  * Searching for six in dev-python ...
>>> [IP-] [  ] dev-python/six-1.10.0:0
>>> root@fireball / #  
>>>
>>> Have you tried a different mirror to sync with? 
>>>
>>> Dale
>>>
>>> :-)  :-) 
>>>
>> Before digging through a lot of possible mirrors...
>> As you have successfully sunced: What mirror do you use?
>> (And would you give me a hint, what all needs to changed
>> to swotch to git...would be nice...thanks! :)
>>
>> Meino
>>
>>
>>
>>
>
>
>This is my gentoo.conf in /etc/portage/repos.conf/.
>
>[DEFAULT]
>main-repo = gentoo
>
>[gentoo]
>location = /var/cache/portage/tree
>sync-type = rsync
>sync-uri = rsync://rsync26.us.gentoo.org/gentoo-portage
> 
>
>I don't know about git, yet.  I think if you replace the contents of
>gentoo.conf with what Joost replied with, that should do it.  I'm not
>sure if anything else has to be changed.  I do seem to recall there
>being a howto on the Gentoo wiki tho.  I recall someone posting a link
>on here at some point, or maybe it was -dev. 
>
>Dale
>
>:-)  :-)  

Important when switching to git.
The directory needs to be empty. (Or maybe even fully non existent, not 100÷ 
certain)

This is because of the way 'git clone' works.

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



Re: [gentoo-user] Again emerge represents a wise koan

2017-01-28 Thread Dale
J. Roeleveld wrote:
>
> Meino,
>
> On my mobile now so can't easily search.
> There is a howto somewhere, but the important part is that file I quoted in 
> my email.
> And you need to clear your portage tree (or set a different location).
> I sometimes end up doing the initial clone manually if it complains about 
> something.
>
> --
> Joost


This may help.

https://wiki.gentoo.org/wiki/Project:Portage/Sync

Dale

:-)  :-) 



Re: [gentoo-user] Again emerge represents a wise koan

2017-01-28 Thread Dale
meino.cra...@gmx.de wrote:
> Dale  [17-01-28 09:24]:
>> meino.cra...@gmx.de wrote:
>>>  Roeleveld  [17-01-28 08:12]:
 On Saturday, January 28, 2017 4:43:14 AM CET meino.cra...@gmx.de wrote:
> Hi,
>
> I tried to decipher this, but I failed, since the six isn't there
> actually...
>
> emerge: there are no ebuilds to satisfy
> ">=dev-python/six-1.10.0[python_targets_pypy(-)?,python_targets_pypy3(-)?,p
> ython_targets_python2_7(-)?,python_targets_python3_4(-)?,python_targets_pyth
> on3_5(-)?,-python_single_target_pypy(-),-python_single_target_pypy3(-),-pyth
> on_single_target_python2_7(-),-python_single_target_python3_4(-),-python_sin
> gle_target_python3_5(-)]". (dependency required by
> "dev-python/setuptools-34.0.2-r1::gentoo" [ebuild]) (dependency required 
> by
> "dev-python/pygments-2.1.1::gentoo" [installed]) (dependency required by
> "dev-python/docutils-0.12::gentoo" [installed]) (dependency required by
> "media-video/mpv-0.23.0::gentoo" [installed]) (dependency required by
> "@selected" [set])
> (dependency required by "@world" [argument])
>
> How can I get out of this?
>
> Cheers
> Meino
 I would recommend a re-sync. That package and version exists on my system:
 [I] dev-python/six
  Available versions:  1.10.0{tbz2} {doc test PYTHON_TARGETS="pypy 
 pypy3 
 python2_7 python3_4 python3_5"}
  Installed versions:  1.10.0{tbz2}(09:05:31 AM 11/04/2016)(-doc -test 
 PYTHON_TARGETS="python2_7 python3_4 -pypy -pypy3 -python3_5")
  Homepage:https://bitbucket.org/gutworth/six https://
 pypi.python.org/pypi/six
  Description: Python 2 and 3 compatibility library

 And I sync'd yesterday.

 --
 Joost

>>> does not help...same as before...
>>>
>>> Meino
>>>
>>>
>>>
>>>
>> It exists here as well.  My last sync was about 4 days ago. 
>>
>> root@fireball / # equery list -p dev-python/six
>>  * Searching for six in dev-python ...
>> [IP-] [  ] dev-python/six-1.10.0:0
>> root@fireball / #  
>>
>> Have you tried a different mirror to sync with? 
>>
>> Dale
>>
>> :-)  :-) 
>>
> Before digging through a lot of possible mirrors...
> As you have successfully sunced: What mirror do you use?
> (And would you give me a hint, what all needs to changed
> to swotch to git...would be nice...thanks! :)
>
> Meino
>
>
>
>


This is my gentoo.conf in /etc/portage/repos.conf/.

[DEFAULT]
main-repo = gentoo

[gentoo]
location = /var/cache/portage/tree
sync-type = rsync
sync-uri = rsync://rsync26.us.gentoo.org/gentoo-portage
 

I don't know about git, yet.  I think if you replace the contents of
gentoo.conf with what Joost replied with, that should do it.  I'm not
sure if anything else has to be changed.  I do seem to recall there
being a howto on the Gentoo wiki tho.  I recall someone posting a link
on here at some point, or maybe it was -dev. 

Dale

:-)  :-)  



Re: [gentoo-user] Again emerge represents a wise koan

2017-01-28 Thread J. Roeleveld
On January 28, 2017 9:27:12 AM GMT+01:00, meino.cra...@gmx.de wrote:
>Dale  [17-01-28 09:24]:
>> meino.cra...@gmx.de wrote:
>> >  Roeleveld  [17-01-28 08:12]:
>> >> On Saturday, January 28, 2017 4:43:14 AM CET meino.cra...@gmx.de
>wrote:
>> >>> Hi,
>> >>>
>> >>> I tried to decipher this, but I failed, since the six isn't there
>> >>> actually...
>> >>>
>> >>> emerge: there are no ebuilds to satisfy
>> >>>
>">=dev-python/six-1.10.0[python_targets_pypy(-)?,python_targets_pypy3(-)?,p
>> >>>
>ython_targets_python2_7(-)?,python_targets_python3_4(-)?,python_targets_pyth
>> >>>
>on3_5(-)?,-python_single_target_pypy(-),-python_single_target_pypy3(-),-pyth
>> >>>
>on_single_target_python2_7(-),-python_single_target_python3_4(-),-python_sin
>> >>> gle_target_python3_5(-)]". (dependency required by
>> >>> "dev-python/setuptools-34.0.2-r1::gentoo" [ebuild]) (dependency
>required by
>> >>> "dev-python/pygments-2.1.1::gentoo" [installed]) (dependency
>required by
>> >>> "dev-python/docutils-0.12::gentoo" [installed]) (dependency
>required by
>> >>> "media-video/mpv-0.23.0::gentoo" [installed]) (dependency
>required by
>> >>> "@selected" [set])
>> >>> (dependency required by "@world" [argument])
>> >>>
>> >>> How can I get out of this?
>> >>>
>> >>> Cheers
>> >>> Meino
>> >>
>> >> I would recommend a re-sync. That package and version exists on my
>system:
>> >> [I] dev-python/six
>> >>  Available versions:  1.10.0{tbz2} {doc test
>PYTHON_TARGETS="pypy pypy3 
>> >> python2_7 python3_4 python3_5"}
>> >>  Installed versions:  1.10.0{tbz2}(09:05:31 AM
>11/04/2016)(-doc -test 
>> >> PYTHON_TARGETS="python2_7 python3_4 -pypy -pypy3 -python3_5")
>> >>  Homepage:https://bitbucket.org/gutworth/six
>https://
>> >> pypi.python.org/pypi/six
>> >>  Description: Python 2 and 3 compatibility library
>> >>
>> >> And I sync'd yesterday.
>> >>
>> >> --
>> >> Joost
>> >>
>> > does not help...same as before...
>> >
>> > Meino
>> >
>> >
>> >
>> >
>> 
>> It exists here as well.  My last sync was about 4 days ago. 
>> 
>> root@fireball / # equery list -p dev-python/six
>>  * Searching for six in dev-python ...
>> [IP-] [  ] dev-python/six-1.10.0:0
>> root@fireball / #  
>> 
>> Have you tried a different mirror to sync with? 
>> 
>> Dale
>> 
>> :-)  :-) 
>> 
>
>Before digging through a lot of possible mirrors...
>As you have successfully sunced: What mirror do you use?
>(And would you give me a hint, what all needs to changed
>to swotch to git...would be nice...thanks! :)
>
>Meino

Meino,

On my mobile now so can't easily search.
There is a howto somewhere, but the important part is that file I quoted in my 
email.
And you need to clear your portage tree (or set a different location).
I sometimes end up doing the initial clone manually if it complains about 
something.

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



Re: [gentoo-user] Again emerge represents a wise koan

2017-01-28 Thread Meino . Cramer
Dale  [17-01-28 09:24]:
> meino.cra...@gmx.de wrote:
> >  Roeleveld  [17-01-28 08:12]:
> >> On Saturday, January 28, 2017 4:43:14 AM CET meino.cra...@gmx.de wrote:
> >>> Hi,
> >>>
> >>> I tried to decipher this, but I failed, since the six isn't there
> >>> actually...
> >>>
> >>> emerge: there are no ebuilds to satisfy
> >>> ">=dev-python/six-1.10.0[python_targets_pypy(-)?,python_targets_pypy3(-)?,p
> >>> ython_targets_python2_7(-)?,python_targets_python3_4(-)?,python_targets_pyth
> >>> on3_5(-)?,-python_single_target_pypy(-),-python_single_target_pypy3(-),-pyth
> >>> on_single_target_python2_7(-),-python_single_target_python3_4(-),-python_sin
> >>> gle_target_python3_5(-)]". (dependency required by
> >>> "dev-python/setuptools-34.0.2-r1::gentoo" [ebuild]) (dependency required 
> >>> by
> >>> "dev-python/pygments-2.1.1::gentoo" [installed]) (dependency required by
> >>> "dev-python/docutils-0.12::gentoo" [installed]) (dependency required by
> >>> "media-video/mpv-0.23.0::gentoo" [installed]) (dependency required by
> >>> "@selected" [set])
> >>> (dependency required by "@world" [argument])
> >>>
> >>> How can I get out of this?
> >>>
> >>> Cheers
> >>> Meino
> >>
> >> I would recommend a re-sync. That package and version exists on my system:
> >> [I] dev-python/six
> >>  Available versions:  1.10.0{tbz2} {doc test PYTHON_TARGETS="pypy 
> >> pypy3 
> >> python2_7 python3_4 python3_5"}
> >>  Installed versions:  1.10.0{tbz2}(09:05:31 AM 11/04/2016)(-doc -test 
> >> PYTHON_TARGETS="python2_7 python3_4 -pypy -pypy3 -python3_5")
> >>  Homepage:https://bitbucket.org/gutworth/six https://
> >> pypi.python.org/pypi/six
> >>  Description: Python 2 and 3 compatibility library
> >>
> >> And I sync'd yesterday.
> >>
> >> --
> >> Joost
> >>
> > does not help...same as before...
> >
> > Meino
> >
> >
> >
> >
> 
> It exists here as well.  My last sync was about 4 days ago. 
> 
> root@fireball / # equery list -p dev-python/six
>  * Searching for six in dev-python ...
> [IP-] [  ] dev-python/six-1.10.0:0
> root@fireball / #  
> 
> Have you tried a different mirror to sync with? 
> 
> Dale
> 
> :-)  :-) 
> 

Before digging through a lot of possible mirrors...
As you have successfully sunced: What mirror do you use?
(And would you give me a hint, what all needs to changed
to swotch to git...would be nice...thanks! :)

Meino





Re: [gentoo-user] Again emerge represents a wise koan

2017-01-28 Thread Meino . Cramer
J. Roeleveld  [17-01-28 09:12]:
> On Saturday, January 28, 2017 8:49:38 AM CET meino.cra...@gmx.de wrote:
> >  Roeleveld  [17-01-28 08:12]:
> > > On Saturday, January 28, 2017 4:43:14 AM CET meino.cra...@gmx.de wrote:
> > > > Hi,
> > > > 
> > > > I tried to decipher this, but I failed, since the six isn't there
> > > > actually...
> > > > 
> > > > emerge: there are no ebuilds to satisfy
> > > > ">=dev-python/six-1.10.0[python_targets_pypy(-)?,python_targets_pypy3(-)
> > > > ?,p
> > > > ython_targets_python2_7(-)?,python_targets_python3_4(-)?,python_targets_
> > > > pyth
> > > > on3_5(-)?,-python_single_target_pypy(-),-python_single_target_pypy3(-),
> > > > -pyth
> > > > on_single_target_python2_7(-),-python_single_target_python3_4(-),-pytho
> > > > n_sin gle_target_python3_5(-)]". (dependency required by
> > > > "dev-python/setuptools-34.0.2-r1::gentoo" [ebuild]) (dependency required
> > > > by
> > > > "dev-python/pygments-2.1.1::gentoo" [installed]) (dependency required by
> > > > "dev-python/docutils-0.12::gentoo" [installed]) (dependency required by
> > > > "media-video/mpv-0.23.0::gentoo" [installed]) (dependency required by
> > > > "@selected" [set])
> > > > (dependency required by "@world" [argument])
> > > > 
> > > > How can I get out of this?
> > > > 
> > > > Cheers
> > > > Meino
> > > 
> > > I would recommend a re-sync. That package and version exists on my system:
> > > [I] dev-python/six
> > > 
> > >  Available versions:  1.10.0{tbz2} {doc test PYTHON_TARGETS="pypy
> > >  pypy3
> > > 
> > > python2_7 python3_4 python3_5"}
> > > 
> > >  Installed versions:  1.10.0{tbz2}(09:05:31 AM 11/04/2016)(-doc -test
> > > 
> > > PYTHON_TARGETS="python2_7 python3_4 -pypy -pypy3 -python3_5")
> > > 
> > >  Homepage:https://bitbucket.org/gutworth/six https://
> > > 
> > > pypi.python.org/pypi/six
> > > 
> > >  Description: Python 2 and 3 compatibility library
> > > 
> > > And I sync'd yesterday.
> > > 
> > > --
> > > Joost
> > 
> > does not help...same as before...
> 
> Strange.
> You do have the ebuild in your portage-tree?
> 
> How do you sync? I use "git":
> *
> $ cat /etc/portage/repos.conf/gentoo.conf 
> [DEFAULT]
> main-repo = gentoo
> 
> [gentoo]
> location = /opt/portage
> sync-type = git
> sync-uri = https://github.com/gentoo-mirror/gentoo.git
> sync-depth = 0
> auto-sync = yes
> *
> 
> --
> Joost
> 

I do this thing:
cmdline
eix-sync ; emerge --update --newuse --deep --with-bdeps=y --tree --keep-going 
--backtrack=30 -v --verbose-conflicts screen @world


[DEFAULT]
main-repo = gentoo

[gentoo]
location = /usr/portage
sync-type = rsync
sync-uri = rsync://rsync.europe.gentoo.org/gentoo-portage


Meino






Re: [gentoo-user] Again emerge represents a wise koan

2017-01-28 Thread Dale
meino.cra...@gmx.de wrote:
>  Roeleveld  [17-01-28 08:12]:
>> On Saturday, January 28, 2017 4:43:14 AM CET meino.cra...@gmx.de wrote:
>>> Hi,
>>>
>>> I tried to decipher this, but I failed, since the six isn't there
>>> actually...
>>>
>>> emerge: there are no ebuilds to satisfy
>>> ">=dev-python/six-1.10.0[python_targets_pypy(-)?,python_targets_pypy3(-)?,p
>>> ython_targets_python2_7(-)?,python_targets_python3_4(-)?,python_targets_pyth
>>> on3_5(-)?,-python_single_target_pypy(-),-python_single_target_pypy3(-),-pyth
>>> on_single_target_python2_7(-),-python_single_target_python3_4(-),-python_sin
>>> gle_target_python3_5(-)]". (dependency required by
>>> "dev-python/setuptools-34.0.2-r1::gentoo" [ebuild]) (dependency required by
>>> "dev-python/pygments-2.1.1::gentoo" [installed]) (dependency required by
>>> "dev-python/docutils-0.12::gentoo" [installed]) (dependency required by
>>> "media-video/mpv-0.23.0::gentoo" [installed]) (dependency required by
>>> "@selected" [set])
>>> (dependency required by "@world" [argument])
>>>
>>> How can I get out of this?
>>>
>>> Cheers
>>> Meino
>>
>> I would recommend a re-sync. That package and version exists on my system:
>> [I] dev-python/six
>>  Available versions:  1.10.0{tbz2} {doc test PYTHON_TARGETS="pypy pypy3 
>> python2_7 python3_4 python3_5"}
>>  Installed versions:  1.10.0{tbz2}(09:05:31 AM 11/04/2016)(-doc -test 
>> PYTHON_TARGETS="python2_7 python3_4 -pypy -pypy3 -python3_5")
>>  Homepage:https://bitbucket.org/gutworth/six https://
>> pypi.python.org/pypi/six
>>  Description: Python 2 and 3 compatibility library
>>
>> And I sync'd yesterday.
>>
>> --
>> Joost
>>
> does not help...same as before...
>
> Meino
>
>
>
>

It exists here as well.  My last sync was about 4 days ago. 

root@fireball / # equery list -p dev-python/six
 * Searching for six in dev-python ...
[IP-] [  ] dev-python/six-1.10.0:0
root@fireball / #  

Have you tried a different mirror to sync with? 

Dale

:-)  :-) 



Re: [gentoo-user] Again emerge represents a wise koan

2017-01-28 Thread J. Roeleveld
On Saturday, January 28, 2017 8:49:38 AM CET meino.cra...@gmx.de wrote:
>  Roeleveld  [17-01-28 08:12]:
> > On Saturday, January 28, 2017 4:43:14 AM CET meino.cra...@gmx.de wrote:
> > > Hi,
> > > 
> > > I tried to decipher this, but I failed, since the six isn't there
> > > actually...
> > > 
> > > emerge: there are no ebuilds to satisfy
> > > ">=dev-python/six-1.10.0[python_targets_pypy(-)?,python_targets_pypy3(-)
> > > ?,p
> > > ython_targets_python2_7(-)?,python_targets_python3_4(-)?,python_targets_
> > > pyth
> > > on3_5(-)?,-python_single_target_pypy(-),-python_single_target_pypy3(-),
> > > -pyth
> > > on_single_target_python2_7(-),-python_single_target_python3_4(-),-pytho
> > > n_sin gle_target_python3_5(-)]". (dependency required by
> > > "dev-python/setuptools-34.0.2-r1::gentoo" [ebuild]) (dependency required
> > > by
> > > "dev-python/pygments-2.1.1::gentoo" [installed]) (dependency required by
> > > "dev-python/docutils-0.12::gentoo" [installed]) (dependency required by
> > > "media-video/mpv-0.23.0::gentoo" [installed]) (dependency required by
> > > "@selected" [set])
> > > (dependency required by "@world" [argument])
> > > 
> > > How can I get out of this?
> > > 
> > > Cheers
> > > Meino
> > 
> > I would recommend a re-sync. That package and version exists on my system:
> > [I] dev-python/six
> > 
> >  Available versions:  1.10.0{tbz2} {doc test PYTHON_TARGETS="pypy
> >  pypy3
> > 
> > python2_7 python3_4 python3_5"}
> > 
> >  Installed versions:  1.10.0{tbz2}(09:05:31 AM 11/04/2016)(-doc -test
> > 
> > PYTHON_TARGETS="python2_7 python3_4 -pypy -pypy3 -python3_5")
> > 
> >  Homepage:https://bitbucket.org/gutworth/six https://
> > 
> > pypi.python.org/pypi/six
> > 
> >  Description: Python 2 and 3 compatibility library
> > 
> > And I sync'd yesterday.
> > 
> > --
> > Joost
> 
> does not help...same as before...

Strange.
You do have the ebuild in your portage-tree?

How do you sync? I use "git":
*
$ cat /etc/portage/repos.conf/gentoo.conf 
[DEFAULT]
main-repo = gentoo

[gentoo]
location = /opt/portage
sync-type = git
sync-uri = https://github.com/gentoo-mirror/gentoo.git
sync-depth = 0
auto-sync = yes
*

--
Joost