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
Chuggy has quit [Quit: Textual IRC Client: www.textualapp.com]
cp--- has quit []
cp- has joined #haiku
AlienSoldier has quit [Ping timeout: 480 seconds]
x10z has joined #haiku
ClaudioM has quit [Quit: leaving]
x10z has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
AlienSoldier has joined #haiku
x10z has joined #haiku
Jupp_S has quit [Remote host closed the connection]
<andreasdr[m]> 3dEyes: Whats this????
<andreasdr[m]> Ah WebKitGkt?
<andreasdr[m]> Nice.
<M3dEyes[m]> We can try port Midori browser now ;)
<andreasdr[m]> That would be soooo coool Sir!
<andreasdr[m]> Very nice work you all!!!
x10z has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
doomquakekeen has quit [Ping timeout: 480 seconds]
AndroUser has joined #haiku
<AndroUser> Hi
<AndroUser> I'm Arafat from Morocco
AndroUser has quit []
<andreasdr[m]> Hi.
skirst has quit []
doomquakekeen has joined #haiku
skirst has joined #haiku
x10z has joined #haiku
skirst has quit []
nephele has quit [Ping timeout: 480 seconds]
Jupp_S has joined #haiku
AlienSoldier has quit [Quit: Vision[]: i've been blurred!]
<win8linux[m]> <M3dEyes[m]> "We can try port Midori browser..." <- Isn't Midori based on Election now?
nephele has joined #haiku
skirst has joined #haiku
euandreh has quit [Ping timeout: 480 seconds]
euandreh has joined #haiku
<nephele> midori seems to no longer be developed
x10z has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
Begasus has joined #haiku
<Begasus> g'morning peeps
Begasus_32 has joined #haiku
<johnny_b> morning
<Begasus> morning johnny_b
<Begasus> win8linux[m], awake?
stux- has joined #haiku
stux has quit [Ping timeout: 480 seconds]
Vitto has quit [Remote host closed the connection]
x10z has joined #haiku
AlaskanEmily has quit [Remote host closed the connection]
x10z has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
Vitto has joined #haiku
MrSunshine has joined #haiku
rennj has quit [Ping timeout: 480 seconds]
rennj has joined #haiku
blabber has quit [Quit: WeeChat 3.4]
blabber has joined #haiku
Vitto has quit [Remote host closed the connection]
freddietilley has joined #haiku
<Begasus> kallisti5, doing some remodeling on the luv recipe, adding libVersionCompat, fix build (on 32bit), the source doesn't use gnuinstalldirs, hence some changes are needed
<jessicah> morning Begasus, johnny_b :)
<Begasus> evening jessicah :)
<win8linux[m]> Begasus: Just woke up now.
<Begasus> g'morning win8linux[m] :) made some comments on the PR, at least the spaces should be fixed
skirst has quit []
rennj has quit [Ping timeout: 480 seconds]
MajorBiscuit has joined #haiku
Major_Biscuit has joined #haiku
MajorBiscuit has quit [Ping timeout: 480 seconds]
<Not-a434> [haikuports/haikuports] Begasus pushed 1 commit to master [+0/-0/±1] https://github.com/haikuports/haikuports/compare/1e8886953438...d7465bbfdcf2
<Not-a434> [haikuports/haikuports] Begasus d7465bb - luv, fix build for 32bit (#6747)
rennj has joined #haiku
skirst has joined #haiku
<andreasdr[m]> Good morning.
<Begasus> morning andreasdr[m]
<andreasdr[m]> Hi Begasus, Hi jessicah, win8linux
<jessicah> :)
<andreasdr[m]> Whats uppppp there?
<Begasus> wising people would read the cmakefiles and makefiles :)
<andreasdr[m]> Oh. Makefiles. I hate them. But I need them :DDD
<andreasdr[m]> But gmake is OK for me sort of.
<andreasdr[m]> I remember BeOS style makefiles.
<Begasus> INCLUDEDIR=$(PREFIX)/include
<andreasdr[m]> This was also easy for me. But I did had only small projects in the 2000+-
<Begasus> this isn't the same as $includeDir :P
<Begasus> so ... "make INCLUDEDIR=$includeDir ... " in a recipe
<win8linux[m]> Hi andreasdr!
<Begasus> win8linux[m], for cmake, you can always check on available options with "cmake -L"
<win8linux[m]> Noted, will look into it as soon as HaikuPorter finishes downloading the new code from upstream.
Cian has joined #haiku
<Begasus> I think it's good policy to use upstream repos for our ports (unless not available)
<win8linux[m]> Connection to GitHub is quite slow at the moment, hmm.
<Begasus> they are doing some changes lately, so far I haven't seen any issues here
<win8linux[m]> Really wish a multi-threaded, segmented download manager existed on Haiku.
<Begasus> getting emails for the PR now waddlesplash :P
<Begasus> run failed ...
<Begasus> build is ok on buildmaster though ;)
<Begasus> kallisti5, created a fix that enables the build for 32bit also (for tree-sitter)
Vitto has joined #haiku
Vitto has quit [Remote host closed the connection]
Vitto has joined #haiku
<Begasus> k, 2 recipes fixed, back to yours win8linux[m] ;)
<win8linux[m]> I've already done 2/3 of the proposed changes, but HaikuPorter's having a difficult time downloading the new code from upstream.
<Begasus> maybe turn RELEASE to OFF (or skip that, default is OFF)
<Begasus> USERDATA_PREFIX could be used to point to $settingsDir?
<Begasus> localy also added: bison, flex and git to the BUILD_REQUIRES
<Begasus> git is used for the version string
<win8linux[m]> flex and bison are optional and not needed for building.
<win8linux[m]> Those are prolly needed if building rcdgen.
<Begasus> yeah, otherwise it's using pregenerated parsers (if I read this wright) ;)
<win8linux[m]> Where is $settingsDir in the filesystem?
<Begasus> /boot/system/settings
<win8linux[m]> That's a read-only location, right?
<Begasus> nope, write-able
<win8linux[m]> Oh good, I'll add it in.
<Begasus> first try to build it, could look into that later
<Begasus> iirc I had some issue where freerct would look for ~/config/non-packaged/data/freerct/saves (but it didn't launch)
<Begasus> then it stores in ~/config/settings
<Begasus> ps, turning RELEASE on or off doesn't speed up the build, so it can stay from my point ;)
<win8linux[m]> Oh, first time learning about finddir.
<Begasus> first time for everything ;)
<win8linux[m]> Just wondering, does INSTALL still need mkdir commands for creating app and system folders before 'make install'?
<Begasus> shouldn't be needed (that was in the pipeline too) :)
<Begasus> make takes care f that
<Begasus> launches ok now :)
<win8linux[m]> Still can't download the new code from upstream.
<win8linux[m]> Can I just push the changes now and have you verify them?
<Begasus> sure
<Begasus> switched to upstream now too
<win8linux[m]> Alright, pushed the recipe changes.
<Begasus> jikes, spaces every where now?
<win8linux[m]> You mean for indentation or trailing whitespaces?
<Begasus> indentation, always use tab(s) there
<win8linux[m]> Oh sorry, read your comment the other way around.
<Begasus> github would complain on trailing whitespaces (long time since I've seen one) :)
<win8linux[m]> Ok, that one doesn't make sense.
<win8linux[m]> Koder is set to show and trim those.
<Begasus> Using Pe still here
<Begasus> first comment on the new changes
<Begasus> comment is obsolete :)
<win8linux[m]> Anything else before pushing again?
Blub\0 has quit []
Blub\0 has joined #haiku
<win8linux[m]> New commit is up.
<Begasus> my bad on that last line ;) just commented
ClaudioM has joined #haiku
<win8linux[m]> Begasus: That's fine, just changed it back. :)
hooway has joined #haiku
Major_Biscuit has quit [Ping timeout: 480 seconds]
Major_Biscuit has joined #haiku
euandreh has quit [Ping timeout: 480 seconds]
<Begasus> the bug (covid) got me (not really sick)
<andreasdr[m]> I also got COVID. But i am fine. Get weel sooon!
<andreasdr[m]> well
<Begasus> thanks, same there andreasdr[m] :)
<andreasdr[m]> Thank you :)
<win8linux[m]> Hope you recover quickly Begasus!
<win8linux[m]> Also, did the CI just break?
<Begasus> waddlesplash, is experimenting with that, don't worry there
<Begasus> Thanks win8linux[m]
<Begasus> k, rebuilding with your latest changes, using cmakedirArgs doesn't really work as expected
<Begasus> k, launches fine, save directory in the right place, maybe add freerct to the path for that in the recipe (will do a check here)
skirst has quit [Ping timeout: 480 seconds]
skirst has joined #haiku
MajorBiscuit has joined #haiku
<kallisti5[m]> <Begasus> "kallisti5, doing some remodeling..." <- Nice! Yeah, I got it working, but it was pretty messy. Luv has a lot of holes and is a bit sketchy in spots
<Begasus> Only looked over the recipe kallisti5[m] (no functional changes) :) (don't even know how it's used)
Major_Biscuit has quit [Ping timeout: 480 seconds]
<kallisti5[m]> It's a lua to c thing. These were all requirements for a neovim port
skirst has quit []
<Begasus> kallisti5[m], could you also have a look at tree-sittern enabled 32bit there, didn't merge that one yet
<Begasus> win8linux[m], last 2 comments should be to merge it :)
<Begasus> fine*
skirst has joined #haiku
<nekobot2> [haiku/haiku] waddlesplash pushed 1 commit to master [hrev55965] - https://git.haiku-os.org/haiku/log/?qt=range&q=f5ea62c4786d+%5E79a174c79315
<nekobot2> [haiku/haiku] f5ea62c4786d - HaikuDepot: Fix another instance of std::remove.
<win8linux[m]> <Begasus> "win8linux, last 2 comments..." <- GitHub is just timing out here at this point, I'll get back to it when network conditions improve.
<Begasus> ;)
<nekobot2> [haiku/haiku] 9d65dbf1cb67 - boot/efi: rework address-cells and size-cells handling
<nekobot2> [haiku/haiku] waddlesplash pushed 1 commit to master [hrev55966] - https://git.haiku-os.org/haiku/log/?qt=range&q=9d65dbf1cb67+%5Ef5ea62c4786d
<nephele> begasus: seems everywhere I look someone has covif
<nephele> all my friends have it too :/
<nekobot2> [haiku/haiku] waddlesplash pushed 1 commit to master [hrev55967] - https://git.haiku-os.org/haiku/log/?qt=range&q=5ba6ef84efda+%5E9d65dbf1cb67
<nekobot2> [haiku/haiku] 5ba6ef84efda - boot/efi: use 8250 driver for bcm2835 mini-UART
<Begasus> nephele, 2 years nothing, and now BANG ;)
<Begasus> but doing fine, time for Haiku ;)
vittolag has joined #haiku
<Not-a434> [haikuports/haikuports] waddlesplash pushed 1 commit to master [+0/-0/±1] https://github.com/haikuports/haikuports/compare/d7465bbfdcf2...5e7f3de4b8ec
<Not-a434> [haikuports/haikuports] waddlesplash 5e7f3de - .github/lint: Adjustments.
<Not-a434> [haikuports/haikuports] waddlesplash pushed 1 commit to waddlesplash-patch-1 [+0/-0/±1] https://github.com/haikuports/haikuports/compare/b8217938fd2d...12186a3d750a
<Not-a434> [haikuports/haikuports] waddlesplash 12186a3 - test again.
Vitto has quit [Ping timeout: 480 seconds]
<Not-a434> [haikuports/haikuports] waddlesplash pushed 1 commit to master [+0/-0/±1] https://github.com/haikuports/haikuports/compare/5e7f3de4b8ec...dd7a4c3ca311
<Not-a434> [haikuports/haikuports] waddlesplash dd7a4c3 - .github/lint: Use proper multi-line syntax.
<Not-a434> [haikuports/haikuports] waddlesplash pushed 1 commit to master [+0/-0/±1] https://github.com/haikuports/haikuports/compare/dd7a4c3ca311...bd9ec3070c9c
<Not-a434> [haikuports/haikuports] waddlesplash bd9ec30 - .github/lint: export PATH.
<Not-a434> [haikuports/haikuports] waddlesplash pushed 1 commit to master [+0/-0/±1] https://github.com/haikuports/haikuports/compare/bd9ec3070c9c...6956618aeae4
<Not-a434> [haikuports/haikuports] waddlesplash 6956618 - .github/lint: Remove unnecessary cd.
<Not-a434> [haikuports/haikuports] waddlesplash pushed 1 commit to waddlesplash-patch-1 [+0/-0/±1] https://github.com/haikuports/haikuports/compare/12186a3d750a...4a4b50e2daa4
<Not-a434> [haikuports/haikuports] waddlesplash 4a4b50e - test again.
vittolag has quit [Ping timeout: 480 seconds]
<Not-a434> [haikuports/haikuports] waddlesplash pushed 1 commit to master [+0/-0/±1] https://github.com/haikuports/haikuports/compare/6956618aeae4...79cca1b70b55
<Not-a434> [haikuports/haikuports] waddlesplash 79cca1b - .github/lint: Set PATH in the proper location.
<Not-a434> [haikuports/haikuports] waddlesplash pushed 1 commit to waddlesplash-patch-1 [+0/-0/±1] https://github.com/haikuports/haikuports/compare/4a4b50e2daa4...33166bcc07fb
<Not-a434> [haikuports/haikuports] waddlesplash 33166bc - test 4.
<Not-a434> [haikuports/haikuports] waddlesplash pushed 1 commit to master [+0/-0/±1] https://github.com/haikuports/haikuports/compare/79cca1b70b55...7c0a20c461f4
<Not-a434> [haikuports/haikuports] waddlesplash 7c0a20c - .github/lint: Fix export syntax.
<Not-a434> [haikuports/haikuports] waddlesplash pushed 1 commit to waddlesplash-patch-1 [+0/-0/±1] https://github.com/haikuports/haikuports/compare/33166bcc07fb...d3af5d6b1bf2
<Not-a434> [haikuports/haikuports] waddlesplash d3af5d6 - test 5.
<Begasus> wife just did a "negative" self test :)
<Not-a434> [haikuports/haikuports] waddlesplash pushed 1 commit to waddlesplash-patch-1 [+0/-0/±1] https://github.com/haikuports/haikuports/compare/d3af5d6b1bf2...ff96d5a3929b
<Not-a434> [haikuports/haikuports] waddlesplash ff96d5a - Final test
<Not-a434> [haikuports/haikuports] waddlesplash deleted branch waddlesplash-patch-1
<Not-a434> [haikuports] waddlesplash deleted branch waddlesplash-patch-1 - https://github.com/haikuports/haikuports
HaikuUser has joined #haiku
HaikuUser has quit []
MajorBiscuit has quit [Ping timeout: 480 seconds]
<Not-a434> [haikuports/haikuports] waddlesplash pushed 1 commit to master [+1/-1/±0] https://github.com/haikuports/haikuports/compare/7c0a20c461f4...d427f9a0d4ef
<Not-a434> [haikuports/haikuports] waddlesplash d427f9a - nettle: Bump version; all test passed.
MajorBiscuit has joined #haiku
Vitto has joined #haiku
<Begasus_32> Fetching package for lib:libintl_x86 >= 8.2.0 ...
<Begasus> Why does it insist on trying to fetch the new gettext package?
<Begasus> Already moved it out of the way ...
Begasus_32 has quit [Quit: Vision[]: i've been blurred!]
HaikuUser has joined #haiku
HaikuUser has quit []
tuaris has joined #haiku
euandreh has joined #haiku
<Begasus> any place other then haikuports/repository where haikuporter stores some cache?
<win8linux[m]> Good news, intenet got better and I've just pushed a commit addressing your latest comments.
Begasus_32 has joined #haiku
<Begasus> bad news, my build system seems to be broken now :/
<Begasus> LGTM win8linux[m]
<waddlesplash> Begasus: package fetches means it's installing it
<Begasus> know that waddlesplash , but it can fetch version 8.2.0, that comes from the PR for gettext (localy build but not installed)
tqh has joined #haiku
<Begasus> can/can't
<waddlesplash> well, then it will fail?
<Begasus> yeah, but it shouldn't look for 8.2.0
<waddlesplash> you must have some other package that was built against gettext >= 8.2.0
<waddlesplash> inside your packages folder or system packages
euandreh has quit [Remote host closed the connection]
<waddlesplash> so haikuporter can't enter chroot without matching its requirements
euandreh has joined #haiku
<Begasus> at least not in system packages (as I can't install gettext21 without breaking some things)
<Begasus> re-cloned ...
<waddlesplash> it should be called 0.21 anyway
<Begasus> that's another thing ;)
<Begasus> too many things depend on it
<waddlesplash> that doesn't matter?
<waddlesplash> dependencies work off lib: etc. provides, not the package name
<Begasus> it does matter, but I just made a suggestion there, doesn't change the issue I'm facing now
<Begasus> many things are build against libintl (1.8.5) bumping it would mean a massive rebuild
<Begasus> and depend*
<Begasus> well, you can install gettext0.21 next to the older version, if that is what you mean
x10z has joined #haiku
<waddlesplash> huh?
<waddlesplash> are the SONames different?
<Begasus> 1.8.5 vs 2.8.0?
<waddlesplash> it's 8.1.5?
<Begasus> the current version is, yes
<waddlesplash> what is the actual full filename?
<waddlesplash> of the new one
<Begasus> libintl.so.8.2.0
<waddlesplash> yes. but's the SONAME?
<Begasus> libintl.so.8?
<waddlesplash> Begasus: $ objdump -p ...libintl.so.8 | grep SONAME
<Begasus> libintl.so.8
<waddlesplash> so, it's backwards compatible
<waddlesplash> no bumps are needed, you can upgrade to the new version without making a different package name
Vitto has quit [Quit: Vitto]
Vitto has joined #haiku
<Begasus> that's what I saw when I wanted to install the new version
<waddlesplash> Begasus: you need to upgrade the _libintl subpackage at the same time
<waddlesplash> that's what the error message really means
<waddlesplash> if you do that, it should accept it and not ask to uninstall anything
<Begasus> ok, will do a re-check later with the current PR changes
<Begasus> thanks on the pointer for the SONAME
phaedros has joined #haiku
<Begasus> k, build for libpurple up and running again (was to check)
x10z has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
x10z has joined #haiku
<Begasus> win8linux[m], did you update the srcGitRev?
freddietilley has quit [Ping timeout: 480 seconds]
Major_Biscuit has joined #haiku
<win8linux[m]> Yes, put in the wrong one.
<win8linux[m]> Initially.
MajorBiscuit has quit [Ping timeout: 480 seconds]
<Begasus> I think they are the same (the one I had and the one from your PR now)
Vitto has quit [Ping timeout: 480 seconds]
<win8linux[m]> They are the same now.
<Begasus> ah no, checksum fails now ;)
<Begasus> that's the one you used
<Begasus> that's the one I used :)
<Begasus> but you could switch to the latest commit, some Dutch translations in there ;)
<Begasus> 4a8090ac30c59404c9e2aaf7188002ef16485c11
HaikuUser has joined #haiku
HaikuUser has quit []
<waddlesplash> so! we don't handle mlock() correctly at all
<waddlesplash> great
tqh has quit [Remote host closed the connection]
<Begasus> wip :)
bbjimmy has quit [Quit: Vision[]: i've been blurred!]
bbjimmy has joined #haiku
<win8linux[m]> Out of curiosity, has there been any code-sharing between Haiku and Fuchsia?
<waddlesplash> no. how or why would there be?
<waddlesplash> it's a big corporate Google project
<Begasus> win8linux[m], if you update the comment (checksum) (and do a check build there) I'm good to merge, works fine here
<win8linux[m]> Begasus: Updated the Git rev to the one with better translations.
x10z has quit [Remote host closed the connection]
x10z_ has joined #haiku
<win8linux[m]> It does build here, so the checksum is correct.
<Begasus> ok, thanks :)
<Begasus> I'll merge, keep an eye out on the buildmaster :)
<Not-a434> [haikuports/haikuports] Begasus pushed 1 commit to master [+1/-0/±0] https://github.com/haikuports/haikuports/compare/d427f9a0d4ef...0eb7718b82ec
<Not-a434> [haikuports/haikuports] win8linux 0eb7718 - FreeRCT: Add recipe (#6745)
<win8linux[m]> yeeee
x10z_ has quit []
x10z has joined #haiku
<Begasus> k, back to gettext I suppose ;)
Cian has quit [Ping timeout: 480 seconds]
x10z has quit []
<win8linux[m]> BTW where can the buildmaster status be seen?
<win8linux[m]> Forgot where to find the link.
erts has joined #haiku
<Begasus> 'lo augiedoggie
<augiedoggie> howdy
freddietilley has joined #haiku
<Begasus> both arch's completed win8linux[m] :)
freddietilley has quit [Ping timeout: 480 seconds]
<Begasus> who ever fixed HaikuDepot, thanks!
<Begasus_32> /sources/gettext-0.21/libtextstyle/lib/fatal-signal.c:218: parse error before `static'
<Begasus> more there iirc, so not going there (gcc2)
Babaj has joined #haiku
<Begasus> extrowerk, the previous patch for the current version isn't needed anymore? (for gettext), didn't check the source that far yet
Vitto has joined #haiku
Babaj has quit [Quit: Leaving]
<Begasus> I see for instance that Arch and Fedora disable libtextstyle: https://github.com/archlinux/svntogit-packages/commit/52c1331d211c4999d4e079391fbc5c0a8c176676
<Begasus> Gentoo splits the packages for gettext and libintl
<nekobot2> [haiku/haiku] 760270af0279 - kernel/vm: Use ObjectDelter and slight cleanup to the mlock() routines.
<nekobot2> [haiku/haiku] waddlesplash pushed 2 commits to master [hrev55968] - https://git.haiku-os.org/haiku/log/?qt=range&q=69b5103b541b+%5E5ba6ef84efda
<nekobot2> [haiku/haiku] 69b5103b541b - kernel/vm: Add user address checks to mlock routines.
HaikuUser has joined #haiku
HaikuUser2 has joined #haiku
HaikuUser2 has quit []
HaikuUser has quit []
<Begasus> do we really need all the gettext examples? ;)
gouchi has joined #haiku
jmairboeck has joined #haiku
AlaskanEmily has joined #haiku
Begasus_32 has quit [Quit: Vision[]: i've been blurred!]
<Begasus> heading down here, cu peeps
Begasus has quit [Quit: Ik ga weg]
tqh has joined #haiku
stux- has quit []
stux has joined #haiku
skirst has quit [Remote host closed the connection]
skirst has joined #haiku
orumin has quit [Read error: Connection reset by peer]
znemo has quit [Read error: Connection reset by peer]
outsidecontext has quit [Read error: Connection reset by peer]
geist has quit [Read error: Connection reset by peer]
znemo has joined #haiku
outsidecontext has joined #haiku
orumin has joined #haiku
geist has joined #haiku
mmu_man has joined #haiku
B2IA has quit [Quit: Vision[]: i've been blurred!]
kescher has quit [Quit: Bye]
Cian has joined #haiku
kescher has joined #haiku
B2IA has joined #haiku
vezhlys has joined #haiku
Major_Biscuit has quit []
jmairboeck has quit [Quit: Konversation terminated!]
hooway has quit []
TurboFaygot has joined #haiku
TurboFaygot has quit []
x10z has joined #haiku
gouchi has quit [Remote host closed the connection]
B2IA has quit [Quit: Vision[]: i've been blurred!]
B2IA has joined #haiku
x10z has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
vezhlys has quit [Remote host closed the connection]
vezhlys has joined #haiku
AlienSoldier has joined #haiku
Cian has quit [Ping timeout: 480 seconds]