Opened 16 years ago

Closed 16 years ago

Last modified 15 years ago

#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 16 years ago by chillin-

er... this is macports 1.6 on leopard server 10.5.2

comment:2 Changed 16 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 16 years ago by jmroot (Joshua Root)

Milestone: Port Bugs
Owner: changed from macports-tickets@… to jmr@…
Status: newassigned

Admittedly my autotools-fu is not strong, but running aclocal before configure also seems to fix this and seems more correct.

comment:4 Changed 16 years ago by jmroot (Joshua Root)

Resolution: fixed
Status: assignedclosed

Fix committed in r34935.

comment:5 Changed 15 years ago by (none)

Milestone: Port Bugs

Milestone Port Bugs deleted

Note: See TracTickets for help on using tickets.