accre / lstore

LStore - A fault-tolerant, performant distributed data storage framework.
http://www.lstore.org
Apache License 2.0
4 stars 5 forks source link

Change to czmq name borks debian #37

Closed PerilousApricot closed 8 years ago

PerilousApricot commented 8 years ago

Commit 1351ee3be4bf440494ff932203514bc32910b7a0 breaks debian-based builds example:

Selecting previously unselected package lstore.
(Reading database ... 20074 files and directories currently installed.)
Preparing to unpack .../lstore-1.0.0-1_all.deb ...
Unpacking lstore (1.0.0) ...
dpkg: dependency problems prevent configuration of lstore:
 lstore depends on libczmq3; however:
  Package libczmq3 is not installed.

dpkg: error processing package lstore (--install):
 dependency problems - leaving unconfigured
Errors were encountered while processing:
 lstore

Mind looking at and/or reverting it, @hellermf?

PerilousApricot commented 8 years ago

FWIW: The additional commit returns the same error 8070682f1e4298936333ebf5aaa3d231442aff0f/log.

PerilousApricot commented 8 years ago

I tested reverting both commits in https://github.com/accre/lstore-release/pull/38 and the build works again. Not sure what the difference is between our setups, though.

PerilousApricot commented 8 years ago

Appears to be resolved.