Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 288961 - app-mobilephone/gnokii-0.6.28.1 doesn't parse commands with parameters in --shell mode
Summary: app-mobilephone/gnokii-0.6.28.1 doesn't parse commands with parameters in --s...
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: x86 Linux
: High normal (vote)
Assignee: Gentoo Mobile Phone Developers (INACTIVE)
URL:
Whiteboard:
Keywords:
Depends on: 319243
Blocks:
  Show dependency tree
 
Reported: 2009-10-13 21:29 UTC by Michal 'vorner' Vaner
Modified: 2010-08-10 16:53 UTC (History)
1 user (show)

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


Attachments
emerge --info output (emerge.info,11.14 KB, text/plain)
2009-10-13 21:29 UTC, Michal 'vorner' Vaner
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Michal 'vorner' Vaner 2009-10-13 21:29:00 UTC
Hello

I use gnokii to backup my nokia mobile phone (6300, series40). When I enter the --shell mode (gnokii --shell), it does not understand parameters with arguments (for example --getphonebook ME 1 end), but answers with "Use '--help' for usage information." If the command is called from command line, it works as it should. Commands without arguments (eg. --monitor) work in the shell mode.

Previous version works.

My guess is it does not split the line into words, but tries to find the whole line as a command.

Reproducible: Always

Steps to Reproduce:
gnokii --shell
>   --getphonebook ME 1 end
Actual Results:  
Use '--help' for usage information.

Expected Results:  
Dump of the phonebook.
Comment 1 Michal 'vorner' Vaner 2009-10-13 21:29:21 UTC
Created attachment 207021 [details]
emerge --info output
Comment 2 Alin Năstac (RETIRED) gentoo-dev 2009-10-24 23:00:44 UTC
Judging after changelog, this issue appears to be fixed in the upstream source tree.

Workaround: use version 0.6.27 or 9999 (aka the live git version).
Comment 3 Michal 'vorner' Vaner 2009-10-25 08:24:57 UTC
Right, my bad I didn't look at live version right away. It works there alright.

Thanks for pointing it out.
Comment 4 Christian Faulhammer (RETIRED) gentoo-dev 2010-08-10 13:13:45 UTC
Fixed with version bump.  If this is not true, please give feedback here.
Comment 5 Michal 'vorner' Vaner 2010-08-10 16:53:03 UTC
Thanks, I confirm it works with new version ☺