Ofunniku / dwarftherapist

Automatically exported from code.google.com/p/dwarftherapist
Other
0 stars 0 forks source link

failure of build/install from source (strip:/usr/bin/dwarftherapist: File format not recognized, #338

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. clone from hg
2. install qmake prerequisites
3. qmake, make, checkinstall, fail

What is the expected output? 
0

What do you see instead?
1 -  Summary: [ Package created with checkinstall 1.6.2 ]
2 -  Name:    [ dwarftherapist ]
3 -  Version: [ 20110618 ]
4 -  Release: [ 1 ]
5 -  License: [ GPL ]
6 -  Group:   [ checkinstall ]
7 -  Architecture: [ amd64 ]
8 -  Source location: [ dwarftherapist ]
9 -  Alternate source location: [  ]
10 - Requires: [  ]
11 - Provides: [ dwarftherapist ]
12 - Conflicts: [  ]
13 - Replaces: [  ]

Enter a number to change any of them or press ENTER to continue: 

Installing with make install...

========================= Installation results ===========================
install -m 755 -p "bin/release/DwarfTherapist" "/usr/bin/DwarfTherapist"
strip "/usr/bin/DwarfTherapist"
install -m 755 -p /home/lion1104/dwarftherapist/bin/release/DwarfTherapist 
/usr/bin/
install -m 755 -p /home/lion1104/dwarftherapist/dist/dwarftherapist /usr/bin/
strip /usr/bin/dwarftherapist
strip:/usr/bin/dwarftherapist: File format not recognized
make: [install_bin] Error 1 (ignored)
install -m 644 -p /home/lion1104/dwarftherapist/dist/dwarftherapist.desktop 
/usr/share/applications/
cp COPYRIGHT /usr/share/doc/dwarftherapist/copyright; cp README 
/usr/share/doc/dwarftherapist/README.Debian
cp: cannot stat `COPYRIGHT': No such file or directory
cp: cannot stat `README': No such file or directory
make: *** [install_doc] Error 1

****  Installation failed. Aborting package creation.

Cleaning up...OK

Bye.

make install also fails.

What version of the product are you using? On what operating system?
20110618; 2.6.38-8-server (64bit)

Please provide the "run.log" file in the "log" directory of DwarfTherapist
when this error occurred.

If this is a truly "crazy" issue, please also attach a copy of your save-
game.

Original issue reported on code.google.com by djh...@gmail.com on 18 Jun 2011 at 10:55

GoogleCodeExporter commented 9 years ago
also:
~/dwarftherapist/bin/release$ ./DwarfTherapist 
Could not open logfile for writing! "No such file or directory" 
Application asked to unregister timer 0x1d000008 which is not registered in 
this thread. Fix application.
Application asked to unregister timer 0x9000008 which is not registered in this 
thread. Fix application.
Application asked to unregister timer 0x18000009 which is not registered in 
this thread. Fix application.
Application asked to unregister timer 0x48000014 which is not registered in 
this thread. Fix application.

Original comment by djh...@gmail.com on 18 Jun 2011 at 11:00

GoogleCodeExporter commented 9 years ago
Will look into this for a future release. In the meantime, manual installation 
is the only solution.

Original comment by ehler...@gmail.com on 6 Mar 2012 at 3:06