Opened 12 years ago
Closed 12 years ago
#37904 closed defect (fixed)
scala_select cannot find installed scala groups
Reported by: | lgreg.meredith@… | Owned by: | krischik@… |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | ports | Version: | 2.1.2 |
Keywords: | Cc: | blair (Blair Zajac) | |
Port: | scala_select |
Description (last modified by raimue (Rainer Müller))
On Mac OS X mountain lion
bash-3.2$ sudo port select --list scala dyld: DYLD_ environment variables being ignored because main executable (/usr/bin/sudo) is setuid or setgid Available versions for scala: none (active) scala2.10 scala2.8 bash-3.2$ sudo port select scala2.10 dyld: DYLD_ environment variables being ignored because main executable (/usr/bin/sudo) is setuid or setgid Warning: Unable to get active selected version: The specified group 'scala2.10' does not exist. Error: The 'list' command failed: The specified group 'scala2.10' does not exist. bash-3.2$ sudo port select scala2.8 dyld: DYLD_ environment variables being ignored because main executable (/usr/bin/sudo) is setuid or setgid Password: Warning: Unable to get active selected version: The specified group 'scala2.8' does not exist. Error: The 'list' command failed: The specified group 'scala2.8' does not exist. bash-3.2$
Change History (2)
comment:1 Changed 12 years ago by raimue (Rainer Müller)
Cc: | blair@… added |
---|---|
Description: | modified (diff) |
Owner: | changed from macports-tickets@… to krischik@… |
comment:2 Changed 12 years ago by blair (Blair Zajac)
Resolution: | → fixed |
---|---|
Status: | new → closed |
That's not how you select a version:
$ sudo port select --set scala scala2.10
Note: See
TracTickets for help on using
tickets.
Please remember to use WikiFormatting.