Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
Gentoo on the lg stylo 2 plus
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
sao98021
Tux's lil' helper
Tux's lil' helper


Joined: 03 Apr 2012
Posts: 145
Location: Michigan

PostPosted: Fri Mar 16, 2018 6:06 pm    Post subject: Gentoo on the lg stylo 2 plus Reply with quote

Everything up and running everything rebuilt on phone, my current make.conf is as follows
(Updated march 22)
Code:

# Added by bootstrap-prefix.sh for aarch64-unknown-linux-gnu
USE="unicode nls"
CFLAGS="${CFLAGS} -O2 -mlittle-endian -mabi=lp64 -march=armv8-a+crypto+crc -pipe"
CXXFLAGS="${CFLAGS}"
MAKEOPTS="-j8 -l8"
CONFIG_SHELL="/data/gentoo64/bin/bash"
# sandbox does not work well on Prefix, bug 490246
FEATURES="${FEATURES} -usersandbox -sandbox"
CPU_FLAGS_X86="fp asimd evtstrm aes pmull sha1 sha2 crc32"


Code:
 
abi = arm64-v8a
processor = Aarch64 rev 4
hardware = Qualcomm MSM8937


Processors page is https://www.qualcomm.com/products/MSM8937
Any pointers welcome, stuff builds fine as is, but I'm sure it could be tuned a bit more

I forgot I should mention its lineageOS 14 android ver 7.1.2 custom kernel 3.18.31-perf-


Last edited by sao98021 on Thu Mar 22, 2018 4:51 pm; edited 3 times in total
Back to top
View user's profile Send private message
pilla
Bodhisattva
Bodhisattva


Joined: 07 Aug 2002
Posts: 7729
Location: Underworld

PostPosted: Mon Mar 19, 2018 6:56 pm    Post subject: Reply with quote

Moved from Installing Gentoo to Gentoo on ARM (where the chance of getting an answer on this may be better).
_________________
"I'm just very selective about the reality I choose to accept." -- Calvin
Back to top
View user's profile Send private message
sao98021
Tux's lil' helper
Tux's lil' helper


Joined: 03 Apr 2012
Posts: 145
Location: Michigan

PostPosted: Thu Mar 22, 2018 3:18 pm    Post subject: Reply with quote

now for some reason the command group add is not being found during some build processes like dbus, openldap

Code:
>>> Emerging (6 of 6) net-nds/openldap-2.4.45::gentoo
 * openldap-2.4.45.tgz BLAKE2B SHA512 size ;-) ...                       [ ok ]
 * rfc2307bis.schema-20140524 BLAKE2B SHA512 size ;-) ...                [ ok ]
 *
 * Scanning datadir(s) from slapd.conf and
 * the default installdir for Versiontags
 * (/var/lib/openldap-data may appear twice)
 *
 * No DB files present

 *
 * All datadirs are fine, proceeding with merge now...
 *
 * Adding group 'ldap' to your system ...
 *  - Groupid: 439
/data/gentoo64/usr/portage/eclass/user.eclass: line 346: groupadd: command not found
 * ERROR: net-nds/openldap-2.4.45::gentoo failed (setup phase):
 *   (no error message)
 *
 * Call stack:
 *                ebuild.sh, line 124:  Called pkg_setup
 *   openldap-2.4.45.ebuild, line 308:  Called enewgroup 'ldap' '439'
 *              user.eclass, line 346:  Called die
 * The specific snippet of code:
 *         groupadd -r ${opts} "${egroup}" || die
 *
 * If you need support, post the output of `emerge --info '=net-nds/openldap-2.4.45::gentoo'`,
 * the complete build log and the output of `emerge -pqv '=net-nds/openldap-2.4.45::gentoo'`.
 * The complete build log is located at '/data/gentoo64/var/tmp/portage/net-nds/openldap-2.4.45/temp/build.log'.
 * The ebuild environment file is located at '/data/gentoo64/var/tmp/portage/net-nds/openldap-2.4.45/temp/die.env'.
 * Working directory: '/data/gentoo64/var/tmp/portage/net-nds/openldap-2.4.45/homedir'
 * S: '/data/gentoo64/var/tmp/portage/net-nds/openldap-2.4.45/work/openldap-2.4.45'



i am aware of the prefix symlinks, i thought i took care of it

ahh, i see shadow needs to be patched for not supporting prefix
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