Bug 1306222 - loudmouth: FTBFS in rawhide
Summary: loudmouth: FTBFS in rawhide
Keywords:
Status: CLOSED RAWHIDE
Alias: None
Product: Fedora
Classification: Fedora
Component: loudmouth
Version: rawhide
Hardware: Unspecified
OS: Unspecified
unspecified
unspecified
Target Milestone: ---
Assignee: Peter Robinson
QA Contact: Fedora Extras Quality Assurance
URL:
Whiteboard:
Depends On:
Blocks: F24FTBFS
TreeView+ depends on / blocked
 
Reported: 2016-02-10 11:04 UTC by Fedora Release Engineering
Modified: 2016-02-23 18:12 UTC (History)
7 users (show)

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2016-02-23 18:12:07 UTC
Type: ---


Attachments (Terms of Use)
build.log (53.46 KB, text/plain)
2016-02-10 11:04 UTC, Fedora Release Engineering
no flags Details
root.log (70.24 KB, text/plain)
2016-02-10 11:05 UTC, Fedora Release Engineering
no flags Details
state.log (625 bytes, text/plain)
2016-02-10 11:05 UTC, Fedora Release Engineering
no flags Details
Patch for rawhide (2.04 KB, patch)
2016-02-19 05:49 UTC, Yaakov Selkowitz
no flags Details | Diff

Description Fedora Release Engineering 2016-02-10 11:04:54 UTC
Your package loudmouth failed to build from source in current rawhide.

http://koji.fedoraproject.org/koji/taskinfo?taskID=12803204

For details on mass rebuild see https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild

Comment 1 Fedora Release Engineering 2016-02-10 11:04:59 UTC
Created attachment 1122736 [details]
build.log

Comment 2 Fedora Release Engineering 2016-02-10 11:05:02 UTC
Created attachment 1122737 [details]
root.log

Comment 3 Fedora Release Engineering 2016-02-10 11:05:05 UTC
Created attachment 1122738 [details]
state.log

Comment 4 Yaakov Selkowitz 2016-02-19 05:49:28 UTC
Created attachment 1128450 [details]
Patch for rawhide

- Work around gtk-doc breakage in tarball (#1306222)
- Disable -Werror in release tarball

Those are from an epel7 build, and the 1.5.2 tarball is indeed broken,
but on f24 there is also the following:

lm-sock.c: In function '_lm_sock_get_local_host':
lm-sock.c:365:33: error: dereferencing type-punned pointer will break strict-aliasing rules [-Werror=strict-aliasing]
         sock_addr = & (((struct sockaddr_in *) &addr_info)->sin_addr);
                                 ^~~~~~~~~~~
lm-sock.c:368:33: error: dereferencing type-punned pointer will break strict-aliasing rules [-Werror=strict-aliasing]
         sock_addr = & (((struct sockaddr_in6 *) &addr_info)->sin6_addr);
                                 ^~~~~~~~~~~~

The logic to not use -Werror in release tarballs is also broken.

Comment 5 Fabio Alessandro Locati 2016-02-21 11:15:48 UTC
Thanks a lot Yaakov Selkowitz :). It builded properly (http://koji.fedoraproject.org/koji/buildinfo?buildID=737487)

I've committed it in EPEL7 branch (I don't have ACL for Fedora branches). I'll ping pbrobinson and hopefully he will merge it in rawhide too :)


Note You need to log in before you can comment on or make changes to this bug.