Linux package testing

Linux package testing

Postby Edward_Lii » 08 Jan 2012, 14:13

Hello all,

I've made some packages for multiple Linux distros and architectures.
Only the openSUSE packages have been tested but I think the packages for the other rpm based distros should work fine.
About the .deb packages I'm not sure, I couldn't get Ubuntu to build but perhaps the debian packages works fine?

If anyone could test any of them please do so and tell if it works or not.
openSUSE:

Fedora:

Mandriva:

Debian (also works under Ubuntu):
From,
Edward_Lii
User avatar
Edward_Lii
MnMS Moderator
 
Posts: 777
Joined: 20 Dec 2010, 16:46

Re: Linux package testing

Postby KroArtem » 08 Jan 2012, 15:09

As for me (ubuntu 11.10, x86_64) .deb package installs without any problems but when I start meandmyshadow it just shows me black screen. No info in terminal too.
KroArtem
 
Posts: 375
Joined: 26 Aug 2010, 19:04

Re: Linux package testing

Postby Edward_Lii » 08 Jan 2012, 15:40

Hello KroArtem,

KroArtem {l Wrote}:As for me (ubuntu 11.10, x86_64) .deb package installs without any problems but when I start meandmyshadow it just shows me black screen. No info in terminal too.

Thanks for testing, what happens if you run this from terminal:
{l Code}: {l Select All Code}
cd /usr/local/share/meandmyshadow/

{l Code}: {l Select All Code}
../../bin/meandmyshadow
From,
Edward_Lii
User avatar
Edward_Lii
MnMS Moderator
 
Posts: 777
Joined: 20 Dec 2010, 16:46

Re: Linux package testing

Postby KroArtem » 08 Jan 2012, 15:47

Hello Edward_Lii,
if I run these commands, I still see black screen instead of the menu.
KroArtem
 
Posts: 375
Joined: 26 Aug 2010, 19:04

Re: Linux package testing

Postby Edward_Lii » 08 Jan 2012, 15:50

Hello KroArtem,

KroArtem {l Wrote}:Hello Edward_Lii,
if I run these commands, I still see black screen instead of the menu.

:( , the files should be in place and it should be able to run.
Could you run this command:
{l Code}: {l Select All Code}
strace -o mams.log meandmyshadow

It will create a file named mams.log could you upload that file.
I have the feeling it tries to get the files from the wrong directory, but than it should throw an error.
From,
Edward_Lii
User avatar
Edward_Lii
MnMS Moderator
 
Posts: 777
Joined: 20 Dec 2010, 16:46

Re: Linux package testing

Postby KroArtem » 08 Jan 2012, 15:56

Here it is:
Attachments
mams.log
(148.21 KiB) Downloaded 480 times
KroArtem
 
Posts: 375
Joined: 26 Aug 2010, 19:04

Re: Linux package testing

Postby Edward_Lii » 08 Jan 2012, 16:08

Hello KroArtem,

KroArtem {l Wrote}:Here it is:

Had a quick look at it and it looked fine.
But then I found this line near the end:
{l Code}: {l Select All Code}
...
open("/home/artem/.meandmyshadow/levelprogress.txt", O_RDONLY) = -1 ENOENT (No such file or directory)
...

The file levelprogress.txt is very old (somewhere round rev.40) :?
I don't know how it happens but your running an old version.
From,
Edward_Lii
User avatar
Edward_Lii
MnMS Moderator
 
Posts: 777
Joined: 20 Dec 2010, 16:46

Re: Linux package testing

Postby KroArtem » 08 Jan 2012, 16:17

Hello Edward_Lii,
probably, I'm running an old version because you gave me a link to an old version? ;)
http://download.opensuse.org/repositori ... _amd64.deb
It doesn't seem to be 0.2rc1 version.
KroArtem
 
Posts: 375
Joined: 26 Aug 2010, 19:04

Re: Linux package testing

Postby Edward_Lii » 08 Jan 2012, 16:20

Hello KroArtem,

KroArtem {l Wrote}:probably, I'm running an old version because you gave me a link to an old version? ;)
http://download.opensuse.org/repositori ... _amd64.deb
It doesn't seem to be 0.2rc1 version.

Your right, I've looked into it and when I look at the build log it compiles 0.2rc1 but packages 0.1.1?
Part of the build log:
{l Code}: {l Select All Code}
...
... saving built packages
/usr/src/packages/DEBS/meandmyshadow_0.1-1_amd64.deb
/usr/src/packages/SOURCES.DEB/meandmyshadow_0.2rc1.diff.gz
/usr/src/packages/SOURCES.DEB/meandmyshadow_0.2rc1.dsc
/usr/src/packages/SOURCES.DEB/meandmyshadow_0.2rc1.orig.tar.gz
...


Which is very strange since I removed the source archive from the sources?
.deb packages are a nightmare compared to .rpm packages.
It probably has something to do with the changelog, I'm trying some stuff and building new .deb packages.

Stay tuned. ;)
From,
Edward_Lii
User avatar
Edward_Lii
MnMS Moderator
 
Posts: 777
Joined: 20 Dec 2010, 16:46

Re: Linux package testing

Postby Edward_Lii » 08 Jan 2012, 16:25

Hello all,

Edward_Lii {l Wrote}:It probably has something to do with the changelog, I'm trying some stuff and building new .deb packages.

Unbelievable, because I didn't add an entry to the changelog stating that I updated the package to version 0.2rc1 it package V0.1.1. :o
Anyway the new build is ready, here's a link:
download.opensuse.org/repositories/home:/Edward_Iii/Debian_6.0/amd64/meandmyshadow_0.2rc1-1_amd64.deb
From,
Edward_Lii
User avatar
Edward_Lii
MnMS Moderator
 
Posts: 777
Joined: 20 Dec 2010, 16:46

Re: Linux package testing

Postby KroArtem » 08 Jan 2012, 16:34

Thanks, now it seems to be installing fine and working too :)
So it works under ubuntu 11.10 64-bit. Good job!
KroArtem
 
Posts: 375
Joined: 26 Aug 2010, 19:04

Re: Linux package testing

Postby Edward_Lii » 08 Jan 2012, 17:24

Hello KroArtem,

KroArtem {l Wrote}:Thanks, now it seems to be installing fine and working too :)
So it works under ubuntu 11.10 64-bit. Good job!

Thanks for testing! :)
From,
Edward_Lii
User avatar
Edward_Lii
MnMS Moderator
 
Posts: 777
Joined: 20 Dec 2010, 16:46

Re: Linux package testing

Postby ctdabomb » 10 Jan 2012, 19:37

Debian 6.0 (i386),
works for me :cool:
Some people are like slinkies... not really good for anything, but you still can't help smiling when you shove them down the stairs.
ctdabomb
 
Posts: 1075
Joined: 13 Dec 2011, 21:21
Location: halfway there

Re: Linux package testing

Postby Edward_Lii » 11 Jan 2012, 18:26

Hello ctdabomb,

ctdabomb {l Wrote}:Debian 6.0 (i386),
works for me :cool:

Thanks for testing, I think we're going to release 0.2 this weekend.
Rebuilding packages, at least I know the debian builds work fine under Ubuntu. :)
From,
Edward_Lii
User avatar
Edward_Lii
MnMS Moderator
 
Posts: 777
Joined: 20 Dec 2010, 16:46

Re: Linux package testing

Postby ctdabomb » 11 Jan 2012, 18:27

one thing, how do you uninstall?
Some people are like slinkies... not really good for anything, but you still can't help smiling when you shove them down the stairs.
ctdabomb
 
Posts: 1075
Joined: 13 Dec 2011, 21:21
Location: halfway there

Re: Linux package testing

Postby Edward_Lii » 11 Jan 2012, 18:28

Hello ctdabomb,

ctdabomb {l Wrote}:one thing, how do you uninstall?

You want to uninstall! :?

Just kidding, I think you can just remove it from the Synaptic Package manager.
From,
Edward_Lii
User avatar
Edward_Lii
MnMS Moderator
 
Posts: 777
Joined: 20 Dec 2010, 16:46

Who is online

Users browsing this forum: No registered users and 1 guest

cron