Bug 434144
| Summary: | haproxy failed massrebuild attempt for GCC 4.3 | ||
|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | Jesse Keating <jkeating> |
| Component: | haproxy | Assignee: | Jeremy Hinegardner <jeremy> |
| Status: | CLOSED RAWHIDE | QA Contact: | Fedora Extras Quality Assurance <extras-qa> |
| Severity: | medium | Docs Contact: | |
| Priority: | medium | ||
| Version: | rawhide | CC: | dcantrell |
| Target Milestone: | --- | ||
| Target Release: | --- | ||
| Hardware: | All | ||
| OS: | Linux | ||
| Whiteboard: | |||
| Fixed In Version: | 1.3.14.2-4 | Doc Type: | Bug Fix |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2008-03-01 21:04:55 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: | |||
| Bug Depends On: | |||
| Bug Blocks: | 433629 | ||
|
Description
Jesse Keating
2008-02-22 13:09:59 UTC
Errors in x86_64 build.log
In file included from /usr/include/linux/netfilter_ipv4.h:8,
from include/common/compat.h:66,
from src/haproxy.c:64:
/usr/include/linux/netfilter.h:41: error: expected specifier-qualifier-list
before '__be32'
In file included from include/common/compat.h:66,
from src/haproxy.c:64:
/usr/include/linux/netfilter_ipv4.h:53: error: 'INT_MIN' undeclared here (not in
a function)
/usr/include/linux/netfilter_ipv4.h:63: error: 'INT_MAX' undeclared here (not in
a function)
In file included from /usr/include/linux/netfilter_ipv4.h:8,
from include/common/compat.h:66,
from include/types/acl.h:25,
from include/types/proxy.h:38,
from include/proto/log.h:32,
from src/standard.c:24:
/usr/include/linux/netfilter.h:41: error: expected specifier-qualifier-list
before '__be32'
In file included from /usr/include/linux/netfilter_ipv4.h:8,
from include/common/compat.h:66,
from include/types/acl.h:25,
from include/types/proxy.h:38,
from include/types/session.h:36,
from src/log.c:32:
/usr/include/linux/netfilter.h:41: error: expected specifier-qualifier-list
before '__be32'
I have a patch to fix it, sent it to the haproxy developer to see if it meets with his approval. I would imagine there will be a new release of haproxy or I'll package the patch with the src rpm. |