On 04/01/2016 09:04 AM, Dave Love wrote:
> I get this causing a failed build on fedora-22-ppc64le but the package
> builds OK on x86.  Can anyone suggest why and what to do about it?  If
> it's due to the build procedure, it's buried in cmake, which is pretty
> much beyond my ken...
> 
>   cd /builddir/build/BUILD/libomp_oss/src && /usr/bin/perl 
> /builddir/build/BUILD/libomp_oss/tools/check-depends.pl --os=lin 
> --arch=ppc64le 
> --expected="libdl.so.2,libgcc_s.so.1,libc.so.6,ld64.so.1,libpthread.so.0" 
> /builddir/build/BUILD/libomp_oss/src/libiomp5.so
>   check-depends.pl: (i) Dependencies:
>   check-depends.pl: (i)     ld64.so.2
>   check-depends.pl: (i)     libc.so.6
>   check-depends.pl: (i)     libdl.so.2
>   check-depends.pl: (i)     libpthread.so.0
>   check-depends.pl: (x) Unexpected dependencies:
>   check-depends.pl: (x)     ld64.so.2
>   src/CMakeFiles/libomp-test-deps.dir/build.make:64: recipe for target 
> 'src/test-deps/.success' failed
> 
> The failed build is currently under
> https://copr-be.cloud.fedoraproject.org/results/loveshack/livhpc/fedora-22-ppc64le/00172567-libiomp/

check-depends.pl appears to be part of libiomp, so I think it's an issue about
what it thinks is an okay dependency.  ld64.so.2 may be a ppc64/le specific
library that the libiomp developers haven't encountered before.

-- 
Orion Poplawski
Technical Manager                     303-415-9701 x222
NWRA, Boulder/CoRA Office             FAX: 303-415-9702
3380 Mitchell Lane                       or...@nwra.com
Boulder, CO 80301                   http://www.nwra.com
--
devel mailing list
devel@lists.fedoraproject.org
http://lists.fedoraproject.org/admin/lists/devel@lists.fedoraproject.org

Reply via email to