Minetest

Play with your Puppy.
Message
Author
Eldon
Posts: 110
Joined: Thu 09 Sep 2010, 19:29
Contact:

#16 Post by Eldon »

daniell61 wrote: HOWEVER these dependencies are missing: file /usr/bin/minetest has these missing library files:libGLU.so.1

The PETget package manager does not know what packages has these libraries (ps im a linux newb :P )
http://wellminded.com/puppy/pupsearch.html can help a lot.

As for missing libs, download this 60mb file http://www.smokey01.com/ttuuxxx/other/L ... -links.tar

Find the lib you're looking for if it's there and extract to /usr/lib/

GLU is opengl I think, so it may get fixed if you make sure you have mesa installed (IF you have an Intel integrated graphics processor).

User avatar
JSonic
Posts: 37
Joined: Sun 21 Aug 2011, 17:59
Location: Finland

Minetest 0.4.3

#17 Post by JSonic »

So, here it is: http://koti.mbnet.fi/juhani4/files/mine ... 3-i686.pet.
Biggest changes:
* No translations this time (I was too lazy)
* Built with Precise Puppy
daniell61 wrote: HOWEVER these dependencies are missing: file /usr/bin/minetest has these missing library files:libGLU.so.1
I'm pretty sure libGLU.so.1 is something graphics (driver) related, check if you have it installed properly. Please also test with this new version!

User avatar
game sfs
Posts: 47
Joined: Mon 01 Oct 2012, 23:31

#18 Post by game sfs »

minetest: error while loading shared libraries: libjpeg.so.8: cannot open shared object file: No such file or directory
[img]http://images2.fanpop.com/image/photos/12400000/Dog-animated-dogs-12437677-181-143.gif[/img]

muggins
Posts: 6724
Joined: Fri 20 Jan 2006, 10:44
Location: hobart

#19 Post by muggins »

error while loading shared libraries: libjpeg.so.8
Shouldn't be difficult problem to resolve...but would be useful to know which puppy you're using???

User avatar
game sfs
Posts: 47
Joined: Mon 01 Oct 2012, 23:31

#20 Post by game sfs »

muggins wrote:
error while loading shared libraries: libjpeg.so.8
Shouldn't be difficult problem to resolve...but would be useful to know which puppy you're using???
Lucid Puppy 5.2.8 USB
Mobile INTEL 945
[img]http://images2.fanpop.com/image/photos/12400000/Dog-animated-dogs-12437677-181-143.gif[/img]

User avatar
sunburnt
Posts: 5090
Joined: Wed 08 Jun 2005, 23:11
Location: Arizona, U.S.A.

#21 Post by sunburnt »

game sfs; I`ve had to install that lib. to my Puppy 528 also.

I`m surprised it doesn`t already have it, it`s a well used lib.

### JSonic; Is it okay if I make a AppPkg from your MineTest game?

User avatar
JSonic
Posts: 37
Joined: Sun 21 Aug 2011, 17:59
Location: Finland

#22 Post by JSonic »

sunburnt wrote:### JSonic; Is it okay if I make a AppPkg from your MineTest game?
Please, go ahead, that's perfectly okay :)

game sfs: Did you find that library?

User avatar
game sfs
Posts: 47
Joined: Mon 01 Oct 2012, 23:31

#23 Post by game sfs »

JSonic wrote:game sfs: Did you find that library?
No !
:P
[img]http://images2.fanpop.com/image/photos/12400000/Dog-animated-dogs-12437677-181-143.gif[/img]

User avatar
JSonic
Posts: 37
Joined: Sun 21 Aug 2011, 17:59
Location: Finland

#24 Post by JSonic »

So could you please run this in terminal (urxvt, ROXterm) to see if there's more libraries not found:

Code: Select all

ldd /usr/bin/minetest | grep "not found"
If there's many of them missing, I'll consider doing a build using an older Puppy version.

Btw, with Precise Puppy this would work without library problems, but I'm willing to support older Puppies too.

User avatar
game sfs
Posts: 47
Joined: Mon 01 Oct 2012, 23:31

#25 Post by game sfs »

JSonic wrote:So could you please run this in terminal (urxvt, ROXterm) to see if there's more libraries not found:

Code: Select all

ldd /usr/bin/minetest | grep "not found"
If there's many of them missing, I'll consider doing a build using an older Puppy version.

Btw, with Precise Puppy this would work without library problems, but I'm willing to support older Puppies too.
ldd /usr/bin/minetest | grep "not found"
/usr/bin/minetest: /lib/libm.so.6: version `GLIBC_2.15' not found (required by /usr/bin/minetest)
/usr/bin/minetest: /usr/lib/libstdc++.so.6: version `GLIBCXX_3.4.15' not found (required by /usr/bin/minetest)
/usr/bin/minetest: /lib/libc.so.6: version `GLIBC_2.15' not found (required by /usr/bin/minetest)
libjpeg.so.8 => not found
[img]http://images2.fanpop.com/image/photos/12400000/Dog-animated-dogs-12437677-181-143.gif[/img]

User avatar
sunburnt
Posts: 5090
Joined: Wed 08 Jun 2005, 23:11
Location: Arizona, U.S.A.

#26 Post by sunburnt »

Wow! Who built that Puppy? Even the C library is missing!

I`d help, but I don`t know what your Puppy was built on.

User avatar
JSonic
Posts: 37
Joined: Sun 21 Aug 2011, 17:59
Location: Finland

#27 Post by JSonic »

game sfs wrote:/usr/bin/minetest: /lib/libm.so.6: version `GLIBC_2.15' not found (required by /usr/bin/minetest)
/usr/bin/minetest: /usr/lib/libstdc++.so.6: version `GLIBCXX_3.4.15' not found (required by /usr/bin/minetest)
/usr/bin/minetest: /lib/libc.so.6: version `GLIBC_2.15' not found (required by /usr/bin/minetest)
sunburnt wrote:Wow! Who built that Puppy? Even the C library is missing!
C library isn't missing but a different version :D

So, I booted Lupu, and here is what I built: Minetest 0.4.3 for Lucid Puppy! I am pretty sure sure it should work (like I was with the previous one :roll:)

User avatar
game sfs
Posts: 47
Joined: Mon 01 Oct 2012, 23:31

#28 Post by game sfs »

JSonic wrote: C library isn't missing but a different version :D

So, I booted Lupu, and here is what I built: Minetest 0.4.3 for Lucid Puppy! I am pretty sure sure it should work (like I was with the previous one :roll:)
The game worked successfully :D
Ty...
[img]http://images2.fanpop.com/image/photos/12400000/Dog-animated-dogs-12437677-181-143.gif[/img]

kaeza
Posts: 51
Joined: Thu 01 Dec 2011, 02:49

#29 Post by kaeza »

Is this package still being maintained?
Version 0.4.6 was just released.
[i]"Courage is not the absence of fear, but rather the judgement that something else is more important than fear."[/i] -- Ambrose Redmoon

User avatar
JSonic
Posts: 37
Joined: Sun 21 Aug 2011, 17:59
Location: Finland

#30 Post by JSonic »

kaeza wrote:Is this package still being maintained?
Version 0.4.6 was just released.
Okay, okay, I'll just boot Puppy :)
A package should follow a bit later...

markreaves
Posts: 41
Joined: Sat 11 Sep 2010, 21:50

#31 Post by markreaves »

JSonic wrote:
kaeza wrote:Is this package still being maintained?
Version 0.4.6 was just released.
Okay, okay, I'll just boot Puppy :)
A package should follow a bit later...
Sweet

kaeza
Posts: 51
Joined: Thu 01 Dec 2011, 02:49

#32 Post by kaeza »

JSonic wrote:
kaeza wrote:Is this package still being maintained?
Version 0.4.6 was just released.
Okay, okay, I'll just boot Puppy :)
A package should follow a bit later...
Thanks!
I'll try to bug the developers to point a link to your version on the homepage once it's done.
EDIT: can you join #minetest @ FreeNode ?
The stuff has changed quite a bit since old 0.4.4, and you may need some help with that.
[i]"Courage is not the absence of fear, but rather the judgement that something else is more important than fear."[/i] -- Ambrose Redmoon

User avatar
JSonic
Posts: 37
Joined: Sun 21 Aug 2011, 17:59
Location: Finland

New version

#33 Post by JSonic »

A package should follow a bit later...
And here it comes. Download Minetest 0.4.6: http://koti.mbnet.fi/juhani4/files/mine ... 6-i686.pet.
More info on the starting post.

User avatar
JSonic
Posts: 37
Joined: Sun 21 Aug 2011, 17:59
Location: Finland

#34 Post by JSonic »

kaeza wrote:I'll try to bug the developers to point a link to your version on the homepage once it's done.
EDIT: can you join #minetest @ FreeNode ?
The stuff has changed quite a bit since old 0.4.4, and you may need some help with that.
Thanks, but there's already a link on the download page.
Stuff has changed, yes, but after I figured out I had to download common mods separately, I got it going. :)

MikeyBrat
Posts: 28
Joined: Sun 30 Dec 2012, 23:08

Minetest

#35 Post by MikeyBrat »

I dl'd it bu one question... How I get those little evil guys to show up in the game?

-frugal precise 5.6.1 usb and frugal precise 5.6.1 old amd something hd (ancient SATA.... 2 of them - complete with gray hairs or maybe fuzz from whatever is growing in there. XD)

Post Reply