Bug 57727 - New version mtp-target-1.2.0
|
Bug#:
57727
|
Product: Gentoo Linux
|
Version: unspecified
|
Platform: All
|
|
OS/Version: Linux
|
Status: RESOLVED
|
Severity: enhancement
|
Priority: P2
|
|
Resolution: FIXED
|
Assigned To: games@gentoo.org
|
Reported By: spamme@mailme.dk
|
|
Component: Games
|
|
|
URL:
http://mtp-target.org/
|
|
Summary: New version mtp-target-1.2.0
|
|
Keywords:
|
|
Status Whiteboard:
|
|
Opened: 2004-07-20 07:16 0000
|
New version not found in portage
Reproducible: Always
Steps to Reproduce:
1.
2.
3.
Feel free to submit an ebuild for this.
doesn't run at all for me:
$ mtp-target-bin-client
INF13065 task_manager.cpp 201 : Init during exec CMtpTarget
Can't open log file 'log.log': Permission denied
INF13065 mtp_target.cpp 106 : setting up default tasks
INF13065 task_manager.cpp 201 : Init during exec CConfigFileTask
AST13065 config_file_task.cpp 58 : "fp"
No callstack available
-------------------------------
Log with no filter:
-------------------------------
Log Starting [2004/08/25 01:00:46]
2004/08/25 01:00:46 <Unknown> INF 13065 task_manager.cpp 201 : Init during exec CMtpTarget
2004/08/25 01:00:46 <Unknown> INF 13065 mtp_target.cpp 106 : setting up default tasks
2004/08/25 01:00:46 <Unknown> INF 13065 task_manager.cpp 201 : Init during exec CConfigFileTask
2004/08/25 01:00:46 <Unknown> AST 13065 config_file_task.cpp 58 : "fp"
-------------------------------
Aborted
It needs a (writable) config file. That fixes the problem.
cp client/mtp_target_default.cfg client/mtp_target.cfg
cp server/mtp_target_service_default.cfg server/mtp_target_service.cfg
chown root:games client/mtp_target.cfg server/mtp_target_service.cfg
chmod 660 client/mtp_target.cfg server/mtp_target_service.cfg
cleaned up ebuild, added cfg fix, and added to portage
thanks :)