Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 320189 - app-admin/eselect-miniaudicle-1.0.1: highlight_maker command: not found
Summary: app-admin/eselect-miniaudicle-1.0.1: highlight_maker command: not found
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Cédric Krier
URL:
Whiteboard:
Keywords:
Depends on:
Blocks: 320187
  Show dependency tree
 
Reported: 2010-05-17 13:13 UTC by Paweł Hajdan, Jr. (RETIRED)
Modified: 2010-07-15 07:43 UTC (History)
0 users

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


Attachments
miniaudicle.eselect.diff (miniaudicle.eselect.diff,647 bytes, text/plain)
2010-07-15 03:25 UTC, David Abbott (RETIRED)
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Paweł Hajdan, Jr. (RETIRED) gentoo-dev 2010-05-17 13:13:37 UTC
# eselect miniaudicle list
Available miniAudicle audio engines:
/usr/share/eselect/modules/miniaudicle.eselect: line 77: highlight_maker: command not found
  [1]
Comment 1 Andreas Schürch gentoo-dev 2010-06-23 13:38:19 UTC
I've got the same failure!

localhost # eselect miniaudicle list
Available miniAudicle audio engines:
/usr/share/eselect/modules/miniaudicle.eselect: line 81: highlight_maker: command not found
  [1]
localhost # ls -l /usr/bin/mini*
lrwxrwxrwx 1 root root      25 Jun 23 17:35 /usr/bin/miniAudicle -> /usr/bin/miniAudicle-alsa
-rwxr-xr-x 1 root root 1795960 Jun 23 16:36 /usr/bin/miniAudicle-alsa
localhost # mv /usr/bin/miniAudicle /root
localhost # eselect miniaudicle list
Available miniAudicle audio engines:
  [1]   miniAudicle-alsa
localhost # eselect miniaudicle set 1
localhost # eselect miniaudicle list
Available miniAudicle audio engines:
/usr/share/eselect/modules/miniaudicle.eselect: line 81: highlight_maker: command not found
  [1]

In /usr/share/eselect/modules/miniaudicle.eselect, line 76 it has to be /usr/bin/miniAudice-! because without the dash, it also counts the symlink! ;-)

It should be

[[ ${targets[${i}]} == $(basename $(canonicalise ${ROOT}/usr/bin/miniAudicle- ) ) ]] && \
   
instead of

[[ ${targets[${i}]} == $(basename $(canonicalise ${ROOT}/usr/bin/miniAudicle ) ) ]] && \                     
Comment 2 David Abbott (RETIRED) gentoo-dev 2010-07-15 03:25:54 UTC
Created attachment 238811 [details]
miniaudicle.eselect.diff

Thanks  andreas that seemed to fix it here.
Comment 3 Christian Faulhammer (RETIRED) gentoo-dev 2010-07-15 07:43:35 UTC
Fixed in -r1  Thank you for the testing.