ChanServ changed the topic of #haiku to: Open-source operating system that specifically targets personal computing. | https://haiku-os.org | Nightlies: https://download.haiku-os.org | Bugtracker: https://dev.haiku-os.org | SCM: https://git.haiku-os.org/ | Logs: https://oftc.irclog.whitequark.org/haiku | Matrix: #haiku:matrix.org | XMPP: #haiku%irc.oftc.net@irc.jabberfr.org
pbsds has quit [Quit: The Lounge - https://thelounge.chat]
pbsds has joined #haiku
ablyss has joined #haiku
floof58 has quit [Ping timeout: 480 seconds]
floof58 has joined #haiku
Maturi0n_ has joined #haiku
mmu_man has quit [Ping timeout: 480 seconds]
Maturi0n has quit [Ping timeout: 480 seconds]
smalltalkman has quit []
bbjimmy_64 has quit [Read error: Connection reset by peer]
bbjimmy has quit [Read error: Connection reset by peer]
HaikuUser has joined #haiku
HaikuUser2 has joined #haiku
HaikuUser2 has quit []
HaikuUser has quit []
Begasus has joined #haiku
<Begasus> g'morning peeps
<zdykstra> Morning!
<Begasus> Morning zdykstra
<nielx[m]> Morning Begasus . We are hitting an issue with the texinfo package and its dependency on gawk
<Begasus> ow?
<Begasus> changed that after the issue was created at haikuports
<Begasus> why not change it back to use mawk then?
<nielx[m]> the build depends on it. But anyway, I think I figured out how to handle it
<nielx[m]> x86_64 builds now!
<nielx[m]> let's see if it runs
smalltalkman has joined #haiku
TMM has quit [Quit: https://quassel-irc.org - Chat comfortably. Anywhere.]
TMM has joined #haiku
Begasus_32 has joined #haiku
<Begasus> nielx[m], what about zstd, the PR is lingering for a while too now :)
HaikuUser has joined #haiku
<Begasus> is it possible to build 32bit Haiku on 64bit?
HaikuUser has quit []
cebulon has joined #haiku
<nielx[m]> I don't think so. T
<Begasus> thought so, doesn't hurt to ask :)
<Begasus> guess I need to switch back to R1B2 on 32bit, no 2038 error with configure on nightly :)
<Begasus> minizip support for Haiku upstreamed :D
<pairisto[m]> yo guys, OpenVPN works now WOOOOOOOOOOOOOOOOOOOOOOOOOOOOO!
<erysdren> awesome!!
<Begasus> great new pairisto[m]! nice work +1
<Begasus> new/news*
Begasus_32 has quit [Quit: Vision[]: Gone to the dogs!]
Begasus_32 has joined #haiku
cebulon has quit [Quit: Vision[]: i've been blurred!]
<pairisto[m]> had to witch from TUN to TAP but it works now!
AlaskanEmily has quit [Remote host closed the connection]
<Begasus> so still some work needed for TUN?
Begasus_32 has quit [Quit: Vision[]: Gone to the dogs!]
<pairisto[m]> also Begasus , how do I get haikuporter to recognize a new SOURCE_URI?
<Begasus> it should do that after you change it in the recipe pairisto[m]
<Begasus> maybe remove the previous download?
<pairisto[m]> it just says that the original source uri is not there and stops
<Begasus> could be that SOURCE_FILENAME is used, that doesn't detect the new link
<Begasus> could you paste the line?
<pairisto[m]> I do this before the download
<Begasus> this is the current: SOURCE_URI="https://github.com/OpenVPN/openvpn/archive/refs/tags/v$portVersion.tar.gz"
<pairisto[m]> gimme a moment since I had to make a new VM and I have to redownload haikuporter. this is just a problem that I remembered from before
<Begasus> tip, create a seperate disk in your virtual env, put your work on there, no need to redo everything then :)
<pairisto[m]> fair, I have to increase the disk space of the VM I am working from anyway
<pairisto[m]> also one thing, how does $portVersion get defined?
<Begasus> openvpn-2.6.4.recipe (2.6.4 in this case)
<Begasus> so in the recipe name
<pairisto[m]> ah got it
<Begasus> in most cases it reduces git noice as nothing related to $portVersion inside the recipe needs to change
<pairisto[m]> do I have to create a release for this (https://github.com/Swangeon/Haiku-Openvpn) to download?
<Begasus> no you could use a checkout
<pairisto[m]> but that is still a .tar.gz file right
<pairisto[m]> * file right?
<Begasus> github converts the commit to a tar.gz
<Begasus> it works :)
<Begasus> biab
<pairisto[m]> oh ok, makes more sense
Diver has joined #haiku
jmairboeck has joined #haiku
<jmairboeck> Begasus: I did once a build of gcc2 on 64 bit Haiku by changing the check in the build script that is used by configure to build the cross compiler, but only to check if something compiled with gcc2. I didn't do a full Haiku build and don't know if it would have worked. Officially it is not supported because gcc2 doesn't support 64 bit.
<Begasus> hi jmairboeck, though so too, no harm done
<Begasus> on that note, lilypond ready to go?
Begasus_32 has joined #haiku
<Begasus_32> Fetching package for tar_x86 == 1.34 base ...
<Begasus> how do I get rid of this? (shouldn't need to do that)
<jmairboeck> If the buildmasters have been updated, then yes :)
<Begasus> yep, on par with latest revision of R1B4
<Begasus> /boot/home/haikuports/packages/haiku-r1~beta4_hrev56578_87-1-x86_gcc2.hpkg
<Begasus> k, let's launch :)
<botifico> [haikuports/haikuports] Begasus pushed 1 commit to master [+0/-0/±1] https://github.com/haikuports/haikuports/compare/e8cc03d791f9...6c09b136a5c9
<botifico> [haikuports/haikuports] jmairboeck 6c09b13 - lilypond: revbump for rebuild (#8557)
<jmairboeck> thanks Begasus!
<Begasus> np, thank nielx[m], with gcc it probably would have taken a while :)
<pairisto[m]> Begasus: So I got it to download but it would just hang on a part of the Makefile (LIne 533) and kept tying to redo a certain part unitl I ctrl+c'ed it and got `Makefile:533: recipe for target 'config.status' failed`
<Begasus> could you pm me the repo, could have a look here
<Begasus> or pastebin the recipe you are working with
<pairisto[m]> ye, gimme one sec
xet7 has quit [Remote host closed the connection]
<Begasus> are you on 64bit pairisto[m]?
<pairisto[m]> yes
<Begasus> k, np building it here
<pairisto[m]> hmmm, I'll try again on a clean vm of haiku? maybe its because something is interfering with it on this vm
<Begasus> also no error building tar on 32bit, while on buildmaster it failed there ...
<pairisto[m]> what does it fail on with buildmaster?
<Begasus> checking for gcc option for timestamps after 2038... support not detected
<Begasus> not getting that error here (on both nightly and R1B4)
<pairisto[m]> I guess I can add --disable-year2038 wherever it needs to go?
<Begasus> in this case it probably works, just strange that it works locally but not on the buildmaster
<Begasus> ps 64bit build went fine
<jmairboeck> I think 32 bit Haiku is not compatible with >2038 because of binary compatibility with BeOS.
<Begasus> I would think so to jmairboeck, but why isn't it complaining in my local build?
<Begasus> argh!! :D
* Begasus bumps head
<jmairboeck> Don't hurt yourself, Begasus ;)
<Begasus> still builds 1.34 ....
<Begasus> forgot to update my local fork :D
<Begasus> k, now I get the error :)
<Begasus> pairisto[m], maybe some of your work on openvpn can be upstreamed?
<pairisto[m]> to the actual repo itself? cause some of it probably can (the do_ifconfig stuff works fine) but the route stuff doesn't because apparently network routing in haiku is not fun
<Begasus> that way we could upstream SOURCE_URI and do some local patching at haikuports
<Begasus> no, I gather that :)
<botifico> [haikuports/haikuports] pulkomandy pushed 1 commit to master [+0/-3/±0] https://github.com/haikuports/haikuports/compare/6c09b136a5c9...bbcd9a4e4dda
<botifico> [haikuports/haikuports] jmairboeck bbcd9a4 - ghostscript 9: remove
<Begasus> looking at the one for the configure script it should be fine to upstream I guess
<pairisto[m]> that should also be fine as well, just gotta figure out where to do it because I don't know if they except pull requests from github or somewhere else
<Begasus> they've got 12 open PR's, so I guess they do :)
<Begasus> k, tar is fine on 32bit now, guess the --disable-year-2038 shouldn't hurt 64bit too, by that time someone else probably has taken over ;)
erysdren has quit [Quit: Konversation terminated!]
<nielx[m]> Ok, x86_gcc2 Haiku build with the newest packages and GCC 13 also successful. I am going to submit a change to Gerrit in a bit
MajorBiscuit has joined #haiku
<Begasus> texinfo ok now?
<Begasus> iirc zstd was also invloved in the build (at least for 32bit)?
<Begasus> for building Haiku on 32bit you only need to run "configure" to build the hybrid?
<Begasus> error building on 64bit: cc1: fatal error: /Opslag/buildtools/binutils/ld/deffilep.c: No such file or directory
smalltalkman has quit []
mmu_man has joined #haiku
js has quit [Quit: Bridge terminating on SIGTERM]
sweetginger[m] has quit []
x512[m] has quit []
Saijin_Naib[m] has quit []
codysseus[m] has quit [Quit: Bridge terminating on SIGTERM]
nielx[m] has quit [Quit: Bridge terminating on SIGTERM]
bjorn3[m] has quit [Quit: Bridge terminating on SIGTERM]
ids1024[m] has quit [Quit: Bridge terminating on SIGTERM]
xylobol[m] has quit [Quit: Bridge terminating on SIGTERM]
kallisti5[m] has quit [Quit: Bridge terminating on SIGTERM]
trungnt2910[m] has quit [Quit: Bridge terminating on SIGTERM]
psydroid[m] has quit []
iar[m] has quit [Quit: Bridge terminating on SIGTERM]
x86corez has quit [Quit: Bridge terminating on SIGTERM]
Assassink786[m] has quit [Quit: Bridge terminating on SIGTERM]
rjzak[m] has quit [Quit: Bridge terminating on SIGTERM]
DeveshRaut[m] has quit [Quit: Bridge terminating on SIGTERM]
pairisto[m] has quit [Quit: Bridge terminating on SIGTERM]
Commander[m] has quit [Quit: Bridge terminating on SIGTERM]
shaka444[m] has quit [Quit: Bridge terminating on SIGTERM]
Martini[m] has quit [Quit: Bridge terminating on SIGTERM]
mika_f[m] has quit [Quit: Bridge terminating on SIGTERM]
klarre[m] has quit [Quit: Bridge terminating on SIGTERM]
BenKlaasen[m] has quit [Quit: Bridge terminating on SIGTERM]
IoannisCherouvim[m] has quit [Quit: Bridge terminating on SIGTERM]
Ashhar[m] has quit [Quit: Bridge terminating on SIGTERM]
ermo[m] has quit [Quit: Bridge terminating on SIGTERM]
Evan[m] has quit [Quit: Bridge terminating on SIGTERM]
foint[m] has quit []
edruro[m] has quit [Quit: Bridge terminating on SIGTERM]
fut10[m] has quit [Quit: Bridge terminating on SIGTERM]
GautamAgrawal[m] has quit []
geigercounter[m] has quit [Quit: Bridge terminating on SIGTERM]
hamoko[m] has quit [Quit: Bridge terminating on SIGTERM]
hexagon[m] has quit [Quit: Bridge terminating on SIGTERM]
qyzz[m] has quit [Quit: Bridge terminating on SIGTERM]
aa55[m] has quit [Quit: Bridge terminating on SIGTERM]
Kartikkeyankant[m] has quit [Quit: Bridge terminating on SIGTERM]
Mashijams[m] has quit [Quit: Bridge terminating on SIGTERM]
fuggy[m] has quit [Quit: Bridge terminating on SIGTERM]
massn00b[m] has quit [Quit: Bridge terminating on SIGTERM]
semicoln[m] has quit [Quit: Bridge terminating on SIGTERM]
senicar[m] has quit [Quit: Bridge terminating on SIGTERM]
ZorPrime[m]1 has quit [Quit: Bridge terminating on SIGTERM]
Deepdarshan[m] has quit [Quit: Bridge terminating on SIGTERM]
erysdren[m] has quit [Quit: Bridge terminating on SIGTERM]
turb0x[m] has quit [Quit: Bridge terminating on SIGTERM]
mukuld[m] has quit [Quit: Bridge terminating on SIGTERM]
vandito[m] has quit [Quit: Bridge terminating on SIGTERM]
Ruby576[m] has quit [Quit: Bridge terminating on SIGTERM]
zeldakatze[m] has quit [Quit: Bridge terminating on SIGTERM]
rayzon03[m] has quit [Quit: Bridge terminating on SIGTERM]
xmeadow[m] has quit [Quit: Bridge terminating on SIGTERM]
TechnologyTim[m] has quit [Quit: Bridge terminating on SIGTERM]
c96alia[m] has quit [Quit: Bridge terminating on SIGTERM]
nintendo3dswithfamistudio[m] has quit [Quit: Bridge terminating on SIGTERM]
david_alfred[m] has quit [Quit: Bridge terminating on SIGTERM]
prod2[m] has quit [Quit: Bridge terminating on SIGTERM]
ynoga99[m] has quit [Quit: Bridge terminating on SIGTERM]
Grumbleduke[m] has quit [Write error: connection closed]
legarts[m] has quit [Write error: connection closed]
anomalous_creator[m] has quit [Write error: connection closed]
amayas[m] has quit [Write error: connection closed]
deadfwd[m] has quit [Write error: connection closed]
BarmenduChakraborty[m] has quit [Write error: connection closed]
cluelessm[m] has quit [Write error: connection closed]
thinkbyte1024[m] has quit [Write error: connection closed]
luso[m] has quit [Write error: connection closed]
johnolinda[m] has quit [Write error: connection closed]
EnriqueMedinaGremaldos[m] has quit [Write error: connection closed]
Fs[m] has quit [Write error: connection closed]
ilzu[m] has quit [Write error: connection closed]
bw[m] has quit [Write error: connection closed]
forghani[m] has quit [Write error: connection closed]
bradsco[m] has quit [Write error: connection closed]
Jogarr[m] has quit [Write error: connection closed]
KSPAtlas[m] has quit [Quit: Bridge terminating on SIGTERM]
yodamatrix[m] has quit [Write error: connection closed]
the_sudoer[m] has quit [Write error: connection closed]
VulcanSphere[CatgirlCloudMatri has quit [Write error: connection closed]
swarnlata[m] has quit [Write error: connection closed]
DirkOlmes[m] has quit [Write error: connection closed]
spectre_1[m] has quit [Write error: connection closed]
dfergfla[m] has quit [Write error: connection closed]
DinsRozentals[m] has quit [Write error: connection closed]
aladds[m] has quit [Write error: connection closed]
barrakudarain[m] has quit [Write error: connection closed]
gravitylord[m] has quit [Write error: connection closed]
MatrixBridge[m] has quit [Write error: connection closed]
NisargThakkar[m] has quit [Write error: connection closed]
MiuST[m] has quit [Write error: connection closed]
Helvedeshunden[m] has quit [Write error: connection closed]
cytlan[m] has quit [Write error: connection closed]
Slok[m] has quit [Write error: connection closed]
SwagatSBhuyan[m] has quit [Write error: connection closed]
jt15s[m] has quit [Write error: connection closed]
scott_puopolo[m] has quit [Write error: connection closed]
seraph[m] has quit [Write error: connection closed]
splines[m] has quit [Write error: connection closed]
Niklas[m] has quit [Write error: connection closed]
vector1dev[m]1 has quit [Write error: connection closed]
ritz[m] has quit [Write error: connection closed]
SiddharthKumarPanda[m] has quit [Write error: connection closed]
mull[m] has quit [Write error: connection closed]
m[m]12345678910111213141516126 has quit [Write error: connection closed]
bitigchi[m] has quit [Write error: connection closed]
erde74[m] has quit [Write error: connection closed]
kniffy has quit [Write error: connection closed]
andreasdr[m] has quit [Write error: connection closed]
aspendowntime[m] has quit [Write error: connection closed]
abhiraj1[m] has quit [Write error: connection closed]
Akhil[m]1 has quit [Write error: connection closed]
shreyaspatange[m] has quit [Write error: connection closed]
mhj[m] has quit [Write error: connection closed]
extravert34[m] has quit [Write error: connection closed]
fancy2209[m] has quit [Write error: connection closed]
win8linux[m] has quit [Write error: connection closed]
kquote03[m] has quit [Write error: connection closed]
zxyz[m] has quit [Write error: connection closed]
zuckerberg[m] has quit [Write error: connection closed]
Zor-Prime[m] has quit [Write error: connection closed]
xebi[m] has quit [Write error: connection closed]
weda[m] has quit [Write error: connection closed]
valera[m] has quit [Write error: connection closed]
v1Ns[m] has quit [Write error: connection closed]
subhashisghose[m] has quit [Write error: connection closed]
smontanaro[m] has quit [Write error: connection closed]
sixecho has quit [Write error: connection closed]
Phil[m]1 has quit [Write error: connection closed]
paxsov[m] has quit [Write error: connection closed]
eightbit[m] has quit [Write error: connection closed]
printed[m]1 has quit [Write error: connection closed]
divyansh_747[m] has quit [Write error: connection closed]
vicuna[m] has quit [Write error: connection closed]
RajAryan[m] has quit [Write error: connection closed]
chaoticbob[m] has quit [Write error: connection closed]
britishgeekguy[m] has quit [Write error: connection closed]
lnx[m]1 has quit [Write error: connection closed]
bronzie94[m]1 has quit [Write error: connection closed]
harshit-sharma[m] has quit [Write error: connection closed]
tar[m]1 has quit [Quit: Bridge terminating on SIGTERM]
illen[m] has quit [Write error: connection closed]
faveoled[m] has quit [Write error: connection closed]
n0toose[m] has quit [Write error: connection closed]
robxnano[m] has quit [Write error: connection closed]
YonleCoder has quit [Write error: connection closed]
VitorReus[m] has quit [Write error: connection closed]
happy-dude[m] has quit [Write error: connection closed]
marxo has quit [Write error: connection closed]
owl4ce[m] has quit [Write error: connection closed]
dcavalca has quit [Write error: connection closed]
SamuraiCrow[m] has quit [Write error: connection closed]
code_vaibhav[m] has quit [Write error: connection closed]
a32bitmint[m] has quit [Write error: connection closed]
AniketRaj[m] has quit [Write error: connection closed]
hive[m]1 has quit [Write error: connection closed]
Maston[m] has quit [Write error: connection closed]
BharatSahlot[m] has quit [Write error: connection closed]
Dio9sys[m] has quit [Write error: connection closed]
thepoorman[m] has quit [Write error: connection closed]
yaponamat[m] has quit [Write error: connection closed]
zelenoviy[m] has quit [Write error: connection closed]
wannabee[m] has quit [Write error: connection closed]
RukiWang[m] has quit [Write error: connection closed]
Sivaram[m] has quit [Write error: connection closed]
UbhayAnand[m] has quit [Write error: connection closed]
stereopora[m] has quit [Write error: connection closed]
TomBhadac[m] has quit [Write error: connection closed]
timkack[m] has quit [Write error: connection closed]
TarunArora[m] has quit [Write error: connection closed]
november31stOld[m] has quit [Write error: connection closed]
samchi70[m] has quit [Write error: connection closed]
mattmoose[m] has quit [Write error: connection closed]
Gustavs[m] has quit [Write error: connection closed]
fatwallet[m] has quit [Write error: connection closed]
fabs[m] has quit [Write error: connection closed]
kar[m] has quit [Write error: connection closed]
europa64[m] has quit [Write error: connection closed]
bronzie94[m] has quit [Write error: connection closed]
TheCat[m] has quit [Write error: connection closed]
VulcanSphereintheMatrixorg[m] has quit [Write error: connection closed]
AlessandroMolina[m] has quit [Write error: connection closed]
arnavbhatt288[m] has quit [Write error: connection closed]
KrishnaNarayanan[m] has quit [Write error: connection closed]
lennox[m] has quit [Write error: connection closed]
AhmedAlhojairat[m] has quit [Write error: connection closed]
KENZ[m] has quit [Write error: connection closed]
jeremyc[m] has quit [Write error: connection closed]
jmc-88[m] has quit [Write error: connection closed]
harshitsapkal[m] has quit [Write error: connection closed]
JaredMohammed[m]1234 has quit [Write error: connection closed]
NorthwoodsNEKO[m] has quit [Write error: connection closed]
GriffintheFolf[m] has quit [Write error: connection closed]
erysdren has joined #haiku
<botifico> [haikuports/haikuports] diversys pushed 1 commit to master [+2/-2/±0] https://github.com/haikuports/haikuports/compare/bbcd9a4e4dda...9f16d888db80
<botifico> [haikuports/haikuports] davidkaroly 9f16d88 - openssl: update to 1.1.1v (#9147)
mmu_man has quit [Ping timeout: 480 seconds]
nielx[m] has joined #haiku
<nielx[m]> texinfo ok
andreasdr[m] has joined #haiku
<andreasdr[m]> Hi there.
<Begasus> Hi andreasdr[m]
mmu_man has joined #haiku
<Begasus> quite a big change nielx[m] :)
<andreasdr[m]> HI Begasus
jmairboeck has quit [Quit: Konversation terminated!]
<Begasus> ...failed updating 9 target(s)...
<Begasus> would be helpfull if I knew which ones :)
<Begasus> this is one: src/add-ons/translators/wonderbrush/WonderBrushTranslator.cpp:19:10: fatal error: blending.h: No such file or directory
zard has joined #haiku
systwi_ has quit [Read error: Connection reset by peer]
systwi has joined #haiku
systwi has quit [Read error: Connection reset by peer]
systwi has joined #haiku
kinkinkijkin has joined #haiku
<Begasus> hitting this: https://dev.haiku-os.org/ticket/15559 (buildtools error out as mentioned earlier) on 64bit
M3dEyes[m] has joined #haiku
novaphoenix has quit [Quit: gone fishing]
novaphoenix has joined #haiku
<Begasus> seems to be running further now (corrupt bison and flex package removed/reinstalled)
mmu_man has quit [Ping timeout: 480 seconds]
<nielx[m]> Currently the builders are not configured in such a way that if the 7.0.3 recipe for texinfo is marked as incompatible with x86_gcc2, that it will build the previous version, right?
<Begasus> in what way would it be incompatible?
<nielx[m]> The 7.0.3 recipe depends on gawk, gawk cannot be compiled by GCC 2
<Begasus> ah, if it's declared for gcc2 then it will/should use 6.7
<nielx[m]> ok wait, something odd is going on
<nielx[m]> let me try reordering the packages again
<Begasus> the buildtools take longer to build then Haiku :)
x512[m] has joined #haiku
<x512[m]> Not surprising.
<Begasus> probably not, I only did those when I was still running linux (years ago)
<Begasus> yay! binutils and gcc for cross compilation have been built successfully!
<nielx[m]> ok, the issue is that texinfo 6.7 switched to depending on gawk (as opposed to awk)
<nielx[m]> I would almost say that for gcc2 we need to downgrade to the 6.1 version
<nielx[m]> would it work to remove the 6.7 recipe and ask the buildbot to rebuild the 6.1 version?
<Begasus> or you could revbump 6.7 to use (m)awk?
<nielx[m]> I think you intentionally updated it in 6.7: https://github.com/haikuports/haikuports/issues/6020
<nielx[m]> I guess we can go back to 6.1
<nielx[m]> for 32 bit systems
<Begasus> got Haiku building on 32bit, can't check atm, if you can? shouldn't take that long to check
<Begasus> but yes, should be safe to go back to 6.1 too
mmu_man has joined #haiku
<x512[m]> Why care GCC 2?
<x512[m]> *_x86 package is fine?
bbjimmy has joined #haiku
TMM has quit [Quit: https://quassel-irc.org - Chat comfortably. Anywhere.]
TMM has joined #haiku
<nielx[m]> it gets very complex, gcc2 has 'mawk' as awk-compatible package, modern gcc has 'gawk'. mawk and gawk are (more or less) mutually exclusive
mmu_man has quit [Ping timeout: 480 seconds]
smalltalkman has joined #haiku
<Begasus> good to go nielx[m]?
<nielx[m]> I'd say so :-)
<Begasus> ok
<botifico> [haikuports/haikuports] Begasus pushed 1 commit to master [+0/-2/±0] https://github.com/haikuports/haikuports/compare/9f16d888db80...d886dbdf274c
<botifico> [haikuports/haikuports] nielx d886dbd - Texinfo: remove 6.7 recipe version (#9148)
kinkinkijkin has quit [Quit: Leaving]
<Begasus> all kind of errors now on 64bit ...
<Begasus> build_packages/gcc_syslibs_devel-13.1.0_2023_06_20-1-x86_64/develop/headers/c++/type_traits:3363:44: error: there are no arguments to '__is_convertible' that depend on a template parameter, so a declaration of '__is_convertible' must be available [-fpermissive]
<Begasus> 3363 | inline constexpr bool is_convertible_v = __is_convertible(_From, _To);
<nielx[m]> what are you trying to build?
<nielx[m]> it is most likely that you are using GCC 13 in combination with gcc_syslibs 11
<Begasus> Haiku
<nielx[m]> ah yeah, I need to get my final patch in
<Begasus> no gcc11 here anymore :)
<Begasus> with 16cores jamming it's hard to kill the process :)
<nielx[m]> you could pull that Gerrit changeset and try again
<Begasus> used: git fetch https://review.haiku-os.org/haiku refs/changes/72/6772/1 && git checkout -b change-6772 FETCH_HEAD
<nielx[m]> that should work
<Begasus> almost had a build earlier (without the buildtools) :P
<Begasus> now it fails with it :/
<Begasus> have to step out again :)
mmu_man has joined #haiku
MajorBiscuit has quit [Quit: WeeChat 3.6]
<nekobot> [haiku/haiku] waddlesplash pushed 1 commit to master [hrev57194] - https://git.haiku-os.org/haiku/log/?qt=range&q=5590a8194bee+%5E967ab75d8e83
<nekobot> [haiku/haiku] 5590a8194bee - network/protocols/unix: Recheck fShutdown{Read|Write} before socket notify.
lubo76kubuntu has joined #haiku
Vidrep_64 has joined #haiku
<Vidrep_64> Hi waddlesplash
<waddlesplash> hello
<Vidrep_64> I'm booting from an internal hard drive
<waddlesplash> ok
<waddlesplash> so the usb errors are unrelated. this is probably an AHCI issue
BrunoSpr has joined #haiku
BrunoSpr has quit []
<Vidrep_64> If I boot from a USB drive, the live desktop is OK, but I cannot install due to DriveSetup not "seeing" the already existing GPT partitions
<waddlesplash> it appears to be an AHCI problem not a GPT problem
<Vidrep_64> Whatever else you guys need, let me know
<Vidrep_64> Hi Begasus
BrunoSpr has joined #haiku
BrunoSpr has quit []
<Vidrep_64> Everything was working fine last time I used this PC. I took it off the shelf and ran SoftwareUpdater to update to latest nightly, then it wouldn't boot anymore
BrunoSpr has joined #haiku
BrunoSpr has quit []
Vidrep_64 has quit [Quit: Vision[]: i've been blurred!]
BrunoSpr has joined #haiku
Vidrep_64 has joined #haiku
<BrunoSpr> hi all, is a update for haiku 64bit nightly save right now?
<waddlesplash> so far as I know, yes
<waddlesplash> the known issues at present all have to do with new features that barely anything uses yet (UNIX datagram sockets, event_queue)
<BrunoSpr> ah ok thx waddlesplash, will try then... thx
<BrunoSpr> ah ok I do not use that
<nekobot> [haiku/haiku] waddlesplash pushed 4 commits to master [hrev57195] - https://git.haiku-os.org/haiku/log/?qt=range&q=9b28ebf9971e+%5E5590a8194bee
<nekobot> [haiku/haiku] 65c74c64749d - DoublyLinkedQueue: Adjust whitespace.
<nekobot> [haiku/haiku] 5d8502cb2bab - bluetooth: DoublyLinkedQueue is not actually used.
<nekobot> [haiku/haiku] 74662b662d7c - DoublyLinkedQueue: Adjust API to match that of DoublyLinkedList.
<nekobot> [haiku/haiku] 9b28ebf9971e - DoublyLinkedQueue: Rework Remove() function.
<nekobot> [haiku/haiku] waddlesplash pushed 1 commit to master [hrev57196] - https://git.haiku-os.org/haiku/log/?qt=range&q=45e0c33d4fdc+%5E9b28ebf9971e
<nekobot> [haiku/haiku] 45e0c33d4fdc - Debugger: Make CliContext use BLooper for message passing
BrunoSpr has quit [Quit: Vision[]: Ich wurde verwaschen!]
BrunoSpr has joined #haiku
BrunoSpr has quit [Quit: Vision[]: Ich wurde verwaschen!]
Vidrep_64 has quit [Quit: Vision[]: i've been blurred!]
erysdren has quit [Quit: Konversation terminated!]
hightower2 has joined #haiku
gouchi has joined #haiku
ClaudioM has joined #haiku
gouchi has quit []
mmu_man has quit [Ping timeout: 480 seconds]
jmairboeck has joined #haiku
Begasus_32 has quit [Quit: Vision[]: Gone to the dogs!]
<Begasus> closing down, g'night peeps
Begasus has quit [Quit: Vision[]: i've been blurred!]
mmu_man has joined #haiku
zard has quit [Quit: leaving]
<nekobot> [haiku/haiku] waddlesplash pushed 5 commits to master [hrev57197] - https://git.haiku-os.org/haiku/log/?qt=range&q=77dd55aae51a+%5E45e0c33d4fdc
<nekobot> [haiku/haiku] d8365e0f0f69 - kernel/event_queue: Only set B_EVENT_INVALID with the lock held.
<nekobot> [haiku/haiku] 2d43eebcab97 - kernel: Store "next" pointer before notifying B_EVENT_INVALID.
<nekobot> [haiku/haiku] 798b7733934b - kernel/user_mutex: Fix unset of locked flag if no entries were notified.
<nekobot> [haiku/haiku] 6d3065508f95 - kernel/condition_variable: Adjust notified count and wait-status returning.
<nekobot> [haiku/haiku] 77dd55aae51a - libroot: Reinitialize global heap lock after fork.
tercaL has joined #haiku
tercaL has quit [Quit: Going offline, see ya! (www.adiirc.com)]
erysdren has joined #haiku
jmairboeck has quit [Quit: Konversation terminated!]
DKnoto has quit [Quit: Leaving]
AlaskanEmily has joined #haiku
ablyss has quit [Remote host closed the connection]
Vidrep_64 has joined #haiku
ClaudioM has quit [Quit: leaving]
ablyss has joined #haiku
ablyss has quit [Quit: Leaving]
Diver has quit [Quit: Leaving.]
Diver has joined #haiku
lubo76kubuntu has quit [Remote host closed the connection]
kescher has quit [Quit: Bye]
kescher has joined #haiku
Diver has quit [Quit: Leaving.]
ablyss has joined #haiku