Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
emerge on arm
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
Gentoopc
Apprentice
Apprentice


Joined: 25 Dec 2017
Posts: 296

PostPosted: Sun Jun 24, 2018 4:57 pm    Post subject: emerge on arm Reply with quote

Help me to understand
installed gentoo on arm. I'm trying to install emerge program "name program" error.


Last edited by Gentoopc on Sun Jun 24, 2018 7:36 pm; edited 1 time in total
Back to top
View user's profile Send private message
Gentoopc
Apprentice
Apprentice


Joined: 25 Dec 2017
Posts: 296

PostPosted: Sun Jun 24, 2018 7:36 pm    Post subject: Re: emerge on arm Reply with quote

:wink:

Code:
 emerge --update @world.


the error goes out that it is impossible to set the program data on this core
what is the reason ?
Back to top
View user's profile Send private message
NeddySeagoon
Administrator
Administrator


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

PostPosted: Sun Jun 24, 2018 8:48 pm    Post subject: Reply with quote

Gentoopc,

Please post the output of
Code:
emerge --info
and put the output of
Code:
emerge --update @world
onto a pastebin.
_________________
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
Gentoopc
Apprentice
Apprentice


Joined: 25 Dec 2017
Posts: 296

PostPosted: Mon Jun 25, 2018 1:25 pm    Post subject: Reply with quote

https://pastebin.com/N8szf9UA
https://pastebin.com/dhnU3jJE

ok
Back to top
View user's profile Send private message
NeddySeagoon
Administrator
Administrator


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

PostPosted: Mon Jun 25, 2018 2:08 pm    Post subject: Reply with quote

Gentoopc,

First, you are going to get confused.
Code:
!!! Found 2 make.conf files, using both '/etc/make.conf' and '/etc/portage/make.conf'


Merge them both into /etc/portage/make.conf. /etc/make.conf has been depreciated for a number of years.
Code:
Invalid news item: /usr/portage/metadata/news/...
suggests that you have an old portage that does not understand News-Item-Format: 2.0.

You need to update portage.

Your profile default/linux/arm/13.0/armv7a is for a 32 bit install but your kernel 3.10.102+ aarch64 is 64 bit.
You can do that but your profile will not protect you against yourself. I suppose a 32 bit userland on top of a 64 bit kernel works.

What hardware do you have and what do you want to do with it?
_________________
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
Gentoopc
Apprentice
Apprentice


Joined: 25 Dec 2017
Posts: 296

PostPosted: Mon Jun 25, 2018 2:23 pm    Post subject: Reply with quote

Allwinner A64 SoC;
Processor 64-bit 4-core ARM Cortex-A53 with a clock speed of 1.2 GHz;
1/2 GB DDR3 SDRAM;
Graphic processor Mali-400MP2;
Wi-Fi 802.11n and Bluetooth 4.2;
Gigabit Ethernet.


I want to examine the arm
get away from x86 altogether
orange pi
just to start

What do I need to do now to install programs using emerge?
Back to top
View user's profile Send private message
Gentoopc
Apprentice
Apprentice


Joined: 25 Dec 2017
Posts: 296

PostPosted: Mon Jun 25, 2018 2:28 pm    Post subject: Reply with quote

Code:
suggests that you have an old portage that does not understand News-Item-Format: 2.0.



can not update
errors come out
Back to top
View user's profile Send private message
NeddySeagoon
Administrator
Administrator


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

PostPosted: Mon Jun 25, 2018 2:37 pm    Post subject: Reply with quote

Gentoopc,

Its a 64 bit system but needs kernel modules that are distributed as binary only.
Hence your old kernel 3.10.102+. The binary blobs may not be available for a newer kernel.

The Graphic processor Mali-400MP2 is a part of the problem. There is progress being made on an open source driver but I don't follow it closely.

1/2 GB DDR3 SDRAM will be a challenge. Some C++ code can want 1G, still you can use swap but it will be slow.
That may be why you have a 32 bit userland.

With that old kernel you will be restricted on what you can run without getting kernel too old errors.

Leave the kernel for now. Accept that's its old and may cause problems. Once you have made progress sorting out your install, you can look into open source drivers for your GPU and a newer kernel.

Step 1 is to
Code:
emerge portage -1
post the output from that command if it fails.
_________________
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
Gentoopc
Apprentice
Apprentice


Joined: 25 Dec 2017
Posts: 296

PostPosted: Mon Jun 25, 2018 3:11 pm    Post subject: Reply with quote

Thank you
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