Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
[SOLVED] portage bug?
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
pigreco
Apprentice
Apprentice


Joined: 16 Nov 2005
Posts: 223
Location: Italia

PostPosted: Tue May 13, 2014 3:06 pm    Post subject: [SOLVED] portage bug? Reply with quote

Hi,
I can't resolve this issue:

Code:
emerge --update --newuse --deep --with-bdeps=y @world

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


 * IMPORTANT: 3 config files in '/etc/portage' need updating.
 * See the CONFIGURATION FILES section of the emerge
 * man page to learn how to update config files.
Calculating dependencies... done!
[ebuild   R    ] sys-libs/cracklib-2.9.1  PYTHON_TARGETS="python2_7*"
[ebuild     U  ] app-admin/eselect-ctags-1.15 [1.14]
[ebuild     U  ] media-libs/libjpeg-turbo-1.3.1 [1.3.0-r3]
[ebuild     U  ] media-libs/alsa-lib-1.0.27.2 [1.0.27.1] ABI_X86="(64%*) (-32) (-x32)"
[ebuild  N     ] sys-libs/libcap-2.22  USE="pam"
[ebuild   R    ] dev-python/setuptools-0.8-r1  PYTHON_TARGETS="python2_7*"
[ebuild   R    ] virtual/python-argparse-1  PYTHON_TARGETS="python3_2* (-pypy) (-python3_4)"
[ebuild   R    ] dev-python/pyxattr-0.5.2  PYTHON_TARGETS="python2_7*"
[ebuild   R    ] dev-python/pypax-0.8.4  PYTHON_TARGETS="python2_7*"
[ebuild   R    ] sys-apps/portage-2.2.8-r1  PYTHON_TARGETS="python2_7*"
[ebuild   R    ] dev-java/java-config-2.2.0  PYTHON_TARGETS="python2_7*"
[ebuild   R    ] app-portage/gentoolkit-0.3.0.8-r2  PYTHON_TARGETS="python3_2*"
[ebuild   R    ] dev-libs/libxml2-2.9.1-r1  PYTHON_TARGETS="python3_2*"
[ebuild   R    ] sys-devel/gcc-4.7.3-r1  USE="-awt% -mudflap* (-gtk%) (-lto%)"
[ebuild     U  ] sys-apps/help2man-1.43.3 [1.40.11]
[ebuild   R    ] dev-libs/glib-2.38.2-r1  PYTHON_TARGETS="python2_7*"
[ebuild   R    ] dev-util/pkgconfig-0.28  ELIBC="(glibc%*)"
[ebuild     U  ] sys-fs/udev-212-r1 [208]
[ebuild     U  ] sys-fs/udev-init-scripts-26-r2 [26]
[ebuild     U  ] net-misc/netifrc-0.2.2 [0.1]
[ebuild  NS    ] sys-kernel/hardened-sources-3.13.10 [3.11.2, 3.13.6-r3] USE="-build -deblob -symlink"
[ebuild  N     ] app-admin/eselect-java-0.1.0
[blocks B      ] app-admin/eselect-ecj ("app-admin/eselect-ecj" is blocking app-admin/eselect-java-0.1.0)
[blocks B      ] app-admin/eselect-java ("app-admin/eselect-java" is blocking app-admin/eselect-ecj-0.7)

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

  (app-admin/eselect-ecj-0.7::gentoo, installed) pulled in by
    app-admin/eselect-ecj required by (dev-java/eclipse-ecj-3.7.2-r1::gentoo, installed)
    app-admin/eselect-ecj required by @selected

  (app-admin/eselect-java-0.1.0::gentoo, ebuild scheduled for merge) pulled in by
    app-admin/eselect-java required by (dev-java/icedtea-bin-6.1.12.7::gentoo, installed)


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

http://www.gentoo.org/doc/en/handbook/handbook-x86.xml?full=1#blocked


I have see this thread https://bugs.gentoo.org/show_bug.cgi?id=503890 but I have not found the solution.


please help,
regards Maurizio


Last edited by pigreco on Thu May 15, 2014 8:10 am; edited 1 time in total
Back to top
View user's profile Send private message
Hu
Moderator
Moderator


Joined: 06 Mar 2007
Posts: 21633

PostPosted: Tue May 13, 2014 10:11 pm    Post subject: Reply with quote

You cannot install eselect-java while you have eselect-ecj installed. You previously told Portage that it must not uninstall eselect-ecj, so there is no solution. Run emerge --deselect app-admin/eselect-ecj, then retry your command.
Back to top
View user's profile Send private message
John R. Graham
Administrator
Administrator


Joined: 08 Mar 2005
Posts: 10589
Location: Somewhere over Atlanta, Georgia

PostPosted: Tue May 13, 2014 10:40 pm    Post subject: Reply with quote

Hi Maurizio,

There's a good chance that this will be cleared up by syncing your Portage tree. There's strong evidence that you're behind on your housekeeping:
  • 3 config files not updated.
  • 6 news items unread.
  • Latest stable version of packages not being pulled in by an --update.
Either way, this is not a Portage bug. It's actually a Portage feature to keep packages that install files by the exact same name from overwriting each other.

- John
_________________
I can confirm that I have received between 0 and 499 National Security Letters.
Back to top
View user's profile Send private message
pigreco
Apprentice
Apprentice


Joined: 16 Nov 2005
Posts: 223
Location: Italia

PostPosted: Wed May 14, 2014 8:14 am    Post subject: Reply with quote

Hi,
thanks very much to all for help.

I just know the content of the '3 config files not updated', there are not the problem, and I have read all news on another machine but may be that I do not understand completely... (:

With the suggestion of Hu the package block disappear, but there is another problem and emerge not finish:

Code:
>>> Failed to emerge dev-python/setuptools-0.8-r1, Log file:

>>>  '/var/tmp/portage/dev-python/setuptools-0.8-r1/temp/build.log'

 * Messages for package dev-python/setuptools-0.8-r1:

 * ERROR: dev-python/setuptools-0.8-r1::gentoo failed (compile phase):
 *   (no error message)
 *
 * Call stack:
 *     ebuild.sh, line   93:  Called src_compile
 *   environment, line 3454:  Called distutils-r1_src_compile
 *   environment, line 1145:  Called _distutils-r1_run_foreach_impl 'distutils-r1_python_compile'
 *   environment, line  234:  Called python_parallel_foreach_impl 'distutils-r1_run_phase' 'distutils-r1_python_compile'
 *   environment, line 3308:  Called multibuild_parallel_foreach_variant '_python_multibuild_wrapper' 'distutils-r1_run_phase' 'distutils-r1_python_compile'
 *   environment, line 2465:  Called multibuild_foreach_variant '_multibuild_parallel' '_python_multibuild_wrapper' 'distutils-r1_run_phase' 'distutils-r1_python_compile'
 *   environment, line 2408:  Called _multibuild_run '_multibuild_parallel' '_python_multibuild_wrapper' 'distutils-r1_run_phase' 'distutils-r1_python_compile'
 *   environment, line 2406:  Called _multibuild_parallel '_python_multibuild_wrapper' 'distutils-r1_run_phase' 'distutils-r1_python_compile'
 *   environment, line 2456:  Called _python_multibuild_wrapper 'distutils-r1_run_phase' 'distutils-r1_python_compile'
 *   environment, line  665:  Called distutils-r1_run_phase 'distutils-r1_python_compile'
 *   environment, line 1134:  Called distutils-r1_python_compile
 *   environment, line 1014:  Called esetup.py 'build'
 *   environment, line 1584:  Called die
 * The specific snippet of code:
 *       "${@}" || die
 *
 * If you need support, post the output of `emerge --info '=dev-python/setuptools-0.8-r1::gentoo'`,
 * the complete build log and the output of `emerge -pqv '=dev-python/setuptools-0.8-r1::gentoo'`.
 * The complete build log is located at '/var/tmp/portage/dev-python/setuptools-0.8-r1/temp/build.log'.
 * The ebuild environment file is located at '/var/tmp/portage/dev-python/setuptools-0.8-r1/temp/environment'.
 * Working directory: '/var/tmp/portage/dev-python/setuptools-0.8-r1/work/setuptools-0.8-python3_3'
 * S: '/var/tmp/portage/dev-python/setuptools-0.8-r1/work/setuptools-0.8'

 * GNU info directory index is up-to-date.

 * IMPORTANT: 14 config files in '/etc' need updating.
 * See the CONFIGURATION FILES section of the emerge
 * man page to learn how to update config files.

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

 * After world updates, it is important to remove obsolete packages with
 * emerge --depclean. Refer to `man emerge` for more information.



I have just open another thread for this issue: https://forums.gentoo.org/viewtopic-t-990914.html

any suggestion is appreciated, regards,
Maurizio
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