Re: [gentoo-user] emerge --oneshot portage

2018-03-14 Thread Neil Bothwick
On Wed, 14 Mar 2018 13:32:24 +, Peter Humphrey wrote:

> > If portage needed to be emerged first, portage would do so. That used
> > to be the approach years ago, when portage updates were more
> > significant.  
> 
> There's still room for confusion, though. For a long time, an update to 
> portage was no longer flagged as needing prior merging, but recently
> the warning has come back. How are we to know which is right - you or
> portage? :)

I've not seen that warning for many years, so me :P

I'll rephrase the above:

If portage needed to be emerged first, portage would tell you so.


-- 
Neil Bothwick

By the time you can make ends meet, they move the ends.


pgpdo18rYtlt7.pgp
Description: OpenPGP digital signature


Re: [gentoo-user] emerge --oneshot portage

2018-03-14 Thread Peter Humphrey
On Wednesday, 14 March 2018 09:26:17 GMT Neil Bothwick wrote:
> On Tue, 13 Mar 2018 19:41:39 -0600, the...@sys-concept.com wrote:
> > > Once you have unset those variables, try a world update rather than
> > > trying to cherry pick when you think needs to be updated.
> > 
> > " emerge -uDNavq world" appears to be working (and new "portage" is
> > there). I have 428-packages to emerge so it will take some time.
> > 
> > But I was under impression I need to emerge "portage" before anything
> > else.
> 
> If portage needed to be emerged first, portage would do so. That used to
> be the approach years ago, when portage updates were more significant.

There's still room for confusion, though. For a long time, an update to 
portage was no longer flagged as needing prior merging, but recently the 
warning has come back. How are we to know which is right - you or portage? 
:)

-- 
Regards,
Peter.






Re: [gentoo-user] emerge --oneshot portage

2018-03-14 Thread Neil Bothwick
On Tue, 13 Mar 2018 19:41:39 -0600, the...@sys-concept.com wrote:

> > Once you have unset those variables, try a world update rather than
> > trying to cherry pick when you think needs to be updated.  
> 
> " emerge -uDNavq world" appears to be working (and new "portage" is
> there). I have 428-packages to emerge so it will take some time.
> 
> But I was under impression I need to emerge "portage" before anything
> else.

If portage needed to be emerged first, portage would do so. That used to
be the approach years ago, when portage updates were more significant.


-- 
Neil Bothwick

WinErr 019: User error - Not our fault. Is Not! Is Not!


pgpd0zGqIo8GE.pgp
Description: OpenPGP digital signature


Re: [gentoo-user] emerge --oneshot portage

2018-03-13 Thread thelma
On 03/13/2018 06:56 PM, Neil Bothwick wrote:
> On Tue, 13 Mar 2018 18:47:18 -0600, the...@sys-concept.com wrote:
> 
>> I did emerge manually sys-libs/zlib and ruby
>> but I'm still left with conflict.
>>
>> The portage-2.3.6 is no longer in tree, is it the reason I'm getting
>> this error?
> 
> No. Packages are removed from the tree all the time, it shouldn't prevent
> an upgrade.
>  
>> emerge --oneshot -avq portage
>> [ebuild  N] dev-python/pyblake2-1.1.0  PYTHON_TARGETS="python2_7
>> python3_5 (-pypy) -python3_4 -python3_6" [ebuild U ]
>> sys-apps/portage-2.3.24-r1 [2.3.6] USE="(ipc) native-extensions xattr
>> -build -doc -epydoc -gentoo-dev% (-rsync-verify) (-selinux)
>> (-linguas_ru%)" PYTHON_TARGETS="python2_7 python3_5* (-pypy)
>> -python3_4* -python3_6"
>>
>> !!! Multiple package instances within a single package slot have been
>> pulled !!! into the dependency graph, resulting in a slot conflict:
>>
>> sys-apps/portage:0
>>
>>   (sys-apps/portage-2.3.24-r1:0/0::gentoo, ebuild scheduled for merge)
>> pulled in by sys-apps/portage (Argument)
>>
>>   (sys-apps/portage-2.3.6:0/0::gentoo, installed) pulled in by
>> 
>> sys-apps/portage[python_targets_python2_7(-)?,python_targets_python3_4(-)?,python_targets_python3_5(-)?,python_targets_python3_6(-)?,-python_single_target_python2_7(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-),-python_single_target_python3_6(-)]
>> required by (dev-java/java-config-2.2.0-r3:2/2::gentoo, installed) 
>> 
>> sys-apps/portage[python_targets_pypy(-)?,python_targets_python2_7(-)?,python_targets_python3_4(-)?,python_targets_python3_5(-)?,python_targets_python3_6(-)?,-python_single_target_pypy(-),-python_single_target_python2_7(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-),-python_single_target_python3_6(-)]
>> required by (app-portage/layman-2.4.2:0/0::gentoo, installed) 
>> 
>> sys-apps/portage[python_targets_pypy(-)?,python_targets_python2_7(-)?,python_targets_python3_4(-)?,python_targets_python3_5(-)?,-python_single_target_pypy(-),-python_single_target_python2_7(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-)]
>> required by (app-portage/gentoolkit-0.3.3:0/0::gentoo, installed) 
>> 
>> sys-apps/portage[python_targets_pypy(-)?,python_targets_python2_7(-)?,python_targets_python3_4(-)?,python_targets_python3_5(-)?,python_targets_python3_6(-)?,-python_single_target_pypy(-),-python_single_target_python2_7(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-),-python_single_target_python3_6(-)]
>> required by (app-admin/webapp-config-1.55:0/0::gentoo, installed)
> 
> Do you have PYTHON_TARGETS or PYTHON_SINGLE_TARGET set anywhere? If so,
> unset it. Try "grep -r PYTHON /etc/portage/make.conf"

No, I don't have any "PYTHON" in make.conf

> Once you have unset those variables, try a world update rather than
> trying to cherry pick when you think needs to be updated.

" emerge -uDNavq world" appears to be working (and new "portage" is there).
I have 428-packages to emerge so it will take some time.

But I was under impression I need to emerge "portage" before anything else.

--
Thelma



Re: [gentoo-user] emerge --oneshot portage

2018-03-13 Thread Neil Bothwick
On Tue, 13 Mar 2018 18:47:18 -0600, the...@sys-concept.com wrote:

> I did emerge manually sys-libs/zlib and ruby
> but I'm still left with conflict.
> 
> The portage-2.3.6 is no longer in tree, is it the reason I'm getting
> this error?

No. Packages are removed from the tree all the time, it shouldn't prevent
an upgrade.
 
> emerge --oneshot -avq portage
> [ebuild  N] dev-python/pyblake2-1.1.0  PYTHON_TARGETS="python2_7
> python3_5 (-pypy) -python3_4 -python3_6" [ebuild U ]
> sys-apps/portage-2.3.24-r1 [2.3.6] USE="(ipc) native-extensions xattr
> -build -doc -epydoc -gentoo-dev% (-rsync-verify) (-selinux)
> (-linguas_ru%)" PYTHON_TARGETS="python2_7 python3_5* (-pypy)
> -python3_4* -python3_6"
> 
> !!! Multiple package instances within a single package slot have been
> pulled !!! into the dependency graph, resulting in a slot conflict:
> 
> sys-apps/portage:0
> 
>   (sys-apps/portage-2.3.24-r1:0/0::gentoo, ebuild scheduled for merge)
> pulled in by sys-apps/portage (Argument)
> 
>   (sys-apps/portage-2.3.6:0/0::gentoo, installed) pulled in by
> 
> sys-apps/portage[python_targets_python2_7(-)?,python_targets_python3_4(-)?,python_targets_python3_5(-)?,python_targets_python3_6(-)?,-python_single_target_python2_7(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-),-python_single_target_python3_6(-)]
> required by (dev-java/java-config-2.2.0-r3:2/2::gentoo, installed) 
> 
> sys-apps/portage[python_targets_pypy(-)?,python_targets_python2_7(-)?,python_targets_python3_4(-)?,python_targets_python3_5(-)?,python_targets_python3_6(-)?,-python_single_target_pypy(-),-python_single_target_python2_7(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-),-python_single_target_python3_6(-)]
> required by (app-portage/layman-2.4.2:0/0::gentoo, installed) 
> 
> sys-apps/portage[python_targets_pypy(-)?,python_targets_python2_7(-)?,python_targets_python3_4(-)?,python_targets_python3_5(-)?,-python_single_target_pypy(-),-python_single_target_python2_7(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-)]
> required by (app-portage/gentoolkit-0.3.3:0/0::gentoo, installed) 
> 
> sys-apps/portage[python_targets_pypy(-)?,python_targets_python2_7(-)?,python_targets_python3_4(-)?,python_targets_python3_5(-)?,python_targets_python3_6(-)?,-python_single_target_pypy(-),-python_single_target_python2_7(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-),-python_single_target_python3_6(-)]
> required by (app-admin/webapp-config-1.55:0/0::gentoo, installed)

Do you have PYTHON_TARGETS or PYTHON_SINGLE_TARGET set anywhere? If so,
unset it. Try "grep -r PYTHON /etc/portage/make.conf"

Once you have unset those variables, try a world update rather than
trying to cherry pick when you think needs to be updated.


-- 
Neil Bothwick

"RAM DISK is NOT an installation procedure!"


pgpLKdv34fLW5.pgp
Description: OpenPGP digital signature


Re: [gentoo-user] emerge --oneshot portage

2018-03-13 Thread thelma
On 03/13/2018 04:19 PM, Neil Bothwick wrote:
> On Tue, 13 Mar 2018 14:52:34 -0600, the...@sys-concept.com wrote:
> 
>> I spoke too soon.  Now, when I try: emerge -u @system
>> I'm getting an error as well.
>>
>> emerge -ua @system
>>
>> These are the packages that would be merged, in order:
>>
>> Calculating dependencies... done!
>>
>> WARNING: One or more updates/rebuilds have been skipped due to a
>> dependency conflict:
>>
>> sys-libs/zlib:0
>>
>>   (sys-libs/zlib-1.2.11-r1:0/1::gentoo, ebuild scheduled for merge)
>> conflicts with
>> >=sys-libs/zlib-1.2.8-r1:0/0=[abi_x86_32(-),abi_x86_64(-)] required
>> >by (media-libs/lcms-2.8-r1:2/2::gentoo, installed)  
>> ^ 
>>
>> sys-libs/readline:0
>>
>>   (sys-libs/readline-7.0_p3:0/7::gentoo, ebuild scheduled for merge)
>> conflicts with sys-libs/readline:0/0= required by
>> (dev-lang/ruby-2.1.9:2.1/2.1::gentoo, installed) ^
>>
>>
>> !!! The following update(s) have been skipped due to unsatisfied
>> dependencies !!! triggered by backtracking:
>>
>> app-shells/bash:0
> 
> That's not an error, just portage informing you that a package is not
> being upgraded and why. This happens all the time, where packages depend
> older versions of their dependencies.

I did emerge manually sys-libs/zlib and ruby
but I'm still left with conflict.

The portage-2.3.6 is no longer in tree, is it the reason I'm getting this error?

emerge --oneshot -avq portage
[ebuild  N] dev-python/pyblake2-1.1.0  PYTHON_TARGETS="python2_7 python3_5 
(-pypy) -python3_4 -python3_6"
[ebuild U ] sys-apps/portage-2.3.24-r1 [2.3.6] USE="(ipc) native-extensions 
xattr -build -doc -epydoc -gentoo-dev% (-rsync-verify) (-selinux) 
(-linguas_ru%)" PYTHON_TARGETS="python2_7 python3_5* (-pypy) -python3_4* 
-python3_6"

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

sys-apps/portage:0

  (sys-apps/portage-2.3.24-r1:0/0::gentoo, ebuild scheduled for merge) pulled 
in by
sys-apps/portage (Argument)

  (sys-apps/portage-2.3.6:0/0::gentoo, installed) pulled in by

sys-apps/portage[python_targets_python2_7(-)?,python_targets_python3_4(-)?,python_targets_python3_5(-)?,python_targets_python3_6(-)?,-python_single_target_python2_7(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-),-python_single_target_python3_6(-)]
 required by (dev-java/java-config-2.2.0-r3:2/2::gentoo, installed)




 

sys-apps/portage[python_targets_pypy(-)?,python_targets_python2_7(-)?,python_targets_python3_4(-)?,python_targets_python3_5(-)?,python_targets_python3_6(-)?,-python_single_target_pypy(-),-python_single_target_python2_7(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-),-python_single_target_python3_6(-)]
 required by (app-portage/layman-2.4.2:0/0::gentoo, installed)





 

sys-apps/portage[python_targets_pypy(-)?,python_targets_python2_7(-)?,python_targets_python3_4(-)?,python_targets_python3_5(-)?,-python_single_target_pypy(-),-python_single_target_python2_7(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-)]
 required by (app-portage/gentoolkit-0.3.3:0/0::gentoo, installed)




 

sys-apps/portage[python_targets_pypy(-)?,python_targets_python2_7(-)?,python_targets_python3_4(-)?,python_targets_python3_5(-)?,python_targets_python3_6(-)?,-python_single_target_pypy(-),-python_single_target_python2_7(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-),-python_single_target_python3_6(-)]
 required by (app-admin/webapp-config-1.55:0/0::gentoo, installed)

--
Thelma



Re: [gentoo-user] emerge --oneshot portage

2018-03-13 Thread Neil Bothwick
On Tue, 13 Mar 2018 14:52:34 -0600, the...@sys-concept.com wrote:

> I spoke too soon.  Now, when I try: emerge -u @system
> I'm getting an error as well.
> 
> emerge -ua @system
> 
> These are the packages that would be merged, in order:
> 
> Calculating dependencies... done!
> 
> WARNING: One or more updates/rebuilds have been skipped due to a
> dependency conflict:
> 
> sys-libs/zlib:0
> 
>   (sys-libs/zlib-1.2.11-r1:0/1::gentoo, ebuild scheduled for merge)
> conflicts with
> >=sys-libs/zlib-1.2.8-r1:0/0=[abi_x86_32(-),abi_x86_64(-)] required
> >by (media-libs/lcms-2.8-r1:2/2::gentoo, installed)  
> ^ 
> 
> sys-libs/readline:0
> 
>   (sys-libs/readline-7.0_p3:0/7::gentoo, ebuild scheduled for merge)
> conflicts with sys-libs/readline:0/0= required by
> (dev-lang/ruby-2.1.9:2.1/2.1::gentoo, installed) ^
> 
> 
> !!! The following update(s) have been skipped due to unsatisfied
> dependencies !!! triggered by backtracking:
> 
> app-shells/bash:0

That's not an error, just portage informing you that a package is not
being upgraded and why. This happens all the time, where packages depend
older versions of their dependencies.


-- 
Neil Bothwick

We've all heard that a million monkeys banging on a million
typewriters will eventually reproduce the works of Shakespeare.
Now, thanks to the Internet, we know this is not true.


pgpeC3KSk9R3M.pgp
Description: OpenPGP digital signature


Re: [gentoo-user] emerge --oneshot portage

2018-03-13 Thread thelma



Thelma
On 03/13/2018 12:11 PM, Neil Bothwick wrote:
> On Tue, 13 Mar 2018 11:36:12 -0600, the...@sys-concept.com wrote:
> 
>> sys-apps/portage:0
>>
>>   (sys-apps/portage-2.3.16:0/0::gentoo, ebuild scheduled for merge)
>> pulled in by sys-apps/portage (Argument)
>>
>>   (sys-apps/portage-2.3.6:0/0::gentoo, installed) pulled in by
>> 
>> sys-apps/portage[python_targets_pypy(-)?,python_targets_python2_7(-)?,python_targets_python3_4(-)?,python_targets_python3_5(-)?,-python_single_target_pypy(-),-python_single_target_python2_7(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-)]
>> required by (app-portage/gentoolkit-0.3.3:0/0::gentoo, installed)
> 
> Your old version of gentoolkit (and other packages mentioned in the full
> output) is causing this. Trying to upgrade an out of date system
> piecemeal can cause this. Just do an emerge -u @system and let portage
> resolve these issues rather than trying to do it yourself.

I spoke too soon.  Now, when I try: emerge -u @system
I'm getting an error as well.

emerge -ua @system

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

Calculating dependencies... done!

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

sys-libs/zlib:0

  (sys-libs/zlib-1.2.11-r1:0/1::gentoo, ebuild scheduled for merge) conflicts 
with
>=sys-libs/zlib-1.2.8-r1:0/0=[abi_x86_32(-),abi_x86_64(-)] required by 
(media-libs/lcms-2.8-r1:2/2::gentoo, installed)
^ 

sys-libs/readline:0

  (sys-libs/readline-7.0_p3:0/7::gentoo, ebuild scheduled for merge) conflicts 
with
sys-libs/readline:0/0= required by (dev-lang/ruby-2.1.9:2.1/2.1::gentoo, 
installed)
 ^


!!! The following update(s) have been skipped due to unsatisfied dependencies
!!! triggered by backtracking:

app-shells/bash:0

--
Thelma



Re: [gentoo-user] emerge --oneshot portage

2018-03-13 Thread Floyd Anderson

Hi,

On Tue, 13 Mar 2018 13:38:40 -0600
the...@sys-concept.com wrote:

[…]


just a side note:


[ebuild U ] sys-apps/portage-2.3.24-r1 [2.3.6] USE="(ipc) native-extensions xattr -build 
-doc -epydoc -gentoo-dev% (-rsync-verify) (-selinux) (-linguas_ru%)" 
PYTHON_TARGETS="python2_7 python3_5* (-pypy) -python3_4* -python3_6"


be aware of the now new USE-flag rsync-verify, that is currently 
disabled by default but might be re-enabled in future versions.



--
Regards,
floyd




Re: [gentoo-user] emerge --oneshot portage

2018-03-13 Thread thelma
On 03/13/2018 12:11 PM, Neil Bothwick wrote:
> On Tue, 13 Mar 2018 11:36:12 -0600, the...@sys-concept.com wrote:
> 
>> sys-apps/portage:0
>>
>>   (sys-apps/portage-2.3.16:0/0::gentoo, ebuild scheduled for merge)
>> pulled in by sys-apps/portage (Argument)
>>
>>   (sys-apps/portage-2.3.6:0/0::gentoo, installed) pulled in by
>> 
>> sys-apps/portage[python_targets_pypy(-)?,python_targets_python2_7(-)?,python_targets_python3_4(-)?,python_targets_python3_5(-)?,-python_single_target_pypy(-),-python_single_target_python2_7(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-)]
>> required by (app-portage/gentoolkit-0.3.3:0/0::gentoo, installed)
> 
> Your old version of gentoolkit (and other packages mentioned in the full
> output) is causing this. Trying to upgrade an out of date system
> piecemeal can cause this. Just do an emerge -u @system and let portage
> resolve these issues rather than trying to do it yourself.

After unmerging some old packages, "emerge -u @system" seems to be
working, THANKS
Though, I think I'm not out of the "woods" yet.

It was nice not to worry about upgrades for a while, but after,
upgrading an old system takes double amount of work.

The  "emerge -u @system" finished without any problems.
But:

emerge --oneshot -avq portage
[ebuild  rR   ] app-arch/bzip2-1.0.6-r8 [1.0.6-r8] USE="-static -static-libs" 
ABI_X86="32 (64) (-x32)" 
[ebuild U ] sys-devel/automake-1.15.1-r2 [1.15-r2] USE="{-test%}" 
[ebuild  r  U ] sys-libs/zlib-1.2.11-r1 [1.2.11] USE="minizip -static-libs" 
ABI_X86="32 (64) (-x32)" 
[ebuild  NS   ] dev-lang/python-3.5.4-r1 [2.7.12, 3.4.5] USE="gdbm ipv6 ncurses 
readline ssl (threads) xml -build -examples -hardened -libressl -sqlite {-test} 
-tk -wininst" 
[ebuild  N] dev-python/pyblake2-1.1.0  PYTHON_TARGETS="python2_7 python3_5 
(-pypy) -python3_4 -python3_6" 
[ebuild U ] sys-apps/portage-2.3.24-r1 [2.3.6] USE="(ipc) native-extensions 
xattr -build -doc -epydoc -gentoo-dev% (-rsync-verify) (-selinux) 
(-linguas_ru%)" PYTHON_TARGETS="python2_7 python3_5* (-pypy) -python3_4* 
-python3_6" 

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

sys-libs/zlib:0

  (sys-libs/zlib-1.2.11-r1:0/1::gentoo, ebuild scheduled for merge) pulled in by
(no parents that aren't satisfied by other packages in this slot)

  (sys-libs/zlib-1.2.11:0/0::gentoo, installed) pulled in by
sys-libs/zlib:0/0= required by 
(media-gfx/imagemagick-6.9.8.6:0/6.9.8.6::gentoo, installed)
 ^  
   
>=sys-libs/zlib-1.2.8-r1:0/0=[abi_x86_32(-),abi_x86_64(-)] required by 
(dev-libs/libxml2-2.9.4-r1:2/2::gentoo, installed)
^   

 
>=sys-libs/zlib-1.1.3:0/0= required by 
(dev-lang/python-3.4.5:3.4/3.4m::gentoo, installed)
 ^  
  
sys-libs/zlib:0/0= required by 
(app-text/evince-3.22.1:0/evd3.4-evv3.3::gentoo, installed)
 ^  
  
>=sys-libs/zlib-1.2.3:0/0=[abi_x86_32(-),abi_x86_64(-)] required by 
(dev-db/mysql-5.6.35:0/18::gentoo, installed)
 ^  
 
>=sys-libs/zlib-1.2.8-r1:0/0=[abi_x86_32(-),abi_x86_64(-)] required by 
(media-libs/tiff-4.0.6:0/0::gentoo, installed)
^   
 
>=sys-libs/zlib-1.1.3:0/0= required by 
(dev-lang/python-2.7.12:2.7/2.7::gentoo, installed)
 ^  
  
>=sys-libs/zlib-1.2.3:0/0= required by 
(net-misc/openssh-7.5_p1-r1:0/0::gentoo, installed)
 ^  
  
(and 12 more with the same problems)

sys-apps/portage:0

  (sys-apps/portage-2.3.24-r1:0/0::gentoo, ebuild scheduled for merge) pulled 
in by
sys-apps/portage (Argument)

  (sys-apps/portage-2.3.6:0/0::gentoo, installed) pulled in by

sys-apps/portage[python_targets_python2_7(-)?,python_targets_python3_4(-)?,python_targets_python3_5(-)?,python_targets_python3_6(-)?,-python_single_target_python2_7(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-),-python_single_target_python3_6(-)]
 required by 

Re: [gentoo-user] emerge --oneshot portage

2018-03-13 Thread Neil Bothwick
On Tue, 13 Mar 2018 11:36:12 -0600, the...@sys-concept.com wrote:

> sys-apps/portage:0
> 
>   (sys-apps/portage-2.3.16:0/0::gentoo, ebuild scheduled for merge)
> pulled in by sys-apps/portage (Argument)
> 
>   (sys-apps/portage-2.3.6:0/0::gentoo, installed) pulled in by
> 
> sys-apps/portage[python_targets_pypy(-)?,python_targets_python2_7(-)?,python_targets_python3_4(-)?,python_targets_python3_5(-)?,-python_single_target_pypy(-),-python_single_target_python2_7(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-)]
> required by (app-portage/gentoolkit-0.3.3:0/0::gentoo, installed)

Your old version of gentoolkit (and other packages mentioned in the full
output) is causing this. Trying to upgrade an out of date system
piecemeal can cause this. Just do an emerge -u @system and let portage
resolve these issues rather than trying to do it yourself.


-- 
Neil Bothwick

C Error #011: First C Program, huh?


pgp4LTithYJzE.pgp
Description: OpenPGP digital signature


[gentoo-user] emerge --oneshot portage

2018-03-13 Thread thelma
I'm upgrading an older system (maybe 4-months old). and getting an error 
running 
emerge --oneshot portage

emerge --oneshot portage
Calculating dependencies... done!
[ebuild  rR] app-arch/bzip2-1.0.6-r8 [1.0.6-r8]
[ebuild U  ] sys-devel/automake-1.15.1-r2 [1.15-r2] USE="{-test%}" 
[ebuild  r  U  ] sys-libs/zlib-1.2.11-r1 [1.2.11]
[ebuild  r  U  ] media-libs/libpng-1.6.29 [1.6.27] CPU_FLAGS_X86="sse%*" 
[ebuild  rR] x11-libs/libpciaccess-0.13.4 
[ebuild  rR] media-libs/id3lib-3.8.3-r8 
[ebuild  rR] media-libs/libpng-1.2.57 
[ebuild  r  U  ] dev-lang/python-2.7.14-r1 [2.7.12] USE="sqlite*" 
[ebuild  r  U  ] dev-lang/python-3.4.5-r1 [3.4.5] USE="{-test%}" 
[ebuild  NS] dev-lang/python-3.5.4-r1 [2.7.12, 3.4.5] USE="gdbm ipv6 
ncurses readline ssl (threads) xml -build -examples -hardened -libressl -sqlite 
{-test} -tk -wininst" 
[ebuild  rR] dev-libs/liborcus-0.12.1  PYTHON_SINGLE_TARGET="python3_5* 
-python3_4*" PYTHON_TARGETS="python3_5* -python3_4*" 
[ebuild  r  U  ] dev-libs/libxml2-2.9.7 [2.9.4-r1] PYTHON_TARGETS="python3_5* 
-python3_4* -python3_6%" 
[ebuild  N ] dev-python/pyblake2-1.1.0  PYTHON_TARGETS="python2_7 python3_5 
(-pypy) -python3_4 -python3_6" 
[ebuild  rR] net-libs/neon-0.30.2 
[ebuild U ~] sys-apps/portage-2.3.16 [2.3.6] PYTHON_TARGETS="python3_5* 
-python3_4*" 
[ebuild  rR] sys-devel/llvm-3.9.1-r1 
[ebuild  r  U  ] dev-db/mysql-5.6.39 [5.6.35] USE="-numa%" 
[ebuild  rR] net-libs/serf-1.3.8 
[ebuild  r  U  ] media-libs/openjpeg-2.3.0 [2.1.1_p20160922]
[ebuild  r  U  ] media-gfx/imagemagick-7.0.7.19 [6.9.8.6]
[ebuild  rR] app-text/ghostscript-gpl-9.21 
[ebuild  r  U  ] net-misc/openssh-7.5_p1-r4 [7.5_p1-r1]
[ebuild  r  U  ] sys-auth/consolekit-1.2.0 [1.1.0-r1] USE="udev%* -evdev%" 
[ebuild  r  U  ] app-text/evince-3.24.2 [3.22.1]

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

sys-apps/portage:0

  (sys-apps/portage-2.3.16:0/0::gentoo, ebuild scheduled for merge) pulled in by
sys-apps/portage (Argument)

  (sys-apps/portage-2.3.6:0/0::gentoo, installed) pulled in by

sys-apps/portage[python_targets_pypy(-)?,python_targets_python2_7(-)?,python_targets_python3_4(-)?,python_targets_python3_5(-)?,-python_single_target_pypy(-),-python_single_target_python2_7(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-)]
 required by (app-portage/gentoolkit-0.3.3:0/0::gentoo, installed)




  

sys-apps/portage[python_targets_pypy(-)?,python_targets_python2_7(-)?,python_targets_python3_4(-)?,python_targets_python3_5(-)?,python_targets_python3_6(-)?,-python_single_target_pypy(-),-python_single_target_python2_7(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-),-python_single_target_python3_6(-)]
 required by (app-admin/webapp-config-1.55:0/0::gentoo, installed)





  

sys-apps/portage[python_targets_python2_7(-)?,python_targets_python3_4(-)?,python_targets_python3_5(-)?,python_targets_python3_6(-)?,-python_single_target_python2_7(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-),-python_single_target_python3_6(-)]
 required by (dev-java/java-config-2.2.0-r3:2/2::gentoo, installed)




 

sys-apps/portage[python_targets_pypy(-)?,python_targets_python2_7(-)?,python_targets_python3_4(-)?,python_targets_python3_5(-)?,python_targets_python3_6(-)?,-python_single_target_pypy(-),-python_single_target_python2_7(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-),-python_single_target_python3_6(-)]
 required by (app-portage/layman-2.4.2:0/0::gentoo, installed)


   

Re: [gentoo-user] emerge --oneshot portage - conflict

2015-08-30 Thread Mick
On Saturday 29 Aug 2015 20:36:04 neu pat wrote:
 I emerge python3.4 set as active:
 eselect python list
 Available Python interpreters:
   [1]   python2.7
   [2]   python3.3
   [3]   python3.4 *
 but it still complain about Multiple package instances
 
 [ebuild U  ] sys-apps/portage-2.2.20.1 [2.2.14]
 PYTHON_TARGETS=python3_4* -python3_3*
 
 !!! Multiple package instances within a single package slot have been
 pulled !!! into the dependency graph, resulting in a slot conflict:
 
 sys-apps/portage:0
 
   (sys-apps/portage-2.2.20.1:0/0::gentoo, ebuild scheduled for merge)
 pulled in by
 sys-apps/portage (Argument)
 
   (sys-apps/portage-2.2.14:0/0::gentoo, installed) pulled in by
 
 sys-apps/portage[python_targets_python2_7(-)?,python_targets_python3_3(-)?,
 -python_single_target_python2_7(-),-python_single_target_python3_3(-)]
 required by (app-admin/webapp-config-1.52-r1:0/0::gentoo, installed)
 
 
 
 sys-apps/portage[python_targets_python2_7(-)?,python_targets_python3_3(-)?,
 python_targets_python3_4(-)?,python_targets_pypy(-)?,-python_single_target_
 python2_7(-),-python_single_target_python3_3(-),-python_single_target_pytho
 n3_4(-),-python_single_target_pypy(-)] required by
 (app-portage/gentoolkit-0.3.0.9-r2:0/0::gentoo, installed)
 
 How to fix it?
 
 #joseph

Try the --newuse flag, after you remove any 'python_targets_python3_3' entries 
you have inadvertently left in your /etc/portage/package.use
-- 
Regards,
Mick


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


Re: [gentoo-user] emerge --oneshot portage - conflict

2015-08-29 Thread Alec Ten Harmsel
On Sat, Aug 29, 2015 at 02:02:29PM -0600, neu pat wrote:
 I emerge python3.4 set as active:
 
 eselect python list
 Available Python interpreters:
   [1]   python2.7
   [2]   python3.3
   [3]   python3.4 *

What is the value of PYTHON_TARGETS? Can you post the output of `emerge
--info'?

 but it still complain
 
 
 [ebuild U  ] sys-apps/portage-2.2.20.1 [2.2.14]
 PYTHON_TARGETS=python3_4* -python3_3*
 
 !!! Multiple package instances within a single package slot have been
 pulled
 !!! into the dependency graph, resulting in a slot conflict:
 
 sys-apps/portage:0
 
   (sys-apps/portage-2.2.20.1:0/0::gentoo, ebuild scheduled for merge)
 pulled in by
 sys-apps/portage (Argument)
 
   (sys-apps/portage-2.2.14:0/0::gentoo, installed) pulled in by
 
 sys-apps/portage[python_targets_python2_7(-)?,python_targets_python3_3(-)?,-python_single_target_python2_7(-),-python_single_target_python3_3(-)]
 required by (app-admin/webapp-config-1.52-r1:0/0::gentoo, installed)
 
 
 
 
 
 sys-apps/portage[python_targets_python2_7(-)?,python_targets_python3_3(-)?,python_targets_python3_4(-)?,python_targets_pypy(-)?,-python_single_target_python2_7(-),-python_single_target_python3_3(-),-python_single_target_python3_4(-),-python_single_target_pypy(-)]
 required by (app-portage/gentoolkit-0.3.0.9-r2:0/0::gentoo, installed)
 
 What is it looking for?

It looks like webapp-config is not compatible with python 3.4. As far as
I can tell, here's what's going on:

 sys-apps/portage[python_targets_python2_7(-)?,python_targets_python3_3(-)?,-python_single_target_python2_7(-),-python_single_target_python3_3(-)]
 required by (app-admin/webapp-config-1.52-r1:0/0::gentoo, installed)

The above shows that webapp-config is pulling in portage built for
python 2.7 and 3.3.

 sys-apps/portage[python_targets_python2_7(-)?,python_targets_python3_3(-)?,python_targets_python3_4(-)?,python_targets_pypy(-)?,-python_single_target_python2_7(-),-python_single_target_python3_3(-),-python_single_target_python3_4(-),-python_single_target_pypy(-)]
 required by (app-portage/gentoolkit-0.3.0.9-r2:0/0::gentoo, installed)

This snippet shows that gentoolkit is pulling in portage built for
python 2.7, 3.3, and 3.4.

Since PYTHON_TARGETS is handled as USE flags, the incompatible sets of
USE flags collide. There are a couple of solutions:

* Set PYTHON_TARGETS=python2_7 python3_3
* Unset PYTHON_TARGETS and let it have its default value (which is the
  above
* Uninstall webapp-config or upgrade to the unstable version, which
  appears to support python 3.4

Alec



[gentoo-user] emerge --oneshot portage - conflict

2015-08-29 Thread neu pat
I emerge python3.4 set as active:
eselect python list
Available Python interpreters:
  [1]   python2.7
  [2]   python3.3
  [3]   python3.4 *
but it still complain about Multiple package instances

[ebuild U  ] sys-apps/portage-2.2.20.1 [2.2.14]
PYTHON_TARGETS=python3_4* -python3_3*

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

sys-apps/portage:0

  (sys-apps/portage-2.2.20.1:0/0::gentoo, ebuild scheduled for merge)
pulled in by
sys-apps/portage (Argument)

  (sys-apps/portage-2.2.14:0/0::gentoo, installed) pulled in by

sys-apps/portage[python_targets_python2_7(-)?,python_targets_python3_3(-)?,-python_single_target_python2_7(-),-python_single_target_python3_3(-)]
required by (app-admin/webapp-config-1.52-r1:0/0::gentoo, installed)



sys-apps/portage[python_targets_python2_7(-)?,python_targets_python3_3(-)?,python_targets_python3_4(-)?,python_targets_pypy(-)?,-python_single_target_python2_7(-),-python_single_target_python3_3(-),-python_single_target_python3_4(-),-python_single_target_pypy(-)]
required by (app-portage/gentoolkit-0.3.0.9-r2:0/0::gentoo, installed)

How to fix it?

#joseph


[gentoo-user] emerge --oneshot portage - conflict

2015-08-29 Thread neu pat
I emerge python3.4 set as active:

eselect python list
Available Python interpreters:
  [1]   python2.7
  [2]   python3.3
  [3]   python3.4 *

but it still complain


[ebuild U  ] sys-apps/portage-2.2.20.1 [2.2.14]
PYTHON_TARGETS=python3_4* -python3_3*

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

sys-apps/portage:0

  (sys-apps/portage-2.2.20.1:0/0::gentoo, ebuild scheduled for merge)
pulled in by
sys-apps/portage (Argument)

  (sys-apps/portage-2.2.14:0/0::gentoo, installed) pulled in by

sys-apps/portage[python_targets_python2_7(-)?,python_targets_python3_3(-)?,-python_single_target_python2_7(-),-python_single_target_python3_3(-)]
required by (app-admin/webapp-config-1.52-r1:0/0::gentoo, installed)





sys-apps/portage[python_targets_python2_7(-)?,python_targets_python3_3(-)?,python_targets_python3_4(-)?,python_targets_pypy(-)?,-python_single_target_python2_7(-),-python_single_target_python3_3(-),-python_single_target_python3_4(-),-python_single_target_pypy(-)]
required by (app-portage/gentoolkit-0.3.0.9-r2:0/0::gentoo, installed)

What is it looking for?


Re: [gentoo-user] emerge --oneshot portage - conflict

2015-08-29 Thread Fernando Rodriguez
On Saturday, August 29, 2015 2:02:29 PM neu pat wrote:
 I emerge python3.4 set as active:
 
 eselect python list
 Available Python interpreters:
   [1]   python2.7
   [2]   python3.3
   [3]   python3.4 *
 
 but it still complain
 
 
 [ebuild U  ] sys-apps/portage-2.2.20.1 [2.2.14]
 PYTHON_TARGETS=python3_4* -python3_3*
 
 !!! Multiple package instances within a single package slot have been
 pulled
 !!! into the dependency graph, resulting in a slot conflict:
 
 sys-apps/portage:0
 
   (sys-apps/portage-2.2.20.1:0/0::gentoo, ebuild scheduled for merge)
 pulled in by
 sys-apps/portage (Argument)
 
   (sys-apps/portage-2.2.14:0/0::gentoo, installed) pulled in by
 
 sys-apps/portage[python_targets_python2_7(-)?,python_targets_python3_3(-)?,-
python_single_target_python2_7(-),-python_single_target_python3_3(-)]
 required by (app-admin/webapp-config-1.52-r1:0/0::gentoo, installed)
 
 
 
 
 
 sys-
apps/portage[python_targets_python2_7(-)?,python_targets_python3_3(-)?,python_targets_python3_4(-)?,python_targets_pypy(-)?,-
python_single_target_python2_7(-),-python_single_target_python3_3(-),-
python_single_target_python3_4(-),-python_single_target_pypy(-)]
 required by (app-portage/gentoolkit-0.3.0.9-r2:0/0::gentoo, installed)
 
 What is it looking for?

As soon as somebody has an answer they will reply, no need to keep posting the 
same question.

All I can say is try emerge -vaDN portage if it doesn't work then emerge -C 
gentoolkit and webapp-config and try again. Then re-emerge those packages.

-- 
Fernando Rodriguez



Re: [gentoo-user] emerge --oneshot portage - conflict

2015-08-29 Thread thelma
Here is my emerge-info
python target is 2.7.9-r1, 3.3.5-r1, 3.4.1


emerge --info
Portage 2.2.14 (python 2.7.9-final-0, default/linux/x86/13.0/desktop,
gcc-4.8.4, glibc-2.19-r1, 3.10.17-gentoo i686)
=
System uname:
Linux-3.10.17-gentoo-i686-AMD_Athlon-TM-_XP_2500+-with-gentoo-2.2
KiB Mem: 1034164 total, 25920 free
KiB Swap:2008120 total,   2003204 free
Timestamp of tree: Fri, 28 Aug 2015 22:30:02 +
ld GNU ld (Gentoo 2.24 p1.4) 2.24
ccache version 3.1.9 [disabled]
app-shells/bash:  4.2_p53
dev-java/java-config: 2.2.0
dev-lang/perl:5.20.2
dev-lang/python:  2.7.9-r1, 3.3.5-r1, 3.4.1
dev-util/ccache:  3.1.9-r4
dev-util/cmake:   2.8.12.2-r1
dev-util/pkgconfig:   0.28-r2
sys-apps/baselayout:  2.2
sys-apps/openrc:  0.13.11
sys-apps/sandbox: 2.6-r1
sys-devel/autoconf:   2.13, 2.69
sys-devel/automake:   1.10.3-r1, 1.11.6-r1, 1.13.4
sys-devel/binutils:   2.24-r3
sys-devel/gcc:4.1.2, 4.5.4, 4.7.3-r1, 4.8.4
sys-devel/gcc-config: 1.7.3
sys-devel/libtool:2.4.6
sys-devel/make:   4.1-r1
sys-kernel/linux-headers: 3.18 (virtual/os-headers)
sys-libs/glibc:   2.19-r1
Repositories: gentoo x-portage
ACCEPT_KEYWORDS=x86
ACCEPT_LICENSE=* -@EULA PUEL dlj-1.1 Oracle-BCLA-JavaSE
CBUILD=i686-pc-linux-gnu
CFLAGS=-O2 -march=athlon-xp -pipe -fomit-frame-pointer
CHOST=i686-pc-linux-gnu
CONFIG_PROTECT=/etc /usr/lib/fax /usr/share/gnupg/qualified.txt
/var/spool/fax/etc
CONFIG_PROTECT_MASK=/etc/ca-certificates.conf /etc/dconf /etc/env.d
/etc/fonts/fonts.conf /etc/gconf /etc/gentoo-release
/etc/php/apache2-php5.3/ext-active/ /etc/php/apache2-php5.5/ext-active/
/etc/php/cgi-php5.3/ext-active/ /etc/php/cgi-php5.5/ext-active/
/etc/php/cli-php5.3/ext-active/ /etc/php/cli-php5.5/ext-active/
/etc/revdep-rebuild /etc/sandbox.d /etc/terminfo
/etc/texmf/language.dat.d /etc/texmf/language.def.d /etc/texmf/updmap.d
/etc/texmf/web2c
CXXFLAGS=-O2 -march=athlon-xp -pipe -fomit-frame-pointer
DISTDIR=/usr/portage/distfiles
EMERGE_DEFAULT_OPTS=--autounmask-write=y --keep-going --with-bdeps=y
FCFLAGS=-O2 -march=i686 -pipe
FEATURES=assume-digests binpkg-logs config-protect-if-modified
distlocks ebuild-locks fixlafiles merge-sync news parallel-fetch
preserve-libs protect-owned sandbox sfperms strict unknown-features-warn
unmerge-logs unmerge-orphans userfetch userpriv usersandbox usersync
FFLAGS=-O2 -march=i686 -pipe
GENTOO_MIRRORS=http://distro.ibidio.org/pub/linux/distributions/gentoo/
ftp:///ftp-stud.fht-esslingen.de/pub/Mirrors/gentoo/
http://gentoo.osuosl.org/ http://mirror.datapipe.net/gentoo
http://gentoo.binarycompass.org;
LANG=en_US.UTF-8
LC_ALL=en_US.UTF-8
LDFLAGS=-Wl,-O1 -Wl,--as-needed
MAKEOPTS=-j1
PKGDIR=/usr/portage/packages
PORTAGE_CONFIGROOT=/
PORTAGE_RSYNC_OPTS=--recursive --links --safe-links --perms --times
--omit-dir-times --compress --force --whole-file --delete --stats
--human-readable --timeout=180 --exclude=/distfiles --exclude=/local
--exclude=/packages
PORTAGE_TMPDIR=/var/tmp
PORTDIR=/usr/portage
PORTDIR_OVERLAY=/usr/local/portage
USE=X a52 aac acpi alsa apache2 berkdb bluetooth branding bzip2 cairo
cdda cdr cgi cleartype cli consolekit corefonts cracklib crypt cups cxx
dbus dri dts dvd dvdr emboss encode exif fam firefox flac foomaticdb
fortran gdbm gif glamor gpm gtk hal iconv ipv6 java jpeg kpathsea lcms
ldap libnotify mad mng modules mp3 mp4 mpeg mysql ncurses nls nptl ogg
opengl openmp pam pango pcre pdf png policykit ppds qt3support readline
scanner sdl seccomp semantic-desktop server session spell ssl
startup-notification svg tcpd tetex thunar tiff truetype type1 udev
udisks unicode upower usb vorbis wxwidgets x264 x86 xcb xml xv xvid
zlib ABI_X86=32 ALSA_CARDS=via82xx APACHE2_MODULES=actions alias
auth_basic auth_digest authn_anon authn_dbd authn_dbm authn_default
authn_file authz_dbm authz_default authz_groupfile authz_host
authz_owner authz_user autoindex cache dav dav_fs dav_lock dbd deflate
dir disk_cache env expires ext_filter file_cache filter headers ident
imagemap include info log_config logio mem_cache mime mime_magic
negotiation proxy proxy_ajp proxy_balancer proxy_connect proxy_http
rewrite setenvif so speling status unique_id userdir usertrack
vhost_alias cgi CALLIGRA_FEATURES=kexi words flow plan sheets stage
tables krita karbon braindump author CAMERAS=ptp2
COLLECTD_PLUGINS=df interface irq load memory rrdtool swap syslog
CPU_FLAGS_X86=3dnow 3dnowext mmx mmxext sse ELIBC=glibc
GPSD_PROTOCOLS=ashtech aivdm earthmate evermore fv18 garmin garmintxt
gpsclock itrax mtk3301 nmea ntrip navcom oceanserver oldstyle oncore
rtcm104v2 rtcm104v3 sirf superstar2 timing tsip tripmate tnt ublox ubx
INPUT_DEVICES=evdev KERNEL=linux LCD_DEVICES=bayrad cfontz
cfontz633 glk hd44780 lb216 lcdm001 mtxorb ncurses text
LIBREOFFICE_EXTENSIONS=presenter-console presenter-minimizer
LINGUAS=en en_US OFFICE_IMPLEMENTATION=libreoffice