stevenremot / roguel-ike

Coffee-break roguelike for Emacs
GNU General Public License v3.0
24 stars 4 forks source link

Broken on Melpa #2

Closed jordonbiondo closed 10 years ago

jordonbiondo commented 10 years ago

Just installed from Melpa and it seems like some files are missing or some paths are messed up. There is no trace of roguel-ike-lib on my machine after install.

Here's a snip of the compile log:

roguel-ike.el:80:1:Error: Cannot open load file: roguel-ike-lib/dispatcher
Leaving directory `[redacted-path]/.emacs.d/elpa/roguel-ike-20140211.357/'

Compiling file [redacted-path]/.emacs.d/elpa/roguel-ike-20140211.357/roguel-ike/behaviour.el at Tue Feb 11 08:30:53 2014
Entering directory `[redacted-path]/.emacs.d/elpa/roguel-ike-20140211.357/roguel-ike/'
behaviour.el:28:1:Error: Cannot open load file: roguel-ike-lib/dispatcher

Compiling file [redacted-path]/.emacs.d/elpa/roguel-ike-20140211.357/roguel-ike/buffer-manager.el at Tue Feb 11 08:30:53 2014

Compiling file [redacted-path]/.emacs.d/elpa/roguel-ike-20140211.357/roguel-ike/controller.el at Tue Feb 11 08:30:53 2014
controller.el:25:1:Error: Cannot open load file: roguel-ike-lib/dispatcher

Compiling file [redacted-path]/.emacs.d/elpa/roguel-ike-20140211.357/roguel-ike/custom.el at Tue Feb 11 08:30:53 2014

Compiling file [redacted-path]/.emacs.d/elpa/roguel-ike-20140211.357/roguel-ike/entity.el at Tue Feb 11 08:30:53 2014
entity.el:29:1:Error: Cannot open load file: roguel-ike-lib/dispatcher

Compiling file [redacted-path]/.emacs.d/elpa/roguel-ike-20140211.357/roguel-ike/fov.el at Tue Feb 11 08:30:53 2014
fov.el:29:1:Error: Cannot open load file: roguel-ike-lib/fov

Compiling file [redacted-path]/.emacs.d/elpa/roguel-ike-20140211.357/roguel-ike/game-screen.el at Tue Feb 11 08:30:53 2014

Compiling file [redacted-path]/.emacs.d/elpa/roguel-ike-20140211.357/roguel-ike/game.el at Tue Feb 11 08:30:53 2014
game.el:28:1:Error: Cannot open load file: roguel-ike-lib/dispatcher

Compiling file [redacted-path]/.emacs.d/elpa/roguel-ike-20140211.357/roguel-ike/hero-data.el at Tue Feb 11 08:30:53 2014

Compiling file [redacted-path]/.emacs.d/elpa/roguel-ike-20140211.357/roguel-ike/interactive-object.el at Tue Feb 11 08:30:53 2014

Compiling file [redacted-path]/.emacs.d/elpa/roguel-ike-20140211.357/roguel-ike/level.el at Tue Feb 11 08:30:53 2014

Compiling file [redacted-path]/.emacs.d/elpa/roguel-ike-20140211.357/roguel-ike/message-logger.el at Tue Feb 11 08:30:53 2014

Compiling file [redacted-path]/.emacs.d/elpa/roguel-ike-20140211.357/roguel-ike/mode.el at Tue Feb 11 08:30:53 2014

Compiling file [redacted-path]/.emacs.d/elpa/roguel-ike-20140211.357/roguel-ike/path-finding.el at Tue Feb 11 08:30:53 2014
path-finding.el:27:1:Error: Cannot open load file: roguel-ike-lib/path-finding
stevenremot commented 10 years ago

Thank you for the notification!

I created a new directory to solve issue #1, and I forgot to update my melpa recipe.

I modified my package definition in melpa's repository here: https://github.com/stevenremot/melpa/commit/9d024745a490b5fff961fb28c0f877a552f4cc0b

Now we just have to wait for the pull request acceptation and the update of the melpa's servers. I will close this issue when I can install it from melpa.

jordonbiondo commented 10 years ago

Wonderful, looking forward to playing!

stevenremot commented 10 years ago

Hope you will enjoy even if it still lacks a few things!

stevenremot commented 10 years ago

It works now. Enjoy!