00:00
HaikuUser2 has joined #haiku
00:02
HaikuUser2 has quit []
00:11
rennj has quit [Ping timeout: 480 seconds]
00:26
<
B2IA >
(seisei) 71 days
00:26
rennj has joined #haiku
00:27
<
B2IA >
(AGMS) What, 70 days uptime?
00:30
mmu_man has quit [Ping timeout: 480 seconds]
00:52
rennj has quit [Ping timeout: 480 seconds]
01:07
rennj has joined #haiku
01:16
rennj has quit [Ping timeout: 480 seconds]
01:30
rennj has joined #haiku
01:45
rennj has quit [Ping timeout: 480 seconds]
02:00
rennj has joined #haiku
02:18
x10z has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
02:29
x10z has joined #haiku
02:39
smalltalkman has joined #haiku
02:51
nephele has quit [Ping timeout: 480 seconds]
03:08
rennj has quit [Ping timeout: 480 seconds]
03:23
rennj has joined #haiku
03:32
rennj has quit [Ping timeout: 480 seconds]
03:35
<
nekobot >
[haiku/haiku] 65c155bede87 - BNetworkAddress: Make the first SetToLinkLevel() take a const pointer.
03:35
<
nekobot >
[haiku/haiku] b2c77ad27a86 - Network: Add a BNetworkDevice::GetNetworks() method and use it in the GUI.
03:46
dev has joined #haiku
03:46
dev is now known as pengphei
03:47
<
pengphei >
I tried building package for x86 platform with x86_gcc2, it keep reminding me missing haiku_devel
03:47
rennj has joined #haiku
03:48
<
pengphei >
I have switch arch with "setarch x86"
03:48
<
pengphei >
it doesn't work
03:56
<
OscarL >
pengphei: Is this using a recent nightly? (because I can buid for x86 after "setarch x86" here)
03:57
<
pengphei >
with beta3
03:57
<
pengphei >
do I need to switch to nightly?
03:57
<
OscarL >
maybe... beta3 is already pretty old at this point :-(
03:58
<
OscarL >
but first...
03:58
<
OscarL >
you have the same problem building different things? or only tried one project?
04:01
<
OscarL >
(some newer Haikuports recipes, for example, can't be built on beta3 anymore)
04:02
<
pengphei >
hmmm, several projects tested
04:05
<
OscarL >
What's the exact error message you're getting?
04:05
<
OscarL >
and it only happens after "setarch x86" ?
04:07
<
pengphei >
"haiku_devel" can't be resolved
04:08
<
OscarL >
what's the result of "> pkgman s -i -D haiku_devel" ?
04:08
<
OscarL >
are you trying to build a haikuport recipe? or some other project?
04:23
<
augiedoggie >
for secondary arch it should be haiku${secondaryArchSuffix}_devel
04:25
rennj has quit [Ping timeout: 480 seconds]
04:40
rennj has joined #haiku
05:01
rennj has quit [Ping timeout: 480 seconds]
05:06
DKnoto has quit [Ping timeout: 480 seconds]
05:07
DKnoto has joined #haiku
05:08
<
pengphei >
OscarL: other projects
05:08
<
pengphei >
I have repulled the haikuports, it still failed
05:08
<
pengphei >
with the same err
05:13
<
OscarL >
If is "other projects" why you need haikuports? I think I'm not really understanding what you are trying to do, sorry!
05:15
<
OscarL >
cloning the haikuports (and haikuporter) repos makes sense if you're trying to build packages from Haikuports ".recipes"... either the ones already there... or a new one you're working on...
05:16
rennj has joined #haiku
05:16
<
OscarL >
if you're getting that error message while working on either a recipe of your own, or one already on Haikuports... maybe the issue is as augiedoggie mentioned...
05:16
<
OscarL >
Perhaps a problem with that recipe's build requierments. Other than that... I'm kinda lost :-D
05:23
<
OscarL >
I'm assuming you are trying something like: "~/haikuports > haikuporter some_package" ? and that's where you see the error?
05:25
<
OscarL >
if that's so... and you are trying to build a recipe already on Haikuports... knowing which one is it would be helpful. If its one of your own... maybe post it somewhere so we can have a look?
05:25
<
pengphei >
it's the reacent pull requirest capnproto
05:26
<
pengphei >
I am trying to fix the issue reported by begasus
05:28
<
OscarL >
Shouldn't ARCHITECTURES="all !x86_gcc2" read ---> ARCHITECTURES="all !x86_gcc2 x86" ? (<-- notice the added "x86")
05:29
<
OscarL >
At least I'm seeing another recipe that builds on x86 and it add it there (besides the next line)
05:30
<
OscarL >
and... as augiedoggie mentioned...
05:30
<
OscarL >
I think that the BUILD_REQUIRES should read:
05:30
<
OscarL >
haiku${secondaryArchSuffix}_devel
05:32
<
OscarL >
Mmm, but are you running on 32 bits?
05:33
<
OscarL >
(I as due to your comment on that pull request... "How could I build 32bit with haiku x86_64 platform ?"... I don't think you can cross-compile from Haiku 64 to 32 bits.
05:35
<
OscarL >
In fact... running "setarch -l" on Haiku 64 bits only shows: "x86_64".
05:37
<
pengphei >
I figure out that, so now I get haiku 32bits environment
05:38
<
OscarL >
alright, if you're already on 32 bits, then try to compare your recipe with others that have x86 enabled...
05:38
<
OscarL >
for example...
05:38
x10z has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
05:39
<
OscarL >
(that one actually builds ONLY on x86 :-D)
05:39
<
OscarL >
(for lack of testing, I assume, I'm just trying to test that)
05:43
<
OscarL >
Try with "haiku${secondaryArchSuffix}_devel" in BUILD_REQUIRES.
05:45
<
OscarL >
(please disregard my comment relating to "ARCHITECTURES", I got confused by the other recipe I'm reading :-D)
05:53
<
pengphei >
already fixed, thanks
05:53
<
OscarL >
Thanks to augiedoggie then! :-D
05:53
<
pengphei >
but it couldn't be built as the same
05:54
<
OscarL >
Are you seeing errors like the one Begasus mentioned on the PR?
05:55
<
pengphei >
nop, I have't reached that
06:20
tuaris has quit [Quit: Leaving.]
06:21
<
botifico >
[haikuports/haikuports] OscarL c1166a3 - ne: enable building on x86_64 (#7324)
06:22
<
OscarL >
Diver: that was fast! Thanks :-D
06:23
bitigchi has joined #haiku
06:37
rennj has quit [Ping timeout: 480 seconds]
06:51
bitigchi has quit [Ping timeout: 480 seconds]
06:52
rennj has joined #haiku
06:53
bitigchi has joined #haiku
06:55
freddietilley has joined #haiku
07:09
bitigchi_2 has joined #haiku
07:12
bitigchi has quit [Ping timeout: 480 seconds]
07:14
jjido has joined #haiku
07:24
rennj has quit [Ping timeout: 480 seconds]
07:39
rennj has joined #haiku
07:49
rennj has quit [Ping timeout: 480 seconds]
07:49
jjido has quit [Quit: My MacBook Air has gone to sleep. ZZZzzz…]
08:03
rennj has joined #haiku
08:05
sharonmary6[m] has quit []
08:05
anomalous_creator[m] has quit []
08:05
psydroid[m] has quit []
08:05
Niklas[m] has quit [Quit: Bridge terminating on SIGTERM]
08:05
yann64[m] has quit [Quit: Bridge terminating on SIGTERM]
08:05
Saijin_Naib has quit [Quit: Bridge terminating on SIGTERM]
08:05
sweetginger[m] has quit []
08:05
fredfigglehorn[m] has quit [Quit: Bridge terminating on SIGTERM]
08:05
DeveshRaut[m] has quit [Quit: Bridge terminating on SIGTERM]
08:05
kkkkkkkkkkkk[m] has quit [Quit: Bridge terminating on SIGTERM]
08:05
n0toose[m] has quit [Quit: Bridge terminating on SIGTERM]
08:05
BZK[m] has quit [Quit: Bridge terminating on SIGTERM]
08:05
Force47[m] has quit []
08:05
rjzak[m] has quit [Quit: Bridge terminating on SIGTERM]
08:05
jmc-88[m] has quit [Quit: Bridge terminating on SIGTERM]
08:05
Kai[m] has quit [Quit: Bridge terminating on SIGTERM]
08:05
mlebd[m] has quit [Quit: Bridge terminating on SIGTERM]
08:05
KSPAtlas[m] has quit [Quit: Bridge terminating on SIGTERM]
08:05
Guest3038 has quit [Quit: Bridge terminating on SIGTERM]
08:05
return0e[m] has quit []
08:05
x512[m] has quit []
08:05
nielx[m] has quit [Quit: Bridge terminating on SIGTERM]
08:05
trungnt2910[m] has quit [Quit: Bridge terminating on SIGTERM]
08:05
tar[m]1 has quit [Quit: Bridge terminating on SIGTERM]
08:05
wannabee[m] has quit []
08:05
adou[m] has quit [Quit: Bridge terminating on SIGTERM]
08:05
redoc_a2k[m] has quit [Quit: Bridge terminating on SIGTERM]
08:05
harshitsapkal[m] has quit [Quit: Bridge terminating on SIGTERM]
08:05
kquote03[m] has quit [Quit: Bridge terminating on SIGTERM]
08:05
hexagon[m] has quit [Quit: Bridge terminating on SIGTERM]
08:05
pleimer[m] has quit [Quit: Bridge terminating on SIGTERM]
08:05
AndersonTorres[m] has quit [Quit: Bridge terminating on SIGTERM]
08:05
YungJudas[m] has quit [Quit: Bridge terminating on SIGTERM]
08:05
Commander[m] has quit [Quit: Bridge terminating on SIGTERM]
08:05
jt15s[m] has quit [Quit: Bridge terminating on SIGTERM]
08:05
scott_puopolo[m] has quit [Quit: Bridge terminating on SIGTERM]
08:05
BarmenduChakraborty[m] has quit [Quit: Bridge terminating on SIGTERM]
08:05
SamuraiCrow[m] has quit [Quit: Bridge terminating on SIGTERM]
08:05
SwagatSBhuyan[m] has quit [Quit: Bridge terminating on SIGTERM]
08:05
win8linux[m] has quit [Quit: Bridge terminating on SIGTERM]
08:05
shaka444[m] has quit [Quit: Bridge terminating on SIGTERM]
08:05
harshit-sharma[m] has quit [Quit: Bridge terminating on SIGTERM]
08:05
Grumbleduke[m] has quit [Quit: Bridge terminating on SIGTERM]
08:05
VitorReus[m] has quit [Quit: Bridge terminating on SIGTERM]
08:05
YonleCoder has quit [Quit: Bridge terminating on SIGTERM]
08:05
dcavalca has quit [Quit: Bridge terminating on SIGTERM]
08:05
happy-dude[m] has quit [Quit: Bridge terminating on SIGTERM]
08:05
andreasdr[m] has quit [Quit: Bridge terminating on SIGTERM]
08:05
klarre[m] has quit [Quit: Bridge terminating on SIGTERM]
08:05
lnx[m] has quit [Quit: Bridge terminating on SIGTERM]
08:05
Sivaram[m] has quit [Quit: Bridge terminating on SIGTERM]
08:05
legarts[m] has quit [Quit: Bridge terminating on SIGTERM]
08:05
DirkOlmes[m] has quit [Quit: Bridge terminating on SIGTERM]
08:05
eightbit[m] has quit [Quit: Bridge terminating on SIGTERM]
08:05
evantaylor[m] has quit [Quit: Bridge terminating on SIGTERM]
08:05
Ruby576[m] has quit [Quit: Bridge terminating on SIGTERM]
08:05
barrakudarain[m] has quit [Quit: Bridge terminating on SIGTERM]
08:05
bitigchi[m] has quit [Quit: Bridge terminating on SIGTERM]
08:05
rayzon03[m] has quit [Quit: Bridge terminating on SIGTERM]
08:05
sixecho has quit [Quit: Bridge terminating on SIGTERM]
08:05
x86corez has quit [Quit: Bridge terminating on SIGTERM]
08:05
IoannisCherouvim[m] has quit [Quit: Bridge terminating on SIGTERM]
08:05
dfergfla[m] has quit [Quit: Bridge terminating on SIGTERM]
08:05
Fs[m] has quit [Quit: Bridge terminating on SIGTERM]
08:05
europa64[m] has quit [Quit: Bridge terminating on SIGTERM]
08:05
Gustavs[m] has quit [Quit: Bridge terminating on SIGTERM]
08:05
AhmedAlhojairat[m] has quit [Quit: Bridge terminating on SIGTERM]
08:05
erde74[m] has quit [Quit: Bridge terminating on SIGTERM]
08:05
Jogarr[m] has quit [Quit: Bridge terminating on SIGTERM]
08:05
valera[m] has quit [Quit: Bridge terminating on SIGTERM]
08:05
qyzz[m] has quit [Quit: Bridge terminating on SIGTERM]
08:05
v1Ns[m] has quit [Quit: Bridge terminating on SIGTERM]
08:05
timkack[m] has quit [Quit: Bridge terminating on SIGTERM]
08:05
ZorPrime[m] has quit [Quit: Bridge terminating on SIGTERM]
08:05
xebi[m] has quit [Quit: Bridge terminating on SIGTERM]
08:05
VulcanSphereintheMatrixorg[m] has quit [Quit: Bridge terminating on SIGTERM]
08:05
bestonecrazy[m] has quit [Quit: Bridge terminating on SIGTERM]
08:05
BenKlaasen[m] has quit [Quit: Bridge terminating on SIGTERM]
08:05
hive[m] has quit [Quit: Bridge terminating on SIGTERM]
08:05
Mashijams[m] has quit [Quit: Bridge terminating on SIGTERM]
08:05
AniketRaj[m] has quit [Quit: Bridge terminating on SIGTERM]
08:05
primus44[m] has quit [Quit: Bridge terminating on SIGTERM]
08:05
EnriqueMedinaGremaldos[m] has quit [Quit: Bridge terminating on SIGTERM]
08:05
chaoticbob[m] has quit [Quit: Bridge terminating on SIGTERM]
08:05
NorthwoodsNEKO[m] has quit [Quit: Bridge terminating on SIGTERM]
08:05
weda[m] has quit [Quit: Bridge terminating on SIGTERM]
08:05
johnolinda[m] has quit [Quit: Bridge terminating on SIGTERM]
08:05
illen[m] has quit [Quit: Bridge terminating on SIGTERM]
08:05
hamoko[m] has quit [Quit: Bridge terminating on SIGTERM]
08:05
ritz[m] has quit [Quit: Bridge terminating on SIGTERM]
08:05
xmeadow[m] has quit [Quit: Bridge terminating on SIGTERM]
08:05
yodamatrix[m] has quit [Quit: Bridge terminating on SIGTERM]
08:05
paxsov[m] has quit [Quit: Bridge terminating on SIGTERM]
08:05
m[m]12345678910111213141516129 has quit [Quit: Bridge terminating on SIGTERM]
08:05
owl4ce[m] has quit [Quit: Bridge terminating on SIGTERM]
08:05
swarnlata[m] has quit [Quit: Bridge terminating on SIGTERM]
08:05
kar[m] has quit [Quit: Bridge terminating on SIGTERM]
08:05
kniffy has quit [Quit: Bridge terminating on SIGTERM]
08:05
KrishnaNarayanan[m] has quit [Quit: Bridge terminating on SIGTERM]
08:05
GautamAgrawal[m] has quit []
08:05
divyansh_747[m] has quit [Quit: Bridge terminating on SIGTERM]
08:05
a32bitmint[m] has quit [Quit: Bridge terminating on SIGTERM]
08:05
slubman has quit [Quit: Bridge terminating on SIGTERM]
08:05
fuggy[m] has quit [Quit: Bridge terminating on SIGTERM]
08:05
zxyz[m] has quit [Quit: Bridge terminating on SIGTERM]
08:05
Charadon[m] has quit [Quit: Bridge terminating on SIGTERM]
08:05
senicar[m] has quit [Quit: Bridge terminating on SIGTERM]
08:05
p10r[m] has quit [Quit: Bridge terminating on SIGTERM]
08:05
DinsRozentals[m] has quit [Quit: Bridge terminating on SIGTERM]
08:05
yaponamat[m] has quit [Quit: Bridge terminating on SIGTERM]
08:05
TarunArora[m] has quit [Quit: Bridge terminating on SIGTERM]
08:05
edruro[m] has quit [Quit: Bridge terminating on SIGTERM]
08:05
extravert34[m] has quit [Quit: Bridge terminating on SIGTERM]
08:05
Kartikkeyankant[m] has quit [Quit: Bridge terminating on SIGTERM]
08:05
mattmoose[m] has quit [Quit: Bridge terminating on SIGTERM]
08:05
the_sudoer[m] has quit [Quit: Bridge terminating on SIGTERM]
08:05
semicoln[m] has quit [Quit: Bridge terminating on SIGTERM]
08:05
VulcanSphere[CatgirlCloudMatri has quit [Quit: Bridge terminating on SIGTERM]
08:05
zuckerberg[m] has quit [Quit: Bridge terminating on SIGTERM]
08:05
zelenoviy[m] has quit [Quit: Bridge terminating on SIGTERM]
08:05
AmitPanwar[m] has quit [Quit: Bridge terminating on SIGTERM]
08:05
M3dEyes[m] has quit [Quit: Bridge terminating on SIGTERM]
08:05
kallisti5[m] has quit []
08:05
deadfwd[m] has quit [Quit: Bridge terminating on SIGTERM]
08:05
cmeerw[m] has quit []
08:05
alex-soto[m] has quit [Quit: Bridge terminating on SIGTERM]
08:05
Leandro[m] has quit [Quit: Bridge terminating on SIGTERM]
08:05
jason123santa[m] has quit [Quit: Bridge terminating on SIGTERM]
08:05
NovaForte[m] has quit [Quit: Bridge terminating on SIGTERM]
08:05
faveoled[m] has quit [Quit: Bridge terminating on SIGTERM]
08:05
mika_f[m] has quit [Quit: Bridge terminating on SIGTERM]
08:05
mbrumbelow[m] has quit [Quit: Bridge terminating on SIGTERM]
08:05
NisargThakkar[m] has quit [Quit: Bridge terminating on SIGTERM]
08:05
codysseus[m] has quit [Quit: Bridge terminating on SIGTERM]
08:05
aladds[m] has quit [Quit: Bridge terminating on SIGTERM]
08:05
amayas[m] has quit [Quit: Bridge terminating on SIGTERM]
08:05
aa55[m] has quit [Quit: Bridge terminating on SIGTERM]
08:05
ermo[m] has quit [Quit: Bridge terminating on SIGTERM]
08:05
arnavbhatt288[m] has quit [Quit: Bridge terminating on SIGTERM]
08:05
fut10[m] has quit [Quit: Bridge terminating on SIGTERM]
08:05
forghani[m] has quit [Quit: Bridge terminating on SIGTERM]
08:05
ilzu[m] has quit [Quit: Bridge terminating on SIGTERM]
08:05
fridericus[m] has quit [Quit: Bridge terminating on SIGTERM]
08:05
Phil[m]12 has quit [Quit: Bridge terminating on SIGTERM]
08:05
JaredMohammed[m]1234 has quit [Quit: Bridge terminating on SIGTERM]
08:05
bronzie94[m] has quit [Quit: Bridge terminating on SIGTERM]
08:05
thinkbyte1024[m] has quit [Quit: Bridge terminating on SIGTERM]
08:05
fabs[m] has quit [Quit: Bridge terminating on SIGTERM]
08:05
britishgeekguy[m] has quit [Quit: Bridge terminating on SIGTERM]
08:05
GriffintheFolf[m] has quit [Quit: Bridge terminating on SIGTERM]
08:05
samchi70[m] has quit [Quit: Bridge terminating on SIGTERM]
08:05
massn00b[m] has quit [Quit: Bridge terminating on SIGTERM]
08:05
mull[m] has quit [Quit: Bridge terminating on SIGTERM]
08:24
M3dEyes[m] has joined #haiku
08:28
matt3 has joined #haiku
08:53
bitigchi_2 has quit [Ping timeout: 480 seconds]
08:54
jmairboeck has joined #haiku
08:58
matt3 has left #haiku [#haiku]
08:59
AlaskanEmily has quit [Remote host closed the connection]
09:15
<
botifico >
[haikuports/haikuports] jmairboeck 74d1f34 - texlive: add individual TeX packages to PROVIDES of the runtime packages
09:25
rennj has quit [Ping timeout: 480 seconds]
09:26
rodney has joined #haiku
09:31
rodney has quit [Quit: Vision[]: i've been blurred!]
09:40
rennj has joined #haiku
09:44
freddietilley1 has joined #haiku
09:44
freddietilley has quit [Read error: Connection reset by peer]
09:54
M3dEyes[m] has quit [Remote host closed the connection]
09:54
matt3 has joined #haiku
09:56
rennj has quit [Ping timeout: 480 seconds]
10:05
M3dEyes[m] has joined #haiku
10:11
rennj has joined #haiku
10:26
rennj has quit [Ping timeout: 480 seconds]
10:28
Anarchos has joined #haiku
10:29
freddietilley1 has quit [Quit: WeeChat 3.5]
10:34
Anarchos has quit [Quit: Vision[]: i've been blurred!]
10:38
Anarchos has joined #haiku
10:41
rennj has joined #haiku
10:43
matt3 has left #haiku [#haiku]
10:46
matt3 has joined #haiku
10:48
M3dEyes[m] has quit [Write error: connection closed]
10:49
mmu_man has joined #haiku
10:58
M3dEyes[m] has joined #haiku
11:03
<
Anarchos >
hello mmu_man
11:05
m[m] has joined #haiku
11:06
<
m[m] >
I want to make sure it works so I can install Haiku instead of Ubuntu for my son
11:09
freddietilley has joined #haiku
11:17
freakazoid332 has joined #haiku
11:19
rennj has quit [Ping timeout: 480 seconds]
11:23
OscarL has quit [Quit: Page closed]
11:24
frkzoid has quit [Ping timeout: 480 seconds]
11:33
matt3 has left #haiku [#haiku]
11:34
rennj has joined #haiku
11:37
Anarchos has quit [Quit: Vision[]: i've been blurred!]
11:38
Anarchos has joined #haiku
11:39
Anarchos has quit []
11:45
selfish has quit [Ping timeout: 480 seconds]
11:52
jjido has joined #haiku
11:58
x10z has joined #haiku
12:14
rennj has quit [Ping timeout: 480 seconds]
12:21
bitigchi_2 has joined #haiku
12:29
rennj has joined #haiku
12:34
p10r[m] has joined #haiku
12:34
<
p10r[m] >
<m[m]> "could anyone using Haiku test if..." <- if you have another machine, VM works well IME
12:36
matt3 has joined #haiku
12:37
matt3 has left #haiku [#haiku]
12:38
rennj has quit [Ping timeout: 480 seconds]
12:48
jjido has quit [Quit: My MacBook Air has gone to sleep. ZZZzzz…]
12:50
bbjimmy has joined #haiku
12:52
rennj has joined #haiku
13:17
HaikuUser2 has joined #haiku
13:23
Gaspare has joined #haiku
13:26
rennj has quit [Ping timeout: 480 seconds]
13:41
rennj has joined #haiku
13:45
selfish has joined #haiku
13:46
HaikuUser has quit [Quit: Vision[]: i've been blurred!]
13:46
Gaspare has quit [Read error: Connection reset by peer]
13:47
x10z has quit [Remote host closed the connection]
13:49
x10z has joined #haiku
13:52
<
m[m] >
p10r: sure, just trying to save some time :) thanks
13:53
HaikuUser has joined #haiku
13:54
tuaris has joined #haiku
14:07
freddietilley has quit [Ping timeout: 480 seconds]
14:07
freddietilley has joined #haiku
14:09
x10z has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
14:26
rennj has quit [Ping timeout: 480 seconds]
14:26
HaikuUser2 has quit [Quit: Vision[]: i've been blurred!]
14:30
bitigchi_2 has quit [Ping timeout: 480 seconds]
14:31
x10z has joined #haiku
14:34
FreeFull has joined #haiku
14:41
rennj has joined #haiku
14:51
mmu_man has quit [Ping timeout: 480 seconds]
15:06
mmu_man has joined #haiku
15:13
<
waddlesplash >
m[m]: unfortunately it needs webgl which we don't have
15:13
<
waddlesplash >
and Falkon apparently doesn't have it enabled either. weird
15:13
freddietilley has quit [Quit: WeeChat 3.5]
15:13
<
waddlesplash >
could potentially work in QupZilla but I don't have that installed
15:14
<
waddlesplash >
meanwhile, we do have SEGA console emulators in the depot so it could work that way
15:58
mmu_man has quit [Ping timeout: 480 seconds]
16:12
mmu_man has joined #haiku
16:13
matt3 has joined #haiku
16:16
matt3 has left #haiku [#haiku]
16:26
mmu_man has quit [Ping timeout: 480 seconds]
16:35
matt3 has joined #haiku
16:38
x10z has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
16:42
<
matt3 >
hai il kul ?
16:43
matt3 has left #haiku [#haiku]
16:44
x10z has joined #haiku
16:57
bitigchi_2 has joined #haiku
17:07
DKnoto has quit [Ping timeout: 480 seconds]
17:16
DKnoto has joined #haiku
17:19
rennj has quit [Ping timeout: 480 seconds]
17:22
Begasus has joined #haiku
17:22
<
Begasus >
'lo peeps
17:24
Gaspare has joined #haiku
17:28
<
netpositive >
hi Begasus
17:29
cocobean has joined #haiku
17:32
<
Begasus >
hi netpositive cocobean
17:33
<
cocobean >
blendery morning to ya...
17:34
<
Begasus >
evening here, close to close down :P
17:34
rennj has joined #haiku
17:35
<
Begasus >
jmairboeck, texlive still packaging here atm, so far looking good
17:36
<
Begasus >
ps, this is a build before you switched to the new recipe earlier :)
17:41
tqh has joined #haiku
17:42
smalltalkman has quit []
17:47
<
Begasus >
heading down ... cu peeps!
17:47
Begasus has quit [Quit: Leaving]
17:50
rennj has quit [Ping timeout: 480 seconds]
17:54
B2IA has quit [Quit: Vision[]: i've been blurred!]
17:54
cocobean has quit [Quit: Page closed]
17:54
B2IA has joined #haiku
18:01
Gaspare has quit [Ping timeout: 480 seconds]
18:05
rennj has joined #haiku
18:11
Commander[m] has joined #haiku
18:11
VulcanSphereintheMatrixorg[m] has joined #haiku
18:11
a32bitmint[m] has joined #haiku
18:11
aa55[m] has joined #haiku
18:11
adou[m] has joined #haiku
18:11
aladds[m] has joined #haiku
18:11
alex-soto[m] has joined #haiku
18:11
amayas[m] has joined #haiku
18:11
AmitPanwar[m] has joined #haiku
18:11
AndersonTorres[m] has joined #haiku
18:11
andreasdr[m] has joined #haiku
18:11
AniketRaj[m] has joined #haiku
18:11
anomalous_creator[m] has joined #haiku
18:11
arnavbhatt288[m] has joined #haiku
18:11
BarmenduChakraborty[m] has joined #haiku
18:11
BenKlaasen[m] has joined #haiku
18:11
barrakudarain[m] has joined #haiku
18:11
bestonecrazy[m] has joined #haiku
18:11
x86corez has joined #haiku
18:11
hive[m] has joined #haiku
18:11
bitigchi[m] has joined #haiku
18:11
lnx[m] has joined #haiku
18:11
britishgeekguy[m] has joined #haiku
18:11
bronzie94[m] has joined #haiku
18:11
Leandro[m] has joined #haiku
18:11
chaoticbob[m] has joined #haiku
18:11
Charadon[m] has joined #haiku
18:11
IoannisCherouvim[m] has joined #haiku
18:11
cmeerw[m] has joined #haiku
18:11
codysseus[m] has joined #haiku
18:11
dcavalca has joined #haiku
18:11
deadfwd[m] has joined #haiku
18:11
DeveshRaut[m] has joined #haiku
18:11
dfergfla[m] has joined #haiku
18:12
DinsRozentals[m] has joined #haiku
18:12
DirkOlmes[m] has joined #haiku
18:12
divyansh_747[m] has joined #haiku
18:12
kar[m] has joined #haiku
18:12
edruro[m] has joined #haiku
18:12
eightbit[m] has joined #haiku
18:12
erde74[m] has joined #haiku
18:12
ermo[m] has joined #haiku
18:12
europa64[m] has joined #haiku
18:12
evantaylor[m] has joined #haiku
18:12
extravert34[m] has joined #haiku
18:12
faveoled[m] has joined #haiku
18:12
fabs[m] has joined #haiku
18:12
NorthwoodsNEKO[m] has joined #haiku
18:12
forghani[m] has joined #haiku
18:12
fridericus[m] has joined #haiku
18:12
Fs[m] has joined #haiku
18:12
fut10[m] has joined #haiku
18:12
GautamAgrawal[m] has joined #haiku
18:12
GriffintheFolf[m] has joined #haiku
18:12
Grumbleduke[m] has joined #haiku
18:12
Gustavs[m] has joined #haiku
18:12
hamoko[m] has joined #haiku
18:12
happy-dude[m] has joined #haiku
18:12
harshit-sharma[m] has joined #haiku
18:12
harshitsapkal[m] has joined #haiku
18:12
Kai[m] has joined #haiku
18:12
illen[m] has joined #haiku
18:12
ilzu[m] has joined #haiku
18:12
Jogarr[m] has joined #haiku
18:12
JaredMohammed[m]1234 has joined #haiku
18:12
jason123santa[m] has joined #haiku
18:12
jmc-88[m] has joined #haiku
18:12
johnolinda[m] has joined #haiku
18:12
jryans has joined #haiku
18:12
Guest4040 has joined #haiku
18:12
jt15s[m] has joined #haiku
18:12
AhmedAlhojairat[m] has joined #haiku
18:12
kallisti5[m] has joined #haiku
18:12
Kartikkeyankant[m] has joined #haiku
18:12
klarre[m] has joined #haiku
18:12
kniffy has joined #haiku
18:12
kquote03[m] has joined #haiku
18:12
KrishnaNarayanan[m] has joined #haiku
18:12
KSPAtlas[m] has joined #haiku
18:12
legarts[m] has joined #haiku
18:12
EnriqueMedinaGremaldos[m] has joined #haiku
18:12
Mashijams[m] has joined #haiku
18:12
massn00b[m] has joined #haiku
18:12
mattmoose[m] has joined #haiku
18:12
mbrumbelow[m] has joined #haiku
18:12
mika_f[m] has joined #haiku
18:12
mlebd[m] has joined #haiku
18:12
mull[m] has joined #haiku
18:12
n0toose[m] has joined #haiku
18:12
kkkkkkkkkkkk[m] has joined #haiku
18:12
nielx[m] has joined #haiku
18:12
Niklas[m] has joined #haiku
18:12
NisargThakkar[m] has joined #haiku
18:12
fuggy[m] has joined #haiku
18:12
NovaForte[m] has joined #haiku
18:12
hexagon[m] has joined #haiku
18:12
owl4ce[m] has joined #haiku
18:12
paxsov[m] has joined #haiku
18:12
Ruby576[m] has joined #haiku
18:12
pleimer[m] has joined #haiku
18:12
primus44[m] has joined #haiku
18:12
fredfigglehorn[m] has joined #haiku
18:12
psydroid[m] has joined #haiku
18:12
qyzz[m] has joined #haiku
18:12
rayzon03[m] has joined #haiku
18:12
redoc_a2k[m] has joined #haiku
18:12
return0e[m] has joined #haiku
18:12
ritz[m] has joined #haiku
18:12
rjzak[m] has joined #haiku
18:12
Saijin_Naib[m] has joined #haiku
18:12
samchi70[m] has joined #haiku
18:12
SamuraiCrow[m] has joined #haiku
18:12
scott_puopolo[m] has joined #haiku
18:12
semicoln[m] has joined #haiku
18:12
tar[m]1 has joined #haiku
18:12
senicar[m] has joined #haiku
18:12
shaka444[m] has joined #haiku
18:12
sharonmary6[m] has joined #haiku
18:12
sixecho has joined #haiku
18:12
slubman has joined #haiku
18:12
YungJudas[m] has joined #haiku
18:12
SwagatSBhuyan[m] has joined #haiku
18:12
swarnlata[m] has joined #haiku
18:12
sweetginger[m] has joined #haiku
18:12
TarunArora[m] has joined #haiku
18:12
the_sudoer[m] has joined #haiku
18:12
thinkbyte1024[m] has joined #haiku
18:12
timkack[m] has joined #haiku
18:12
trungnt2910[m] has joined #haiku
18:12
Sivaram[m] has joined #haiku
18:12
BZK[m] has joined #haiku
18:13
Phil[m]12 has joined #haiku
18:13
v1Ns[m] has joined #haiku
18:13
valera[m] has joined #haiku
18:13
VitorReus[m] has joined #haiku
18:13
VulcanSphere[CatgirlCloudMatri has joined #haiku
18:13
wannabee[m] has joined #haiku
18:13
weda[m] has joined #haiku
18:13
Force47[m] has joined #haiku
18:13
win8linux[m] has joined #haiku
18:13
x512[m] has joined #haiku
18:13
xebi[m] has joined #haiku
18:13
xmeadow[m] has joined #haiku
18:13
yann64[m] has joined #haiku
18:13
yaponamat[m] has joined #haiku
18:13
yodamatrix[m] has joined #haiku
18:13
YonleCoder has joined #haiku
18:13
zelenoviy[m] has joined #haiku
18:13
ZorPrime[m] has joined #haiku
18:13
zuckerberg[m] has joined #haiku
18:13
zxyz[m] has joined #haiku
18:13
x10z has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
18:33
bitigchi_2 has quit [Ping timeout: 480 seconds]
18:38
frkzoid has joined #haiku
18:44
frkazoid333 has joined #haiku
18:46
freakazoid332 has quit [Ping timeout: 480 seconds]
18:48
bitigchi_2 has joined #haiku
18:50
mmu_man has joined #haiku
18:51
frkzoid has quit [Ping timeout: 480 seconds]
18:56
jjido has joined #haiku
18:59
bitigchi_2 has quit [Ping timeout: 480 seconds]
19:02
mmu_man has quit [Ping timeout: 480 seconds]
19:05
x10z has joined #haiku
19:09
vdamewood has quit [Quit: Life beckons.]
19:15
nephele has joined #haiku
19:28
stux|away has joined #haiku
19:28
x10z has joined #haiku
19:32
rennj has quit [Ping timeout: 480 seconds]
19:40
xet7 has joined #haiku
19:47
rennj has joined #haiku
19:48
mmu_man has joined #haiku
19:50
jmairboeck has quit [Quit: Konversation terminated!]
19:55
Kernel86 has joined #haiku
19:56
Hannah has quit [Ping timeout: 480 seconds]
20:03
xet7 has quit [Remote host closed the connection]
20:09
bitigchi_2 has joined #haiku
20:24
bjorkintosh has joined #haiku
20:39
tqh has quit [Remote host closed the connection]
20:41
jjido has quit [Quit: My MacBook Air has gone to sleep. ZZZzzz…]
20:45
HaikuUser2 has joined #haiku
20:46
HaikuUser2 has quit []
20:49
jjido has joined #haiku
21:07
yeti has quit [Remote host closed the connection]
21:11
yeti has joined #haiku
21:11
HaikuUser2 has joined #haiku
21:11
HaikuUser2 has quit []
21:26
bitigchi_2 has quit [Ping timeout: 480 seconds]
21:27
jjido has quit [Quit: My MacBook Air has gone to sleep. ZZZzzz…]
21:27
bitigchi_2 has joined #haiku
21:39
jjido has joined #haiku
21:50
rennj has quit [Ping timeout: 480 seconds]
21:51
ClaudioM has joined #haiku
22:01
qwebirc25337 has joined #haiku
22:01
qwebirc25337 has quit []
22:05
rennj has joined #haiku
22:05
<
rennj >
oh the disconnects
22:10
<
botifico >
[haikuports/haikuports] davidkaroly 50ed845 - wireshark: bump to version 4.0.0 (#7327)
22:14
rennj has quit [Ping timeout: 480 seconds]
22:21
bitigchi_2 has quit [Remote host closed the connection]
22:22
mmu_man has quit [Ping timeout: 480 seconds]
22:23
bitigchi_2 has joined #haiku
22:28
rennj has joined #haiku
22:30
mmu_man has joined #haiku
22:35
<
ScottD >
I've made a lot of progress cross-compiling for Haiku. When trying to use the x86_64 toolchain, I'm getting:
22:35
<
ScottD >
ld: SDL_bwindow.cc:(.text._ZN9__gnu_cxx13new_allocatorIP10SDL_WindowE8allocateEmPKv[_ZN9__gnu_cxx13new_allocatorIP10SDL_WindowE8allocateEmPKv]+0x4a): undefined reference to `std::__throw_bad_alloc()'
22:35
<
ScottD >
Where is std::__throw_bad_alloc() ?
22:36
<
PulkoMandy >
Probably in libstdc++?
22:37
<
ScottD >
Wouldn't there be a ton of other missing symbols if I didn't have that? I'm using the linker flags required by SDL2.
22:38
<
ScottD >
There's a libsupc++.a as well.
22:38
* ScottD
is not a fan of C++
22:39
<
ScottD >
Hey! It was in supc++. :-D
22:42
<
augiedoggie >
libsupc++ is a link to libstdc++ on my machine
22:42
<
augiedoggie >
at least libsupc++.so
22:42
gouchi has joined #haiku
22:42
gouchi has quit [Remote host closed the connection]
22:44
<
augiedoggie >
nm libstdc++.so.6.0.29 | grep -Eo '\w+throw_bad_alloc' | c++filt
22:44
<
augiedoggie >
says it's in there
22:49
<
botifico >
[haikuports/haikuports] davidkaroly e1585e9 - wxqt: fix wxBITMAP() definition (#7328)
22:52
<
augiedoggie >
should probably use --defined-only for the nm command but it doesn't change the result in this case
23:03
<
ScottD >
augiedoggie are you in Haiku or cross-compiling from Linux?
23:03
<
augiedoggie >
i have a VM open and i cross-compile when i build haiku itself
23:04
<
augiedoggie >
from linux
23:06
<
ScottD >
Can you help me figure out WTF I've done wrong? I installed jessicah's cross-compiler repo and built the toolchains. Except it doesn't "just work" like it's supposed to. It can't find any libraries unless I copy them into generated/cross-tools-x86_gcc2/i586-pc-haiku/lib/
23:06
<
augiedoggie >
i've never tried to build any third party software using the cross-compiler so i don't know what variables it needs
23:07
<
augiedoggie >
i think there is a command line switch to gcc that will print the paths
23:07
TMM has joined #haiku
23:07
<
ScottD >
I managed to make it work ONCE. Not been able to recreate that.
23:07
<
augiedoggie >
for, your original question about the bad alloc, were you using gcc or g++ to compile? g++ will automatically link libstdc++ for you
23:08
<
ScottD >
Ah, probably gcc.
23:09
<
ScottD >
I'm using SDL2 and the other platforms I've used it with don't use any C++ code. The Haiku backend does. Derp. Thanks.
23:20
FreeFull has quit []
23:27
dpirate_ has joined #haiku
23:27
dpirate has quit [reticulum.oftc.net dacia.oftc.net]
23:27
<
ScottD >
Someone really doesn't want me working with Haiku...
23:27
<
ScottD >
i586-pc-haiku-g++: malloc.c:2379: sysmalloc: Assertion `(old_top == initial_top (av) && old_size == 0) || ((unsigned long) (old_size) >= MINSIZE && prev_inuse (old_top) && ((unsigned long) old_end & (pagesize - 1)) == 0)' failed.
23:28
<
augiedoggie >
heh, that sucks
23:31
B2IA has quit [Remote host closed the connection]
23:39
B2IA has joined #haiku
23:48
Maturi0n has joined #haiku