Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 57727 - New version mtp-target-1.2.0
Summary: New version mtp-target-1.2.0
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Games (show other bugs)
Hardware: All Linux
: High enhancement (vote)
Assignee: Gentoo Games
URL: http://mtp-target.org/
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-07-20 07:16 UTC by Kåre Baastrup
Modified: 2005-02-12 12:48 UTC (History)
1 user (show)

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


Attachments
ebuild for mtp-target-bin-1.2.0 (mtp-target-bin-1.2.0.ebuild,1.29 KB, text/plain)
2004-07-25 12:18 UTC, Kåre Baastrup
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Kåre Baastrup 2004-07-20 07:16:25 UTC
New version not found in portage

Reproducible: Always
Steps to Reproduce:
1.
2.
3.
Comment 1 Mr. Bones. (RETIRED) gentoo-dev 2004-07-25 05:06:27 UTC
Feel free to submit an ebuild for this.
Comment 2 Kåre Baastrup 2004-07-25 12:18:24 UTC
Created attachment 36140 [details]
ebuild for mtp-target-bin-1.2.0

It runs, but not perfect needs tweaking.
Comment 3 Mr. Bones. (RETIRED) gentoo-dev 2004-08-25 01:01:10 UTC
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 Gerry 2004-10-27 05:36:01 UTC
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 SpanKY gentoo-dev 2005-02-12 12:48:01 UTC
cleaned up ebuild, added cfg fix, and added to portage

thanks :)