unixorn / luggage

Project to automate OS X package creation without using the packagemaker GUI

Home Page:https://github.com/unixorn/luggage/wiki

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Dependencies out of order/possible omissions?

arubdesu opened this issue · comments

I was getting errors trying to push man pages in man5 and man8 when re-wrapping puppet,

install: l_usr_man_man5: No such file or directory
make[2]: *** [pack-man5-puppet.conf.5.gz] Error 71

Tweaks I made may have uncovered things that were overlooked, but I can't be sure as I don't fully understand all of the inner workings.

These are the three things I changed which cleared my errors:

  • Line 308 references l_usr_share, which doesn't show up until 358, so I swapped it to earlier
  • Lines 586 through 610 don't have "%" before the l_usr_man* statement
  • Each line from 590 on that ends with a path all point to man8

I've posted a pastie(for now) which incorporates certain changes from glarizza's huronschools fork: http://pastie.org/private/5yfoburcof0a5r5comjwa

Ack. An embarrassing mistake - I made the man8 stanzas for a package I had that needed it, then copy-pasted the other ones and screwed up the paths. Try pulling the current version and see if it fixes it.