ArmbianHelper changed the topic of #armbian to: armbian - Linux for ARM development boards | www.armbian.com | Github: github.com/armbian | Commits: #armbian-commits | Developer talk: #armbian-devel | Forum/Twitter feed: #armbian-rss | Type 'help' for help | Logs: -> irc.armbian.com
<schwarz_Kat>
I can confirm that the build issue that nekomancer[m]: has found for edge occurs for both edge and current when building for the rockchip rk3328 board that I am patching.
<schwarz_Kat>
The error is identical. These built well yesterday.
psydroid has joined #armbian
xoan1 has quit [Ping timeout: 256 seconds]
<schwarz_Kat>
I just built uboot only for a different board, orangePi zero, current and I got the same error, so looks like it's not just kernel and rockchip.
schwarz_Kat has quit [Ping timeout: 250 seconds]
<IgorPec>
i don't have troubles with compiling edge kernel. strange
<IgorPec>
which branch?
schwarz_Kat has joined #armbian
xoan has joined #armbian
schwarz_Kat has quit [Quit: Leaving]
schwarz_Kat has joined #armbian
<schwarz_Kat>
IgorPec: Just running this command locally on Ubuntu Hirsute. git clone --depth 1 https://github.com/armbian/build
<schwarz_Kat>
.. how do I see the branch?
<IgorPec>
just stay here
<IgorPec>
i have asked if you have changed it to some other
<IgorPec>
that would explain why it doesn't work
<IgorPec>
perhaps try with docker?
<schwarz_Kat>
I will have to look up how to do that.
<IgorPec>
./compile.sh docker
<IgorPec>
and
<IgorPec>
help
<ArmbianHelper>
Check out our awesome documentation! It's tremendous, promise! https://docs.armbian.com/
<schwarz_Kat>
Building OrangePiZero current uBoot in docker now. It looks like it will take some time.
archetech has quit [Quit: Konversation terminated!]
<schwarz_Kat>
It's still building on docker, but now I think that I know what you meant by 'branch' (I should have known, but I'm a beginner, not very familiar with the terminology yet). On the previous builds that failed, they were linux-5.10y current and linux-5.15y edge.
<schwarz_Kat>
The build just errored.
vpeter has quit [Remote host closed the connection]
<schwarz_Kat>
IgorPec: I don't know how to get log files from docker, but the build failed with an identical output error - ERROR in function compile_kernel main.sh:578 -> main.sh:479 -> compilation.sh:506 -> general.sh:0 err
<Armbian-Discord>
<IgorPec> logs are at the same location as native builds
vpeter has joined #armbian
<schwarz_Kat>
Yes found them... the error is the same.
<schwarz_Kat>
If I look in build/patch/misc I see 5 bootsplash patches 2 have 5.10y in the name but 3 have 5.8.10 in the name. Don't know if this is significant, but the patches also have the fbcon and scrollback in the names and this matches with the error message.
<steev>
the hpc altra is a beast... but it's also like 27k
<stipa>
US$189 if you want 16 GB of RAM
<stipa>
khm
<stipa>
steev: 27k, dang
<stipa>
is it maybe 2700 $ ?
<steev>
no
<stipa>
well, let them test it then
<stipa>
& run
<steev>
it might be a little cheaper than 27k, i think the 27k was with 64gb
<stipa>
it's nuts
<stipa>
archetech: that hardware could be in new pinebook pro, i would give US$189 for 16GB version
<steev>
stipa: same, that would be awesome, but it'd probably be closer to 250
<stipa>
maybe 200$ for an 8GB one
<steev>
as a board to upgrade in the current ones, would be nice too (wish they'd done that with the pinebook :( )
<stipa>
well, they have a bunch of ideas if they follow what devs are talking about and if there'll be a new one it could have those features
<stipa>
that means same board footprint
<stipa>
that could fit it the "old" one
<stipa>
because, making two boards have no sense economically
<Armbian-Discord>
<krachlatte> shouldn this go to offtopic ?
<IgorPec>
offtopic exits only on discord AFAIK
<stipa>
no offtopic channel here
<stipa>
i'll ask alis, a moment please
<stipa>
nope
<Armbian-Discord>
<krachlatte> anyone can help with this ?
<Armbian-Discord>
<krachlatte> bullseye with elgacy kernel not working, but focal is wokring with legacy kernel
<Armbian-Discord>
<krachlatte> extracting the files works fine
<stipa>
which board?
<Armbian-Discord>
<krachlatte> orengepizero2
<schwarz_Kat>
What error
<Armbian-Discord>
<krachlatte> dpkg-deb: error: archive '/root/linux-image-legacy-sun50iw9_22.02.0-trunk_arm64.deb' uses unknown compression for member 'control.tar.zst', giving up <------- Error
<Armbian-Discord>
<krachlatte> extracting from hand works fine
<schwarz_Kat>
I thought it might be the same problem that some are having with the build, but it's a different issue.
<c0rnelius>
Debian doesn't support zst
<Armbian-Discord>
<krachlatte> ah thanks, i did not know this, so this would not work anyway
<Armbian-Discord>
<krachlatte> what was used before switching to zst
<c0rnelius>
Ubuntu added zst to dpkg as the default compression. So unless specified specifically that's what happens when packages are built using Impish or Jammy.
<c0rnelius>
Xz was used
<Armbian-Discord>
<krachlatte> ok, it is beauche of my build maschine
<Armbian-Discord>
<krachlatte> thanks
<c0rnelius>
Yeah it's a problem. Can't use Debian to debootstrap impish or Jammy either. Kind of sucks.
<c0rnelius>
There is a way around it though when building kernels. Edit the builddeb and make it use xz.
kilobyte_ch has joined #armbian
<Armbian-Discord>
<krachlatte> is this documented somwhere ?
<c0rnelius>
sorta kinda.
<Armbian-Discord>
<IgorPec> c0rnelius - how to workaround this compression problem best?
<Armbian-Discord>
<IgorPec> use docker for building newest targets, it works well