Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 565504 - app-portage/eix-0.31.3 - Hooks no longer works
Summary: app-portage/eix-0.31.3 - Hooks no longer works
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal
Assignee: Martin Väth
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-11-11 13:54 UTC by Thomas Deutschmann (RETIRED)
Modified: 2016-01-17 08:35 UTC (History)
3 users (show)

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Thomas Deutschmann (RETIRED) gentoo-dev 2015-11-11 13:54:31 UTC
Hi,

I noticed that in app-portage/eix-0.31.3 my hooks no longer works:

> Calculating hash tables...
> Writing database file /var/cache/eix/portage.eix...
> Database contains 18787 packages in 163 categories.
> Diffing databases (18787 -> 18787 packages)
>  * Running @-hooks
> /usr/bin/eix-sync: line 108: Something went wrong with egencache --repo=my-overlay --update --update-changelogs: command not found
>  * Copying old database to /var/cache/eix/previous.eix
>  * Running eix-update

# cat /etc/eix-sync.conf
@egencache --repo=my-overlay --update --update-changelogs


I did a bisect. The bad commit introducing this bug is https://github.com/vaeth/eix/commit/4f9cc48ac43c9932db03ba7640d7139cafc4689d


Reproducible: Always
Comment 1 josef.95 2015-11-11 14:15:51 UTC
Yes, I have the same problem with =eix-0.31.3

 * Running @-hooks
 * Updating metadata for gentoo
/usr/bin/eix-sync: line 108: Something went wrong with StatusInfo 'Updating metadata for gentoo': command not found
/usr/bin/eix-sync: line 108: Something went wrong with egencache --repo=gentoo --update --update-use-local-desc --jobs=6: command not found
 * Copying old database to /var/cache/eix/previous.eix
 * Running eix-update

[ebuild   R   ] app-portage/eix-0.31.3  USE="dep doc nls optimization sqlite -debug -security -strong-optimization -strong-security -swap-remote -tools" LINGUAS="de -ru"

With =eix-0.31.2 the Hooks works fine.
Comment 3 josef.95 2015-12-13 18:11:09 UTC
Update to =app-portage/eix-0.31.4 fixed it here.

Thanks :)