Bug 1674689 - belle-sip: FTBFS in Fedora rawhide/f30
Summary: belle-sip: FTBFS in Fedora rawhide/f30
Keywords:
Status: CLOSED ERRATA
Alias: None
Product: Fedora
Classification: Fedora
Component: belle-sip
Version: rawhide
Hardware: Unspecified
OS: Unspecified
unspecified
unspecified
Target Milestone: ---
Assignee: nucleo
QA Contact: Fedora Extras Quality Assurance
URL:
Whiteboard:
Depends On:
Blocks: F30FTBFS
TreeView+ depends on / blocked
 
Reported: 2019-02-11 16:52 UTC by Fedora Release Engineering
Modified: 2023-09-14 04:46 UTC (History)
2 users (show)

Fixed In Version: belle-sip-1.4.2-9.fc30 belle-sip-1.4.2-9.fc29
Doc Type: If docs needed, set a value
Doc Text:
Clone Of:
Environment:
Last Closed: 2019-08-01 02:59:50 UTC
Type: ---
Embargoed:


Attachments (Terms of Use)
build.log (1.00 KB, text/plain)
2019-02-11 16:52 UTC, Fedora Release Engineering
no flags Details
root.log (1.00 KB, text/plain)
2019-02-11 16:52 UTC, Fedora Release Engineering
no flags Details
state.log (629 bytes, text/plain)
2019-02-11 16:52 UTC, Fedora Release Engineering
no flags Details

Description Fedora Release Engineering 2019-02-11 16:52:46 UTC
belle-sip failed to build from source in Fedora rawhide/f30

https://koji.fedoraproject.org/koji/taskinfo?taskID=32368420


For details on the mass rebuild see:

https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild
Please fix belle-sip at your earliest convenience and set the bug's status to
ASSIGNED when you start fixing it. If the bug remains in NEW state for 8 weeks,
belle-sip will be orphaned. Before branching of Fedora 31,
belle-sip will be retired, if it still fails to build.

For more details on the FTBFS policy, please visit:
https://fedoraproject.org/wiki/Fails_to_build_from_source

Comment 1 Fedora Release Engineering 2019-02-11 16:52:48 UTC
Created attachment 1529369 [details]
build.log

file build.log too big, will only attach last 1024 bytes

Comment 2 Fedora Release Engineering 2019-02-11 16:52:49 UTC
Created attachment 1529370 [details]
root.log

file root.log too big, will only attach last 1024 bytes

Comment 3 Fedora Release Engineering 2019-02-11 16:52:50 UTC
Created attachment 1529371 [details]
state.log

Comment 4 Fedora Release Engineering 2019-04-26 23:25:01 UTC
Dear Maintainer,

your package has not been built successfully in f30. Action is required from you.

If you can fix your package to build, perform a build in koji, and either create
an update in bodhi, or close this bug without creating an update, if updating is
not appropriate [1]. If you are working on a fix, set the status to ASSIGNED to
acknowledge this. Following the latest policy for such packages [2], your package
can be orphaned if this bug remains in NEW state more than 8 weeks.

[1] https://fedoraproject.org/wiki/Updates_Policy
[2] https://docs.fedoraproject.org/en-US/fesco/Fails_to_build_from_source_Fails_to_install/

Comment 5 Stuart D Gathman 2019-05-27 22:07:11 UTC
Working through patches for 1.4.2.  1.6.3 includes fixes for a number of the patches - but requires bctools (as does linphone).  Looks like we need a bctools package.

Comment 6 Stuart D Gathman 2019-05-27 22:49:07 UTC
This is some really questionable code in dns.c:

...
        int:16; /* tcp padding */

        union {
                struct dns_header header;
                unsigned char data[1];
        };
}; /* struct dns_packet */

...

        so->query->data[-2] = 0xff & (so->query->end >> 8);
        so->query->data[-1] = 0xff & (so->query->end >> 0);
...

The coder knows that there will be at least 16 bits before data - but the compiler is understandably upset.

Comment 7 Stuart D Gathman 2019-05-27 23:40:06 UTC
I have belle-sip-1.4.2 building again on f29.

Comment 8 Stuart D Gathman 2019-05-28 00:25:33 UTC
Building on f30.  Will push changes and submit builds given access.  Does anything else besides linphone use belle-sip? (There must be a way to ask dnf ...)

Comment 9 Fedora Update System 2019-05-29 01:16:43 UTC
FEDORA-2019-00b5270fe9 has been submitted as an update to Fedora 29. https://bodhi.fedoraproject.org/updates/FEDORA-2019-00b5270fe9

Comment 10 Fedora Update System 2019-05-30 13:57:32 UTC
belle-sip-1.4.2-9.fc30 has been pushed to the Fedora 30 testing repository. If problems still persist, please make note of it in this bug report.
See https://fedoraproject.org/wiki/QA:Updates_Testing for
instructions on how to install test updates.
You can provide feedback for this update here: https://bodhi.fedoraproject.org/updates/FEDORA-2019-a31e713c13

Comment 11 Fedora Update System 2019-05-30 15:34:44 UTC
belle-sip-1.4.2-9.fc29 has been pushed to the Fedora 29 testing repository. If problems still persist, please make note of it in this bug report.
See https://fedoraproject.org/wiki/QA:Updates_Testing for
instructions on how to install test updates.
You can provide feedback for this update here: https://bodhi.fedoraproject.org/updates/FEDORA-2019-00b5270fe9

Comment 12 Fedora Update System 2019-08-01 02:59:50 UTC
belle-sip-1.4.2-9.fc30 has been pushed to the Fedora 30 stable repository. If problems still persist, please make note of it in this bug report.

Comment 13 Fedora Update System 2019-08-01 03:50:55 UTC
belle-sip-1.4.2-9.fc29 has been pushed to the Fedora 29 stable repository. If problems still persist, please make note of it in this bug report.

Comment 14 Red Hat Bugzilla 2023-09-14 04:46:46 UTC
The needinfo request[s] on this closed bug have been removed as they have been unresolved for 1000 days


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