Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
Failed to emerge dev-python/paramiko-2.0.2[SOLVED]
View unanswered posts
View posts from last 24 hours

 
Reply to topic    Gentoo Forums Forum Index Portage & Programming
View previous topic :: View next topic  
Author Message
Budoka
l33t
l33t


Joined: 03 Jun 2012
Posts: 777
Location: Tokyo, Japan

PostPosted: Mon Nov 14, 2016 9:00 pm    Post subject: Failed to emerge dev-python/paramiko-2.0.2[SOLVED] Reply with quote

The title says it all. I see the reference to examples being banned but I am not really sure how I am supposed to fix it. I tried emerging with USE -Examples for paramiko but it still bombed. Thanks as always.


Code:
* The specific snippet of code:
 *           [[ ${EAPI} != [45] ]] && die "EXAMPLES are banned in EAPI ${EAPI}";
 *
 * If you need support, post the output of `emerge --info '=dev-python/paramiko-2.0.2::gentoo'`,
 * the complete build log and the output of `emerge -pqv '=dev-python/paramiko-2.0.2::gentoo'`.
 * The complete build log is located at '/var/tmp/portage/dev-python/paramiko-2.0.2/temp/build.log'.
 * The ebuild environment file is located at '/var/tmp/portage/dev-python/paramiko-2.0.2/temp/environment'.
 * Working directory: '/var/tmp/portage/dev-python/paramiko-2.0.2/work/paramiko-2.0.2-python3_4'
 * S: '/var/tmp/portage/dev-python/paramiko-2.0.2/work/paramiko-2.0.2'

>>> Failed to emerge dev-python/paramiko-2.0.2, Log file:

>>>  '/var/tmp/portage/dev-python/paramiko-2.0.2/temp/build.log'


# emerge --info '=dev-python/paramiko-2.0.2::gentoo' |wgetpaste
Your paste can be seen here: https://paste.pound-python.org/show/yuDQ9xhUC7TRdcDTm44u/

Code:
# emerge -pqv '=dev-python/paramiko-2.0.2::gentoo'
[ebuild     U ] dev-python/paramiko-2.0.2 [1.16.0] USE="examples -doc" PYTHON_TARGETS="python2_7 python3_4 (-python3_5)"

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


# cat /var/tmp/portage/dev-python/paramiko-2.0.2/temp/build.log|wgetpaste
Your paste can be seen here: https://paste.pound-python.org/show/4ohZE25fDMrUQow12q9E/

[Moderator edit: changed [quote] tags to [code] tags to preserve output layout. -Hu]


Last edited by Budoka on Tue Dec 06, 2016 4:16 am; edited 1 time in total
Back to top
View user's profile Send private message
eccerr0r
Watchman
Watchman


Joined: 01 Jul 2004
Posts: 9645
Location: almost Mile High in the USA

PostPosted: Mon Nov 14, 2016 11:50 pm    Post subject: Reply with quote

Likely a bug in the ebuild. Awaiting devs.

https://bugs.gentoo.org/show_bug.cgi?id=595088
_________________
Intel Core i7 2700K/Radeon R7 250/24GB DDR3/256GB SSD
What am I supposed watching?
Back to top
View user's profile Send private message
fedeliallalinea
Administrator
Administrator


Joined: 08 Mar 2003
Posts: 30837
Location: here

PostPosted: Tue Nov 15, 2016 6:40 am    Post subject: Reply with quote

You are sure that you have removed use flag examples? I tried and without examples works
_________________
Questions are guaranteed in life; Answers aren't.
Back to top
View user's profile Send private message
Hu
Moderator
Moderator


Joined: 06 Mar 2007
Posts: 21490

PostPosted: Wed Nov 16, 2016 2:07 am    Post subject: Reply with quote

OP shows both a UUOC and that he has not set USE=-examples. The inline emerge -pqv output shows USE=examples, and the wgetpaste'd build log also shows USE=examples.
Back to top
View user's profile Send private message
Budoka
l33t
l33t


Joined: 03 Jun 2012
Posts: 777
Location: Tokyo, Japan

PostPosted: Wed Nov 16, 2016 2:09 am    Post subject: Reply with quote

Hu wrote:
OP shows both a UUOC and that he has not set USE=-examples. The inline emerge -pqv output shows USE=examples, and the wgetpaste'd build log also shows USE=examples.


Hmmm. I set it "-" in ufed.


Also this is what is in my make file.

USE="acpi alsa cryptsetup gphoto2 ibus kde multislot networkmanager plasma \
qt4 scim truetype unicode xim -bindist -gdbm -gnome -nepomuk \
-pulseaudio -qt5 -systemd"

Is it being picked up from someplace else?

Let me try again. Thanks.
Back to top
View user's profile Send private message
fedeliallalinea
Administrator
Administrator


Joined: 08 Mar 2003
Posts: 30837
Location: here

PostPosted: Wed Nov 16, 2016 6:54 am    Post subject: Reply with quote

In this case example use is forced by the paramiko ebuild.
Use package.use to disable it
Code:
# echo "=dev-python/paramiko-2.0.2 -example" >> /etc/portage/package.use

_________________
Questions are guaranteed in life; Answers aren't.
Back to top
View user's profile Send private message
Budoka
l33t
l33t


Joined: 03 Jun 2012
Posts: 777
Location: Tokyo, Japan

PostPosted: Tue Dec 06, 2016 4:15 am    Post subject: Reply with quote

That did the trick. Thanks, everyone. I am not sure why but I had a double, conflicting, entry in package.use. Once I cleaned that up all went smoothly. Live and learn.
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Portage & Programming All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum