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
Description:   Opened: 2004-07-20 07:16 0000
New version not found in portage

Reproducible: Always
Steps to Reproduce:
1.
2.
3.

------- Comment #1 From Mr. Bones. 2004-07-25 05:06:27 0000 -------
Feel free to submit an ebuild for this.

------- Comment #2 From Kåre Baastrup 2004-07-25 12:18:24 0000 -------
Created an attachment (id=36140) [details]
ebuild for mtp-target-bin-1.2.0

It runs, but not perfect needs tweaking.

------- Comment #3 From Mr. Bones. 2004-08-25 01:01:10 0000 -------
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

------- Comment #4 From Gerry 2004-10-27 05:36:01 0000 -------
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

------- Comment #5 From SpanKY 2005-02-12 12:48:01 0000 -------
cleaned up ebuild, added cfg fix, and added to portage

thanks :)