Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 2221 - wrong dependancy calculation for ktexmaker2
Summary: wrong dependancy calculation for ktexmaker2
Status: RESOLVED FIXED
Alias: None
Product: Portage Development
Classification: Unclassified
Component: Unclassified (show other bugs)
Hardware: x86 Linux
: High normal (vote)
Assignee: Daniel Robbins (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2002-04-29 03:16 UTC by Vitaly Kushneriuk (RETIRED)
Modified: 2011-10-30 22:18 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 Vitaly Kushneriuk (RETIRED) gentoo-dev 2002-04-29 03:16:26 UTC
emerge ktexmaker2 -p

These are the packages that I would merge, in order.

Calculating dependencies ...done!
[ebuild   R  ] sys-libs/ncurses-5.2-r5 to /
[ebuild  N   ] app-text/tetex-1.0.7-r9 to /
[ebuild  N   ] app-editors/ktexmaker2-1.7 to /

# pkgsearch ncurses
/usr/portage/sys-libs/ncurses/ncurses-5.2.20020112a-r1.ebuild
/usr/portage/sys-libs/ncurses/ncurses-5.2-r5.ebuild
 (installed)
/usr/portage/sys-libs/ncurses/ncurses-5.2-r4.ebuild
/usr/portage/sys-libs/ncurses/ncurses-5.2.20020112a.ebuild
/usr/portage/sys-libs/ncurses/ncurses-5.2-r3.ebuild


Why is it trying to REmerge ncurses-5.2-r5 if I already have it?
Comment 1 Seemant Kulleen (RETIRED) gentoo-dev 2002-05-01 09:23:26 UTC
are you sure you have it, and not ncurses-5.2.20020112a-r1 over it?
Comment 2 Vitaly Kushneriuk (RETIRED) gentoo-dev 2002-05-01 09:35:36 UTC
Yes. Did you noticew the [ R] for ncurses?
Comment 3 Seemant Kulleen (RETIRED) gentoo-dev 2002-05-03 20:06:18 UTC
Well, the R would appear even if the ncurses5.2 package had been overwritten by
the one with the 20020112a in it, unless you unmerge it explicitly, no?  in
other words, the records for both would exist in /var/db/pkg...  If you compare
mtimes, that'll tell you who owns the files, really.
Comment 4 Vitaly Kushneriuk (RETIRED) gentoo-dev 2002-05-04 04:01:38 UTC
I guess in this case it would appear as "(installed)" on the "pkgsearch ncurses"
output which I inluded too ;)
If you still think you neeed more:
# find /var/db/pkg/ -type d | grep curses
/var/db/pkg/sys-libs/ncurses-5.2-r5
Comment 5 Daniel Robbins (RETIRED) gentoo-dev 2002-05-04 19:03:02 UTC
the ncurses you have installed is masked, so it wants to go back to the latest
unmasked version.  Known and correct behavior, so I'm closing the bug.