Dies ist der Cache von Google von https://bbs.archlinux32.org/viewtopic.php?id=2566. Es handelt sich dabei um ein Abbild der Seite, wie diese am 25. Okt. 2019 14:25:17 GMT angezeigt wurde. Die aktuelle Seite sieht mittlerweile eventuell anders aus. Weitere Informationen.
Vollständige VersionNur-Text-VersionQuelle anzeigen
Tipp: Um deinen Suchbegriff schnell auf dieser Seite zu finden, drücke Strg+F bzw. ⌘-F (Mac) und verwende die Suchleiste.
glibc 2.28 on AMD Geode / Pacman / Pacman Upgrades / Arch Linux 32 Forums

You are not logged in.

#1 2018-08-30 14:16:25

sylgre
Member
Registered: 2018-08-30
Posts: 5

glibc 2.28 on AMD Geode

Hello,

I run archlinux32 on an AMD Geode. Until now it worked perfectly.

However, the update of glibc from 2.27 to 2.28 completely broke my system.  I typically get messages like this one:

traps: bash[4529] trap invalid opcode ip:b7facd40 sp:bf9392ec error:0 in ld-2.28.so[b7fac000+1c000]

Apparently, this new version of the library uses instructions that the Geode doesn't understand. Unfortunately, I wasn't able the find the culprit one  (the system was no longer usable).

Does anyone else have this problem ?

Sylvain

Offline

#2 2018-08-30 14:33:34

andreas_baumann
Administrator
From: Zurich, Switzerland
Registered: 2017-08-10
Posts: 826
Website

Re: glibc 2.28 on AMD Geode

Yes, the toolchain is emitting SSE2 and SSE code now. Broke also on my Alix 1.E with
an AMD Geode. The only way to solve this is to bootstrap a i486 version (see my
branch on git.archlinux32.org in the 'packages' repo). Currently, this is a low-priority
project as the main i686-version suffers from lack of maintaince power already.
The i486 version is also available on http://archlinux32.andreasbaumann.cc archi486isos
and i486 repo but it contains base and base-devel only at the moment and is a little
bit behind in terms of package versions).

See also for tipps and tricks in https://bbs.archlinux32.org/viewtopic.php?id=510

Offline

#3 2018-08-30 19:27:34

levi
Moderator
From: Yorkshire, UK
Registered: 2018-06-16
Posts: 464

Re: glibc 2.28 on AMD Geode

Ooh, SSE2 code would have scuppered me if I were still using my Pentium 3.  It could run plain old SSE but SSE2 was a bit too new for it.  You could argue it was well outdated even by the time I started using it, but it still worked when I finally dumped it after finding a newer machine to use which runs 64-bit code so I'm using arch64 on that.  I'm using Arch32 on my Atom-based netbook which runs SSE2 and SSSE3, so I've not noticed this build change.


Architecture: pentium4, Testing repos: Yes, Hardware: EeePC 901+2GB RAM+OS half on the SD card.

Offline

#4 2018-08-31 08:05:08

sylgre
Member
Registered: 2018-08-30
Posts: 5

Re: glibc 2.28 on AMD Geode

Thank you for these precisions.  This is sad that such processors are no longer supported, although there is probably lot of them running around (especially on Alix boards).

I had a look on the i486 repository. Unfortunately,  too many packages are missing, so that I can't switch to a complete i486 system. (I use my alix board as a MPD-based sound system).
So I'll stay with the 686 architecture and will no longer perform updates... In the meanwhile I was able to repair it.

Offline

#5 2018-08-31 08:13:53

andreas_baumann
Administrator
From: Zurich, Switzerland
Registered: 2017-08-10
Posts: 826
Website

Re: glibc 2.28 on AMD Geode

What you can do, make a `pacman -Q` and post me the list. So I have something to priorize on i486.
As long things are console based and nothing uses X, things should be quite easy to build.

Offline

#6 2018-08-31 12:09:57

sylgre
Member
Registered: 2018-08-30
Posts: 5

Re: glibc 2.28 on AMD Geode

Thank you  for your support. Basically, I "only" needs mpd, mpc and ncmpcpp.
However these 3 packages depend on lots of things (e.g. wayland, see below).  I'm not sure sure it is worth the effort....
I'll try mpd-light, available on AUR. It looks much simpler.


acl alsa-lib aom argon2 attr audiofile avahi bash boost-libs bzip2 ca-certificates ca-certificates-cacert ca-certificates-mozilla ca-certificates-utils cifs-utils coreutils cracklib cryptsetup curl db dbus device-mapper e2fsprogs expat faad2 ffmpeg fftw filesystem findutils flac fontconfig freetype2 fribidi gamin gcc-libs gdbm giflib glib2 glibc gmp gnutls graphite gsm harfbuzz hicolor-icon-theme hwids iana-etc icu iptables jack json-c kbd keyutils kmod krb5 lame lcms2 ldb libao libarchive libass libasyncns libavc1394 libbluray libbsd libcap libcap-ng libcups libdaemon libdrm libedit libelf libffi libgcrypt libglvnd libgme libgpg-error libibus libice libid3tag libidn libidn2 libiec61883 libjpeg-turbo libldap libmad libmms libmnl libmodplug libmpdclient libnfs libnftnl libnghttp2 libnl libnsl libogg libomxil-bellagio libpcap libpciaccess libpng libpsl libpulse libraw1394 libsamplerate libsasl libseccomp libshout libsm libsndfile libsoxr libssh libssh2 libsystemd libtasn1 libtheora libtiff libtirpc libunistring libunwind libupnp libusb libutil-linux libva libvdpau libvorbis libvpx libwbclient libwebp libx11 libx264 libxau libxcb libxcursor libxdamage libxdmcp libxext libxfixes libxi libxml2 libxrender libxshmfence libxtst libxv libxxf86vm linux-api-headers llvm-libs lmdb lm_sensors lz4 mesa mpc mpd ncmpcpp ncurses nettle opencore-amr openjpeg2 openssl opus p11-kit pam pambase pcre pcre2 perl popt python2 readline sdl2 shadow smbclient speex speexdsp sqlite sysfsutils systemd taglib talloc tdb tevent tzdata util-linux v4l-utils vid.stab wavpack wayland x265 xcb-proto xorgproto

Offline

#7 2018-08-31 14:02:04

andreas_baumann
Administrator
From: Zurich, Switzerland
Registered: 2017-08-10
Posts: 826
Website

Re: glibc 2.28 on AMD Geode

yeah, wayland for mpd sounds like feature creep. :-)

I definitely want to make my Alix work again with Archlinux32/486, it was running before gcc 8.2/glibc 2.28 like a charm with
window manager, VESA Xorg (ok, not geode/AMD/GPU support) without any problem. So I would love to get there again.

The sound libraries don't sound so bad.

Currently I'm rebuilding with gcc 8.2/glibc 2.28 also the i486 version and going through the "Python 3.7 bootstrapping hell", but
I'm confident I can soon move on to other packages than base and base-devel.

The main issue, is that I cannot put the i486 build slave yet into the buildmaster build system, it would draw away valuable
resource we need for the i686 build. I have to think about that a bit.

Offline

#8 2018-08-31 14:04:59

andreas_baumann
Administrator
From: Zurich, Switzerland
Registered: 2017-08-10
Posts: 826
Website

Re: glibc 2.28 on AMD Geode

you could try mpg123 or some really simple command line sound players in the mean time.

Offline

#9 2018-08-31 14:17:59

levi
Moderator
From: Yorkshire, UK
Registered: 2018-06-16
Posts: 464

Re: glibc 2.28 on AMD Geode

I use mplayer from a terminal to play all of my audio and video these days (and my video I usually preprocess and play over a scp network share), but my reading of mpd suggests it's designed to interface with other kit - as far as I know mplayer only interfaces with remote controls using the LIRC protocol.  Mpd runs over the network and lets other devices (which generally run linux under the hood by may have no user terminal facilities) to control playback on that machine.


Architecture: pentium4, Testing repos: Yes, Hardware: EeePC 901+2GB RAM+OS half on the SD card.

Offline

#10 2018-08-31 14:22:00

andreas_baumann
Administrator
From: Zurich, Switzerland
Registered: 2017-08-10
Posts: 826
Website

Re: glibc 2.28 on AMD Geode

mplayer draws in most libraries too, like mpg123 etc.

Offline

#11 2018-08-31 15:25:57

sylgre
Member
Registered: 2018-08-30
Posts: 5

Re: glibc 2.28 on AMD Geode

mpd-light looks pretty good. The only missing libraries are :

audiofile  ca-certificates-cacert  faad2  fftw  flac  libgme  libid3tag  libmad  libmms  libmpdclient  libnfs  libogg  libsamplerate  libsndfile  libsoxr  libupnp  libvorbis  mpc  mpd-light  ncmpcpp  taglib


Regarding mpd: It is my favorite music player. There is a clean separation between the audio rendering and the user interface. My favorite client is ncmpcpp, an ncurses-based client. If your audio library is well tagged, it is very easy to handle large libraries (mine has more than 10k songs). Other nice point, your smartphone can control it (e.g. stop the music when receiving a call).

Offline

#12 2018-08-31 15:27:43

andreas_baumann
Administrator
From: Zurich, Switzerland
Registered: 2017-08-10
Posts: 826
Website

Re: glibc 2.28 on AMD Geode

Ok, I'll give the list a go on i486..

Offline

#13 2018-08-31 22:45:16

Luffy
Member
Registered: 2018-05-23
Posts: 14

Re: glibc 2.28 on AMD Geode

andreas_baumann wrote:

[...] Yes, the toolchain is emitting SSE2 and SSE code now. Broke also on my Alix 1.E with
an AMD Geode [...]

Hello,

The glibc update to 2.28, can break my system in a Pentium 3 (Coppermine) ...

flags: CMOV, MMX, SSE, ...

Regards,

Offline

#14 2018-08-31 23:53:23

levi
Moderator
From: Yorkshire, UK
Registered: 2018-06-16
Posts: 464

Re: glibc 2.28 on AMD Geode

Yes, as andreas said in his first post to the thread, the build tools are currently spitting out SSE2 code.  You coppermine P3 supports the original SSE only, so you'll need to hang off updating for now, or rebuild your system from the i486 repo if it's got everything you need. SSE2 implies P4 or newer, and none of the low power options except for Atom, basically.


Architecture: pentium4, Testing repos: Yes, Hardware: EeePC 901+2GB RAM+OS half on the SD card.

Offline

#15 2018-09-01 05:38:06

andreas_baumann
Administrator
From: Zurich, Switzerland
Registered: 2017-08-10
Posts: 826
Website

Re: glibc 2.28 on AMD Geode

The i486 repo contains only base and base-devel and everything which is needed to bootstrap some packages.
There is no X, no window manager and nothing for users there. :-)

Offline

#16 2018-09-01 15:17:06

andreas_baumann
Administrator
From: Zurich, Switzerland
Registered: 2017-08-10
Posts: 826
Website

Re: glibc 2.28 on AMD Geode

Current status:

https://mirror.archlinux32.org/irc-logs … l#16:47:33

Short, I have check how generates illegal opcodes though I compile with -march=486

Offline

#17 2018-09-02 18:42:00

andreas_baumann
Administrator
From: Zurich, Switzerland
Registered: 2017-08-10
Posts: 826
Website

Re: glibc 2.28 on AMD Geode

After some digging my best guess is a new security feature causing trouble on old CPUS:

http://archlinux32.andreasbaumann.cc/ir … l#20:28:05

Any information on that welcome. :-)

Offline

#18 2018-09-02 19:04:39

andreas_baumann
Administrator
From: Zurich, Switzerland
Registered: 2017-08-10
Posts: 826
Website

Re: glibc 2.28 on AMD Geode

This is informative:

https://gcc.gnu.org/bugzilla//show_bug.cgi?id=84148

So we must try to disable that for i486 builds.

PKGBUILD of gcc: --enable-cet=auto.

This I have to switch off and the redo the whole toolchain and the build.

Offline

#19 2018-09-02 19:08:21

levi
Moderator
From: Yorkshire, UK
Registered: 2018-06-16
Posts: 464

Re: glibc 2.28 on AMD Geode

Ugh.  Can you see in the build logs the actual flags being passed to the final gcc compile stages to see what flags are being passed to them?  Just to rule out make setting the wrong flags downstream.  If this is microcode rewrites in the middle of logic flow then... stop the world I'd like to get off.

Edit: Interesting about that cet thing.  You sure setting it to auto will change it?  I'd have thought you'd want to start disabling features rather than setting them to autonegotiate, but I'm only really following from the exit gate at present, so give it a try, it might work.  By prebuild I assume you mean the gcc configure step.

Last edited by levi (2018-09-02 19:11:57)


Architecture: pentium4, Testing repos: Yes, Hardware: EeePC 901+2GB RAM+OS half on the SD card.

Offline

#20 2018-09-02 19:16:25

andreas_baumann
Administrator
From: Zurich, Switzerland
Registered: 2017-08-10
Posts: 826
Website

Re: glibc 2.28 on AMD Geode

--enable-cet=auto checks if binutils supports the CET feature. I generally don't trust binutils and automatic things.
Also I don't trust glibc not to play with flags again. So easiest is to simply drop the CET-feature from the gcc
code generator. :-)

Sadly I have no build logs from the i486 virtual machine. The VM runs a little bit by hand and outside the
standard Archlinux32 buildmaster ways currently.

Actually, as I understand, the opcodes get translated to multi-byte NOPs for non-CET CPUs, but this is
something very old 32-bit CPU don't understand yet.

Offline

#21 2018-09-02 19:18:18

andreas_baumann
Administrator
From: Zurich, Switzerland
Registered: 2017-08-10
Posts: 826
Website

Re: glibc 2.28 on AMD Geode

--enable-cet=auto came in "silently" in gcc PKGBUILD (asp buildlog gcc just showed me that). I admit, I don't follow all the changes
upstream that closely.

Offline

#22 2018-09-02 19:29:08

levi
Moderator
From: Yorkshire, UK
Registered: 2018-06-16
Posts: 464

Re: glibc 2.28 on AMD Geode

Ah, rebuild binutils then?


Architecture: pentium4, Testing repos: Yes, Hardware: EeePC 901+2GB RAM+OS half on the SD card.

Offline

#23 2018-09-03 07:01:50

andreas_baumann
Administrator
From: Zurich, Switzerland
Registered: 2017-08-10
Posts: 826
Website

Re: glibc 2.28 on AMD Geode

Worse. Rebuild everything. :-)

Offline

#24 2018-09-03 16:38:05

levi
Moderator
From: Yorkshire, UK
Registered: 2018-06-16
Posts: 464

Re: glibc 2.28 on AMD Geode

Well, yeah.  Isn't binutils the first thing you build when building a cross compiler?  Certainly the gcc build depends on it, so whenever you rebuild it you need to rebuild gcc.  Only the step about installing the target linux-abi-headers can be semi-reliably skipped I suspect.


Architecture: pentium4, Testing repos: Yes, Hardware: EeePC 901+2GB RAM+OS half on the SD card.

Offline

#25 2018-09-03 21:42:23

Luffy
Member
Registered: 2018-05-23
Posts: 14

Re: glibc 2.28 on AMD Geode

Luffy wrote:
andreas_baumann wrote:

[...] Yes, the toolchain is emitting SSE2 and SSE code now. Broke also on my Alix 1.E with
an AMD Geode [...]

Hello,

The glibc update to 2.28, can break my system in a Pentium 3 (Coppermine) ...

flags: CMOV, MMX, SSE, ...

Regards,

Thanks Levi ...

Ask Andreas_Baumann - Deep42thought ... Support for un pentium 3 effectively ends today ...
If it were temporary, I can safely update the other packages ...

IgnorePkg: glibc, perl, python-*

Last edited by Luffy (2018-09-03 21:43:18)

Offline

Board footer

Powered by FluxBB