Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 254074 - app-admin/eselect-boost-0.2 dies when unsetting boost
Summary: app-admin/eselect-boost-0.2 dies when unsetting boost
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Tiziano Müller (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-01-07 12:24 UTC by Santiago M. Mola (RETIRED)
Modified: 2009-04-14 08:50 UTC (History)
1 user (show)

See Also:
Package list:
Runtime testing required: ---


Attachments
eselect-boost-0.2-die-on-set.patch (eselect-boost-0.2-die-on-set.patch,769 bytes, patch)
2009-01-07 12:25 UTC, Santiago M. Mola (RETIRED)
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Santiago M. Mola (RETIRED) gentoo-dev 2009-01-07 12:24:16 UTC
app-admin/eselect-boost-0.2 dies when unsetting boost and it's actually a false positive.

# eselect boost list
Available boost versions:
  [1]   boost-1_35
  [2]   boost-1_36 *
# eselect boost set boost-1_35
!!! Error: Couldn't unset existing installation
Terminado (killed)
# eselect boost list
Available boost versions:
  [1]   boost-1_35
  [2]   boost-1_36
# eselect boost set boost-1_35
# eselect boost list
Available boost versions:
  [1]   boost-1_35 *
  [2]   boost-1_36
#


--
Using:
app-shells/bash-3.2_p48
app-admin/eselect-1.0.11-r1
Comment 1 Santiago M. Mola (RETIRED) gentoo-dev 2009-01-07 12:25:12 UTC
Created attachment 177670 [details, diff]
eselect-boost-0.2-die-on-set.patch

Solves the problem. There are some extra and unneeded die calls.
Comment 2 Tiziano Müller (RETIRED) gentoo-dev 2009-04-14 08:50:42 UTC
solved in 0.3.
Thanks.