Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 207348 - [science overlay] octave-forge.eclass: sys-apps/mktemp is blocking sys-apps/coreutils-6.10-r1
Summary: [science overlay] octave-forge.eclass: sys-apps/mktemp is blocking sys-apps/c...
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Eclasses (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Gentoo Science Mathematics related packages
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-01-25 08:00 UTC by Artemii
Modified: 2008-03-02 16:31 UTC (History)
0 users

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 Artemii 2008-01-25 08:00:23 UTC
octave-forge.eclass

DEPEND="${DEPEND}
        >=sci-mathematics/octave-${NEED_OCTAVE}
        sys-apps/mktemp"

coreutils-6.10 include mktemp.

Reproducible: Always
Comment 1 Markus Dittrich (RETIRED) gentoo-dev 2008-01-25 15:27:55 UTC
Thanks much for the pointer. This should be fixed now.

Best,
Markus
Comment 2 javier delgado 2008-03-02 16:31:02 UTC
I was having this same problem recently (after syncing on 2/28) and running "emerge -uDv world". I solved it by doing the following:

# emerge -C mktemp
# emerge coreutils
# emerge -uDv world