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

[dev.icinga.com #11044] configure tries to process obsolete .in file #1570

Closed
icinga-migration opened this issue Jan 27, 2016 · 5 comments
Closed

Comments

@icinga-migration
Copy link

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

Created by mskuta on 2016-01-27 16:24:20 +00:00

Assignee: mskuta
Status: Resolved (closed on 2016-09-22 18:47:19 +00:00)
Target Version: 1.14
Last Update: 2016-09-22 18:47:19 +00:00 (in Redmine)

Icinga Version: 1.13.3
OS Version: Linux

Icinga can still be built, so this bug is not fatal.

Whenever you execute configure a warning is printed:

$ cd icinga-core
$ ./configure 1>/dev/null
readline() on closed filehandle IN at subst line 22.
$

This is caused by configure calling subst to process sample-config/cgiauth.cfg.in, but this file was removed during the fix for #6831.

Attachments

Changesets

2016-09-22 18:47:07 +00:00 by mskuta df9ccca

Do not try to process obsolete .in file

Template sample-config/cgiauth.cfg.in was deleted in fix for #6831,
but `configure` still attempts to process it.

Single quotes in `subst` were replaced, because Perl does only expand
variables within strings that are enclosed in double quotes.

fixes #11044

Signed-off-by: Michael Friedrich <michael.friedrich@netways.de>
@icinga-migration
Copy link
Author

Updated by mskuta on 2016-01-27 16:26:42 +00:00

  • File added 0001-Do-not-try-to-process-obsolete-.in-file.patch

I would be glad if you would review and add my patch.

@icinga-migration
Copy link
Author

Updated by mskuta on 2016-02-04 14:45:56 +00:00

  • File added 0002-Remove-references-to-cgiauth.cfg.patch

Because sample-config/cgiauth.cfg.in does not exist anymore, the file cgiauth.cfg is not produced. This was one of the intentions of the fix for #6831. But there are still references to this configuration file left, which causes for example the make targets "install-cgiconf" and "install-config" to fail. The attached follow-up patch removes these references.

@icinga-migration
Copy link
Author

Updated by mfriedrich on 2016-04-14 14:38:48 +00:00

  • Target Version set to 1.14

@icinga-migration
Copy link
Author

Updated by mfriedrich on 2016-09-22 18:42:52 +00:00

  • Category set to Installation
  • Status changed from New to Assigned
  • Assigned to set to mskuta

@icinga-migration
Copy link
Author

Updated by mskuta on 2016-09-22 18:47:19 +00:00

  • Status changed from Assigned to Resolved
  • Done % changed from 0 to 100

Applied in changeset df9ccca.

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

No branches or pull requests

1 participant