Note: This is a public test instance of Red Hat Bugzilla. The data contained within is a snapshot of the live data so any changes you make will not be reflected in the production Bugzilla. Email is disabled so feel free to test any aspect of the site that you want. File any problems you find or give feedback at bugzilla.redhat.com.
Bug 1933252 - FTBS: Annobin for ppc64le
Summary: FTBS: Annobin for ppc64le
Keywords:
Status: CLOSED DUPLICATE of bug 1934065
Alias: None
Product: Fedora
Classification: Fedora
Component: clang
Version: rawhide
Hardware: Unspecified
OS: Unspecified
unspecified
unspecified
Target Milestone: ---
Assignee: Tom Stellard
QA Contact: Fedora Extras Quality Assurance
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2021-02-26 10:25 UTC by Nick Clifton
Modified: 2021-04-13 04:47 UTC (History)
6 users (show)

Fixed In Version:
Doc Type: If docs needed, set a value
Doc Text:
Clone Of:
: 1938179 (view as bug list)
Environment:
Last Closed: 2021-04-13 04:47:19 UTC
Type: Bug
Embargoed:


Attachments (Terms of Use)

Description Nick Clifton 2021-02-26 10:25:11 UTC
Description of problem:

  Attempting to build annobin for rawhide results in a compilation error for the ppc64le target.

Version-Release number of selected component (if applicable):

  annobin 9.63-1
  clang 12.0.0-0.1.rc1.fc35 

How reproducible:

  100%

Steaps to Reproduce:

  % fedpkg clone annobin
  % fedpkg srpm
  % fedpkg scratch-build --srpm annobin-9.63-1.fc35.src.rpm --arches ppc64le

Actual results:

  Build fails.  Log shows:

---------------------------------------------------------------------------
make[1]: Entering directory '/builddir/build/BUILD/annobin-9.63/clang-plugin'
clang++ -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS  -shared -fPIC -I./.. -lLLVM annobin.cpp -o annobin-for-clang.so
make[1]: Leaving directory '/builddir/build/BUILD/annobin-9.63/clang-plugin'
In file included from annobin.cpp:15:
In file included from /usr/include/clang/Frontend/FrontendPluginRegistry.h:16:
In file included from /usr/include/clang/Frontend/FrontendAction.h:21:
In file included from /usr/include/clang/Basic/LLVM.h:21:
In file included from /usr/include/llvm/Support/Casting.h:20:
In file included from /usr/lib/gcc/ppc64le-redhat-linux/11/../../../../include/c++/11/memory:63:
In file included from /usr/lib/gcc/ppc64le-redhat-linux/11/../../../../include/c++/11/bits/stl_algobase.h:63:
/usr/lib/gcc/ppc64le-redhat-linux/11/../../../../include/c++/11/ext/numeric_traits.h:222:38: error: use of undeclared identifier '__ieee128'
    struct __numeric_traits_floating<__ieee128>
                                     ^
/usr/lib/gcc/ppc64le-redhat-linux/11/../../../../include/c++/11/ext/numeric_traits.h:230:29: error: use of undeclared identifier '__ieee128'
    struct __numeric_traits<__ieee128>
                            ^
/usr/lib/gcc/ppc64le-redhat-linux/11/../../../../include/c++/11/ext/numeric_traits.h:231:40: error: use of undeclared identifier '__ieee128'
    : public __numeric_traits_floating<__ieee128>
                                       ^
3 errors generated.
---------------------------------------------------------------------------

Expected results:

  Build success.

Additional info:

  Failed build available here:
  https://koji.fedoraproject.org/koji/taskinfo?taskID=62720461

Comment 1 serge_sans_paille 2021-03-02 19:52:29 UTC
This is a duplicate of https://bugzilla.redhat.com/show_bug.cgi?id=1934065

Comment 2 Tom Stellard 2021-04-13 04:47:19 UTC

*** This bug has been marked as a duplicate of bug 1934065 ***


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