#14415 closed defect (fixed)
tripwire fails to install
Reported by: | chillin- | Owned by: | jmroot (Joshua Root) |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | ports | Version: | 1.6.0 |
Keywords: | Cc: | ||
Port: |
Description
port install tripwire errors out during make, and it appears that its as if you have the wrong version of automake installed... but the workaround/fix is to change the tripwire configure.in file @ line 8 to reflect the version of tripwire you're trying to install (there's another point number at the end missing... just match the version to what port search tripwire spits out), and then it installs fine. hope that made sense!
Change History (5)
comment:1 Changed 17 years ago by chillin-
comment:2 Changed 17 years ago by chillin-
specifically in tripwire's configure.in change line 8: AM_INIT_AUTOMAKE(tripwire, 2.4.1)
to
AM_INIT_AUTOMAKE(tripwire, 2.4.1.2)
and it installs w/o hitch
comment:3 Changed 17 years ago by jmroot (Joshua Root)
Milestone: | → Port Bugs |
---|---|
Owner: | changed from macports-tickets@… to jmr@… |
Status: | new → assigned |
Admittedly my autotools-fu is not strong, but running aclocal before configure also seems to fix this and seems more correct.
comment:4 Changed 17 years ago by jmroot (Joshua Root)
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
Fix committed in r34935.
Note: See
TracTickets for help on using
tickets.
er... this is macports 1.6 on leopard server 10.5.2