Bug 58200
| Summary: | Fails to build | ||
|---|---|---|---|
| Product: | [Retired] Red Hat Raw Hide | Reporter: | Enrico Scholz <rh-bugzilla> |
| Component: | gnucash | Assignee: | Bill Nottingham <notting> |
| Status: | CLOSED RAWHIDE | QA Contact: | |
| Severity: | medium | Docs Contact: | |
| Priority: | medium | ||
| Version: | 1.0 | CC: | rvokal |
| Target Milestone: | --- | ||
| Target Release: | --- | ||
| Hardware: | i386 | ||
| OS: | Linux | ||
| Whiteboard: | |||
| Fixed In Version: | Doc Type: | Bug Fix | |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2002-02-25 23:45:45 UTC | Type: | --- |
| Regression: | --- | Mount Type: | --- |
| Documentation: | --- | CRM: | |
| Verified Versions: | Category: | --- | |
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
| Cloudforms Team: | --- | Target Upstream Version: | |
| Embargoed: | |||
|
Description
Enrico Scholz
2002-01-10 23:14:47 UTC
Still in gnucash-1.6.5-3.src.rpm There were files missing in the upstream tarball. ... that cause breakages with newer automake/autoconf. I do not see where the problem lies. 'autoconf' will be called in the current package in %build and works with autoconf-2.52-7 and automake-1.5-8. Therefore, removing the two | src/optional/swig/Makefile | src/optional/swig/examples/Makefile lines from AC_OUTPUT in configure.in will not break anything. ----- A quick & dirty hack without patching would be | p=src/optional/swig | mkdir -p $p/examples | touch $p/Makefile.in $p/examples/Makefile.in in the %setup or early %build section of the .spec-file. Should be fixed with current packages, certainly with 1.7.5-1. |