Pross / pross-overlay

Gentoo and Funtoo overlay for latest CK sources
http://pross.github.io/pross-overlay/
2 stars 1 forks source link

gnome3.eclass noise from emerge [related to bug #6] #7

Closed thunderrd closed 3 years ago

thunderrd commented 3 years ago

Hey Simon, the other bug is closed, so I'm opening this one.

I get this noise from emerge every time I sync and update. I have the entire overlay masked in package.mask, and only ck-sources unmasked, so I don't know why it is complaining. Any idea how to squash the noise?

root@Q6600: ~# emerge -avuDN @world

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

Calculating dependencies - * ERROR: x11-libs/gtk+-3.24.23-r1::pross failed (depend phase):
 *   gnome3.eclass could not be found by inherit()
 * 
 * Call stack:
 *                ebuild.sh, line 609:  Called source '/mnt/ext4_STORAGE/var/lib/layman/pross/x11-libs/gtk+/gtk+-3.24.23-r1.ebuild'
 *   gtk+-3.24.23-r1.ebuild, line   7:  Called inherit 'flag-o-matic' 'gnome3' 'virtualx'
 *                ebuild.sh, line 290:  Called die
 * The specific snippet of code:                                                                                                                                                              \ *           [[ -z ${location} ]] && die "${1}.eclass could not be found by inherit()"
 * 
 * If you need support, post the output of `emerge --info '=x11-libs/gtk+-3.24.23-r1::pross'`,
 * the complete build log and the output of `emerge -pqv '=x11-libs/gtk+-3.24.23-r1::pross'`.
 * Working directory: '/usr/lib/python3.8/site-packages'
 * S: '/var/tmp/portage/x11-libs/gtk+-3.24.23-r1/work/gtk+-3.24.23'                                                                                                                           | * ERROR: x11-libs/gtk+-2.24.32-r2::pross failed (depend phase):
 *   gnome3.eclass could not be found by inherit()
 * 
 * Call stack:
 *                ebuild.sh, line 609:  Called source '/mnt/ext4_STORAGE/var/lib/layman/pross/x11-libs/gtk+/gtk+-2.24.32-r2.ebuild'
 *   gtk+-2.24.32-r2.ebuild, line   5:  Called inherit 'autotools' 'flag-o-matic' 'gnome3' 'readme.gentoo-r1' 'virtualx'
 *                ebuild.sh, line 290:  Called die
 * The specific snippet of code:
 *          [[ -z ${location} ]] && die "${1}.eclass could not be found by inherit()"
 * 
 * If you need support, post the output of `emerge --info '=x11-libs/gtk+-2.24.32-r2::pross'`,
 * the complete build log and the output of `emerge -pqv '=x11-libs/gtk+-2.24.32-r2::pross'`.
 * Working directory: '/usr/lib/python3.8/site-packages'
 * S: '/var/tmp/portage/x11-libs/gtk+-2.24.32-r2/work/gtk+-2.24.32' 
Pross commented 3 years ago

I removed the package.

thunderrd commented 3 years ago

Lolz, OK ;)

I still wonder why it was happening, with everything masked...

Pross commented 3 years ago

I still wonder why it was happening, with everything masked...

Portage still reads all the ebuilds, even if its masked :)

thunderrd commented 3 years ago

Ahh, ok. I didn't know that, but I guess it makes sense that it would read all of them. Thanks!