Greetings,
I am trying to build a new version from rsyslog and the currently used
dependencies:
OS is AIX 7.2
Compiler is xlC
rsyslog-8.2310.0.tar.gz
libfastjson-0.99.9.tar.gz
libestr-0.1.11.tar.gz
librelp-1.11.0.tar.gz
libfastjson is currently throwing an error:
## ---------------------- ##
## Running config.status. ##
## ---------------------- ##
This file was extended by libfastjson config.status 0.99.9, which was
generated by GNU Autoconf 2.69. Invocation command line was
CONFIG_FILES =
CONFIG_HEADERS =
CONFIG_LINKS =
CONFIG_COMMANDS =
$ ./config.status
on HOSTNAME
config.status:1119: creating Makefile
config.status:1119: creating libfastjson.pc
config.status:1119: creating libfastjson-uninstalled.pc
config.status:1119: creating tests/Makefile
config.status:1119: creating config.h
config.status:1348: executing depfiles commands
config.status:1425: cd . && sed -e '/# am--include-marker/d' Makefile
| make -f - am--depfiles
Target "am--depfiles" is up to date.
config.status:1430: $? = 0
config.status:1425: cd tests && sed -e '/# am--include-marker/d' Makefile
| make -f - am--depfiles
"(stdin)", line 1349: make: Dependency line needs colon or double colon
operator.
make: Fatal errors encountered -- cannot continue.
config.status:1430: $? = 2
config.status:1434: error: in
`/opt/freeware/src/packages/SOURCES/libfastjson-0.99.9':
config.status:1436: error: Something went wrong bootstrapping makefile fragments
for automatic dependency tracking. Try re-running configure with the
'--disable-dependency-tracking' option to at least be able to build
the package (albeit without support for automatic dependency tracking).
See `config.log' for more details
I think I made this work with 0.99.8 and a patch
--- ./Makefile.in_original 2017-12-18 12:04:52 +0000
+++ ./Makefile.in 2018-06-12 16:34:34 +0000
@@ -418,7 +418,7 @@
top_builddir = @top_builddir@
top_srcdir = @top_srcdir@
EXTRA_DIST = README.html
-SUBDIRS = . tests
+SUBDIRS = .
lib_LTLIBRARIES = libfastjson.la
noinst_LTLIBRARIES = libfastjson-internal.la
pkgconfigdir = $(libdir)/pkgconfig
This does not seem to work anymore.
And using the '--disable-dependency-tracking ' flag results in this during make:
Target "all-am" is up to date.
Making all in tests
"Makefile", line 1373: make: Dependency line needs colon or double colon
operator.
make: Fatal errors encountered -- cannot continue.
make: The error code from the last command is 1.
Any help is appreciated.
Kind regards
Frank Lindner
________________________________
Vorstand: Univ.-Prof. Dr. Dr. h.c. mult. Wolfgang Holzgreve, MBA,
Vorstandsvorsitzender und Ärztlicher Direktor • Clemens Platzköster,
Kaufmännischer Direktor und Stellv. Vorstandsvorsitzender • Univ.-Prof. Dr.
Bernd Weber, Dekan der Med. Fakultät • Univ.-Prof. Dr. Alexandra Philipsen,
Stellv. Ärztliche Direktorin • Alexander Pröbstl, Vorstand Pflege und
Patientenservice • Aufsichtsratsvorsitzender: Univ.-Prof. Dr. Heinz Reichmann •
Gerichtsstand Bonn • Finanzamt Bonn Innenstadt • USt-IdNr.: DE811917555 •
Bankverbindung: Sparkasse KölnBonn • BIC COLSDE33 • IBAN DE52 3705 0198 0010
6506 61
_______________________________________________
rsyslog mailing list
https://lists.adiscon.net/mailman/listinfo/rsyslog
http://www.rsyslog.com/professional-services/
What's up with rsyslog? Follow https://twitter.com/rgerhards
NOTE WELL: This is a PUBLIC mailing list, posts are ARCHIVED by a myriad of
sites beyond our control. PLEASE UNSUBSCRIBE and DO NOT POST if you DON'T LIKE
THAT.