Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
Cross emerge use flag questions.aarch64 to set abi_x86_32?
View unanswered posts
View posts from last 24 hours

 
Reply to topic    Gentoo Forums Forum Index Gentoo on ARM
View previous topic :: View next topic  
Author Message
tenspd1370
Tux's lil' helper
Tux's lil' helper


Joined: 14 Dec 2017
Posts: 119

PostPosted: Thu Dec 20, 2018 5:08 am    Post subject: Cross emerge use flag questions.aarch64 to set abi_x86_32? Reply with quote

Hi all,

I have been able to sucessfully build an aarch64 cross compiler using cross dev and setup a qemu-chroot. I was using the /usr/aarch64-unknown-linux-gnu directory as a sysroot. I noticed that when I try a cross emerge (aarch64-unknown-linux-gnu-emerge -uavDN @world) it wants to use my /etc/portage/package.use directory and tries to add abi_x86_32, which probably shouldn't happen on arm64. Do I need to put all my use flags from /usr/aarch64-unknown-linux-gnu/etc/portage/package.use into /etc/portage/package.use/cross-aarch64..., can that file be further turned into a directory I can copy /usr/aarch64-unknown-linux-gnu/etc/portage/package.use/ into, should I stick with chrooting and qemu (which seems slower, but a lot cleaner), or is there something I have missed?

Thanks!


Last edited by tenspd1370 on Mon Jan 14, 2019 5:03 am; edited 2 times in total
Back to top
View user's profile Send private message
NeddySeagoon
Administrator
Administrator


Joined: 05 Jul 2003
Posts: 54099
Location: 56N 3W

PostPosted: Sun Dec 23, 2018 8:44 pm    Post subject: Reply with quote

tenspd1370,

Code:
aarch64-unknown-linux-gnu-emerge -uavDN @world
should use the settings in /usr/aarch64-unknown-linux-gnu/etc/portage

Did you remember to run emerge-wrapper --init ?
_________________
Regards,

NeddySeagoon

Computer users fall into two groups:-
those that do backups
those that have never had a hard drive fail.
Back to top
View user's profile Send private message
tenspd1370
Tux's lil' helper
Tux's lil' helper


Joined: 14 Dec 2017
Posts: 119

PostPosted: Tue Jan 01, 2019 11:09 pm    Post subject: Reply with quote

I think I did. I'll try again when I get a chance. With holidays, kids at home, etc., I haven't had a lot of time to play.

Much appreciated!
Back to top
View user's profile Send private message
tenspd1370
Tux's lil' helper
Tux's lil' helper


Joined: 14 Dec 2017
Posts: 119

PostPosted: Fri Jan 11, 2019 2:59 am    Post subject: Reply with quote

Neddy,

Sorry for the long delay - finally getting a chance to do this -

Code:

emerge-wrapper -t aarch64-unknown-linux-gnu --init

After running this program with the --init option as root
you can call it directly like emerge-wrapper --target CHOST <emerge options>
or using the emerge-CHOST wrappers


so that looks good....

Code:

cthulu /usr/aarch64-unknown-linux-gnu/etc/portage # ls -la
total 48
drwxr-xr-x  9 root root 4096 Jan 10 19:48 .
drwxr-xr-x 35 root root 4096 Dec 22 07:33 ..
lrwxrwxrwx  1 root root   20 Jan 10 19:48 make.conf -> make.conf_cross.orig
-rw-r--r--  1 root root 2929 Dec 21 08:32 make.conf_cross
-rw-r--r--  1 root root  685 Dec 19 20:42 make.conf_cross.orig
-rw-r--r--  1 root root  734 Dec 20 21:42 make_native.conf
lrwxrwxrwx  1 root root   51 Sep  7 15:56 make.profile -> ../../usr/portage/profiles/default/linux/arm64/17.0
drwxr-xr-x  2 root root 4096 Dec 21 21:03 package.keywords
drwxr-xr-x  2 root root 4096 Sep  7 15:57 package.mask
drwxr-xr-x  2 root root 4096 Dec 21 08:33 package.use
drwxr-xr-x  2 root root 4096 Dec 19 18:32 profile
drwxr-xr-x  2 root root 4096 Dec 21 17:20 repo.postsync.d
drwxr-xr-x  2 root root 4096 Dec 19 20:48 repos.conf
drwxr-xr-x  3 root root 4096 Sep  7 15:17 savedconfig


where the make.conf is
Code:

CHOST=aarch64-unknown-linux-gnu
CBUILD=x86_64-pc-linux-gnu

HOSTCC=${CBUILD}-gcc

ROOT=/usr/${CHOST}/

ACCEPT_KEYWORDS="${ARCH} ~${ARCH}"

USE="${ARCH} -pam"

CFLAGS="-O2 -pipe -fomit-frame-pointer"
CXXFLAGS="${CFLAGS}"

FEATURES="-collision-protect sandbox buildpkg noman noinfo nodoc"
# Be sure we dont overwrite pkgs from another repo..
PKGDIR=${ROOT}packages/
PORTAGE_TMPDIR=${ROOT}tmp/

PKG_CONFIG_PATH="${ROOT}usr/lib/pkgconfig/"


but when I run:

aarch64-unknown-linux-gnu-emerge -uavDN @world
Code:
The following USE changes are necessary to proceed:
 (see "package.use" in the portage(5) man page for more details)
# required by sys-libs/libcap-2.26-r2::gentoo[pam]
# required by app-misc/pax-utils-1.2.3-r3::gentoo[caps]
# required by sys-apps/portage-2.3.52-r1::gentoo
# required by app-admin/perl-cleaner-2.26-r1::gentoo
# required by dev-lang/perl-5.26.2::gentoo
# required by mail-mta/postfix-3.3.2::gentoo
# required by virtual/mta-1::gentoo
# required by app-crypt/gnupg-2.2.12::gentoo
# required by app-portage/gemato-14.0::gentoo
>=virtual/pam-0-r1 abi_x86_32
# required by virtual/pam-0-r1::gentoo
# required by net-misc/openssh-7.9_p1-r1::gentoo
# required by gnome-base/gnome-keyring-3.28.2::gentoo
# required by app-crypt/libsecret-0.18.6-r1::gentoo
# required by app-crypt/pinentry-1.1.0-r3::gentoo
# required by app-crypt/gnupg-2.2.12::gentoo
# required by sys-apps/portage-2.3.52-r1::gentoo[rsync-verify,-build]
# required by app-admin/perl-cleaner-2.26-r1::gentoo
# required by dev-lang/perl-5.26.2::gentoo
# required by mail-mta/postfix-3.3.2::gentoo
# required by virtual/mta-1::gentoo
# required by net-mail/mailutils-3.4-r3::gentoo
# required by app-editors/emacs-26.1-r3::gentoo
# required by virtual/emacs-26::gentoo
# required by app-emacs/eselect-mode-1.4.13::gentoo
# required by app-admin/eselect-1.4.13::gentoo
# required by app-eselect/eselect-postgresql-2.4::gentoo
# required by dev-db/postgresql-11.1::gentoo
# required by dev-libs/cyrus-sasl-2.1.26-r12::gentoo[postgres]
>=sys-libs/pam-1.3.1-r1 abi_x86_32

Would you like to add these changes to your config files? [Yes/No] no


It wants to add abi_x86_32.

It is odd, I am sure I am doing something wrong, but I haven't got a clue what it is.

If you get the chance, thanks for taking a look!
Back to top
View user's profile Send private message
NeddySeagoon
Administrator
Administrator


Joined: 05 Jul 2003
Posts: 54099
Location: 56N 3W

PostPosted: Fri Jan 11, 2019 5:40 pm    Post subject: Reply with quote

tenspd1370,

Do
Code:
emerge-wrapper -t aarch64-unknown-linux-gnu --init
aarch64-unknown-linux-gnu-emerge --info

Post the output please

Where is ARCH defined ?
My make.conf contains the line ARCH=arm64

What about your profile setting in /usr/aarch64-unknown-linux-gnu/etc/portage/ ?
I have
Code:
make.profile -> /usr/portage/profiles/default/linux/arm64/17.0/desktop

_________________
Regards,

NeddySeagoon

Computer users fall into two groups:-
those that do backups
those that have never had a hard drive fail.
Back to top
View user's profile Send private message
tenspd1370
Tux's lil' helper
Tux's lil' helper


Joined: 14 Dec 2017
Posts: 119

PostPosted: Sat Jan 12, 2019 1:13 am    Post subject: Reply with quote

Hello Neddy-


As requested:
Code:

   
emerge-wrapper -t aarch64-unknown-linux-gnu --init
After running this program with the --init option as root
you can call it directly like emerge-wrapper --target CHOST <emerge options>
or using the emerge-CHOST wrappers

aarch64-unknown-linux-gnu-emerge --info


Portage 2.3.51 (python 3.6.6-final-0, !../../usr/portage/profiles/default/linux/arm64/17.0, gcc-8.2.0, glibc-2.28-r3, 4.17.12-gentoo x86_64)
=================================================================
System uname: Linux-4.17.12-gentoo-x86_64-AMD_A12-9800_RADEON_R7,_12_COMPUTE_CORES_4C+8G-with-gentoo-2.6
KiB Mem:    11777312 total,   4811444 free
KiB Swap:    3900032 total,   3900032 free
Timestamp of repository gentoo: Thu, 20 Dec 2018 14:30:01 +0000
Head commit of repository gentoo: 9f719ed85243d0d82acc1e3a0efab8ae6cd1a825
sh bash 4.4_p23
ld GNU ld (Gentoo 2.31.1 p4) 2.31.1
app-shells/bash:          4.4_p23::gentoo
dev-lang/perl:            5.26.2::gentoo
dev-lang/python:          2.7.15::gentoo, 3.6.6::gentoo
dev-util/pkgconfig:       0.29.2::gentoo
sys-apps/baselayout:      2.6-r1::gentoo
sys-apps/openrc:          0.40.2::gentoo
sys-apps/sandbox:         2.14::gentoo
sys-devel/autoconf:       2.69-r4::gentoo
sys-devel/automake:       1.15.1-r2::gentoo, 1.16.1-r1::gentoo
sys-devel/binutils:       2.30-r2::gentoo, 2.31.1-r3::gentoo
sys-devel/gcc:            7.3.0-r6::gentoo, 8.2.0-r5::gentoo
sys-devel/gcc-config:     2.0::gentoo
sys-devel/libtool:        2.4.6-r5::gentoo
sys-devel/make:           4.2.1-r4::gentoo
sys-kernel/linux-headers: 4.19::gentoo (virtual/os-headers)
sys-libs/glibc:           2.28-r3::gentoo
Repositories:

gentoo
    location: /usr/portage
    sync-type: rsync
    sync-uri: rsync://rsync.gentoo.org/gentoo-portage
    priority: -1000
    sync-rsync-verify-max-age: 24
    sync-rsync-extra-opts:
    sync-rsync-verify-jobs: 1
    sync-rsync-verify-metamanifest: no

ACCEPT_KEYWORDS="arm64 ~arm64"
ACCEPT_LICENSE="* -@EULA"
CBUILD="x86_64-pc-linux-gnu"
CFLAGS="-O2 -pipe -fomit-frame-pointer"
CHOST="aarch64-unknown-linux-gnu"
CONFIG_PROTECT="/etc /usr/share/easy-rsa /usr/share/gnupg/qualified.txt /var/bind"
CONFIG_PROTECT_MASK="/etc/ca-certificates.conf /etc/dconf /etc/env.d /etc/fonts/fonts.conf /etc/gconf /etc/gentoo-release /etc/php/apache2-php7.2/ext-active/ /etc/php/cgi-php7.2/ext-active/ /etc/php/cli-php7.2/ext-active/ /etc/revdep-rebuild /etc/sandbox.d /etc/terminfo /etc/texmf/language.dat.d /etc/texmf/language.def.d /etc/texmf/updmap.d /etc/texmf/web2c"
CXXFLAGS="-O2 -pipe -fomit-frame-pointer"
DISTDIR="/usr/portage/distfiles"
ENV_UNSET="DBUS_SESSION_BUS_ADDRESS DISPLAY GOBIN PERL5LIB PERL5OPT PERLPREFIX PERL_CORE PERL_MB_OPT PERL_MM_OPT XAUTHORITY XDG_CACHE_HOME XDG_CONFIG_HOME XDG_DATA_HOME XDG_RUNTIME_DIR"
FCFLAGS="-O2"
FEATURES="assume-digests binpkg-logs buildpkg config-protect-if-modified distlocks ebuild-locks fixlafiles ipc-sandbox merge-sync multilib-strict network-sandbox news nodoc noinfo noman parallel-fetch preserve-libs protect-owned sandbox sfperms strict strict-keepdir unknown-features-warn unmerge-logs unmerge-orphans userfetch userpriv usersandbox usersync xattr"
FFLAGS="-O2"
GENTOO_MIRRORS="http://distfiles.gentoo.org"
LANG="en_US.utf8"
LDFLAGS="-Wl,-O1 -Wl,--as-needed"
PKGDIR="/usr/aarch64-unknown-linux-gnu/packages/"
PORTAGE_CONFIGROOT="/usr/aarch64-unknown-linux-gnu/"
PORTAGE_RSYNC_OPTS="--recursive --links --safe-links --perms --times --omit-dir-times --compress --force --whole-file --delete --stats --human-readable --timeout=180 --exclude=/distfiles --exclude=/local --exclude=/packages --exclude=/.git"
PORTAGE_TMPDIR="/usr/aarch64-unknown-linux-gnu/tmp/"
USE="acl arm64 berkdb bzip2 cli crypt cxx dri fortran gdbm iconv ipv6 libtirpc multilib ncurses nls nptl openmp pcre readline seccomp ssl tcpd unicode xattr zlib" APACHE2_MODULES="authn_core authz_core socache_shmcb unixd actions alias auth_basic authn_alias authn_anon authn_dbm authn_default authn_file authz_dbm authz_default authz_groupfile authz_host authz_owner authz_user autoindex cache cgi cgid dav dav_fs dav_lock deflate dir disk_cache env expires ext_filter file_cache filter headers include info log_config logio mem_cache mime mime_magic negotiation rewrite setenvif speling status unique_id userdir usertrack vhost_alias" CALLIGRA_FEATURES="karbon plan sheets stage words" COLLECTD_PLUGINS="df interface irq load memory rrdtool swap syslog" CPU_FLAGS_ARM="edsp neon thumb thumb2 v4 v5 v6 v7 v8 vfp vfp-d32 vfpv3 vfpv4" ELIBC="glibc" GPSD_PROTOCOLS="ashtech aivdm earthmate evermore fv18 garmin garmintxt gpsclock isync itrax mtk3301 nmea ntrip navcom oceanserver oldstyle oncore rtcm104v2 rtcm104v3 sirf skytraq superstar2 timing tsip tripmate tnt ublox ubx" INPUT_DEVICES="libinput keyboard mouse" KERNEL="linux" LCD_DEVICES="bayrad cfontz cfontz633 glk hd44780 lb216 lcdm001 mtxorb ncurses text" LIBREOFFICE_EXTENSIONS="presenter-console presenter-minimizer" OFFICE_IMPLEMENTATION="libreoffice" PHP_TARGETS="php5-6 php7-1" POSTGRES_TARGETS="postgres9_5 postgres10" PYTHON_SINGLE_TARGET="python3_6" PYTHON_TARGETS="python2_7 python3_6" RUBY_TARGETS="ruby21 ruby23 ruby24" USERLAND="GNU" VIDEO_CARDS="fbdev dummy v4l" XTABLES_ADDONS="quota2 psd pknock lscan length2 ipv4options ipset ipp2p iface geoip fuzzy condition tee tarpit sysrq steal rawnat logmark ipmark dhcpmac delude chaos account"
Unset:  CC, CPPFLAGS, CTARGET, CXX, EMERGE_DEFAULT_OPTS, INSTALL_MASK, LC_ALL, LINGUAS, MAKEOPTS, PORTAGE_BINHOST, PORTAGE_BUNZIP2_COMMAND, PORTAGE_COMPRESS, PORTAGE_COMPRESS_FLAGS, PORTAGE_RSYNC_EXTRA_OPTS


make.profile points to the basic arm64 profile
Code:

make.profile -> ../../usr/portage/profiles/default/linux/arm64/17.0


I tried adding ARCH=arm64, with no luck before I noticed the following:
# Note: profile variables are set/overridden in profile/ files:
# etc/portage/profile/use.force (overrides kernel_* USE variables)
# etc/portage/profile/make.defaults (overrides ARCH, KERNEL, ELIBC variables)

They are set there:
Code:

ARCH="arm64"
KERNEL="-linux linux"
ELIBC="glibc"


Not sure what the -linux linux setting does.

Thanks again for helping me figure this out!
Back to top
View user's profile Send private message
tenspd1370
Tux's lil' helper
Tux's lil' helper


Joined: 14 Dec 2017
Posts: 119

PostPosted: Mon Jan 14, 2019 9:32 pm    Post subject: Reply with quote

One thought on this - could it just be that it wants to build 32 and 64 bit libraries? I don't think I have done anything specifically that would make this non-multilib (although I probably should), and I suppose arm could have 64 bit as well as 32 bit libraries? I just took the x86 in the use flag literally. Or is that stretching it?

**** Never mind - while possible, being able to run 32bit arm binaries on 64bit is not the default behavior. *****

Back to square one.... Have I maybe found a crossdev bug?
Back to top
View user's profile Send private message
tenspd1370
Tux's lil' helper
Tux's lil' helper


Joined: 14 Dec 2017
Posts: 119

PostPosted: Wed Jan 16, 2019 3:02 am    Post subject: Reply with quote

So - just for fun I moved my old directory and redid crossdev to rebuild everything thinking maybe I goofed something up:

crossdev -t aarch64-unknown-linux-gnu

Code:

 * crossdev version:      20181020
 * Host Portage ARCH:     amd64
 * Target Portage ARCH:   arm64
 * Target System:         aarch64-unknown-linux-gnu
 * Stage:                 4 (C/C++ compiler)
 * USE=multilib:          no
 * ABIs:                  arm64

 * binutils:              binutils-[latest]
 * gcc:                   gcc-[latest]
 * headers:               linux-headers-[latest]
 * libc:                  glibc-[latest]

 * CROSSDEV_OVERLAY:      /usr/local/portage-crossdev
 * PORT_LOGDIR:           /var/log/portage
 * PORTAGE_CONFIGROOT:    /
 * Portage flags:         
                                                                                                 
 * leaving sys-devel/binutils in /usr/local/portage-crossdev
 * leaving sys-devel/gcc in /usr/local/portage-crossdev
 * leaving sys-kernel/linux-headers in /usr/local/portage-crossdev
 * leaving sys-libs/glibc in /usr/local/portage-crossdev
 * leaving sys-devel/gdb in /usr/local/portage-crossdev
 * leaving metadata/layout.conf alone in /usr/local/portage-crossdev
                                                                                                 
 * Log: /var/log/portage/cross-aarch64-unknown-linux-gnu-binutils.log
 * Emerging cross-binutils ...                                                             [ ok ]
 * Log: /var/log/portage/cross-aarch64-unknown-linux-gnu-linux-headers-quick.log
 * Emerging cross-linux-headers-quick ...                                                  [ ok ]
 * Log: /var/log/portage/cross-aarch64-unknown-linux-gnu-glibc-headers.log
 * Emerging cross-glibc-headers ...                                                        [ ok ]
 * Log: /var/log/portage/cross-aarch64-unknown-linux-gnu-gcc-stage1.log
 * Emerging cross-gcc-stage1 ...                                                           [ ok ]
 * Log: /var/log/portage/cross-aarch64-unknown-linux-gnu-linux-headers.log
 * Emerging cross-linux-headers ...                                                        [ ok ]
 * Log: /var/log/portage/cross-aarch64-unknown-linux-gnu-glibc.log
 * Emerging cross-glibc ...                                                                [ ok ]
 * Log: /var/log/portage/cross-aarch64-unknown-linux-gnu-gcc-stage2.log
 * Emerging cross-gcc-stage2 ...                 


created the profile symlink:

Code:

cthulu /usr/aarch64-unknown-linux-gnu/etc/portage # ls -la
total 16
drwxr-xr-x 3 root root 4096 Jan 15 19:49 .
drwxr-xr-x 3 root root 4096 Jan 15 19:01 ..
-rw-r--r-- 1 root root  706 Jan 15 19:45 make.conf
lrwxrwxrwx 1 root root   54 Jan 15 19:49 make.profile -> /usr/portage/profiles/default/linux/arm64/17.0/desktop


checked make.conf for cross-emerge
Code:

cthulu /usr/aarch64-unknown-linux-gnu/etc/portage # cat make.conf
# Note: profile variables are set/overridden in profile/ files:
# etc/portage/profile/use.force (overrides kernel_* USE variables)
# etc/portage/profile/make.defaults (overrides ARCH, KERNEL, ELIBC variables)

CHOST=aarch64-unknown-linux-gnu
CBUILD=x86_64-pc-linux-gnu

HOSTCC=${CBUILD}-gcc

ROOT=/usr/${CHOST}/

ACCEPT_KEYWORDS="${ARCH} ~${ARCH}"

USE="${ARCH} -pam -systemd -consolekit"

CFLAGS="-O2 -pipe -fomit-frame-pointer"
CXXFLAGS="${CFLAGS}"

FEATURES="-collision-protect sandbox buildpkg noman noinfo nodoc"
# Be sure we dont overwrite pkgs from another repo..
PKGDIR=${ROOT}packages/
PORTAGE_TMPDIR=${ROOT}tmp/

PKG_CONFIG_PATH="${ROOT}usr/lib/pkgconfig/"
#PORTDIR_OVERLAY="/usr/portage/local/"


then set things up and tried an emerge, with unfortunately the same results:
Code:

cthulu /usr/aarch64-unknown-linux-gnu # emerge-wrapper -t aarch64-unknown-linux-gnu --init
After running this program with the --init option as root
you can call it directly like emerge-wrapper --target CHOST <emerge options>
or using the emerge-CHOST wrappers
cthulu /usr/aarch64-unknown-linux-gnu # aarch64-unknown-linux-gnu-emerge -uavDN @system --keep-going

.......

The following USE changes are necessary to proceed:
 (see "package.use" in the portage(5) man page for more details)
# required by sys-libs/libcap-2.26-r2::gentoo[pam]
# required by app-misc/pax-utils-1.2.3-r3::gentoo[caps]
# required by sys-apps/portage-2.3.55::gentoo
# required by app-admin/perl-cleaner-2.27::gentoo
# required by dev-lang/perl-5.28.0::gentoo
# required by virtual/perl-Time-HiRes-1.975.900::gentoo
# required by dev-perl/Net-DBus-1.1.0::gentoo
# required by x11-misc/xdg-utils-1.1.3-r1::gentoo
# required by net-print/cups-2.2.10::gentoo[X]
# required by net-print/cups-filters-1.21.6::gentoo
>=virtual/pam-0-r1 abi_x86_32
# required by virtual/pam-0-r1::gentoo
# required by net-misc/openssh-7.9_p1-r1::gentoo[pam]
# required by gnome-base/gnome-keyring-3.28.2::gentoo
# required by app-crypt/libsecret-0.18.6-r1::gentoo
# required by app-crypt/pinentry-1.1.0-r3::gentoo
# required by app-crypt/gnupg-2.2.12::gentoo
# required by sys-apps/portage-2.3.55::gentoo[-build,rsync-verify]
# required by app-admin/perl-cleaner-2.27::gentoo
# required by dev-lang/perl-5.28.0::gentoo
# required by virtual/perl-Time-HiRes-1.975.900::gentoo
# required by dev-perl/Net-DBus-1.1.0::gentoo
# required by x11-misc/xdg-utils-1.1.3-r1::gentoo
# required by net-print/cups-2.2.10::gentoo[X]
# required by net-print/cups-filters-1.21.6::gentoo
>=sys-libs/pam-1.3.1-r1 abi_x86_32



emerge --info (reflect desktop profile)
Code:

cthulu /usr/aarch64-unknown-linux-gnu # aarch64-unknown-linux-gnu-emerge --info
Portage 2.3.51 (python 3.6.6-final-0, default/linux/arm64/17.0/desktop, gcc-8.2.0, unavailable, 4.17.12-gentoo x86_64)
=================================================================
System uname: Linux-4.17.12-gentoo-x86_64-AMD_A12-9800_RADEON_R7,_12_COMPUTE_CORES_4C+8G-with-gentoo-2.6
KiB Mem:    11777312 total,   2458224 free
KiB Swap:    3900032 total,   3900032 free
Timestamp of repository gentoo: Sat, 12 Jan 2019 00:30:01 +0000
Head commit of repository gentoo: e27f5399f3fadaf07ed47f207cf1881ee8561573
sh bash 4.4_p23
ld GNU ld (Gentoo 2.31.1 p5) 2.31.1
Repositories:

gentoo
    location: /usr/portage
    sync-type: rsync
    sync-uri: rsync://rsync.gentoo.org/gentoo-portage
    priority: -1000
    sync-rsync-verify-jobs: 1
    sync-rsync-verify-metamanifest: yes
    sync-rsync-extra-opts:
    sync-rsync-verify-max-age: 24

ACCEPT_KEYWORDS="arm64 ~arm64"
ACCEPT_LICENSE="* -@EULA"
CBUILD="x86_64-pc-linux-gnu"
CFLAGS="-O2 -pipe -fomit-frame-pointer"
CHOST="aarch64-unknown-linux-gnu"
CONFIG_PROTECT="/etc /usr/share/easy-rsa /usr/share/gnupg/qualified.txt /var/bind"
CONFIG_PROTECT_MASK="/etc/ca-certificates.conf /etc/dconf /etc/env.d /etc/fonts/fonts.conf /etc/gconf /etc/gentoo-release /etc/php/apache2-php7.2/ext-active/ /etc/php/cgi-php7.2/ext-active/ /etc/php/cli-php7.2/ext-active/ /etc/revdep-rebuild /etc/sandbox.d /etc/terminfo /etc/texmf/language.dat.d /etc/texmf/language.def.d /etc/texmf/updmap.d /etc/texmf/web2c"
CXXFLAGS="-O2 -pipe -fomit-frame-pointer"
DISTDIR="/usr/portage/distfiles"
ENV_UNSET="DBUS_SESSION_BUS_ADDRESS DISPLAY GOBIN PERL5LIB PERL5OPT PERLPREFIX PERL_CORE PERL_MB_OPT PERL_MM_OPT XAUTHORITY XDG_CACHE_HOME XDG_CONFIG_HOME XDG_DATA_HOME XDG_RUNTIME_DIR"
FCFLAGS="-O2"
FEATURES="assume-digests binpkg-logs buildpkg config-protect-if-modified distlocks ebuild-locks fixlafiles ipc-sandbox merge-sync multilib-strict network-sandbox news nodoc noinfo noman parallel-fetch preserve-libs protect-owned sandbox sfperms strict strict-keepdir unknown-features-warn unmerge-logs unmerge-orphans userfetch userpriv usersandbox usersync xattr"
FFLAGS="-O2"
GENTOO_MIRRORS="http://distfiles.gentoo.org"
LANG="en_US.utf8"
LDFLAGS="-Wl,-O1 -Wl,--as-needed"
PKGDIR="/usr/aarch64-unknown-linux-gnu/packages/"
PORTAGE_CONFIGROOT="/usr/aarch64-unknown-linux-gnu/"
PORTAGE_RSYNC_OPTS="--recursive --links --safe-links --perms --times --omit-dir-times --compress --force --whole-file --delete --stats --human-readable --timeout=180 --exclude=/distfiles --exclude=/local --exclude=/packages --exclude=/.git"
PORTAGE_TMPDIR="/usr/aarch64-unknown-linux-gnu/tmp/"
USE="X a52 aac acl acpi alsa arm64 berkdb bluetooth branding bzip2 cairo cdda cdr cli crypt cups cxx dbus dri dts dvdr emboss encode exif fam flac fortran gdbm gif glamor gpm gtk iconv ipv6 jpeg lcms ldap libnotify libtirpc mad mng mp3 mp4 mpeg multilib ncurses nls nptl ogg opengl openmp pango pcre pdf png policykit ppds qt5 readline seccomp spell ssl startup-notification svg tcpd tiff truetype udev udisks unicode upower usb vorbis wxwidgets x264 xattr xcb xml xv xvid zlib" APACHE2_MODULES="authn_core authz_core socache_shmcb unixd actions alias auth_basic authn_alias authn_anon authn_dbm authn_default authn_file authz_dbm authz_default authz_groupfile authz_host authz_owner authz_user autoindex cache cgi cgid dav dav_fs dav_lock deflate dir disk_cache env expires ext_filter file_cache filter headers include info log_config logio mem_cache mime mime_magic negotiation rewrite setenvif speling status unique_id userdir usertrack vhost_alias" CALLIGRA_FEATURES="karbon plan sheets words" COLLECTD_PLUGINS="df interface irq load memory rrdtool swap syslog" CPU_FLAGS_ARM="edsp neon thumb thumb2 v4 v5 v6 v7 v8 vfp vfp-d32 vfpv3 vfpv4" ELIBC="glibc" GPSD_PROTOCOLS="ashtech aivdm earthmate evermore fv18 garmin garmintxt gpsclock isync itrax mtk3301 nmea ntrip navcom oceanserver oldstyle oncore rtcm104v2 rtcm104v3 sirf skytraq superstar2 timing tsip tripmate tnt ublox ubx" INPUT_DEVICES="libinput keyboard mouse" KERNEL="linux" LCD_DEVICES="bayrad cfontz cfontz633 glk hd44780 lb216 lcdm001 mtxorb ncurses text" LIBREOFFICE_EXTENSIONS="presenter-console presenter-minimizer" OFFICE_IMPLEMENTATION="libreoffice" PHP_TARGETS="php5-6 php7-1" POSTGRES_TARGETS="postgres9_5 postgres10" PYTHON_SINGLE_TARGET="python3_6" PYTHON_TARGETS="python2_7 python3_6" RUBY_TARGETS="ruby21 ruby24" USERLAND="GNU" VIDEO_CARDS="fbdev dummy v4l" XTABLES_ADDONS="quota2 psd pknock lscan length2 ipv4options ipset ipp2p iface geoip fuzzy condition tee tarpit sysrq steal rawnat logmark ipmark dhcpmac delude chaos account"
Unset:  CC, CPPFLAGS, CTARGET, CXX, EMERGE_DEFAULT_OPTS, INSTALL_MASK, LC_ALL, LINGUAS, MAKEOPTS, PORTAGE_BINHOST, PORTAGE_BUNZIP2_COMMAND, PORTAGE_COMPRESS, PORTAGE_COMPRESS_FLAGS, PORTAGE_RSYNC_EXTRA_OPTS


Interestingly though - arch64-unknown-linux-gnu-emerge -uav @system --keep-going does not want to add abi_x86_32....

I understand that -D forces a look at entire dependency tree - I wonder how that is affecting this? Any other thoughts?

Vexing....

Thanks again for your time.
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Gentoo on ARM All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum