[SOLVED]Archlinux ARM Odroid C2 error

This is for ARMv8 based devices

[SOLVED]Archlinux ARM Odroid C2 error

Postby Jacobo » Sun Jan 28, 2018 8:30 pm

I'm installing archlinux on ODROID-C2, when I update the system it always stop in updating gcc-libs

Proceed with installation? [Y/n] y
:: Retrieving packages...
linux-api-headers-4.14.8... 909.4 KiB 3.29M/s 00:00 [##############################] 100%
tzdata-2018c-1-any 239.7 KiB 4.68M/s 00:00 [##############################] 100%
glibc-2.26-11-aarch64 8.2 MiB 6.23M/s 00:01 [##############################] 100%
gcc-libs-7.2.1+20180116-... 16.9 MiB 6.36M/s 00:03 [##############################] 100%
gdbm-1.14.1-1-aarch64 146.9 KiB 1050K/s 00:00 [##############################] 100%
perl-5.26.1-2-aarch64 13.5 MiB 1529K/s 00:09 [##############################] 100%
coreutils-8.29-1-aarch64 2.1 MiB 5.33M/s 00:00 [##############################] 100%
libtasn1-4.13-1-aarch64 113.8 KiB 11.1M/s 00:00 [##############################] 100%
ca-certificates-mozilla-... 329.9 KiB 5.37M/s 00:00 [##############################] 100%
argon2-20171227-3-aarch64 29.0 KiB 726K/s 00:00 [##############################] 100%
libsystemd-236.81-1-aarch64 291.3 KiB 2.37M/s 00:00 [##############################] 100%
cryptsetup-2.0.1-1-aarch64 325.1 KiB 5.29M/s 00:00 [##############################] 100%
e2fsprogs-1.43.8-1-aarch64 955.1 KiB 6.66M/s 00:00 [##############################] 100%
libsasl-2.1.26-12-aarch64 124.6 KiB 1246K/s 00:00 [##############################] 100%
curl-7.58.0-1-aarch64 875.8 KiB 4.07M/s 00:00 [##############################] 100%
mpfr-4.0.0-1-aarch64 283.6 KiB 5.54M/s 00:00 [##############################] 100%
gawk-4.2.0-3-aarch64 1007.9 KiB 6.56M/s 00:00 [##############################] 100%
glib2-2.54.3+2+g94b38bef... 2.2 MiB 4.68M/s 00:00 [##############################] 100%
gnutls-3.5.17-1-aarch64 2.2 MiB 6.58M/s 00:00 [##############################] 100%
gzip-1.9-1-aarch64 74.1 KiB 1234K/s 00:00 [##############################] 100%
libnftnl-1.0.9-1-aarch64 48.3 KiB 1608K/s 00:00 [##############################] 100%
libseccomp-2.3.2-2-aarch64 68.6 KiB 2.23M/s 00:00 [##############################] 100%
linux-firmware-20180119.... 68.3 MiB 6.60M/s 00:10 [##############################] 100%
man-db-2.7.6.1-3-aarch64 750.5 KiB 3.49M/s 00:00 [##############################] 100%
systemd-236.81-1-aarch64 4.1 MiB 5.51M/s 00:01 [##############################] 100%
netctl-1.15-1-any 38.9 KiB 0.00B/s 00:00 [##############################] 100%
openssh-7.6p1-2-aarch64 675.3 KiB 5.50M/s 00:00 [##############################] 100%
sqlite-3.22.0-1-aarch64 1127.2 KiB 4.59M/s 00:00 [##############################] 100%
systemd-sysvcompat-236.8... 6.7 KiB 0.00B/s 00:00 [##############################] 100%
xfsprogs-4.14.0-1-aarch64 790.1 KiB 6.43M/s 00:00 [##############################] 100%
(30/30) checking keys in keyring [##############################] 100%
(30/30) checking package integrity [##############################] 100%
(30/30) loading package files [##############################] 100%
(30/30) checking for file conflicts [##############################] 100%
(30/30) checking available disk space [##############################] 100%
:: Processing package changes...
( 1/30) upgrading linux-api-headers [##############################] 100%
( 2/30) upgrading tzdata [##############################] 100%
( 3/30) upgrading glibc [##############################] 100%
Generating locales...
Generation complete.
( 4/30) upgrading gcc-libs [##############################] 100%

and the system is then broken..

¿What am I doing wrong?¿Is that normal?
Last edited by Jacobo on Sun Feb 04, 2018 12:50 pm, edited 1 time in total.
Jacobo
 
Posts: 7
Joined: Mon Apr 17, 2017 12:03 am

Re: Archlinux ARM Odroid C2 error

Postby naums » Mon Jan 29, 2018 10:08 am

It makes sense, when the systems gcc-libs are broken, that nothing works anymore. I believe libgcc*.so and / or libstdc++*.so are used in parts of the system and / or some daemons.

It would however be interesting to know a bit more. Are you using the eMMC module or an SD-card? How big, and is there enough free space left? Does the system freeze, or can you still watch it work e.g. with htop or top in another terminal? If the latter, what das dmesg say? After "destroying" the system - does it still boot? If so, what happens? If not: why doesn't it start anymore - what does the terminal say, what are the LEDs doing?
naums
 
Posts: 27
Joined: Sun Dec 31, 2017 11:11 am

Re: Archlinux ARM Odroid C2 error

Postby Jacobo » Sun Feb 04, 2018 12:50 pm

Hello, Thanks for replaying, I reinstall the archlinuxarm image and for the momento is working ok. I'm afraid it happens again. But for now it' s working OK. I'm having problem with video quality in youtube, it's slowly and with no much definition. I'm trying to make the video at least 720p to watch them in a better way.

Thanks so much
Jacobo
 
Posts: 7
Joined: Mon Apr 17, 2017 12:03 am

Re: [SOLVED]Archlinux ARM Odroid C2 error

Postby naums » Sat Feb 17, 2018 6:29 pm

Hi. For the yt-video thing: either use smtube and mpv (in 720p-mode), or see viewtopic.php?f=65&t=12391#p57646 + the next post by me for Chromium optimizations.
naums
 
Posts: 27
Joined: Sun Dec 31, 2017 11:11 am


Return to ARMv8 Devices

Who is online

Users browsing this forum: No registered users and 8 guests