First Last Prev Next    No search results available      Search page      Enter new bug
Bug#: 147236
Alias:
Product:
Component:
Status: RESOLVED
Resolution: INVALID
Assigned To: Portage team <dev-portage@gentoo.org>
Hardware:
OS:
Version:
Priority:
Severity:
Reporter: Thomas Bettler <bettlertho@sis.unibe.ch>
Add CC:
CC:
URL:
Summary:
Status Whiteboard:
Keywords:

Filename Description Type Creator Created Size Actions
portage.debug.bz2 emerge -uDNpv --debug world application/x-bzip2 Thomas Bettler 2006-09-11 15:11 0000 63.75 KB Details
Create a New Attachment (proposed patch, testcase, etc.) View All

Bug 147236 depends on: Show dependency tree
Bug 147236 blocks:
Votes: 0    Show votes for this bug    Vote for this bug

Additional Comments: (this is where you put emerge --info)


Not eligible to see or edit group visibility for this bug.






View Bug Activity   |   Format For Printing   |   XML   |   Clone This Bug


Description:   Opened: 2006-09-11 15:06 0000
After upgrading to portage-2.1.1 (due to new behaviour on --newuse) I use
command

$ emerge -uDNpv world and get
[......]
[ebuild   R   ] net-fs/shfs-0.35-r3  USE="X -amd -doc" 0 kB
[ebuild   R   ] net-dialup/slmodem-2.9.11_pre20051101  USE="alsa -usb" 0 kB
[......]

But why are those two packages on my list???
There are none of this changes indicated: () * %

------- Comment #1 From Thomas Bettler 2006-09-11 15:11:29 0000 -------
Created an attachment (id=96751) [details]
emerge -uDNpv --debug world

Hope this debug output helps. 
Please reply within the next days, as I would like to proceed and upgrade...

------- Comment #2 From Jakub Moc (RETIRED) 2006-09-11 15:17:10 0000 -------
(In reply to comment #1)
> Please reply within the next days, as I would like to proceed and upgrade...

Huh? How does this prevent you from doing so?


------- Comment #3 From Thomas Bettler 2006-09-11 15:21:35 0000 -------
Well. In fact exactly nobody.
Just in case you need more debug output ... it might be andvantage still being
able to reproduce this behaviour, I guess.

------- Comment #4 From Zac Medico 2006-09-11 15:35:08 0000 -------
(In reply to comment #3)
> Just in case you need more debug output ...

Actually, that might help.  Can you run the same command again with
FEATURES=python-trace enabled?  The output is extremely verbose and will result
in a relatively large file.

------- Comment #5 From Thomas Bettler 2006-09-11 23:39:35 0000 -------
I had a suspect...

Might it be because I got some new kernel sources pulled in and they want to
rebuild, because they contain external kernel modules?

------- Comment #6 From Thomas Bettler 2006-09-12 00:02:26 0000 -------
Though there are two more modules, why don't they appear?

# module-rebuild list
** Packages which I will emerge are:
        =net-fs/shfs-0.35-r3
        =net-dialup/slmodem-2.9.11_pre20051101
        =media-libs/svgalib-1.9.24
        =app-emulation/vmware-modules-1.0.0.13

------- Comment #7 From Thomas Bettler 2006-09-12 01:43:31 0000 -------
After some more emerges I got to this point:

$ emerge -uDNpv world and get
[ebuild   R   ] net-fs/shfs-0.35-r3  USE="X -amd -doc" 0 kB
[ebuild   R   ] net-dialup/slmodem-2.9.11_pre20051101  USE="alsa -usb" 0 kB

In case you would like some debug output you find a --debug and the excessive
FEATURE=python-trace --debug here:
http://n.ethz.ch/student/bettlert/portage/

What I can found out so far:
These modules it wants to remerge are the only ones in world, the others are
pulled via some dependancy.

------- Comment #8 From Zac Medico 2006-09-12 02:18:15 0000 -------
It seems like it's one of the hidden flags that's doing it.  Try it like this:

USE_EXPAND_HIDDEN="-*" emerge -pv shfs slmodem

------- Comment #9 From Thomas Bettler 2006-09-12 02:21:31 0000 -------
That was it! So it's not really a bug.

[ebuild   R   ] net-fs/shfs-0.35-r3  USE="X -amd -doc" KERNEL="linux%" 0 kB
[ebuild   R   ] net-dialup/slmodem-2.9.11_pre20051101  USE="alsa -usb"
KERNEL="linux%*" 0 kB

Thank you for helping me explaining this!

First Last Prev Next    No search results available      Search page      Enter new bug