[00:10:57] *** Sir_Designer has joined #haiku
[00:12:50] *** Sir_Designer has quit IRC
[00:14:41] *** BitPuffin has quit IRC
[00:15:59] *** Sir_Designer has joined #haiku
[00:20:38] *** Sir_Designer has quit IRC
[00:20:50] *** Sir_Designer_ has joined #haiku
[00:22:26] *** JonathanThompson has quit IRC
[00:23:23] *** HaikuUser has joined #haiku
[00:23:59] <HaikuUser> hrm
[00:24:03] *** HaikuUser has quit IRC
[00:24:10] <gordonjcp> no, I just can't get into GUI IRC clients ;-)
[00:25:27] *** Sir_Designer_ has quit IRC
[00:28:42] <umccullough> was that you?
[00:30:05] *** luroh has quit IRC
[00:31:50] *** JonathanThompson has joined #haiku
[00:42:23] *** Barrett has quit IRC
[00:42:44] *** Sir_Designer has joined #haiku
[00:43:50] *** Sir_Designer has quit IRC
[00:44:56] <gordonjcp> umccullough: yeah, I was giving Vision a shot
[00:45:10] <gordonjcp> anyone know how to get jam to actually build an app?
[00:45:35] <gordonjcp> short of copying my source directory into the Haiku source tree and rebuilding the whole bloody thing every time, I can't get it to do much
[00:45:38] <umccullough> jam <target name>
[00:45:50] <gordonjcp> it just says it can't find the target
[00:45:53] <umccullough> ok, so you've got your own jamfile?
[00:45:57] <gordonjcp> yup
[00:46:01] <umccullough> you can't really use one from the haiku tree
[00:46:09] <umccullough> since it uses a lot of custom rules
[00:46:16] <gordonjcp> although I tried copying SerialConnect from the tree, and it does much the same thing
[00:46:19] <gordonjcp> ah, okay
[00:46:34] <umccullough> yeah, you'll have to brush up on standard jamfiles :/
[00:46:45] <umccullough> i think there was a jamfile-engine somewhere that makes it a lot easier
[00:46:50] <gordonjcp> meh, can't be arsed with that
[00:47:03] <gordonjcp> makefiles are bad enough
[00:47:08] <umccullough> heh
[00:47:20] <umccullough> a lot of people prefer cmake these days
[00:47:25] <gordonjcp> without having to introduce some half-assed undocumented proprietary shit
[00:47:48] <gordonjcp> I use waf for all the stuff I do in Linux, although I use makefiles for avr-gcc since the projects tend to be small
[00:48:11] <umccullough> haiku does have a makefile-engine that simplifies things a bit
[00:49:08] <gordonjcp> yup
[00:49:13] <gordonjcp> so basically, Haiku uses Jam
[00:49:18] <gordonjcp> but Jam cannot be used to compile anything
[00:49:27] <gordonjcp> unless it's actually in the Haiku source tree
[00:49:28] <gordonjcp> o_O
[00:50:06] *** happy-dude has joined #haiku
[00:50:17] *** Sir_Designer has joined #haiku
[00:50:21] *** Sir_Designer has quit IRC
[00:50:52] *** bbjimmy-atwork- has joined #haiku
[00:55:30] *** daniele_athome has quit IRC
[01:00:01] *** happy-dude has quit IRC
[01:00:24] *** Paradoxon_away has joined #haiku
[01:03:23] *** Paradoxon has quit IRC
[01:03:25] *** Sir_Designer has joined #haiku
[01:03:33] *** Paradoxon_away is now known as Paradoxon
[01:08:12] *** puckipedia|away has quit IRC
[01:15:54] *** happy-dude has joined #haiku
[01:17:38] *** Sir_Designer has quit IRC
[01:21:32] <mmu_man> gordonjcp: there is a jamfile-engine as well
[01:22:42] *** BitPuffin has joined #haiku
[01:23:49] *** Sir_Designer has joined #haiku
[01:24:27] *** ChuckH_ has joined #haiku
[01:24:43] <umccullough> gordonjcp, not sure where you got that idea :)
[01:25:31] *** Sir_Designer has quit IRC
[01:25:43] *** mattlacey has quit IRC
[01:26:45] *** Sir_Designer has joined #haiku
[01:28:26] *** Sir_Designer has quit IRC
[01:29:29] <gordonjcp> umccullough: I didn't really think it was possible to make something more arcane than makefiles
[01:30:00] *** Sir_Designer has joined #haiku
[01:30:30] *** ampharos has joined #haiku
[01:30:42] <Skipp_OSX> gordonjcp, it's really not more arcane than Makefiles
[01:31:04] <Skipp_OSX> less popular perhaps...
[01:31:29] *** Sir_Designer has quit IRC
[01:32:40] <umccullough> indeed jamfiles are somewhat simple
[01:32:46] *** Sir_Designer has joined #haiku
[01:33:32] <umccullough> but anyway, there are just a handful of projects using jam any longer, so...i don't blame anyone for wanting to avoid it ;)
[01:33:42] <ampharos> could be worse
[01:34:07] <ampharos> could be maven, scons, something far more evil
[01:34:15] *** Sir_Designer has quit IRC
[01:34:40] <ampharos> were there improvements made to sis191 support? support seems to be totally random across OSes
[01:35:24] <ampharos> i got windows and openbsd working alright, linux is problematic (ever since i changed my adapter in between the router and the machine it's unhappy), and haiku does nothing with it
[01:35:39] <umccullough> i'm not sure enough people own that hardware to actually work on it ;)
[01:36:11] <ampharos> i suppose it's solved by "buy a stack of pro1000s"
[01:36:22] <umccullough> we have an sis900 driver
[01:36:28] <umccullough> but it's written from scratch for haiku
[01:36:36] <ampharos> that's a 100MB controller, this is gigabit
[01:36:37] <umccullough> probably the best solution is to ditch that and port if_sis from fbsd
[01:36:52] <umccullough> i assume that comes with sis191 support
[01:36:53] <ampharos> i'm not sure how well freebsd does it
[01:36:57] <umccullough> heh
[01:37:12] <ampharos> in openbsd support comes from se - sis is for the 10/100 controllers
[01:37:39] <umccullough> yeah, if_sis doesn't mention 191
[01:38:12] <umccullough> oh, that's fbsd 7?
[01:38:13] <umccullough> hmm
[01:38:15] <ampharos> sge is the gigabit sis thing on free
[01:38:26] *** JoFo has joined #haiku
[01:39:16] <umccullough> ah
[01:39:28] <umccullough> well, it might be possible to port it over with some minor glue
[01:39:44] *** Sir_Designer has joined #haiku
[01:39:47] <umccullough> it's going to require someone with the actual hardware to test it however ;)
[01:39:59] <ampharos> it exists but when i tried the haiku driver it wasn't happy (just did nothing)
[01:40:28] *** Sir_Designer has quit IRC
[01:40:30] <umccullough> oh wait
[01:40:39] <umccullough> yeah, the haiku driver isn't using sge
[01:40:55] <umccullough> was written by siarzhuk
[01:41:31] <umccullough> written in 2009
[01:41:53] <umccullough> probably would be easier to just port the fbsd driver
[01:43:43] <gordonjcp> umccullough: why, what do projects in Haiku use now?
[01:45:41] <umccullough> not sure i follow?
[01:46:14] <gordonjcp> 00:35 < umccullough> but anyway, there are just a handful of projects using jam
[01:46:24] <gordonjcp> so what's replaced jam?
[01:46:28] <umccullough> can you name any? :)
[01:46:37] <umccullough> i still don't follow
[01:46:44] <umccullough> i know of 3 major projects using jam
[01:46:48] <gordonjcp> okay
[01:46:49] <umccullough> freetype, boost, and haiku
[01:47:01] <gordonjcp> oh, projects as a whole, rather than individual components of haiku
[01:47:08] <umccullough> most projects use make, cmake, scons, etc.
[01:47:08] <gordonjcp> right
[01:47:37] <umccullough> as for individual projects...
[01:47:42] <umccullough> you might find a few things on haikuports using jam
[01:47:54] <umccullough> let's see
[01:48:43] <umccullough> beam uses jam
[01:49:20] <umccullough> you might be able to suck some stuff out of the Jamrules/Jamfile here
[01:49:27] <DHowett> something *else* uses jam in the wild?
[01:49:35] <DHowett> whoooooa. :P
[01:49:57] <umccullough> gordonjcp, you'll see that a lot of the logic has been put into Jamrules - technically those rules could be in the Jamfile directly
[01:51:08] <umccullough> heh, and a bunch of stuff in build-jam too
[01:51:12] <umccullough> in fact..
[01:51:20] <umccullough> looks like someone stole a bunch of stuff from the haiku buildsystem for this :D
[01:53:13] <umccullough> caya uses jam
[01:54:27] <umccullough> again, with a healthy dose of extra build rules borrowed from elsewhere
[01:55:11] <umccullough> starting to think a lot of this stuff came from somewhere other than haiku
[02:08:53] *** ChuckH__ has joined #haiku
[02:08:54] *** ChuckH_ has quit IRC
[02:14:12] *** oco2 has quit IRC
[02:15:26] *** mmu_man has quit IRC
[02:19:33] *** Tzibu has quit IRC
[02:21:27] *** Skipp_OSX has quit IRC
[02:26:50] *** epigraph has quit IRC
[02:30:24] *** Negr0_ has quit IRC
[02:31:46] *** JonathanThompson has quit IRC
[02:32:08] *** puckipedia|away has joined #haiku
[02:32:14] *** puckipedia|away is now known as puckipedia
[02:32:15] *** puckipedia has joined #haiku
[02:35:26] *** mattlacey has joined #haiku
[02:35:45] *** JonathanThompson has joined #haiku
[02:36:31] *** puckipedia has quit IRC
[02:39:49] *** Miyu has joined #haiku
[02:41:37] *** hackkitten has quit IRC
[02:54:09] *** puckipedia|away has joined #haiku
[02:54:17] *** puckipedia|away is now known as puckipedia
[02:54:18] *** puckipedia has joined #haiku
[02:56:08] *** Miyu is now known as hackkitten
[02:57:58] *** oxoocoffee has joined #haiku
[02:58:36] *** subcritical has quit IRC
[02:59:21] *** oxoocoffee has quit IRC
[03:05:01] *** waddlesplash has joined #haiku
[03:05:58] *** ChuckH__ has quit IRC
[03:08:03] *** Kernel86_ has joined #haiku
[03:08:33] *** happy-dude1 has joined #haiku
[03:10:13] *** ksadgb has joined #haiku
[03:10:55] *** {V} has quit IRC
[03:10:58] *** bbjimmy-atwork- has quit IRC
[03:10:59] *** ksadgb is now known as {V}
[03:12:25] *** nopper` has joined #haiku
[03:13:00] *** MatthewH12` has joined #haiku
[03:13:02] *** _scanty has joined #haiku
[03:13:02] *** Jonatha__ has joined #haiku
[03:13:02] *** JonathanThompson has quit IRC
[03:13:06] *** Jonatha__ is now known as JonathanThompson
[03:14:06] *** FreeFull_ has joined #haiku
[03:14:28] *** happy-dude2 has joined #haiku
[03:14:44] *** e1z0 has quit IRC
[03:15:29] *** Kernel86 has quit IRC
[03:15:39] *** happy-dude has quit IRC
[03:15:40] *** nopper has quit IRC
[03:15:40] *** pfoetchen has quit IRC
[03:15:45] *** Drakevr has quit IRC
[03:15:46] *** JoFo has quit IRC
[03:15:47] *** arselinux has quit IRC
[03:16:00] *** scanty has quit IRC
[03:16:00] *** geist has quit IRC
[03:16:04] *** nopper` is now known as nopper
[03:16:06] *** e1z0 has joined #haiku
[03:16:07] *** _scanty is now known as scanty
[03:16:18] *** pfoetchen has joined #haiku
[03:16:24] *** AlienSoldier2 has joined #haiku
[03:16:29] *** BitPuffi1 has joined #haiku
[03:16:36] *** Premislaus has joined #haiku
[03:16:57] *** rkbm_ has joined #haiku
[03:16:58] *** Kernel86 has joined #haiku
[03:16:59] *** cps19661 has joined #haiku
[03:17:31] *** arselinux has joined #haiku
[03:17:43] *** JoFo has joined #haiku
[03:17:52] *** MatthewH12` has quit IRC
[03:18:45] *** rkbm has quit IRC
[03:18:46] *** mkf has quit IRC
[03:18:46] *** Blub\w has quit IRC
[03:19:02] *** AlienSoldier has quit IRC
[03:19:03] *** FreeFull has quit IRC
[03:19:22] *** iMe has quit IRC
[03:19:29] *** AlienSoldier2 is now known as AlienSoldier
[03:19:36] *** Gedrin2 has joined #haiku
[03:19:42] *** geist has joined #haiku
[03:19:42] *** ChanServ sets mode: +o geist
[03:19:53] *** Blub\w has joined #haiku
[03:20:08] *** MatthewH12` has joined #haiku
[03:20:10] *** Diver1 has joined #haiku
[03:20:20] <cps19661> hey AlienSoldier this is kane
[03:21:18] <cps19661> how are things on the homefront
[03:22:07] <AlienSoldier> hi cps19661!
[03:22:12] *** orealis_ has joined #haiku
[03:22:22] *** Premislaus has quit IRC
[03:22:32] *** happy-dude1 has quit IRC
[03:22:33] *** Kernel86_ has quit IRC
[03:22:33] *** waddlesplash has quit IRC
[03:22:34] *** puckipedia has quit IRC
[03:22:36] *** BitPuffin has quit IRC
[03:22:37] *** Paradoxon has quit IRC
[03:22:39] *** MatthewH12 has quit IRC
[03:22:42] *** Gedrin has quit IRC
[03:22:47] *** ampharos has quit IRC
[03:22:48] *** irker-112 has quit IRC
[03:22:48] *** Diver has quit IRC
[03:22:49] *** Guest26054 has quit IRC
[03:22:53] *** kneekoo has quit IRC
[03:22:55] *** gordonjcp has quit IRC
[03:22:55] *** orealis has quit IRC
[03:22:57] *** orealis_ is now known as orealis
[03:23:02] *** Gedrin2 has quit IRC
[03:23:03] *** cnuke has quit IRC
[03:23:08] *** Premislaus has joined #haiku
[03:23:31] <cps19661> AlienSoldier: are u still building home front
[03:23:57] *** Kernel86_ has joined #haiku
[03:24:59] *** ampharos has joined #haiku
[03:25:29] *** plankton1zer has quit IRC
[03:26:07] *** Premislaus is now known as 92AAAD8CA
[03:26:27] *** 92AAAD8CA has quit IRC
[03:26:49] *** Premislaus has joined #haiku
[03:27:16] *** JonathanThompson has quit IRC
[03:27:47] *** AlienSoldier2 has joined #haiku
[03:28:17] *** soakbot has quit IRC
[03:28:34] *** soakbot has joined #haiku
[03:28:59] *** Kernel86_ has quit IRC
[03:29:34] *** rkbm has joined #haiku
[03:29:52] *** gordonjcp has joined #haiku
[03:31:24] *** OmniMancer has quit IRC
[03:31:46] *** Kernel86_ has joined #haiku
[03:32:19] *** waddlesplash has joined #haiku
[03:32:58] *** umccullough has quit IRC
[03:33:12] *** JoFo_ has joined #haiku
[03:33:39] *** MatthewH12` has quit IRC
[03:33:40] *** Blub\w has quit IRC
[03:33:44] *** JoFo has quit IRC
[03:33:45] *** rkbm_ has quit IRC
[03:33:45] *** Kernel86 has quit IRC
[03:33:47] *** AlienSoldier has quit IRC
[03:33:52] *** AlienSoldier2 is now known as AlienSoldier
[03:34:57] *** Blub\w has joined #haiku
[03:36:10] *** Premislaus has quit IRC
[03:36:10] *** Slor has quit IRC
[03:37:20] *** MatthewH12 has joined #haiku
[03:37:58] *** happy-dude2 has quit IRC
[03:38:19] *** umccullough has joined #haiku
[03:38:19] *** planktonizer has joined #haiku
[03:38:19] *** Barrett has joined #haiku
[03:38:25] *** OmniMancer has joined #haiku
[03:38:28] *** Coyo has joined #haiku
[03:38:30] *** MatthewH12 has quit IRC
[03:38:43] *** puckipedia|away has joined #haiku
[03:38:45] *** puckipedia|away is now known as puckipedia
[03:38:45] *** puckipedia has joined #haiku
[03:38:46] *** Drakevr has joined #haiku
[03:38:50] *** MatthewH12 has joined #haiku
[03:39:42] *** Kernel86_ has quit IRC
[03:39:51] *** Slor has joined #haiku
[03:39:58] *** MatthewH12 has quit IRC
[03:40:22] *** kneekoo has joined #haiku
[03:40:22] *** Vampyre has quit IRC
[03:40:24] *** Premislaus has joined #haiku
[03:40:31] *** Vampyre has joined #haiku
[03:41:55] *** MatthewH12 has joined #haiku
[03:42:40] *** Miyu has joined #haiku
[03:43:04] *** ablyss_ has joined #haiku
[03:43:14] *** mta has quit IRC
[03:43:15] *** Coyo has quit IRC
[03:43:21] *** ablyss_ has quit IRC
[03:44:10] *** Coyo has joined #haiku
[03:44:16] *** e1z0_ has joined #haiku
[03:44:54] *** cnuke has joined #haiku
[03:45:26] *** plankton1zer has joined #haiku
[03:45:46] *** earthnat1ve has joined #haiku
[03:46:28] *** mta has joined #haiku
[03:46:49] *** cps19661 has left #haiku
[03:47:20] *** OmniMancer1 has joined #haiku
[03:47:34] *** planktonizer has quit IRC
[03:47:34] *** umccullough has quit IRC
[03:48:01] *** dr_evil_ has joined #haiku
[03:48:47] *** OmniMancer has quit IRC
[03:48:50] *** umccullough has joined #haiku
[03:49:40] *** Coyo has quit IRC
[03:50:06] *** e1z0 has quit IRC
[03:50:19] *** hackkitten has quit IRC
[03:50:19] *** mattlacey has quit IRC
[03:50:23] *** kkux has quit IRC
[03:50:25] *** ablyss has quit IRC
[03:50:27] *** MrSunshine has quit IRC
[03:50:30] *** dr_evil has quit IRC
[03:50:36] *** earthnative has quit IRC
[03:50:40] *** Marqin has quit IRC
[03:50:46] *** Kernel86 has joined #haiku
[03:50:57] *** Barrett has quit IRC
[03:50:59] *** jrabbit has quit IRC
[03:51:23] *** Marqin has joined #haiku
[03:52:41] *** Paradoxon has joined #haiku
[03:52:50] *** Premislaus has quit IRC
[03:52:51] *** [1]umccullough has joined #haiku
[03:53:51] *** iMe has joined #haiku
[03:54:09] *** Codora has joined #haiku
[03:55:24] *** kkux has joined #haiku
[03:56:38] *** MrSunshine has joined #haiku
[03:56:51] *** waddlesplash has quit IRC
[03:57:04] *** umccullough has quit IRC
[03:57:05] *** [1]umccullough is now known as umccullough
[03:58:23] *** jrabbit has joined #haiku
[03:59:25] *** orealis_ has joined #haiku
[04:00:44] *** NumberNoid has joined #haiku
[04:01:23] *** orealis has quit IRC
[04:01:24] *** orealis_ is now known as orealis
[04:06:33] *** DaQatz_ has joined #haiku
[04:06:45] *** Premislaus has joined #haiku
[04:07:34] *** DaQatz has quit IRC
[04:08:49] *** Barrett has joined #haiku
[04:13:47] *** DaQatz_ has quit IRC
[04:17:15] *** DaQatz has joined #haiku
[04:20:27] *** NumberNoid has quit IRC
[04:22:32] *** irker-286 has joined #haiku
[04:23:02] <irker-286> fca8407: radeon_hd: Fix GPIOInfo pin shortage on some cards
[04:29:28] *** mkf has joined #haiku
[04:29:46] *** mkf has quit IRC
[04:30:40] *** mkf has joined #haiku
[04:52:50] *** Premislaus has quit IRC
[04:53:28] *** dr_evil has joined #haiku
[04:57:22] *** DaQatz has quit IRC
[04:57:34] *** dr_evil_ has quit IRC
[04:58:46] *** DaQatz has joined #haiku
[05:01:17] *** jstressman has quit IRC
[05:09:48] *** jstressman has joined #haiku
[05:12:59] *** jstressman has quit IRC
[05:15:13] *** jstressman has joined #haiku
[05:18:06] *** DaQatz has quit IRC
[05:18:48] *** DaQatz has joined #haiku
[05:20:15] *** DaQatz has quit IRC
[05:23:48] *** DaQatz has joined #haiku
[05:28:46] *** Barrett has quit IRC
[05:40:21] *** Sir_Designer has joined #haiku
[05:55:08] *** Blub\w has quit IRC
[05:55:35] *** Blub\w has joined #haiku
[06:01:55] *** umccullough has left #haiku
[06:07:14] <irker-286> 92b2e03: arm: Add initial memory barrier functions
[06:14:47] *** MatthewH12 has quit IRC
[06:33:18] <irker-286> 8018e8f: arm: Rework hrev46863 to use gcc built-in
[06:33:18] <irker-286> 35171b0: arm: Miscellaneous build fixes
[06:33:25] *** kkux has quit IRC
[06:33:35] *** kkux has joined #haiku
[06:41:24] *** JonathanThompson has joined #haiku
[06:48:11] *** DaQatz has quit IRC
[06:50:02] *** DaQatz has joined #haiku
[06:50:31] <irker-286> abcbb5d: arm/paging: Convert to new-style CPU management
[07:05:29] *** sarid has quit IRC
[07:06:26] *** cnuke has quit IRC
[07:10:52] *** sarid has joined #haiku
[07:11:57] *** arselinux has quit IRC
[07:13:57] *** Sir_Designer has quit IRC
[07:14:43] *** Sir_Designer has joined #haiku
[07:29:40] *** PulkoMandy has joined #haiku
[07:40:08] *** HaikuUser has joined #haiku
[07:41:02] *** HaikuUser has quit IRC
[07:44:13] *** daniele_athome has joined #haiku
[07:45:40] *** freedomrun has joined #haiku
[07:46:07] *** ddavid123 has joined #haiku
[07:51:06] *** Paradoxon has quit IRC
[07:59:03] *** ddavid123 has quit IRC
[08:03:40] *** e1z0_ has quit IRC
[08:03:40] *** e1z0_ has joined #haiku
[08:03:45] *** e1z0_ is now known as e1z0
[08:12:29] *** Tzibu has joined #haiku
[08:20:08] *** Paradoxon has joined #haiku
[08:23:03] *** FreeFull_ has quit IRC
[08:26:34] *** gramas has joined #haiku
[08:31:21] *** _3dEyes has joined #haiku
[08:37:09] *** irker-286 has quit IRC
[08:39:17] *** BitPuffi1 has quit IRC
[08:41:26] *** JonathanThompson has quit IRC
[08:44:53] *** AlienSoldier has quit IRC
[08:47:37]
<HAIKU-Buildbot> build #2340 of x86-FreeBSD-host is complete: Failure [failed [x86gcc2hybrid] @release-anyboot [x86gcc2hybrid] @release-vmware [x86gcc2hybrid] @release-cd [x86gcc2hybrid] @nightly-raw [x86gcc2hybrid] build repository haiku [x86gcc2hybrid] upload_haiku_repository] Build details are at http://mmadia.dyndns.org:8010/builders/x86-FreeBSD-host/builds/2340 blamelist:
[08:47:37] <HAIKU-Buildbot> Alexander von Gluck IV <kallisti5 at unixzen dot com>
[08:58:24] *** kyzh has quit IRC
[08:59:09] *** kyzh has joined #haiku
[09:09:23] *** JonathanThompson has joined #haiku
[09:11:40] *** Paradoxon has quit IRC
[09:13:25] *** cnuke has joined #haiku
[09:14:46] *** Sir_Designer has quit IRC
[09:15:15] *** gcibot has quit IRC
[09:15:54] *** daniele_athome has quit IRC
[09:16:40] *** Sir_Designer has joined #haiku
[09:17:22] *** daniele_athome has joined #haiku
[09:20:42] *** OmniMancer has joined #haiku
[09:22:16] *** OmniMancer1 has quit IRC
[09:24:46] *** jrabbit has quit IRC
[09:25:00] *** jrabbit has joined #haiku
[09:38:53] *** irker-912 has joined #haiku
[09:39:24] <irker-912> 3e358c1: HttpRequest: use BStackOrHeapArray
[09:43:48] *** stippi has joined #haiku
[09:43:48] *** ChanServ sets mode: +o stippi
[09:50:44] *** freedomrun has quit IRC
[09:59:33] *** poxip has joined #haiku
[10:02:02] *** Cian has joined #haiku
[10:04:34] *** _marc` has joined #haiku
[10:14:41] <irker-912> 6aeaead: BHttpRequest: Small fixes
[10:22:15] <irker-912> 1514eb3: BHttpRequest: More elegant way to build cookieString
[10:24:38] *** stippi has left #haiku
[10:47:38] *** epigraph has joined #haiku
[11:03:38] *** orealis has quit IRC
[11:04:23] *** orealis has joined #haiku
[11:09:17] *** JonathanThompson has quit IRC
[11:41:13] *** poxip has quit IRC
[11:49:23] *** mmu_man has joined #haiku
[11:55:54] *** Ptrus has quit IRC
[11:56:09] *** BitPuffi1 has joined #haiku
[11:56:23] *** Ptrus has joined #haiku
[12:21:05] *** Turingi has joined #haiku
[12:29:42] <irker-912> 3e2e0e6: BHttpRequest: Improve cookie string building loop...
[12:35:46] *** subcritical has joined #haiku
[12:59:21] *** BitPuffi1 is now known as BitPuffin
[13:07:43] *** kkux has quit IRC
[13:09:54] *** puckipedia is now known as puckipedia|away
[13:29:03] *** _3dEyes has quit IRC
[13:29:49] *** idefix_gromit has joined #haiku
[13:41:05] *** kneekoo has quit IRC
[13:48:31] *** Bigcheese has quit IRC
[13:48:32] *** wc__ has quit IRC
[13:48:37] *** Bigcheese has joined #haiku
[13:49:45] *** wc__ has joined #haiku
[13:53:18] *** kkux has joined #haiku
[13:54:47] *** humdinger has joined #haiku
[13:56:18] *** orealis has quit IRC
[13:57:01] *** orealis has joined #haiku
[13:59:16] *** humdinger_ has joined #haiku
[14:03:05] *** OmniMancer has quit IRC
[14:03:24] *** humdinger has quit IRC
[14:03:24] *** humdinger_ is now known as humdinger
[14:11:03] *** idefix_gromit has left #haiku
[14:21:24] *** idefix_gromit has joined #haiku
[14:22:26] *** idefix_gromit has left #haiku
[14:41:10] *** poxip has joined #haiku
[14:42:59] *** humdinger_ has joined #haiku
[14:46:35] *** humdinger has quit IRC
[14:46:35] *** humdinger_ is now known as humdinger
[14:52:41] *** slubman has quit IRC
[14:52:55] *** slubman has joined #haiku
[14:58:54] *** humdinger has quit IRC
[15:14:13] *** nighty-_ has joined #haiku
[15:19:00] *** iMe is now known as iMe_away
[15:25:46] *** hackkitten has joined #haiku
[15:27:49] *** Miyu has quit IRC
[15:29:38] *** ksx4system has quit IRC
[15:33:14] *** ksx4system has joined #haiku
[15:34:34] *** pdziepak has joined #haiku
[15:38:00] *** poxip has quit IRC
[15:42:16] *** ksx4system has quit IRC
[15:45:14] *** _marc` has quit IRC
[15:45:15] *** ksx4system has joined #haiku
[15:47:15] *** hmstrmn has quit IRC
[15:48:51] *** hmstrmn has joined #haiku
[15:50:30] *** gcibot has joined #haiku
[15:52:38] *** freedomrun has joined #haiku
[15:52:52] *** gcibot has quit IRC
[15:59:09] *** tgkokk has joined #haiku
[16:01:03] *** puckipedia|away is now known as puckipedia
[16:01:41] *** DaQatz has quit IRC
[16:01:53] *** DaQatz has joined #haiku
[16:04:09] *** tgkokk has quit IRC
[16:04:28] *** tgkokk has joined #haiku
[16:05:28] *** tgkokk has quit IRC
[16:05:47] *** tgkokk has joined #haiku
[16:10:32] *** puckipedia is now known as puckipedia|away
[16:20:14] *** mrbond has quit IRC
[16:23:38] *** Mazon has quit IRC
[16:24:51] *** tgkokk has quit IRC
[16:29:35] *** Mazon has joined #haiku
[16:29:40] *** puckipedia|away is now known as puckipedia
[16:31:36] *** freedomrun has quit IRC
[16:46:14] *** echelog has joined #haiku
[16:58:48] *** KapiX has joined #haiku
[16:59:03] <KapiX> hi
[16:59:15] *** kkux has quit IRC
[16:59:24] <KapiX> is it possible to compile Haiku in VirtualBox?
[16:59:52] <KapiX> when I try to download buildtools git keeps hanging
[17:00:01] <mmu_man> you mean from Haiku itself or from from a linux in vbox ?
[17:00:09] <mmu_man> both should work
[17:00:19] <KapiX> haiku from haiku in vbox
[17:00:29] <mmu_man> however sometimes self-hosting breaks due to some API or ABI changes
[17:00:47] <KapiX> machine has 1GB RAM, maybe it is not enough?
[17:00:47] <mmu_man> as on Haiku we don't build a cross-compiler
[17:01:06] <mmu_man> might be a bit low since Jam uses quite a bit
[17:01:29] <mmu_man> you can try to not use the --use-gcc-pipe on configure
[17:01:42] <KapiX> I didn't even get there
[17:01:51] <KapiX> again
[17:02:05] <KapiX> tried to download haiku repo and whole system just froze
[17:05:46] *** gramas has quit IRC
[17:07:34] <mmu_man> odd
[17:12:33] *** humdinger has joined #haiku
[17:15:15] *** ChuckH has quit IRC
[17:15:31] *** ChuckH has joined #haiku
[17:18:31] *** valeriusL has quit IRC
[17:20:04] <KapiX> now it doesn't even connect to the server
[17:20:21] *** puckipedia is now known as puckipedia|away
[17:28:06] <KapiX> I enabled serial output, it keeps complaining about "Invalid Argument" in bfs_read_link
[17:31:17] *** puckipedia|away is now known as puckipedia
[17:31:53] *** valeriusL has joined #haiku
[17:32:42] <mmu_man> don't think that's serious
[17:32:49] <mmu_man> just some broken links
[17:34:39] *** iMe_away is now known as iMe
[17:37:34] *** tqh has joined #haiku
[17:44:19] *** kneekoo has joined #haiku
[17:45:25] <KapiX> ok, I give up
[17:45:32] <KapiX> it seems to freeze randomly
[17:45:43] <KapiX> sometimes on 32%
[17:45:56] <KapiX> sometimes right after beginning
[17:47:09] *** ChuckH has quit IRC
[17:51:57] *** humdinger_ has joined #haiku
[17:53:53] *** luroh has joined #haiku
[17:54:19] *** tgkokk_ has joined #haiku
[17:55:37] *** tgkokk has joined #haiku
[17:56:05] *** humdinger has quit IRC
[17:56:05] *** humdinger_ is now known as humdinger
[18:05:10] *** KapiX has left #haiku
[18:05:11] *** paul0 has joined #haiku
[18:05:16] *** Muzer has quit IRC
[18:06:39] *** Muzer has joined #haiku
[18:07:17] *** Cian has quit IRC
[18:23:43] *** tgkokk has quit IRC
[18:24:12] *** tgkokk has joined #haiku
[18:33:51] *** humdinger_ has joined #haiku
[18:33:51] *** humdinger has quit IRC
[18:33:56] *** humdinger_ is now known as humdinger
[18:45:30] *** arselinux has joined #haiku
[18:52:42] *** Barrett has quit IRC
[19:09:34] *** humdinger_ has joined #haiku
[19:13:20] *** humdinger has quit IRC
[19:13:21] *** humdinger_ is now known as humdinger
[19:15:09] *** FreeFull has joined #haiku
[19:15:12] *** FreeFull has quit IRC
[19:15:12] *** FreeFull has joined #haiku
[19:15:33] *** waddlesplash has joined #haiku
[19:29:59] *** Lelldorin1 has joined #haiku
[19:30:23] <Lelldorin1> hello all
[19:30:50] <humdinger> hullo
[19:35:51] *** nighty-_ has quit IRC
[19:38:12] *** waddlesplash has quit IRC
[19:38:36] *** comrad has joined #haiku
[19:40:43] *** nighty-_ has joined #haiku
[19:41:01] *** mkf has quit IRC
[19:42:35] *** mkf has joined #haiku
[19:51:56] *** AlienSoldier has joined #haiku
[19:52:14] *** DKnoto has joined #haiku
[19:54:59] *** humdinger_ has joined #haiku
[19:58:11] *** humdinger has quit IRC
[19:58:12] *** humdinger_ is now known as humdinger
[20:02:37] *** tgkokk has quit IRC
[20:04:21] *** Yann64 has joined #haiku
[20:05:00] *** Yann64 has quit IRC
[20:08:41] *** HubertX4 has joined #haiku
[20:12:13] *** Lelldorin1 has quit IRC
[20:20:20] *** HubertX4_ has joined #haiku
[20:22:05] *** HubertX4 has quit IRC
[20:22:17] *** HubertX4_ is now known as HubertX4
[20:26:18] *** HubertX4_ has joined #haiku
[20:29:30] *** HubertX4 has quit IRC
[20:29:43] *** HubertX4_ is now known as HubertX4
[20:33:41] *** humdinger has quit IRC
[20:40:27] *** Skipp_OSX has joined #haiku
[20:44:28] *** Not-001 has quit IRC
[21:00:16] *** Luko has joined #haiku
[21:00:25] <Luko> hi
[21:04:08] *** jua_ has joined #haiku
[21:04:51] *** HubertX4 has quit IRC
[21:08:03] *** Luko has quit IRC
[21:08:19] *** AlienSoldier has quit IRC
[21:09:34] *** freedomrun has quit IRC
[21:12:14] *** Barrett has joined #haiku
[21:14:21] *** valeriusL has quit IRC
[21:16:21] *** MatthewH12 has joined #haiku
[21:17:16] *** MatthewH12 has quit IRC
[21:17:35] *** MatthewH12 has joined #haiku
[21:19:05] *** Negr0_ has joined #haiku
[21:21:03] *** DKnoto has quit IRC
[21:22:44] *** Luko has joined #haiku
[21:27:37] *** valeriusL has joined #haiku
[21:28:49] *** NumberNoid has joined #haiku
[22:05:55] *** Gedrin has joined #haiku
[22:06:30] *** Luko has quit IRC
[22:13:22] *** paul0 has quit IRC
[22:13:34] *** tqh has quit IRC
[22:14:44] *** juser has joined #haiku
[22:21:39] *** tqh has joined #haiku
[22:25:14] *** paul0 has joined #haiku
[22:32:07] <bbjimmy> Trouble with PM. yab requires ncurser_devel to ciompile. The makefile can only deal with one lib folder. If ncurses_devel is installed under system, as it is whan the user choses to install it from HaikuDepot, everything works ok.
[22:33:21] *** tqh has quit IRC
[22:33:42] <bbjimmy> If, however, the user did not add the package, and the PM adds it, it will add it in the tree that the .hpkg was installed in, breaking the makefile if the user installs yab.hpkg in the home/config tree.
[22:34:51] *** ampharos has quit IRC
[22:34:51] *** ampharos has joined #haiku
[22:34:53] <bbjimmy> Why does PM add ncurses_devel in the home/config tree?
[22:35:43] <bbjimmy> Is there a way to force PM to add it under system, as it does if the user choses to add it from HaikuDepot?
[22:36:32] *** oco2 has joined #haiku
[22:36:42] <puckipedia> It mostly depends on the tool, but both are valid
[22:36:46] <puckipedia> At this moment, at least
[22:36:53] <puckipedia> valid choices*
[22:37:28] <bbjimmy> How can I make the makefile find the right directory?
[22:37:39] <puckipedia> find_directory
[22:38:28] <bbjimmy> FindDirectory works fine, but I have a choice, B_SYSYEM_LIB, ir B_UDER_LIB
[22:38:38] <bbjimmy> ISER
[22:38:41] <bbjimmy> USER
[22:38:45] <puckipedia> Is there no choice to check both?
[22:38:46] <bbjimmy> :P
[22:39:00] <bbjimmy> not from a makefile
[22:39:44] <bbjimmy> Do I have tpo make a script to make my makefile?
[22:39:58] <puckipedia> AFAIK not
[22:40:14] *** JonathanThompson has joined #haiku
[22:40:28] <puckipedia> If your library location is in a variable, turn it into a gcc list with e.g. $(addprefix -L,$(LIBS))
[22:41:22] <bbjimmy> LIBPATH = -L`finddir B_SYSTEM_LIB_DIRECTORY`
[22:41:28] <puckipedia> (Will add -L before each, so LIBS="$(find_directory B_SYSTEM_LIB) $(find_directory B_USER_LIB)", and the result will be e.g. "-L/boot/system/lib -L/boot/home/config/lib"
[22:41:46] *** iMe is now known as iMe_away
[22:42:02] <puckipedia> Well, encase it in "" (replace the backticks with $( and ) ) and add another one, it should work
[22:42:47] <bbjimmy> It borks at the libpath that does not exist
[22:43:13] <puckipedia> Also, add B_COMMON_NONPACKAGED_LIB_DIRECTORY and B_USER_NONPACKAGED_LIB_DIRECTORY
[22:43:18] <puckipedia> hmm?
[22:44:01] *** kkux has joined #haiku
[22:44:28] <puckipedia> What does the LIBPATH contain?
[22:44:30] <bbjimmy> if /boot/home/config/lib is missing, the makefile breaks.
[22:44:41] <puckipedia> Well, that's a fragile makefile, tbh
[22:44:55] <puckipedia> afaik, gcc should ignore it
[22:45:30] <bbjimmy> I know nothing about makefiles, just trying to get yab in an .hpkg and have it not break.
[22:45:45] *** comrad has quit IRC
[22:46:09] <bbjimmy> where cah I learn about makefiles?
[22:47:20] <bbjimmy> how to add a lib directory, how to handle errors etc.
[22:47:44] <puckipedia> The thing is, the yab makefile just passes the libpath into gcc
[22:47:50] *** scanty has quit IRC
[22:48:16] <bbjimmy> so how do I pass more than one libpath?
[22:48:19] <puckipedia> Just add it
[22:48:31] *** scanty has joined #haiku
[22:48:38] <bbjimmy> so far, all my attempts come up short.
[22:48:39] *** scanty has quit IRC
[22:48:41] <puckipedia> If you see below the yab: YabMain.o .... line
[22:48:58] <puckipedia> wait
[22:49:11] <puckipedia> Are you going to package it with haikuporter?
[22:49:17] <PulkoMandy> you can use findpaths to find them all at once, btw
[22:49:21] *** scanty has joined #haiku
[22:49:33] <puckipedia> PulkoMandy: In shell too?
[22:49:33] <bbjimmy> nio, I am usuing the package command line tool.
[22:49:38] <PulkoMandy> puckipedia: yes
[22:49:46] <puckipedia> aah
[22:49:52] <puckipedia> I have no haiku on me atm
[22:50:58] <puckipedia> Okay, so above the LIBPATH line, add `LIBPATHS = $(shell findpaths B_FIND_PATH_LIB_DIRECTORY)`
[22:52:04] <puckipedia> Then replace LIBPATH=.... with `LIBPATH=$(addsuffix -L,$(LIBPATHS))`
[22:53:42] * bbjimmy tries
[22:53:58] *** tgkokk has joined #haiku
[22:57:14] <bbjimmy> g++: /boot/home/config/non-packaged/lib-L: No such file or directory
[22:57:15] <bbjimmy> g++: /boot/home/config/lib-L: No such file or directory
[22:57:16] <bbjimmy> g++: /boot/system/non-packaged/lib-L: No such file or directory
[22:57:16] <bbjimmy> g++: /boot/system/lib-L: No such file or directory
[22:57:34] <puckipedia> addprefix, sorry
[22:59:58] <bbjimmy> success
[23:00:13] <puckipedia> Also, this will work with every path Haiku adds with its libs
[23:00:30] <bbjimmy> nice
[23:00:35] <puckipedia> e.g. home moves to /boot/home/puckipedia, it will update automatically
[23:00:56] <bbjimmy> or /boot/home/bbjimmy
[23:01:00] <puckipedia> yep
[23:01:09] <puckipedia> gtg, sleep
[23:01:15] <bbjimmy> thanks
[23:04:05] *** mmadia has joined #haiku
[23:09:23] *** tgkokk has quit IRC
[23:10:41] *** puckipedia is now known as puckipedia|away
[23:16:19] *** NumberNoid has quit IRC
[23:17:31] *** PulkoMandy has quit IRC
[23:20:31] <bbjimmy> off to work.
[23:20:46] *** OmniMancer has joined #haiku
[23:24:27] *** Dane__ has quit IRC
[23:25:27] *** Dane_ has joined #haiku
[23:26:06] <Dane_> What *current model* video card is the best bet with Haiku these days?
[23:26:20] <Dane_> (not motherboard, but separate card, I mean)
[23:30:41] *** poxip has joined #haiku
[23:31:01] <mmadia> kallisti5 may have some input on Radeon hd's
[23:45:08] *** kneekoo has quit IRC
[23:50:59] *** nighty-_ has quit IRC
[23:52:03] *** kneekoo has joined #haiku
[23:55:10] *** HaikuUser has joined #haiku
[23:55:54] <HaikuUser> helo
[23:59:32] <gordonjcp> HaikuUser: i
[23:59:33] <gordonjcp> hi