Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
Minecraft (ebuild to build deps from source!)
View unanswered posts
View posts from last 24 hours

Goto page Previous  1, 2, 3, 4, 5, 6, 7, 8, 9, 10  
Reply to topic    Gentoo Forums Forum Index Gamers & Players
View previous topic :: View next topic  
Author Message
Phluffy
n00b
n00b


Joined: 08 Dec 2008
Posts: 39
Location: Englewood, Co

PostPosted: Thu Oct 25, 2012 10:00 pm    Post subject: Reply with quote

Minecraft 1.4.2 is out :D
Is this still maintained?
_________________
Regards,
Phluffy
Back to top
View user's profile Send private message
cohone
Tux's lil' helper
Tux's lil' helper


Joined: 27 Mar 2006
Posts: 113

PostPosted: Fri Oct 26, 2012 11:25 am    Post subject: Reply with quote

Phluffy wrote:
Minecraft 1.4.2 is out :D
Is this still maintained?


When you run the game, it ask for an update, you do not need to emerge the ebuild again.
Back to top
View user's profile Send private message
Ant P.
Veteran
Veteran


Joined: 18 Apr 2009
Posts: 1920
Location: UK

PostPosted: Fri Oct 26, 2012 3:59 pm    Post subject: Reply with quote

For the server you can just rename the ebuild (and have to, since upstream recycles URLs for each version).
Back to top
View user's profile Send private message
Zolcos
n00b
n00b


Joined: 28 Oct 2012
Posts: 25

PostPosted: Tue Nov 13, 2012 1:06 am    Post subject: Reply with quote

Ant P. wrote:
For the server you can just rename the ebuild (and have to, since upstream recycles URLs for each version).

You're talking about the official server right? Is there as easy of a solution for craftbukkit?
Back to top
View user's profile Send private message
Ant P.
Veteran
Veteran


Joined: 18 Apr 2009
Posts: 1920
Location: UK

PostPosted: Tue Nov 20, 2012 3:34 pm    Post subject: Reply with quote

Zolcos wrote:
You're talking about the official server right? Is there as easy of a solution for craftbukkit?

The bare minimum would be to rename the bukkit and craftbukkit ebuilds, then edit $MY_PV in both. I haven't tested this but it looks like it should work.
Back to top
View user's profile Send private message
HyperQuantum
Tux's lil' helper
Tux's lil' helper


Joined: 27 Sep 2005
Posts: 88

PostPosted: Sun Jan 27, 2013 6:13 pm    Post subject: Reply with quote

When installing the latest ebuild of minecraft-server from the overlay (1.3.2), I get a distfile fetch error. Reason for this is that the SRC_URI for the ebuild points to the latest, unversioned, download of the minecraft server, which is no longer 1.3.2.

How can I easily fix this problem? I'd like to have the latest version of the server, not 1.3.2. Is it only a matter of recalculating the ebuild digest or something?
Back to top
View user's profile Send private message
Ant P.
Veteran
Veteran


Joined: 18 Apr 2009
Posts: 1920
Location: UK

PostPosted: Sun Jan 27, 2013 7:23 pm    Post subject: Reply with quote

The ebuild in java-overlay points to an unversioned URL. Here's a fix:

Code:
--- java-overlay/games-server/minecraft-server/minecraft-server-1.3.2.ebuild   2012-09-29 18:31:32.000000000 +0100
+++ local/games-server/minecraft-server/minecraft-server-1.4.7.ebuild   2012-12-28 17:35:16.729676011 +0000
@@ -7,7 +7,7 @@
 
 DESCRIPTION="Official dedicated server for Minecraft"
 HOMEPAGE="http://www.minecraft.net"
-SRC_URI="http://www.minecraft.net/download/minecraft_server.jar -> ${P}.jar"
+SRC_URI="http://assets.minecraft.net/${PV//\./_}/minecraft_server.jar -> ${P}.jar"
 LICENSE="as-is"
 SLOT="0"
 KEYWORDS="~amd64 ~x86"
Back to top
View user's profile Send private message
HyperQuantum
Tux's lil' helper
Tux's lil' helper


Joined: 27 Sep 2005
Posts: 88

PostPosted: Sun Jan 27, 2013 8:44 pm    Post subject: Reply with quote

I had already 'solved' the problem with a hack:
Code:
# cd /usr/portage/distfiles/
# mv minecraft-server-1.3.2.jar._checksum_failure_.DeegP9 minecraft-server-1.4.7.jar
# cd /var/lib/layman/java-overlay/games-server/minecraft-server/
# cp minecraft-server-1.3.2.ebuild minecraft-server-1.4.7.ebuild
# ebuild minecraft-server-1.4.7.ebuild digest
# emerge -avut minecraft-server
Back to top
View user's profile Send private message
Chewi
l33t
l33t


Joined: 01 Sep 2003
Posts: 742
Location: Perth, Scotland

PostPosted: Sun Jan 27, 2013 9:03 pm    Post subject: Reply with quote

I've actually just updated the overlay and made the SRC_URI change. Sorry for the trouble but the fact is I don't play the game any more.
Back to top
View user's profile Send private message
Chewi
l33t
l33t


Joined: 01 Sep 2003
Posts: 742
Location: Perth, Scotland

PostPosted: Sun Feb 03, 2013 10:19 pm    Post subject: Reply with quote

The Bukkit ebuilds have been updated. Many thanks to Robert Förster for doing the work and adding a systemd enchancement. It was a simple bump this time but you never know that until you try it.
Back to top
View user's profile Send private message
cravengemetzel
n00b
n00b


Joined: 12 Mar 2012
Posts: 40

PostPosted: Sat Mar 09, 2013 3:56 pm    Post subject: Reply with quote

Hi, I had installed Minecraft via Wine and started a thread because I found it ridiculously slow and unplayable, to which it was suggested that I install minecraft from the java-overlay. I did this, attempted to log in with my credentials, where the launcher told me that it was not downloaded (as expected). I checked out the installation folder, ~/.minecraft and compared it with the folder that Wine installed it into, found that it had a few similar files in ~/.minecraft, ~/.minecraft/bin and ~/.minecraft/natives, but that many were missing so I copied the missing files from the Wine installation to the ~/.minecraft folder (I have no idea if this was the proper way of doing this), leaving ~/.minecraft/bin/lwgl.jar and ~/.minecraft/bin/natives untouched as these were already installed (so I assumed that this was the part that was compiled natively for linux).

Minecraft is launching, but it is still just as slow and unplayable as it was with Wine. This isn't due to low hardware specs as my laptop is a beast (quad-core cpu, 8gb ram, 2gb dedicated DDR3 memory for graphics). What should I do? Thanks.


EDIT: I posted a thread with more specific information about about my problem here
http://forums.gentoo.org/viewtopic-p-7261770.html#7261770
Back to top
View user's profile Send private message
Yminus
Tux's lil' helper
Tux's lil' helper


Joined: 06 Jan 2008
Posts: 144

PostPosted: Sat Apr 27, 2013 10:40 pm    Post subject: Reply with quote

I am completely new to minecraft and I do not know how to get it started.

I emerged the minecraft ebuild and
Code:
minecraft
starts the minecraft launcher.

Then I saw the "Need account?" link, created an account and verified my e-mail. But still logins (with e-mail address and password) are failing. I also read the previous comment and learned I first have to download minecraft? But where should it be downloaded to? It would be nice if the post installation message would contain some hints so someone like me who never played minecraft before learns how to get started.

I also tried to play the minecraft demo in the browser, but nothing happens after the download completes. The demo just freezes.

Edit: I found the "Play offline" Button in minecraft launcher. Playing offline works.
_________________
Göögle is evil!
To protect your privacy search the net with
https://www.ixquick.com
Back to top
View user's profile Send private message
Chewi
l33t
l33t


Joined: 01 Sep 2003
Posts: 742
Location: Perth, Scotland

PostPosted: Sun Apr 28, 2013 7:32 am    Post subject: Reply with quote

I forget the exact process now, it's been so long. Have you actually bought the game? It's not free! You don't need to manually download anything, that's what the ebuild is for.
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Gamers & Players All times are GMT
Goto page Previous  1, 2, 3, 4, 5, 6, 7, 8, 9, 10
Page 10 of 10

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum