Ping
> -----Original Message----- > From: [email protected] > <[email protected]> On Behalf Of Khem Raj > Sent: Monday, February 26, 2024 2:19 PM > To: Lei, Maohui <[email protected]> > Cc: [email protected] > Subject: Re: [OE-core] [PATCH] glibc: Fix conflict error when enbale multilib > on > aarch64. > > lgtm. > > On Sun, Feb 25, 2024 at 9:32 PM leimaohui via lists.openembedded.org > <[email protected]> wrote: > > > > From: Lei Maohui <[email protected]> > > > > Error: Transaction test error: > > file /usr/include/finclude/math-vector-fortran.h from install of > > lib32-libc6-dev-2.39+git0+312e159626-r0.armv7ahf_neon conflicts with > > file from package libc6-dev-2.39+git0+312e159626-r0.aarch64 > > > > The difference of math-vector-fortran.h between 32bit and 64bit is as > > the following: > > > > --- > tmp/work/aarch64-linux/glibc/2.39+git/image/usr/include/finclude/math-vecto > r-fortran.h 2024-02-26 03:41:59.560000000 +0000 > > +++ tmp/work/armv7ahf-neon-xmllib32-linux-gnueabi/lib32-glibc/2.39+git > > +++ /image/usr/include/finclude/math-vector-fortran.h 2024-02-26 > > +++ 02:22:28.592000000 +0000 > > @@ -15,33 +15,5 @@ > > ! You should have received a copy of the GNU Lesser General Public > > ! License along with the GNU C Library; if not, see > > ! <https://www.gnu.org/licenses/>. > > -!GCC$ builtin (acos) attributes simd (notinbranch) -!GCC$ builtin > > (acosf) attributes simd (notinbranch) -!GCC$ builtin (asin) attributes > > simd (notinbranch) -!GCC$ builtin (asinf) attributes simd > > (notinbranch) -!GCC$ builtin (atan) attributes simd (notinbranch) > > -!GCC$ builtin (atanf) attributes simd (notinbranch) -!GCC$ builtin > > (atan2) attributes simd (notinbranch) -!GCC$ builtin (atan2f) > > attributes simd (notinbranch) -!GCC$ builtin (cos) attributes simd > > (notinbranch) -!GCC$ builtin (cosf) attributes simd (notinbranch) > > -!GCC$ builtin (exp) attributes simd (notinbranch) -!GCC$ builtin > > (expf) attributes simd (notinbranch) -!GCC$ builtin (exp10) attributes > > simd (notinbranch) -!GCC$ builtin (exp10f) attributes simd > > (notinbranch) -!GCC$ builtin (exp2) attributes simd (notinbranch) > > -!GCC$ builtin (exp2f) attributes simd (notinbranch) -!GCC$ builtin > > (expm1) attributes simd (notinbranch) -!GCC$ builtin (expm1f) > > attributes simd (notinbranch) -!GCC$ builtin (log) attributes simd > > (notinbranch) -!GCC$ builtin (logf) attributes simd (notinbranch) > > -!GCC$ builtin (log10) attributes simd (notinbranch) -!GCC$ builtin > > (log10f) attributes simd (notinbranch) -!GCC$ builtin (log1p) > > attributes simd (notinbranch) -!GCC$ builtin (log1pf) attributes simd > > (notinbranch) -!GCC$ builtin (log2) attributes simd (notinbranch) > > -!GCC$ builtin (log2f) attributes simd (notinbranch) -!GCC$ builtin > > (sin) attributes simd (notinbranch) -!GCC$ builtin (sinf) attributes > > simd (notinbranch) -!GCC$ builtin (tan) attributes simd (notinbranch) > > -!GCC$ builtin (tanf) attributes simd (notinbranch) > > + > > +! No SIMD math functions are available for this platform. > > > > Signed-off-by: Lei Maohui <[email protected]> > > --- > > meta/recipes-core/glibc/glibc-package.inc | 1 + > > 1 file changed, 1 insertion(+) > > > > diff --git a/meta/recipes-core/glibc/glibc-package.inc > > b/meta/recipes-core/glibc/glibc-package.inc > > index 1ef987be0a..19eb7afa81 100644 > > --- a/meta/recipes-core/glibc/glibc-package.inc > > +++ b/meta/recipes-core/glibc/glibc-package.inc > > @@ -167,6 +167,7 @@ do_install_armmultilib () { > > oe_multilib_header fpu_control.h gnu/lib-names.h gnu/stubs.h > > ieee754.h > > > > oe_multilib_header sys/elf.h sys/procfs.h sys/ptrace.h > > sys/ucontext.h sys/user.h > > + oe_multilib_header finclude/math-vector-fortran.h > > } > > > > > > -- > > 2.34.1 > > > > > > > >
-=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#196838): https://lists.openembedded.org/g/openembedded-core/message/196838 Mute This Topic: https://lists.openembedded.org/mt/104577604/21656 Group Owner: [email protected] Unsubscribe: https://lists.openembedded.org/g/openembedded-core/unsub [[email protected]] -=-=-=-=-=-=-=-=-=-=-=-
