Opened 11 years ago

Closed 11 years ago

#37593 closed defect (fixed)

ntop fails to build with failures in the configuration due to outdated macros (among other things)

Reported by: bikehead@… Owned by: markd@…
Priority: Normal Milestone:
Component: ports Version: 2.1.2
Keywords: Cc: limbo@…, ryandesign (Ryan Carsten Schmidt)
Port: ntop

Description

When I do "sudo port install ntop", it fails do to configure failures. The first complaint is about the use of an outdated "AM_CONFIG_HEADER" macro and seems to go downhill from there.

I've attached the log output

Attachments (1)

main.log (95.1 KB) - added by bikehead@… 11 years ago.
log of build

Download all attachments as: .zip

Change History (8)

Changed 11 years ago by bikehead@…

Attachment: main.log added

log of build

comment:1 Changed 11 years ago by jmroot (Joshua Root)

Owner: changed from macports-tickets@… to markd@…
Port: ntop added

Please remember to fill in the Port field and Cc the maintainer.

comment:2 Changed 11 years ago by limbo@…

Cc: limbo@… added

Cc Me!

comment:3 Changed 11 years ago by limbo@…

Same issue here. Pretty much the same log output.

comment:4 in reply to:  description Changed 11 years ago by netfortius@…

Replying to bikehead@…:

When I do "sudo port install ntop", it fails do to configure failures. The first complaint is about the use of an outdated "AM_CONFIG_HEADER" macro and seems to go downhill from there.

I've attached the log output

+1 here.

comment:5 Changed 11 years ago by neverpanic (Clemens Lang)

AM_CONFIG_HEADER was deprecated and finally removed in automake 1.13. It will, however, be added back in automake 1.13.2. So we can either

  • wait, or
  • replace it with AM_CONFIG_HEADERS.

comment:6 in reply to:  5 Changed 11 years ago by ryandesign (Ryan Carsten Schmidt)

Cc: ryandesign@… added

Replying to cal@…:

  • replace it with AM_CONFIG_HEADERS.

No, it's AC_CONFIG_HEADERS.

A new version 5.0.1 is available but it does not fix this problem.

comment:7 Changed 11 years ago by ryandesign (Ryan Carsten Schmidt)

Resolution: fixed
Status: newclosed
Note: See TracTickets for help on using tickets.