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
rennj has quit [Ping timeout: 480 seconds]
smalltalkman has joined #haiku
rennj has joined #haiku
mmu_man has quit [Ping timeout: 480 seconds]
AlienSoldier has quit [Quit: Vision[]: i've been blurred!]
<nekobot> [haiku/haiku] waddlesplash pushed 2 commits to master [hrev56565] - https://git.haiku-os.org/haiku/log/?qt=range&q=62b6a4c615f4+%5E4fad6eb32d8a
<nekobot> [haiku/haiku] dfd7e48a6c3e - Partitioner: fixed warnings, and usage of BPartition::ContentName()
<nekobot> [haiku/haiku] 62b6a4c615f4 - mount_server: BPartition::ContentName() returns a BString now.
<nekobot> [haiku/haiku] waddlesplash pushed 1 commit to master [hrev56566] - https://git.haiku-os.org/haiku/log/?qt=range&q=7b3e89c0944a+%5E62b6a4c615f4
<nekobot> [haiku/haiku] 7b3e89c0944a - PoorMan: some libhttpd fixes
rennj has quit [Ping timeout: 480 seconds]
frkazoid333 has joined #haiku
OscarL has joined #haiku
rennj has joined #haiku
<OscarL> waddlesplash: line 195 of file Driver.cpp (in https://review.haiku-os.org/c/haiku/+/5773) as a typo in the comment... "may contains" should read "may contain" I believe. Commenting here, as you might be able to directly edit before merging, right?
<OscarL> "as a typo" --> "has a typo"... LOL :-D
<waddlesplash> OscarL: yep. fixed. thanks!
<OscarL> Commit message for https://review.haiku-os.org/c/haiku/+/5771 also needs some fixes... should I edit that directly and you recheck?
<waddlesplash> sure
rennj has quit [Ping timeout: 480 seconds]
<OscarL> waddlesplash: done. As my "English" is really awful... I feel bad correcting others, but... maybe this time I got it right?
<waddlesplash> mostly. just two nits: often has -> often have; configuration -> configurations
<waddlesplash> just fixed
<OscarL> awesome, thanks a lot waddlesplash!
<waddlesplash> :)
rennj has joined #haiku
Maturi0n has joined #haiku
Maturi0n_ has quit [Ping timeout: 480 seconds]
frkzoid has joined #haiku
frkazoid333 has quit [Ping timeout: 480 seconds]
rennj has quit [Ping timeout: 480 seconds]
rennj has joined #haiku
<nekobot> [haiku/haiku] waddlesplash pushed 1 commit to master [hrev56567] - https://git.haiku-os.org/haiku/log/?qt=range&q=20136c336cb0+%5E7b3e89c0944a
<nekobot> [haiku/haiku] 20136c336cb0 - docs/develop: Linkify version-change hrev.
rennj has quit [Ping timeout: 480 seconds]
x10z has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
rennj has joined #haiku
rennj has quit [Ping timeout: 480 seconds]
rennj has joined #haiku
HaikuUser has joined #haiku
HaikuUser has quit []
vdamewood has quit [Remote host closed the connection]
vdamewood has joined #haiku
rennj has quit [Ping timeout: 480 seconds]
rennj has joined #haiku
Begasus has joined #haiku
<Begasus> g'morning peeps
<OscarL> hello there, dear Begasus.
<Begasus> morning OscarL !
<OscarL> My internet went down yesterday when we where talking about the ne recipe :-(
<Begasus> you vanished in thin air yes
<Begasus> saw your comment on the PR
<OscarL> And after that... I had problems trying to test the post-install script... due to pkgman insistence on trying to refresh the data for the repos :-(
<Begasus> eeps :)
<OscarL> it really needs a "don not touch the network" command line switch :-D
<OscarL> specially for locally installing packages... each install try took me +9 minutes (3m per repo to timeout)
<netpositive> morning
<OscarL> hello netpositive!
<Begasus> morning netpositive
<netpositive> gentlemen 8)
<Begasus> I think it needs to check for dependency packages
<OscarL> Finally, I had a moment of clarity... and just disabled the repos from the Repositories preflet :-D
<Begasus> ah!
<OscarL> Begasus: yeah... but I could use the info already on the cache if the network is not available, instead of timing out after so many minutes :-D
<Begasus> patches welcome? ;)
* Begasus hides
<OscarL> (or be forced to not update the cache... I think Fedora's dnf has a "-C" switch just for that)
<OscarL> Begasus: if I manage to find my way into the whole package-management code... will do my best... if not... at least I'll be able to hopefully write a better ticket description :-P
<OscarL> Anyway... I should be pushing those ne changes today... If I manage to focus just a bit more (kinda "dispersed" today... oh well).
<Begasus> Take your time OscarL , no rush
<OscarL> But I still managed to kick that darn Autocommitter in the butt! :-P (got 2 more commits in Haiku today :-D)
<Begasus> Nice! :D
<Begasus> And on the first day of the month! ;)
<OscarL> :) those are just silly clean-up style-changes but... if Autocommitter wants to play dirty... so I can! :-P
<OscarL> Begasus: I read on the logs that you managed to build BeCJK... did you just removed the "#include <bsd_mem.h>"?
<Begasus> didn't want to push to a PR as you made the fix :)
<Begasus> (that and I don't know if it's acceptable) :D
<Begasus> biab, putting on a new pot of coffee
<OscarL> Not sure if "#define bzero(s, l) memset(s, 0, l)" is necessary on GeneralInputModule.cpp.
<OscarL> At least I didn't needed when trying to build it with makefile_engine.
<OscarL> I managed to build it without Scons/Python... but the addon failed to load, so... that's why I ask you about how that build went.
rennj has quit [Ping timeout: 480 seconds]
<OscarL> In any case... if it builds OK for you without that "bzero" define on GeneralInputModule.cpp... I think you just go ahead and send a PR with those changes. Replacing bzero() calls for memset() ones can be done in future clean ups.
<Begasus> Build went ok, replaced the srcGitRev to my changes and checked with haikuporter
<OscarL> Haiku defines bzero in headers/posix/strings.h (with a warning that those might be removed one day :-D
<Begasus> Got a message that bezero was redefined, so adding strings.h in there would be better?
<OscarL> just remove the define, I'd say...
<Begasus> ok, will run a check
Begasus_32 has joined #haiku
<OscarL> seems some other header is pulling <strings.h> already,
<OscarL> XPM.cpp, for example, explicitly includes it, but not the other files that used "bsd_mem.h".
<Begasus> yeah, saw it there
<Begasus> k, seems fine without the define :)
<OscarL> And if you ever see some program complaining about bzero... an #include <strings.h>" should do the trick, then :-D
<Begasus> Now I know ;)
<OscarL> until bzero gets finally removed, and we're forced to do the "right thing" (tm)
rennj has joined #haiku
<Begasus> k, changes pushed, doing a local check
<OscarL> Commit looks good to me. +1
<Begasus> PR created, let's see :)
<Begasus> still not sure why python is in there?
AlaskanEmily has quit [Remote host closed the connection]
<Begasus> hmm maybe for scons?
<OscarL> on its build requirements?
<Begasus> yes
<OscarL> yeah.. scons is written in Python
<OscarL> Totally overkill for BeCJK
<Begasus> Well for now it would be fine, untill you manage to write a makefile for it :)
<OscarL> Yup! or a Jamfile even! :-)
<OscarL> I guess that would be a little good project to try and learn some Jam.
<Begasus> Build is fine too without python in BUILD_PREREQUIRES :)
<OscarL> has to be using the installed Python3 then.
<Begasus> or scons pull it in automaticly as dependency
<Begasus> *pulls
<Begasus> and haikuporter is using it anyway? ;)
<Begasus> will python2.7 be dropped for beta4?
<OscarL> It should, if you ask me :-) but I do not know.
<OscarL> I'm bummed that the default will be Python 3.9 instead of 3.10 but... oh well.
<Begasus> haven't checked a recent clean build for the nightlies, so not sure if it's still there
<OscarL> yesterday "hp becjk" made me install Python2.7 AND python 3.9 so... seems to be there still :-D
<Begasus> eeps
<OscarL> Not sure what's the policy regarding transitive dependencies... but seems like you could simply drop cmd:python for BeCJK, no?
<Begasus> downloading a new image and will boot it into VBox
<Begasus> yes
<Begasus> at least in the recipe it worked
<Begasus> hmm ... trying to uninstall python2.7 results in uninstalling gtk_doc setuptools_python and glib2_devel
humdinger has joined #haiku
<Begasus> moin humdinger
<humdinger> morning!
<OscarL> Hola humdinger.
<humdinger> hey!
<Begasus_32> install package python-2.7.18-2 from repository HaikuPorts
<Begasus_32> install package glib2_devel-2.57.1-2 from repository HaikuPorts
<OscarL> humdinger: I saw that you added a screenshot to ne, nice :-)
<Begasus> guess the older glib2 still links to python2.7
<humdinger> yes. with the menu bar it has enough of a gui to make the useful.
<OscarL> (I was wondering how to do that the other day... until I've learned that that's a server-side thing)
<humdinger> Yep. screenshots, icons, category, translations allat HDS
<OscarL> Good to know.
<Begasus> I don't see the screenshot? ;)
<humdinger> I regularly check what's new at HDS and add that stuff, plus a German translation.
<humdinger> Begasus: either refresh, or you may have a locally build ne hpkg installed?
<humdinger> BTW, I filed a ticket on that pasting thing: https://dev.haiku-os.org/ticket/18029
<Begasus> localy build humdinger
<Begasus> but yeah, saw the menu here also
<humdinger> maybe the local package interferes.
<Begasus> biab, time for the doggies :)
<humdinger> I recently had an error when commenting/rating a package. turned out I had a local package that caused it
* humdinger howls
<OscarL> humdinger: re: ticket #18029. Good! Well, if it works on Linux, we might end up having it working on Haiku in the end (after what ever fix is necessary).
<humdinger> A relief that you don't have to find a patch for "ne"... :)
<OscarL> yeah :-D
<OscarL> nor you have to way for me to do so :-P
freddietilley has joined #haiku
<OscarL> (considering how slow am I for these things, he he)
<humdinger> you're doing fine. I'm the slow one...
<humdinger> just found that Clipdinger doesn't save its history on shutdown.
<humdinger> It works when"manually" quit the app.
<humdinger> And it used to work, I'm sure. Has anything changed in Haiku's shutdown process?
<OscarL> Some things regarding icons and layout of the "we're going down" dialog, yes... other than that... not that I recall.
<humdinger> yeah, didn't find anything else in the commit history either. Guess I'll have to ask on the dev-ml...
<OscarL> humdinger: so... I'll take your advice, and use "echo" into the .keys files instead of copying it.... Question...
<OscarL> Do you think I should rather add "fix_backspace.keys" as an "ADDITIONAL_FILE" instead of echoing from the INSTALL() then, right?
<humdinger> let me check the recipe
<humdinger> doesn't make much difference I'd say.
<OscarL> (wouldn't make functional difference, I gather, but if there's a preferred way of doing it...)
<humdinger> I dunno.
<humdinger> personally, I'd just echo from the post_install script.
<humdinger> and don't include the fix_backspace.keys in $dataDir
<humdinger> if the user messes with the .keys file, he probably would try reinstalling the package which would fix things.
<humdinger> just my opinion, I don't have strong feeling about it :)
<humdinger> you do what you feel is best.
<OscarL> unless Haiku fixes its termcap/terminfo database, and the post-install scripts insist you still need the workaround :-P
<humdinger> having the redundant workaround in that case won't hurt, right?
<OscarL> if the databases get fixed (as ne author suggest it should)... the workaround would have to be removed.
<humdinger> I guess you'll have to make an update to the ne package then, with the post_install script removing those lines.
<OscarL> indeed.
<humdinger> Is there a ticket to fix termcap/terminfo database in Trac?
<OscarL> Oh we... I think I'll leave it there as a backup/documentation thing for now. Better there than having to chase github issues .
jjido has joined #haiku
<OscarL> As far as I can tell... the problem is with upstream termcap/terminfo databases.
<OscarL> (always according to "ne" authors)
<humdinger> and they won't fix?
<OscarL> exactly... because they are doing the right thing.
<OscarL> *the ne authors
<OscarL> the termcap/terminfo guys are like...
<humdinger> A deadlock. great, then your .keys patch is save for the foreseeable future. :)
<OscarL> nah... too many things depend on this "bug".
<OscarL> pretty much, yeah.
<OscarL> Regarding this topic: some light reading for those with REALLY nothing else to do: https://github.com/vigna/ne/issues?q=is%3Aissue+is%3Aclosed+backspace
<Begasus> re
<humdinger> that was a very quick walk with the doggies...
<Begasus> if I walked all the dogs I would have to start with the first one when the last one finished ;)
<Begasus> (they have a pretty big yard here) :)
<humdinger> I always thought you had all on one very long line...
<humdinger> with a sled behind them...
<Begasus> hehe
<Begasus> 10 dogs in front of me pulling is not my idea of a walk :P
<humdinger> more of a run and tumble.
<humdinger> and lots of screaming
<Begasus> right :)
<Begasus> One of the youngest ;)
<humdinger> cute. doesn't look small...
<Begasus> his sister
<Begasus> yeah, but it's mostly fur with the boy
<humdinger> he's better camouflaged in winter.
<humdinger> needs a blinky collar in the snow
<Begasus> hehe
<Begasus> now if we would get some snow ... ;)
<humdinger> that's a while off.. had 25°C this weekend.
<Begasus> yeah, crazy temps atm
<OscarL> 41°C down here 2 day ago... now 6°C
<humdinger> oh dear...
<Begasus> That's more like it OscarL :)
<OscarL> It's driving me crazy... dunno what to wear, LOL :-D
<humdinger> take a backpack with you to put in all the pullovers and woolen socks come midday.
<OscarL> more or less, yeah, ja ja ja!
* OscarL laughs in Spanish.
freddietilley has quit [Ping timeout: 480 seconds]
freddietilley has joined #haiku
botifico-77ec0b03 has joined #haiku
freddietilley has quit [Read error: Connection reset by peer]
<botifico-77ec0b03> [haikuports/haikuports] dokutan 68809e0 - fennel: add new recipe (#7331)
freddietilley has joined #haiku
freddietilley1 has joined #haiku
<Begasus> k, let's check latest scummvm again (got side tracked there) :)
freddietilley has quit [Ping timeout: 480 seconds]
<OscarL> just in case, I've pushed the changes for the "ne" post-install thingie.
<Begasus> will do a check later OscarL
<OscarL> no rush, dear Begasus! let humdinger do that :-P
<Begasus> hehe, if things go as planned it will take some time before scummvm finishes ;)
* humdinger scrutinzes thingie
freddietilley has joined #haiku
freddietilley1 has quit [Read error: Connection reset by peer]
freddietilley has quit []
freddietilley has joined #haiku
Begasus has quit [Ping timeout: 480 seconds]
Begasus has joined #haiku
<Begasus> system freeze :(
<humdinger> OscarL: All's fine. Though it doesn't matter I suppose, but in the post_install it's "Key" and elsewhere it's "KEY". Nicer to always be the latter.
rennj has quit [Ping timeout: 480 seconds]
<humdinger> OscarL: I suppose using spaces or tabs makes no difference?
<OscarL> No difference regarding tabs vs spaces.
<humdinger> you could also put a bit more marketing in the description. :)
<humdinger> like, has a menu like a GUI editor and common shortcuts like CTRL+Q to quit ans CTRL+S to save
<humdinger> etc
<humdinger> (Menu with ESC)
<Begasus_32> https://bpa.st/D6DQ build error with scummvm
<OscarL> Mmm trying to edit a .py file (to test again if the Key vs KEY makes any difference)... I'm seeing some weird behavior.
* phschafft feels more like ^Q and ^S do something different. ;)
<OscarL> humdinger: I guess we should put it on hold until I test it further... sight... (will take your suggestions into account, of course!)
<humdinger> always something when you thought all's well. gotta love software development... :)
slb-haiku has quit [Quit: Vision[]: i've been blurred!]
<humdinger> phschafft: it's intuitive for the normally GUI using Haiku user at least.
<OscarL> well Key vs KEY doesn't seems to matter (at least on the .keys file)...
* phschafft nods to humdinger.
<phschafft> what I always hate is that when I press ^W to erase the word the window closes (!= quit) discarding my work without asking about it. at least some tools like to do that, ^W as a 'quick! kill all my work' shortcut.
<phschafft> just feeling like key bindings should be mappable.
<OscarL> editing a .txt works fine (DEL vs BACKSPACE), but on python files DEL only removes chars from the end of the string, no matter where the cursor is :-(
* OscarL wants to set ne on fire.
rennj has joined #haiku
<Begasus> Getting cold OscarL ? ;)
<humdinger> OscarL: :{
<OscarL> :D
* phschafft finds some sticks for a nice little witch burning.
<humdinger> phschafft: need to use the default ALT shortcut :)
* OscarL wants MSDOS edit.exe back :-D
* phschafft provides OscarL with the FreeDOS variant, that at least supports lines longer than 255 chars and files bigger than 64KB. ;)
<OscarL> Uh... fancy! :-D
tuaris has quit [Quit: Leaving.]
<OscarL> I could even edit those 2500+ lines functions some coworkers of mine used to write!... in VBScript... FML!
matt3 has joined #haiku
<phschafft> ;)))
<OscarL> ( I wish I was exaggerating :-( )
<phschafft> ;)
<OscarL> HaikuDepot doesn't seems to be able to uninstall packages installed in HOME (pkgman install -H).
<phschafft> I'm very happy that over here I got the avg. code file down from like 1200 lines to like 350 lines.
matt3 has left #haiku [#haiku]
<OscarL> nice.
jjido has quit [Quit: My laptop has gone to sleep. ZZZzzz…]
<Begasus> Those are meant to be user packages OscarL don't think it will work with HD or pkgman
<phschafft> basically just schedule reviews untill it is below 512 lines. ;)
<phschafft> (actually that doesn't work. try to guide your team in a constructive manner, not with meetings everyone hates.)
<OscarL> Begasus: I use pkgman to install them, and thankfully, it handles the uninstall as well :-) HD seems to get confused by them, thou.
<Begasus> I only use pkgman when updating, installing packages from upstream ... not mostly on the created local packages (I only double-click them to check content ...)
<OscarL> yeah... I double cliked to see how the descripttion looked like and such... and it offered me the Uninstall button... I couldn't resist :-P
smalltalkman has quit []
<Begasus> hehe
<OscarL> Well regarding "ne"... the problem with DEL acting weird seems to affect all .py and .cpp alike.
<OscarL> It doesn't seems to be a keybinding issue, more like a problem of how text is redrawn... as undoing (F5) seems to restore "deleted" chars from the cursor pos, and not from the end (as they appear to be when you hit DEL).
<OscarL> I'm starting to regret touching ne :-(
<Begasus> Time for some coffee ;)
<humdinger> I suppose it works under linux?
<OscarL> no idea humdinger, but I assume it does, it's a pretty on-the-nose type of bug.
* humdinger nods
<OscarL> and dealing with this witchcraft that is understanding difference on terminal emulators, TTY layers, escape sequences, etc, etc... is really no fun at all :-(
<humdinger> OscarL: if you don't feel like diving into that deep end, file a bug report at haikuports on that. maybe someone else has an idea or can take over.
freddietilley has quit [Quit: WeeChat 3.5]
<OscarL> humdinger: Thanks. I guess I should do that, yes. Because I really don't have any good idea about where the problem might be, or how to fix it.
<OscarL> Oh well... some fights you lose...
<humdinger> well... it's more like a relay, you just pass on the baton. :)
<humdinger> gotta fix lunch and stuff.
<humdinger> cu all later
* humdinger waves
<Begasus> l8rr
humdinger has quit [Quit: Vision[]: Oi with the poodles already!!]
jmairboeck has joined #haiku
<Begasus> moin jmairboeck
<jmairboeck> Hi Begasus
rennj has quit [Ping timeout: 480 seconds]
freddietilley has joined #haiku
<Begasus> did something related to FC_CTYPE changed in the nightlies recently?
mmu_man has joined #haiku
<Begasus> *LC_CTYPE
<jmairboeck> is that maybe related to the locale changes I pointed out recently? It looks like that.
<Begasus> could very well be
<Begasus> in the scummvm channel someone reacted that it build ok on beta3 still
<Begasus> so probably I could just push a PR for it and buildmaster will still be ok with that? (hmm probably not as fontforge didn't make it also)
<jmairboeck> but fontforge had problems related to python. Does scummvm use python?
<jmairboeck> on the other hand, we are very close to switching to beta4, so it would probably make sense to fix it on nightlies (just my 2 cents)
<OscarL> Begasus: allegro also seems to be expecting "extern void setlocale(int type, const char *language)" instead of Haiku provided "extern char *setlocale(int category, const char *locale);"
<OscarL> notice the void vs char* return type.
<OscarL> that seems weird.
<OscarL> (reading from your https://bpa.st/D6DQ)
rennj has joined #haiku
<Begasus> OscarL, ne is fine now it seems
<OscarL> until you try it on a file that uses syntax highlighting, so it seem :-(
<Begasus> well, the build and install part :)
<OscarL> I'll still push a "final" fix for the recipe... addressing humdinger's suggestions, before passing the torch :-D
<Begasus> OK, give a yell when done :)
<OscarL> (or at least before I try building ne against ncurses, and see if it actually behaves better or not)
<OscarL> Okey. Should not change anything but the package description, and the case ("Key" vs "KEY") on the install script.
<andreasdr[m]> Good morning
<Begasus> moin andreasdr[m]
freddietilley has quit [Quit: WeeChat 3.5]
<OscarL> hola andreasdr[m].
<netpositive> moin
<andreasdr[m]> Hi Begasus, OscarL, netpositive :)
<Begasus> jmairboeck, fontforge also had the _locale issue, building it local here worked, on the buildmaster it keeps pulling in python3.9 iirc
<Begasus> OscarL, extern char *setlocale(int category, const char *locale) hasn't change in locale.h when I look at the latest push there?
<OscarL> but "./engines/ags/lib/allegro/unicode.h:76:13" seems to be re-defining it :-(
<Begasus> Or it changed somewhere in between
<Begasus> yes
<jmairboeck> Begasus: did you also try the current version of fontforge from https://github.com/haikuports/haikuports/pull/7051?
<Begasus> yes jmairboeck
<Begasus> at least the build
<Begasus> restored libspiro to it's previous version earlier though
freddietilley has joined #haiku
<Begasus> and installed fontforge from upstream
<Begasus> so maybe I should restore libspiro so this should be fixed?
<jmairboeck> I am not sure what to do
<Begasus> the new version could be re-enabled after beta4 and the new fontforge by then
<jmairboeck> maybe make a "libspiro0" recipe with the old version
<Begasus> option too :)
mmu_man has quit [Ping timeout: 480 seconds]
<OscarL> for what it's worth... the ne PR for the backspace post-install script fixes are done (at least from my end).
matt3 has joined #haiku
<OscarL> Now I'll do an attempt at building it against ncurses, to see it that makes things better when using syntax-highlighting.
matt3 has left #haiku [#haiku]
<OscarL> (but I'm not expecting miracles today)
<Begasus> can be merged OscarL ?
<OscarL> just a sec, please..
<Begasus> ok ;)
<OscarL> this package is just trolling me at this point :-D
<botifico-77ec0b03> [haikuports/haikuports] Begasus pushed 1 commit to master [+1/-0/±0] https://github.com/haikuports/haikuports/compare/68809e02a8dd...7ec6acad11d4
<botifico-77ec0b03> [haikuports/haikuports] Begasus 7ec6aca - libspiro, restore previous version for fontforge (#7348)
<OscarL> Begasus: ok... I just did a "hp -c ne", followed by a new build... and installed it after removing the settings dir. Seems to work.
<Begasus> k, crossing fingers here jmairboeck I can install fontforge from upstream with this
<Begasus> OscarL, read korli's comment? :)
<OscarL> not yet.
<OscarL> on the ne pr?
<Begasus> yes
<Begasus> buildmaster on 64bit still stuck :(
<OscarL> welp... merging stopped I guess.
<jmairboeck> okay, thank you Begasus. I'll resume my work on lilypond when this is available in the depot
<Begasus> if you are on 64bit I guess you need to build it yourself untill the buildmaster is back up and running though
<jmairboeck> okay
<Begasus> completed on 32bit buildmaster
<Begasus_32> The following changes will be made:
<Begasus_32> in system:
<Begasus_32> install package libspiro0_x86-20180219~git-2 from repository HaikuPorts
<Begasus_32> install package fontforge_x86-20190501~git-4 from repository HaikuPorts
<Begasus_32> install package fontforge_x86_devel-20190501~git-4 from repository HaikuPorts
<Begasus_32> Continue? [yes/no] (yes) :
<Begasus> fine :)
HaikuUser has joined #haiku
mmu_man has joined #haiku
matt3 has joined #haiku
<OscarL> mmm I should do a PR for Haikuporter... to make "hp -c" warn you if the working sources have changes NOT commited to the working git repo, and/or NOT extracted as a patchset
<OscarL> second time in the month that I have to redo some patches due to being too eager to call "hp -c" :-D
<Begasus> lol
<Begasus> I mostly leave those file(s) open when cleaning ;)
matt3 has left #haiku [#haiku]
<OscarL> Can't be too hard, right? checking the output of git status, and doing a "temp" "hp -e" to compare withe the previous one... just to be safe :-D
<Begasus> you'd need to split the changed files from generated files then I guess :P
<OscarL> ouch.
<OscarL> so... I should just be more careful then... got it :-P
<Begasus> yep :P
<botifico-77ec0b03> [haikuports/haikuports] Begasus pushed 1 commit to master [+1/-1/±0] https://github.com/haikuports/haikuports/compare/7ec6acad11d4...58bc789aa871
<botifico-77ec0b03> [haikuports/haikuports] Begasus 58bc789 - scummvm, bump version (#7349)
<OscarL> welp... my 2nd attempt at doing what korli asks... went nowhere...
<Begasus> ok, that will take some time there :)
<Begasus> whoops OscarL :)
slb-haiku has joined #haiku
<OscarL> Attempt #3... in progress... (man... I feel dumb).
freddietilley has quit [Quit: WeeChat 3.5]
<Begasus> k, out of a job for now :)
<OscarL> See you Begasus!
<Begasus> not going out atm OscarL
<OscarL> Ah... I misread :-D
<Begasus> I meant I don't have anything on my plate to do atm :)
<OscarL> wanna give patching ne a try? :-P
<Begasus> nah, that would mean I need to learn cpp :P
<OscarL> only C! :-D
<Begasus> maybe after retirement :P
<OscarL> yeah... it makes me want to retire, again.
<Begasus> C++ engines/ags/lib/allegro/unicode.o
<Begasus> C++ engines/ags/lib/std/std.o
<Begasus> seems ok on buildmaster (crosses fingers) :)
<OscarL> HOLY molly... the build log for x86_64 is already > 11 MB in size.
<Begasus> what'd you expect, it's been lurking for days
<OscarL> guess it's still waiting for that package to (de)activate :-D
<OscarL> Have you tried turn it ON and OFF again? :-P
<Begasus> Nope, can't find the button :P
<OscarL> I guess not many have access to it... I don't even know who to pester about it (other than mmlr).
<Begasus> Same here
<OscarL> Attempt #4 at patching "ne"... if this doesn't works... I'll have to throw the towel :-(
matt3 has joined #haiku
<Begasus> k, let's check latest texstudio
jjido has joined #haiku
ablyss has joined #haiku
<OscarL> Fifth time's the charm? Let's see if attempt #5 ALSO makes a fool of myself :-)
rennj has quit [Ping timeout: 480 seconds]
jjido has quit [Quit: My laptop has gone to sleep. ZZZzzz…]
<Begasus> hehe
<Begasus> for that matter ... waiting for package to ... here :/
eroux has quit [Read error: Connection reset by peer]
eroux has joined #haiku
freddietilley has joined #haiku
* Begasus slaps haikuporter
Begasus_32 has quit [Quit: Vision[]: Gone to the dogs!]
<Begasus> looking good so far :)
* OscarL is about to faint... Seems attempt #5 worked.
<Begasus> whoot!
<OscarL> I guess I should use the last bit of coffee I have left... and do some double-checking :-)
rennj has joined #haiku
systwi has quit [Read error: Connection reset by peer]
systwi has joined #haiku
<Begasus> PulkoMandy, trungnt2910[m] could any of you have a look at the log from today for scummvm, https://logs.scummvm.org/log.php?log=scummvm.log.01Nov2022&format=text
<Begasus> <dwa> please ask them if wchar.h isn't meant to include locale_t.h instead of locale.h
<Begasus> in the meantime texstudio build still doesn't activate :/
jmairboeck has quit [Ping timeout: 480 seconds]
<Begasus> if the issue on the broken build for scummvm is on Haiku's side maybe it would be good to have this fixed before beta4
<Begasus> filed a ticket
<botifico-77ec0b03> [haikuports/haikuports] Begasus pushed 1 commit to master [+0/-0/±1] https://github.com/haikuports/haikuports/compare/58bc789aa871...e710f139a3a7
<botifico-77ec0b03> [haikuports/haikuports] Begasus e710f13 - scummvm, update LICENSE, no need for rebuild (#7350)
freddietilley has quit [Quit: WeeChat 3.5]
rennj has quit [Ping timeout: 480 seconds]
* Begasus is still slapping haikuporter ...
* OscarL gives a trout to Begasus, so he can slap as is tradition.
freddietilley has joined #haiku
<Begasus> yay!
rennj has joined #haiku
Begasus_32 has joined #haiku
rennj has quit [Ping timeout: 480 seconds]
<OscarL> Welp... building ne against ncurses seems to fix the redrawing/refresh issue when using syntax-highlighting.
<phschafft> :)))
* OscarL gives phschafft back the sticks he didn't used, in the end, to set "ne" on fire.
<phschafft> thank you. will store them for the next project. :)
<phschafft> also big thank you for keeping to work on that problem.
rennj has joined #haiku
Begasus has quit [Ping timeout: 480 seconds]
<OscarL> thank you phschafft, I appreciate it!
<phschafft> :)
x10z has joined #haiku
matt3 has left #haiku [#haiku]
<OscarL> Alright... pushed to github the changes to build against ncurses, just to be safe. Opening of the relevant PR will have to wait until I get some proper sleep, thou.
Begasus has joined #haiku
<Begasus> system freeze again (hasn't done it for a while)
<OscarL> My brain is about to crash too :-)
<Begasus> :)
<OscarL> Welp... I'll call it a day, and see you all later, folks. Thanks for the company. Wish the best to you all you.
kescher has quit [Quit: Bye]
<Begasus> cu OscarL !
<Begasus> take care :)
kescher has joined #haiku
<OscarL> same to you dear Begasus!
OscarL has quit []
<Begasus> renamed texstudio to atexstudio to start a local build, this is still an issue on 32bit Diver :)
<Begasus> bbl
xylobol[m] has joined #haiku
freakazoid332 has joined #haiku
frkazoid333 has joined #haiku
frkzoid has quit [Ping timeout: 480 seconds]
freakazoid332 has quit [Ping timeout: 480 seconds]
floof58 has quit [Read error: Connection reset by peer]
floof58 has joined #haiku
matt3 has joined #haiku
Gaspare has joined #haiku
HaikuUser2 has joined #haiku
HaikuUser2 has quit []
matt3 has left #haiku [#haiku]
x10z has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
jmairboeck has joined #haiku
tuaris has joined #haiku
freddietilley has quit [Quit: WeeChat 3.5]
rennj has quit [Ping timeout: 480 seconds]
mmu_man has quit [Ping timeout: 480 seconds]
Gaspare has quit [Quit: Gaspare]
tuaris1 has joined #haiku
tuaris has quit [Read error: Connection reset by peer]
<botifico-77ec0b03> [haikuports/haikuports] Begasus pushed 1 commit to master [+2/-2/±0] https://github.com/haikuports/haikuports/compare/e710f139a3a7...3ecc40915ab5
<botifico-77ec0b03> [haikuports/haikuports] Begasus 3ecc409 - texstudio, bump version (#7351)
<Begasus> re
rennj has joined #haiku
<Begasus> jmairboeck, did you check on 64bit for fontforge?
<jmairboeck> not yet, I was not at home this afternoon
<Begasus> ok, no rush, so far things seem ok here
<jmairboeck> I will probably do that at the weekend
<Begasus> probably won't have a lot of time during the next day also
<Begasus> *days
mmu_man has joined #haiku
Begasus_32 has quit [Quit: Vision[]: Gone to the dogs!]
rennj has quit [Ping timeout: 480 seconds]
frkzoid has joined #haiku
frkazoid333 has quit [Ping timeout: 480 seconds]
rennj has joined #haiku
<Begasus> heading down, cu peeps!
Begasus has quit [Quit: Leaving]
rennj has quit [Ping timeout: 480 seconds]
Gaspare has joined #haiku
rennj has joined #haiku
n0toose has joined #haiku
n0toose has quit [autokilled: Host violated network policy. - Contact support@oftc.net for help. (2022-11-01 17:20:04)]
n0toose has joined #haiku
n0toose has quit [autokilled: Host violated network policy. - Contact support@oftc.net for help. (2022-11-01 17:22:22)]
orumin_ has quit [Ping timeout: 480 seconds]
geist has quit [Ping timeout: 480 seconds]
geist has joined #haiku
orumin_ has joined #haiku
jessicah has quit [Ping timeout: 480 seconds]
jessicah has joined #haiku
Gaspare has quit [Quit: Gaspare]
outsidecontext has quit [Ping timeout: 480 seconds]
outsidecontext has joined #haiku
Gaspare has joined #haiku
matt3 has joined #haiku
matt3 has left #haiku [#haiku]
BrunoSpr has joined #haiku
BrunoSpr has quit [Remote host closed the connection]
matt3 has joined #haiku
matt3 has left #haiku [#haiku]
tqh has joined #haiku
mmu_man has quit [Ping timeout: 480 seconds]
rennj has quit [Ping timeout: 480 seconds]
vdamewood_ has joined #haiku
Gaspare has quit [Quit: Gaspare]
vdamewood has quit [Read error: Connection reset by peer]
Gaspare has joined #haiku
mmu_man has joined #haiku
rennj has joined #haiku
x10z has joined #haiku
Gaspare has quit [Quit: Gaspare]
rennj has quit [Ping timeout: 480 seconds]
Charadon[m] has left #haiku [#haiku]
danielktdoran has joined #haiku
DanielDoran[m] has joined #haiku
Gaspare has joined #haiku
<DanielDoran[m]> Hey all! Quick question, what's the best "off the shelf" desktop PC for Haiku OS? Looking for something that has full hardware support under Haiku OS. Thanks!
danielktdoran has quit []
jjido has joined #haiku
rennj has joined #haiku
waddlesplash has joined #haiku
crc has quit [Ping timeout: 480 seconds]
crc has joined #haiku
ablyss has quit [Quit: Leaving]
rennj has quit [Ping timeout: 480 seconds]
rennj has joined #haiku
jjido has quit [Quit: My laptop has gone to sleep. ZZZzzz…]
<botifico-77ec0b03> [haikuports/haikuports] korli pushed 1 commit to master [+2/-2/±0] https://github.com/haikuports/haikuports/compare/3ecc40915ab5...a37f20fbfd0c
lelldorin has joined #haiku
<botifico-77ec0b03> [haikuports/haikuports] korli a37f20f - openssl: bump version
rennj has quit [Ping timeout: 480 seconds]
lelldorin has quit [Quit: Vision[]: i've been blurred!]
rennj has joined #haiku
Anarchos has joined #haiku
jmairboeck has quit [Quit: Konversation terminated!]
macdude22 has quit [Quit: Textual IRC Client: www.textualapp.com]
Anarchos has quit [Ping timeout: 480 seconds]
mayhem has joined #haiku
<mayhem> wow 280 people. I was not expecting that much
<phschafft> hm?
<B2IA> (Butler) Welcome to BeShare.agmsmith.ca.
<mayhem> phschafft, hey stranger
<mayhem> what are you doing?
<B2IA> (Butler) Welcome to BeShare.agmsmith.ca.
macdude22 has joined #haiku
<phschafft> social work at the moment. ;)
tqh has quit [Quit: Leaving]
rennj has quit [Ping timeout: 480 seconds]
cocobean has joined #haiku
macdude22 has quit [Quit: Textual IRC Client: www.textualapp.com]
<cocobean> DanielDoran: ThinkPad X1 Carbon Gen 10 Intel (14")
cocobean has quit []
macdude22 has joined #haiku
rennj has joined #haiku
gouchi has joined #haiku
gouchi has quit [Remote host closed the connection]
rennj has quit [Ping timeout: 480 seconds]
<DanielDoran[m]> Sorry, I should have stated previous looking for a desktop… FWIIW I tried it on my Carbon X1 Second Gen, no so great
<PulkoMandy> You can search the hardware database: https://hardware.besly.de/index.php?systeme=list
rennj has joined #haiku
rennj has quit [Ping timeout: 480 seconds]
rennj has joined #haiku
rennj has quit [Ping timeout: 480 seconds]
<B2IA> (Butler) Welcome to BeShare.agmsmith.ca.
B2IA has quit [Quit: Vision[]: i've been blurred!]
B2IA has joined #haiku
stux|away has quit [Ping timeout: 480 seconds]
B2IA has quit [Remote host closed the connection]
B2IA has joined #haiku
jjido has joined #haiku
rennj has joined #haiku
Gaspare has quit [Quit: Gaspare]
rennj has quit [Ping timeout: 480 seconds]
ClaudioM has joined #haiku
stux|away has joined #haiku
rennj has joined #haiku
Maya-sama has joined #haiku
Miyu has quit [Ping timeout: 480 seconds]
rennj has quit [Ping timeout: 480 seconds]
mayhem has quit [Quit: Leaving]