Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 402339 - ebuilds running `env-update` in pkg_* funcs
Summary: ebuilds running `env-update` in pkg_* funcs
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Gentoo Quality Assurance Team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-02-06 03:14 UTC by SpanKY
Modified: 2012-02-13 00:20 UTC (History)
1 user (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 SpanKY gentoo-dev 2012-02-06 03:14:46 UTC
ebuilds should not be running `env-update`.  the PM already does that.  it's just a waste of time.

dev-db/hsqldb/hsqldb-1.8.1.2-r1.ebuild        env-update
dev-db/hsqldb/hsqldb-1.8.1.3.ebuild           env-update
mail-mta/netqmail/netqmail-1.05-r8.ebuild     env-update
mail-mta/netqmail/netqmail-1.05-r4.ebuild     env-update
mail-mta/netqmail/netqmail-1.06.ebuild        env-update
mail-mta/qmail-ldap/qmail-ldap-1.03-r8.ebuild env-update
sci-chemistry/gromacs/gromacs-4.5.4-r1.ebuild env-update && source /etc/profile
sci-chemistry/gromacs/gromacs-4.5.5-r1.ebuild env-update && source /etc/profile
dev-lang/gpc/gpc-20070904.ebuild              env-update
dev-lang/gpc/gpc-20051104.ebuild              env-update
dev-lang/icc/icc-11.1.046-r2.ebuild           env-update
dev-util/nvidia-cuda-toolkit/nvidia-cuda-toolkit-4.0.ebuild  env-update
dev-util/nvidia-cuda-toolkit/nvidia-cuda-toolkit-4.1.ebuild  env-update
dev-util/nvidia-cuda-toolkit/nvidia-cuda-toolkit-3.2.ebuild  env-update
dev-util/nvidia-cuda-toolkit/nvidia-cuda-toolkit-3.1.ebuild  env-update
dev-util/nvidia-cuda-toolkit/nvidia-cuda-toolkit-3.0.ebuild  env-update
Comment 1 Christoph Junghans (RETIRED) gentoo-dev 2012-02-06 03:44:34 UTC
(In reply to comment #0)
> sci-chemistry/gromacs/gromacs-4.5.4-r1.ebuild env-update && source /etc/profile
> sci-chemistry/gromacs/gromacs-4.5.5-r1.ebuild env-update && source /etc/profile
Done.
Comment 2 George Shapovalov (RETIRED) gentoo-dev 2012-02-06 15:32:31 UTC
dev-lang/gpc done
Comment 3 Alec Warner (RETIRED) archtester gentoo-dev Security 2012-02-07 12:00:04 UTC
Can we prevent this in the future with something like qa_intercepters?

-A
Comment 4 Ralph Sennhauser (RETIRED) gentoo-dev 2012-02-07 12:30:20 UTC
(In reply to comment #0)
> dev-db/hsqldb/hsqldb-1.8.1.2-r1.ebuild        env-update
> dev-db/hsqldb/hsqldb-1.8.1.3.ebuild           env-update

Done.
Comment 5 SpanKY gentoo-dev 2012-02-09 03:08:09 UTC
yes, we should be able to add a repoman/ebuild check for this
Comment 6 Michal Januszewski (RETIRED) gentoo-dev 2012-02-11 14:55:16 UTC
dev-util/nvidia-cuda-toolkit fixed.
Comment 7 SpanKY gentoo-dev 2012-02-12 21:00:15 UTC
i did the qmail ones

icc is only one left
Comment 8 Sébastien Fabbro (RETIRED) gentoo-dev 2012-02-12 23:21:21 UTC
(In reply to comment #7)

> icc is only one left

done
Comment 9 Zac Medico gentoo-dev 2012-02-12 23:33:19 UTC
(In reply to comment #5)
> yes, we should be able to add a repoman/ebuild check for this

repoman check is in git now:

http://git.overlays.gentoo.org/gitweb/?p=proj/portage.git;a=commit;h=9997bb9c81e0742060dc795e4e0397db4cbfb5c2
Comment 10 SpanKY gentoo-dev 2012-02-13 00:20:59 UTC
awesome.  sounds like we're all set now.  thanks all!