Skip to content
This repository has been archived by the owner on Jan 15, 2019. It is now read-only.

[dev.icinga.com #2623] Can't compile icinga-reports-1.7.0 on Ubuntu-12.04 #23

Closed
icinga-migration opened this issue May 18, 2012 · 4 comments
Labels
Milestone

Comments

@icinga-migration
Copy link

This issue has been migrated from Redmine: https://dev.icinga.com/issues/2623

Created by tuxifier on 2012-05-18 10:49:17 +00:00

Assignee: mfriedrich
Status: Resolved (closed on 2012-05-18 13:30:04 +00:00)
Target Version: 1.7
Last Update: 2012-05-18 13:30:04 +00:00 (in Redmine)


Hi folks,

I dunno if this really is a bug, but I cannot configure/make the icinga-reports-1.7.0 tarball.

./configure --with-jasper-server=/data/jasperreports-server-cp-4.5.0 tells me the following:

./configure: line 1682: AM_INIT_AUTOMAKE: command not found
checking build system type... i686-pc-linux-gnu
checking host system type... i686-pc-linux-gnu
checking for jasperserver... configure: creating ./config.status
config.status: creating Makefile

If I continue the import of all the report stuff into jasper server works but then quits with an error. I can also see that some of the replacers (INSTALL, CC,...) aren't filled (might be due to the configure error)

make install:
...

* Japser Reports successfully imported*

/bin/sh: 2: INSTALL: not found
make[1]: ***** [install-jar-files] Error 127
make[1]: Leaving directory `/data/2install/src/icinga-reports-1.7.0'
make: ***** [install] Error 2

If I compile the older version 1.6.0 all works fine.

I also have verified that the automake package is installed

  1. dpkg -l | grep automake
    ii automake 1:1.11.3-1ubuntu2 Tool for generating GNU Standards-compliant Makefiles

Any hints what I am missing?

Attachments

Changesets

2012-05-18 12:52:29 +00:00 by mfriedrich c4e2d2b

generate a valid configure detecting AM_INIT_AUTOMAKE and the install macro correctly

$ rm configure
$ aclocal
$ autoconf

thx formorer for pointing this out!

refs #2623
@icinga-migration
Copy link
Author

Updated by mfriedrich on 2012-05-18 12:01:51 +00:00

  • Target Version changed from 1.7 to 1.7.1

@icinga-migration
Copy link
Author

Updated by mfriedrich on 2012-05-18 12:01:57 +00:00

  • Status changed from New to Assigned
  • Assigned to set to berk

@icinga-migration
Copy link
Author

Updated by mfriedrich on 2012-05-18 13:01:57 +00:00

  • Assigned to changed from berk to mfriedrich

seems that the autoconf generation of configure failed somehow.

https://git.icinga.org/?p=icinga-reports.git;a=commit;h=c4e2d2b686eada065066b36bf5080640e0f58cbf

@icinga-migration
Copy link
Author

Updated by mfriedrich on 2012-05-18 13:30:04 +00:00

  • Status changed from Assigned to Resolved
  • Target Version changed from 1.7.1 to 1.7
  • Done % changed from 0 to 100

revised package can be downloaded from sourceforge. thanks for the feedback!

https://sourceforge.net/projects/icinga/files/icinga-reporting/1.7.0/?

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

No branches or pull requests

1 participant