https://bugzilla.redhat.com/show_bug.cgi?id=1895567



--- Comment #13 from Luya Tshimbalanga <[email protected]> ---
(In reply to Mamoru TASAKA from comment #11)
> F-34 build tree now has openshadinglanguage-1.11.10.0-8.fc34 and dependency
> conflict against boost is now resolved.
> 
> Now compiling usd-21.02-1.fc34.src.rpm shows the same error on comment 7:
> https://koji.fedoraproject.org/koji/taskinfo?taskID=61358957
> 
> ... and it seems that this error can be fixed with:
> 
> ```
> --- USD-21.02/pxr/base/arch/demangle.cpp.orig   2021-01-20
> 09:13:57.000000000 +0900
> +++ USD-21.02/pxr/base/arch/demangle.cpp        2021-02-05
> 16:37:27.154126908 +0900
> @@ -36,6 +36,7 @@ using std::string;
>  #if (ARCH_COMPILER_GCC_MAJOR == 3 && ARCH_COMPILER_GCC_MINOR >= 1) || \
>      ARCH_COMPILER_GCC_MAJOR > 3 || defined(ARCH_COMPILER_CLANG)
>  #define _AT_LEAST_GCC_THREE_ONE_OR_CLANG
> +#include <cxxabi.h>
>  #endif
>  
>  PXR_NAMESPACE_OPEN_SCOPE
> @@ -138,7 +139,6 @@ _StripPxrInternalNamespace(string* name)
>  #endif
>  
>  #if defined(_AT_LEAST_GCC_THREE_ONE_OR_CLANG)
> -#include <cxxabi.h>
>  
>  /*
>   * This routine doesn't work when you get to gcc3.4.
> ```


The patch worked. Here is the updated
SPEC:
https://download.copr.fedorainfracloud.org/results/luya/blender-egl/fedora-rawhide-x86_64/01945941-usd/usd.spec
SRPM:
https://download.copr.fedorainfracloud.org/results/luya/blender-egl/fedora-rawhide-x86_64/01945941-usd/usd-21.02-3.fc34.src.rpm


The resulted successfull build is on
https://download.copr.fedorainfracloud.org/results/luya/blender-egl/fedora-rawhide-x86_64/01945941-usd/


-- 
You are receiving this mail because:
You are on the CC list for the bug.
You are always notified about changes to this product and component
_______________________________________________
package-review mailing list -- [email protected]
To unsubscribe send an email to [email protected]
Fedora Code of Conduct: 
https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/[email protected]

Reply via email to