First Last Prev Next    No search results available      Search page      Enter new bug
Bug#: 248599
Alias:
Product:
Component:
Status: RESOLVED
Resolution: FIXED
Assigned To: Portage team <dev-portage@gentoo.org>
Hardware:
OS:
Version:
Priority:
Severity:
Reporter: Pacho Ramos <pacho@condmat1.ciencias.uniovi.es>
Add CC:
CC:
URL:
Summary:
Status Whiteboard:
Keywords:

Filename Description Type Creator Created Size Actions
Create a New Attachment (proposed patch, testcase, etc.) View All

Bug 248599 depends on: Show dependency tree
Bug 248599 blocks: 216231
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: 2008-11-24 10:55 0000
Affected man pages are:
man/emerge.1:
       set    A set is a convenient shorthand for a large group of packages. 
Two sets are currently  always  available:  system  and  world.
              system  refers to a set of packages deemed necessary for your
system to run properly. world contains all the packages listed in
              /var/lib/portage/world.  [See FILES below for more information.]
Other sets can exist depending on the  current  configuration.
              The  default set configuration is located in
/usr/share/portage/config/sets.conf. Note that a set is generally used in
conjunc‐
              tion with --update. When used as arguments to emerge sets have to
be prefixed with @ to  be  recognized.  Use  the  --list-sets
              action to display a list of available package sets.

man/make.conf.5:
              preserve-libs
                     Preserve libraries when the sonames change during upgrade
or downgrade.  Libraries are preserved only  if  consumers  of
                     those libraries are detected.

Thanks for fixing this :-)

Reproducible: Always

------- Comment #1 From Pacho Ramos 2008-11-24 10:56:10 0000 -------
:-S, it has been formatted so bad...

Affected files are man/emerge.1 (references to "sets") and man/make.conf.5
(references to "preserve-libs")

------- Comment #2 From Paul Taylor 2008-11-24 23:11:45 0000 -------
If the @set function is being removed, the emerge script also needs to be
updated:

# emerge --list-sets
system
world

# emerge @system
!!! '@system' is not a valid package atom.
!!! Please check ebuild(5) for full details.

# emerge @world
!!! '@world' is not a valid package atom.
!!! Please check ebuild(5) for full details.

------- Comment #3 From Zac Medico 2008-11-24 23:30:56 0000 -------
I think it's all fixed in svn r12085. When viewcvs updates you can see the
changes here:

http://sources.gentoo.org/viewcvs.py/portage?view=rev&rev=12085

(In reply to comment #2)
I've removed --list-sets in the above commit.

------- Comment #4 From Zac Medico 2008-11-27 04:13:42 0000 -------
This is fixed in 2.1.6_rc2.

------- Comment #5 From Pacho Ramos 2008-11-27 20:24:29 0000 -------
Thanks a lot

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