Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 917067 - net-dialup/ppp fails to cross-compile with: no Abi matched
Summary: net-dialup/ppp fails to cross-compile with: no Abi matched
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Gentoo's Team for Core System packages
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2023-11-09 08:58 UTC by tt_1
Modified: 2024-03-06 05:30 UTC (History)
1 user (show)

See Also:
Package list:
Runtime testing required: ---


Attachments
compressed build log (build.log.gz,5.67 KB, application/gzip)
2023-11-09 08:58 UTC, tt_1
Details
output from emerge --info (emerge-info,5.13 KB, text/plain)
2023-11-09 09:00 UTC, tt_1
Details

Note You need to log in before you can comment on or make changes to this bug.
Description tt_1 2023-11-09 08:58:05 UTC
Created attachment 874347 [details]
compressed build log

the build fails in cross compile: 

pp_crypto_la-crypto.lo `test -f 'crypto.c' || echo './'`crypto.c
libtool: compile:  armv7a-unknown-linux-gnueabihf-gcc -DHAVE_CONFIG_H -I. -I../pppd/plugins/pppoe -I/usr/include -O2 -pipe -fomit-frame-pointer -c crypto.c  -fPIC -DPIC -o .libs/libppp_crypto_la-crypto.o
In file included from /usr/include/openssl/opensslconf.h:14,
                 from /usr/include/openssl/macros.h:14,
                 from /usr/include/openssl/opensslv.h:109,
                 from crypto.c:42:
/usr/include/openssl/configuration.h:43:9: error: #error "No ABI matched, please report a bug to bugs.gentoo.org"
   43 | #       error "No ABI matched, please report a bug to bugs.gentoo.org"
      |         ^~~~~
In file included from /usr/include/openssl/opensslv.h:109,
                 from crypto.c:42:
/usr/include/openssl/macros.h:139:4: error: #error "The requested API level higher than the configured API compatibility level"
  139 | #  error "The requested API level higher than the configured API compatibility level"
      |    ^~~~~
make[2]: *** [Makefile:1042: libppp_crypto_la-crypto.lo] Error 1
Comment 1 tt_1 2023-11-09 09:00:00 UTC
Created attachment 874348 [details]
output from emerge --info
Comment 2 Mike Gilbert gentoo-dev 2024-03-05 19:54:00 UTC
Should be fixed as of c77e202de12022ab787403085c70c7b4c6801591.
Comment 3 tt_1 2024-03-06 05:30:07 UTC
confirmed, its working now