losywee / debianpackagemaker

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

Won't run on Ubuntu Intrepid #7

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Install latest debianpackagemaker
2. Run it (console or menu)
3. It doesn't run

What is the expected output? What do you see instead?
I expected it to start, instead I get this error:

emilio@pcjuan:~$ debianpackagemaker 
Cannot open assembly
/tmp/DebianPackageMaker/usr/lib/debianpackagemaker/DebianPackageMaker.exe.

What version of the product are you using? On what operating system?
Using Ubuntu Intrepid Ibex (8.10)

Original issue reported on code.google.com by buhitoes...@gmail.com on 26 Jul 2008 at 6:22

GoogleCodeExporter commented 8 years ago
It happens to me too in Ubuntu Hardy 8.04.

Thanks for developing this software it's a really useful. :-) 

Original comment by borjalop...@gmail.com on 19 Aug 2008 at 11:33

GoogleCodeExporter commented 8 years ago
I've copied "/usr/lib/debianpackagemaker/DebianPackageMaker.exe" to
"/tmp/DebianPackageMaker/usr/lib/debianpackagemaker/DebianPackageMaker.exe"
afterwards when I try to run debianpackagemaker what I get is:

** 
(/tmp/DebianPackageMaker/usr/lib/debianpackagemaker/DebianPackageMaker.exe:18539
):
WARNING **: The following assembly referenced from
/tmp/DebianPackageMaker/usr/lib/debianpackagemaker/DebianPackageMaker.exe could 
not
be loaded:
     Assembly:   gtk-sharp    (assemblyref_index=1)
     Version:    2.12.0.0
     Public Key: 35e10195dab3c99f
The assembly was not found in the Global Assembly Cache, a path listed in the
MONO_PATH environment variable, or in the location of the executing assembly
(/tmp/DebianPackageMaker/usr/lib/debianpackagemaker).

** 
(/tmp/DebianPackageMaker/usr/lib/debianpackagemaker/DebianPackageMaker.exe:18539
):
WARNING **: Could not load file or assembly 'gtk-sharp, Version=2.12.0.0,
Culture=neutral, PublicKeyToken=35e10195dab3c99f' or one of its dependencies.

Unhandled Exception: System.IO.FileNotFoundException: Could not load file or 
assembly
'gtk-sharp, Version=2.12.0.0, Culture=neutral, PublicKeyToken=35e10195dab3c99f' 
or
one of its dependencies.
File name: 'gtk-sharp, Version=2.12.0.0, Culture=neutral,
PublicKeyToken=35e10195dab3c99f'

Original comment by borjalop...@gmail.com on 27 Aug 2008 at 11:18

GoogleCodeExporter commented 8 years ago
[deleted comment]
GoogleCodeExporter commented 8 years ago
Thanks for reporting the problem a fix is on the way just bz with my real life 
issues

Original comment by welem...@gmail.com on 1 Sep 2008 at 1:24

GoogleCodeExporter commented 8 years ago
Fixed( preparing for 0.4.2 )

Original comment by welem...@gmail.com on 4 Oct 2008 at 1:08

GoogleCodeExporter commented 8 years ago
The executable normally used to open the program's /usr/bin/debianpackagemaker, 
which
is a shell script. If you want to change it permanently, type in "gksudo gedit
/usr/bin/debianpackagemaker" and change...

exec mono 
"/tmp/DebianPackageMaker/usr/lib/debianpackagemaker/DebianPackageMaker.exe"
"$@"

to..

exec mono "/usr/lib/debianpackagemaker/DebianPackageMaker.exe" "$@"

Otherwise simply type in /usr/lib/debianpackagemaker/DebianPackageMaker.exe at 
the
terminal every time, or wait for a new release.

Original comment by Cooper.J...@gmail.com on 12 Oct 2008 at 5:57

GoogleCodeExporter commented 8 years ago
Hi!
This issue has been fixed. You can try it out while I'm wrapping debian package 
maker for next release which 
is 0.4.2.

You can download the latest unstable source in the trunk:

https://code.launchpad.net/~welemski/debianpackagemaker/active.

Please download it and try it in your ubuntu interepid machine as I don't have 
intrepid yet as of the moment.

Please take note that it is still in development targeting 0.4.2

Best

Original comment by welem...@gmail.com on 13 Oct 2008 at 1:54

GoogleCodeExporter commented 8 years ago
Hi!
Sorry for my English (I don't speak English).

A temporary solution...

Using Ubuntu Intrepid Ibex (8.10)
Install debianpackagemaker: version dpm_0.4.1~welemski1_i386.deb with GDebi.

Launch in console:
bishop07a@Intrepid:~/Bureau$ debianpackagemaker 
Cannot open assembly
/tmp/DebianPackageMaker/usr/lib/debianpackagemaker/DebianPackageMaker.exe.

Installing packages:
autogen (1:5.9.5-2ubuntu1)
libmono-dev (1.9.1+dfsg-4ubuntu2)
libopts25 (1:5.9.5-2ubuntu1)
libopts25-dev (1:5.9.5-2ubuntu1)

Creating folders:
/tmp/DebianPackageMaker/usr/lib/debianpackagemaker

Create a symlink:
sudo ln -s /usr/lib/debianpackagemaker/DebianPackageMaker.exe
/tmp/DebianPackageMaker/usr/lib/debianpackagemaker/DebianPackageMaker.exe

Launch in console:
bishop07a@Intrepid:~/Bureau$ debianpackagemaker
***************************************************************
 Debian Package Maker 0.4.1
 Code Name: Debian Toolbox 
 Author : Lemuel Raganas
  Email : welemski@gmail.com / adobongkangkong@gmail.com

 You may send bugs through emails above with a subject:
 DPM Bug : Short Description 
 Thank you for using  Debian Package Maker
***************************************************************

Original comment by Kais...@gmail.com on 3 Dec 2008 at 1:25

GoogleCodeExporter commented 8 years ago
thank you so much Kaisman it works!!! your english is perfect ;)

Original comment by vincenzo...@gmail.com on 4 Mar 2009 at 10:32

GoogleCodeExporter commented 8 years ago
I'm having the same problem as above. I tried all the suggestion with no luck. 
It just doesn't seem to work for me. Using Ubuntu 10.4 lucid lynx

This is the output from terminal:

** (DebianPackageMaker:7899): WARNING **: The following assembly referenced 
from /usr/lib/debianpackagemaker/DebianPackageMaker.exe could not be loaded:
     Assembly:   gnome-sharp    (assemblyref_index=6)
     Version:    2.20.0.0
     Public Key: 35e10195dab3c99f
The assembly was not found in the Global Assembly Cache, a path listed in the 
MONO_PATH environment variable, or in the location of the executing assembly 
(/usr/lib/debianpackagemaker/).

** (DebianPackageMaker:7899): WARNING **: Could not load file or assembly 
'gnome-sharp, Version=2.20.0.0, Culture=neutral, 
PublicKeyToken=35e10195dab3c99f' or one of its dependencies.

Unhandled Exception: System.TypeLoadException: A type load exception has 
occurred.
  at DebianPackageMaker.MainClass.Main (System.String[] args) [0x00000]

*************************************************************************

I was looking for the unstable 0.4.2 version but I couldn't find it. Or do you 
have anymore suggestions...

Original comment by heepie...@gmail.com on 9 Jun 2010 at 2:37