Werner changed the topic of #armbian to: armbian - Linux for ARM development boards | www.armbian.com | Github: github.com/armbian | Announcements: #armbian-announcements | Developer talk: #armbian-devel | Off-Topic: #armbian-offtopic | Logs: -> irc.armbian.com
stipa_ has joined #armbian
stipa has quit [Ping timeout: 248 seconds]
stipa_ is now known as stipa
califax has quit [Remote host closed the connection]
califax has joined #armbian
Mangix has quit [Ping timeout: 240 seconds]
DC-IRC has quit [Remote host closed the connection]
DC-IRC has joined #armbian
_whitelogger has joined #armbian
buzzmarshall has quit [Quit: Konversation terminated!]
zeemate has joined #armbian
Dagger has quit [Remote host closed the connection]
bantu has quit []
bantu has joined #armbian
lemonzest has quit [Ping timeout: 252 seconds]
lemonzest has joined #armbian
bantu has quit []
bantu has joined #armbian
bantu has quit [Client Quit]
bantu has joined #armbian
bantu has quit [Client Quit]
bantu has joined #armbian
coldfeet has joined #armbian
wd has quit [Ping timeout: 248 seconds]
wd has joined #armbian
coldfeet has quit [Remote host closed the connection]
zeemate has quit [Ping timeout: 260 seconds]
<yang>
Is there maybe Debian image ready for testing for Vision Five 2? I see that there is (only) an image for 'Noble minimal'
<yang>
Maybe I am doing something wrong, when trying to boot an unused VisionFive2 with Armbian_community_25.8.0-trunk.481_Visionfive2_noble_vendor_6.6.20_minimal.img ? It shows no picture, I tried with SD card and USB key.
<DC-IRC>
[Discord] <igorpec> Those are not supported and probably broken
<yang>
ok
luckylinux has quit [Remote host closed the connection]
luckylinux has joined #armbian
xolitude has joined #armbian
<xolitude>
is there a way to get the qt 6 version of "qtlocation5-dev" in armbian bookworm?
<DC-IRC>
[Discord] <tenkawa42> from what I'm reading qt 6 is still part of trixie/sid so you would probaably need a "lot" of packages redone....
<xolitude>
but ive installed some other qt6 packages from apt
<DC-IRC>
[Discord] <tenkawa42> did you add the deb-src lines to your sources list?
<DC-IRC>
[Discord] <tenkawa42> thats where all the -dev pkgs live
<DC-IRC>
[Discord] <tenkawa42> if not add those and rerun apt update
<DC-IRC>
[Discord] <tenkawa42> then see if its avail
<xolitude>
how do i do that lol
<DC-IRC>
[Discord] <tenkawa42> Its either in /etc/apt/sources.list or /etc/apt/sources.list.d/
<DC-IRC>
[Discord] <tenkawa42> (I don't use it anymore so I'm not sure current file name)
<DC-IRC>
[Discord] <tenkawa42> I use regular Ubuntu
<xolitude>
its not there,
<xolitude>
it's supposed to commented i assume
<xolitude>
ill add them myself
<DC-IRC>
[Discord] <tenkawa42> can you pastebin your current sources file to paste.debian.net?
<DC-IRC>
[Discord] <tenkawa42> I can tell you what to add that way
<xolitude>
im guessing i need to add "Types: deb deb-src'
<DC-IRC>
[Discord] <tenkawa42> yep
<DC-IRC>
[Discord] <tenkawa42> you just add deb-src to deb
<DC-IRC>
[Discord] <tenkawa42> save... run apt update then apt should be able to find the pkg
<xolitude>
bookworm-security too/
<xolitude>
?
<DC-IRC>
[Discord] <tenkawa42> in theory yes (Ubuntu does... I'm not 100% sure about debian... if it errors... remove it from that entry ans try again but I think it works)
<xolitude>
ok
<xolitude>
got "N: Repository 'https://deb.debian.org/debian bookworm InRelease' changed its 'Suite' value from 'stable' to 'oldstable'
<xolitude>
"
<Tenkawa>
can you pastebin the updated sources?
<xolitude>
it's the same tho?
<xolitude>
just added deb-src
<xolitude>
what if i switch to rolling packages repo
<Tenkawa>
I think that message is fine... its just odd to see oldstable
<Tenkawa>
oh wait
<Tenkawa>
you are looking for trixie versions of packages... so why/how do you have both bookworm "and" trixie entries?
<Tenkawa>
I only see bookworm in what you pasted
<Tenkawa>
qtnm.. its in backports
<Tenkawa>
er nm
<Tenkawa>
bookworm-backports
<Tenkawa>
you can still try a apt-get --dry-run upgrade and see if its going to change anything to make sre its safe
<Tenkawa>
if it is.. then you can go ahead and install those dev pkgs
<Tenkawa>
if it is going to try to update packages I would revert the change...