bernd / fpm-recipes

My collection of fpm-cookery recipes.
145 stars 44 forks source link

Issues with Erlang package requirements #24

Closed sepulworld closed 10 years ago

sepulworld commented 10 years ago

===> Verifying build_depends and depends with Puppet ===> Verifying package: libncurses5-dev ===> Verifying package: libssl-dev ===> Verifying package: libc6-dev-i386 ===> Verifying package: openssl ===> Missing/wrong version packages: libncurses5-dev, libssl-dev, libc6-dev-i386, openssl ===> Running as root; installing missing/wrong version build_depends and depends with Puppet ===> Installing package: libncurses5-dev FATAL: While processing depends package 'libncurses5-dev': FATAL: Mac OS X PKG DMG's must specify a package source. FATAL: change from absent to present failed: Mac OS X PKG DMG's must specify a package source.

Running with RVM, ruby 1.9.3

puppet --version 3.2.4

sepulworld commented 10 years ago

Appears to be an issue with how ./lib/fpm/cookery/dependency_inspector.rb runs the Puppet package install command.

sepulworld commented 10 years ago

Ah, nevermind this recipe was written for builds on a Debian/Ubuntu system. I will fork and update for Mac.