Opened 12 years ago
Closed 12 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)
Change History (8)
Changed 12 years ago by bikehead@…
comment:1 Changed 12 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:4 Changed 12 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 follow-up: 6 Changed 12 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 Changed 12 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 12 years ago by ryandesign (Ryan Carsten Schmidt)
Resolution: | → fixed |
---|---|
Status: | new → closed |
log of build