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
blabber has joined #haiku
thomaslewis has joined #haiku
thomaslewis has left #haiku [#haiku]
thomaslewis has joined #haiku
ablyss has joined #haiku
B2IA has quit [Ping timeout: 480 seconds]
mmu_man has quit [Ping timeout: 480 seconds]
thomaslewis has left #haiku [#haiku]
thomaslewis has joined #haiku
AlaskanEmily has joined #haiku
thomaslewis has left #haiku [#haiku]
thomaslewis has joined #haiku
thomaslewis has left #haiku [#haiku]
x10z has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
skirst has quit [Ping timeout: 480 seconds]
missMyN900 has quit [Ping timeout: 480 seconds]
thomaslewis has joined #haiku
skirst has joined #haiku
x10z has joined #haiku
thomaslewis has left #haiku [#haiku]
x10z has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
<trungnt2910[m]> <x512[m]> "trungnt2910: Yes. Also symbols..." <- Executable files shouldn't have these symbols, right?
<trungnt2910[m]> And also, how does objects that are meant to be standalone (such as libgcc_s.so.1) link to the Haiku glue routines?
<nekobot> [haiku/haiku] waddlesplash pushed 4 commits to master [hrev56186] - https://git.haiku-os.org/haiku/log/?qt=range&q=44fa45df3aed+%5E7de24641a4b9
<nekobot> [haiku/haiku] b5fae382545c - network/ethernet: Do not set IFM_ETHER in update_link_state.
<nekobot> [haiku/haiku] 83ac9b727ce8 - network/stack: Do not invoke SIOCGIFMEDIA but just return the already-fetched media.
<nekobot> [haiku/haiku] ecf18ba4c89a - freebsd_network: Cleanup around ifmedia handling.
<nekobot> [haiku/haiku] 44fa45df3aed - net/if: Drop ifmediareq and just use the regular ifreq for SIOCGIFMEDIA.
thomaslewis has joined #haiku
x10z has joined #haiku
thomaslewis has left #haiku [#haiku]
<nekobot> [haiku/haiku] waddlesplash pushed 1 commit to master [hrev56187] - https://git.haiku-os.org/haiku/log/?qt=range&q=850fc02fa28a+%5E44fa45df3aed
<nekobot> [haiku/haiku] 850fc02fa28a - kernel/vm: Specifiy the page as the object being waited on in VMCache.
<nekobot> [haiku/haiku] waddlesplash pushed 2 commits to master [hrev56188] - https://git.haiku-os.org/haiku/log/?qt=range&q=73d88d4ee6b1+%5E850fc02fa28a
<nekobot> [haiku/haiku] 1adb7124273a - preferences/network: Use ifconfig's MediaTypes object instead of recompiling.
<nekobot> [haiku/haiku] 73d88d4ee6b1 - ifconfig: Add basic IEEE 802.11 media types to the list.
thomaslewis has joined #haiku
fjmorazan has quit [Quit: fjmorazan]
fjmorazan has joined #haiku
<trungnt2910[m]> x512: How can I force stuff (libraries, executables,...) to link to Haiku's glue stuff here: https://git.haiku-os.org/haiku/tree/src/system/glue ?
<trungnt2910[m]> I'm quite sure that my previous attempt at llvm-libgcc failed because of a similar problem: the fake libgcc_s.so.1 did not call `_register_frame_info` for its own image, preventing`_Unwind_Backtrace` from working for the first frame.
blabber has quit [Ping timeout: 480 seconds]
thomaslewis has left #haiku [#haiku]
thomaslewis has joined #haiku
blabber has joined #haiku
<nekobot> [haiku/haiku] waddlesplash pushed 1 commit to master [hrev56189] - https://git.haiku-os.org/haiku/log/?qt=range&q=e6da31ae5de1+%5E73d88d4ee6b1
<nekobot> [haiku/haiku] e6da31ae5de1 - idualwifi7260: Add error to panic message.
<thomaslewis> Ah, I was just about to ask if the intel wifi issues have been resolved yet.
* thomaslewis goes back to studying the API and remembering C++.
<x512[m]> > <@trungnt2910:matrix.org> Executable files shouldn't have these symbols, right?
<x512[m]> > And also, how does objects that are meant to be standalone (such as libgcc_s.so.1) link to the Haiku glue routines?
<x512[m]> No, executables must have API/ABI exported symbols too. Unlike Linux, Haiku do not support statically linked executables and dynamic table should be present.
<thomaslewis> Has anyone tried loading quicklisp in sbcl? Every time I try, it just hangs (no debugger, no output, etc).
<x512[m]> > <@trungnt2910:matrix.org> x512: How can I force stuff (libraries, executables,...) to link to Haiku's glue stuff here: https://git.haiku-os.org/haiku/tree/src/system/glue ?... (full message at https://matrix.org/_matrix/media/r0/download/matrix.org/lbQNOPYtkdNzbQlzpZEEXxEV)
paul0 has quit [Read error: No route to host]
<nekobot> [haiku/haiku] waddlesplash pushed 1 commit to master [hrev56190] - https://git.haiku-os.org/haiku/log/?qt=range&q=e206b2f350be+%5Ee6da31ae5de1
<nekobot> [haiku/haiku] e206b2f350be - freebsd_network: Always hold the "Giant" lock during attaches.
<waddlesplash> extrowerk: once you update to hrev56188, check ifconfig or Network preferences to see if you are on 802.11n or 802.11ac
<trungnt2910[m]> <x512[m]> "> <@trungnt2910:matrix.org> x512..." <- I can only find `crti.o` and `crtn.o`, and not `crtbeginS.o` or `crtendS.o`. Are they the right files?
<nekobot> [haiku/haiku] waddlesplash pushed 2 commits to master [hrev56191] - https://git.haiku-os.org/haiku/log/?qt=range&q=d621ee6564d7+%5Ee206b2f350be
<nekobot> [haiku/haiku] c6c03b01c33c - freebsd_network: Validate ranges but not alignment when coalescing in bus_dma.
<nekobot> [haiku/haiku] d621ee6564d7 - freebsd_network: Move up Giant ownership during attach.
wickn1x has joined #haiku
wicknix has quit [Ping timeout: 480 seconds]
<Not-8690> [haikuports/haikuports] threedeyes pushed 1 commit to master [+0/-0/±2] https://github.com/haikuports/haikuports/compare/4932818e83e7...7eb0f9a631e8
<Not-8690> [haikuports/haikuports] threedeyes 7eb0f9a - gmic: fix build for secondary arch
xet7 has joined #haiku
x10z has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
Begasus has joined #haiku
missMyN900 has joined #haiku
<Begasus> g'morning peeps
missMyN900 has quit [Remote host closed the connection]
x10z has joined #haiku
x10z has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
x10z has joined #haiku
x10z has quit [Ping timeout: 480 seconds]
<netpositive> morning
gouchi has joined #haiku
gouchi has quit [Remote host closed the connection]
<Begasus> morning netpositive
freddietilley has joined #haiku
x10z has joined #haiku
x10z has quit [Ping timeout: 480 seconds]
xet7 has quit [Ping timeout: 480 seconds]
skirst has quit []
xet7 has joined #haiku
Blub\0 has quit []
Blub\0 has joined #haiku
MajorBiscuit has joined #haiku
mmu_man has joined #haiku
skirst has joined #haiku
HaikuUser has joined #haiku
HaikuUser has quit []
<skirst> giving haiku some first-class treatment! auto-stacking non-modal dialog support, proper attributes for icon, version, contact, etc... https://imgur.com/a/22QGis3
xet7 has quit [Ping timeout: 480 seconds]
NovaForte[m] has quit [Quit: Idle for 30+ days]
Osm10[m] has quit [Quit: Idle for 30+ days]
dominicm_ has joined #haiku
xet7 has joined #haiku
dominicm has quit [Read error: Connection reset by peer]
freddietilley has quit [Quit: WeeChat 3.5]
DKnoto has quit [Ping timeout: 480 seconds]
DKnoto has joined #haiku
freddietilley has joined #haiku
eroux_ has quit [Ping timeout: 480 seconds]
eroux has joined #haiku
freddietilley has quit [Quit: WeeChat 3.5]
forghani[m] has joined #haiku
itanium686 has joined #haiku
blabber has quit [Quit: WeeChat 3.5]
blabber has joined #haiku
blabber has quit []
x10z has joined #haiku
blabber has joined #haiku
Maturi0n has joined #haiku
x10z has quit [Ping timeout: 480 seconds]
AlaskanEmily has quit [Remote host closed the connection]
Miyu has joined #haiku
Maturi0n_ has quit [Ping timeout: 480 seconds]
xet7 has quit [Ping timeout: 480 seconds]
xet7 has joined #haiku
hackkitten is now known as Guest2022
Miyu is now known as hackkitten
Guest2022 has quit [Ping timeout: 480 seconds]
<andreasdr[m]> Good morning
<Begasus> 'lo andreasdr[m]
Begasus_32 has joined #haiku
<andreasdr[m]> Good morning Begasus
x10z has joined #haiku
x10z has quit [Ping timeout: 480 seconds]
xet7 has quit [Quit: Leaving]
xet7 has joined #haiku
Maturi0n_ has joined #haiku
Maturi0n1 has joined #haiku
Maturi0n has quit [Ping timeout: 480 seconds]
Maturi0n_ has quit [Ping timeout: 480 seconds]
DKnoto has quit [Ping timeout: 480 seconds]
DKnoto has joined #haiku
<x512[m]> <trungnt2910[m]> "I can only find `crti.o` and `..." <- For me crtbeginS.o is located here: /boot/system/develop/tools/lib/gcc/x86_64-unknown-haiku/11.2.0/crtbeginS.o
<x512[m]> It is included in GCC stdlib.
<x512[m]> It is also possible to compile Haiku version of libgccS.
Begasus_32 has quit [Quit: Vision[]: Gone to the dogs!]
freddietilley has joined #haiku
Begasus_64 has joined #haiku
selfish has quit [Ping timeout: 480 seconds]
Kokito has joined #haiku
Kokito has quit []
mmu_man has quit [Ping timeout: 480 seconds]
B2IA has joined #haiku
Kokito has joined #haiku
selfish has joined #haiku
HaikuUser has joined #haiku
Begasus_64 has quit [Quit: Vision[]: Gone to the dogs!]
mmu_man has joined #haiku
HaikuUser has quit [Quit: Vision[0.10.3]: i've been blurred!]
<Begasus> virtual memory exhausted: Out of memory (32bit nightly), any way to solve this?
xet7 has quit [Ping timeout: 480 seconds]
Kokito has quit [Quit: Vision[]: i've been blurred!]
xet7 has joined #haiku
lucss21a has joined #haiku
<Diver> Begasus: depending on the reason one way is to disable ASLR
<Diver> echo "export DISABLE_ASLR=1" >> ~/config/settings/boot/UserSetupEnvironment
<Begasus> will check later Diver , thanks on the pointer, forgot that one (ps this is for qprompt), on the same laptop on 64bit it builds ok
<Diver> ah
ClaudioM has joined #haiku
<Begasus> 2 weeks without "waiting for package to ..." today it's a pain in the * :/ (no problem on 64bit)
<Diver> probably because the recipe name starts with a "q"
<Begasus> extrowerk, for s25rttr you need atleast 1.69 for boost
<Begasus> that one also Diver ;) (s25rttr)
<Diver> yeah, rename it to as25rttr and see if that helps
lucss21a has quit [Quit: Vision[0.10.3]: i've been blurred!]
x10z has joined #haiku
<Begasus> cleaning work dir first
<Begasus> Diver, seems to do the trick, although it shouldn't (had the same problem with openmw a while back)
bbjimmy has quit [Quit: Vision[]: i've been blurred!]
bbjimmy has joined #haiku
<Begasus> k, build started, have to go out for a bit, thanks again Diver ;)
<Diver> np :)
itanium686 has quit [Quit: Vision[]: i've been blurred!]
tuaris has joined #haiku
x10z has quit [Ping timeout: 480 seconds]
itanium686 has joined #haiku
x10z has joined #haiku
tuaris has quit [Quit: Leaving.]
tuaris has joined #haiku
<waddlesplash> rjzak[m]: around?
extrowerk has quit [Quit: Bye!]
extrowerk has joined #haiku
freddietilley has quit [Quit: WeeChat 3.5]
zdzis has joined #haiku
<zdzis> Witam wszystkich
<Not-8690> [haiku/website] pulkomandy pushed 1 commit to master [+1/-0/±0] https://github.com/haiku/website/compare/a04de8b2f191...ed4966fbfd35
<Not-8690> [haiku/website] Mashijams ed4966f - [GSoC 2022] XFS : Community Bonding Progress (#594)
HaikuUser has joined #haiku
HaikuUser has quit []
mmu_man has quit [Ping timeout: 480 seconds]
mmu_man has joined #haiku
m199 has joined #haiku
zdzis has quit [Ping timeout: 480 seconds]
skirst_ has joined #haiku
skirst has quit [Ping timeout: 480 seconds]
xet7 has quit [Ping timeout: 480 seconds]
MajorBiscuit has quit [Ping timeout: 480 seconds]
BrunoSpr has joined #haiku
gouchi has joined #haiku
talos has quit [Ping timeout: 480 seconds]
AbortRetryFail has quit [Quit: WeeChat 2.7.1]
talos has joined #haiku
<Begasus> heading down here, g'night peeps
Begasus has quit [Quit: Leaving]
Gaspare has joined #haiku
BrunoSpr has quit [Quit: Vision[]: Ich wurde verwaschen!]
BrunoSpr has joined #haiku
HaikuUser has joined #haiku
HaikuUser has quit []
MajorBiscuit has joined #haiku
MajorBiscuit has quit [Ping timeout: 480 seconds]
BrunoSpr has quit [Quit: Vision[]: Ich wurde verwaschen!]
BrunoSpr has joined #haiku
BrunoSpr has quit []
x10z has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
x10z has joined #haiku
skirst_ is now known as skirst
Anarchos has joined #haiku
caubert has quit [Quit: WeeChat 3.5]
caubert has joined #haiku
caubert has quit []
caubert has joined #haiku
<nekobot> [haiku/haiku] waddlesplash pushed 1 commit to master [hrev56192] - https://git.haiku-os.org/haiku/log/?qt=range&q=07b1a2177531+%5Ed621ee6564d7
<nekobot> [haiku/haiku] 07b1a2177531 - EHCI: Do not ignore status of PrepareKernelAccess.
diver1 has joined #haiku
Diver is now known as Guest2093
diver1 is now known as Diver
ClaudioM has quit [Quit: leaving]
x10z has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
Guest2093 has quit [Ping timeout: 480 seconds]
BrunoSpr has joined #haiku
skirst has quit []
BrunoSpr has quit [Ping timeout: 480 seconds]
Gaspare has quit [Quit: Gaspare]
Gaspare has joined #haiku
MajorBiscuit has joined #haiku
skirst has joined #haiku
<skirst> strange issue ... tracker seems to be stripping all my app's attributes when i run it. like the icon keeps getting removed
<skirst> my build script runs: addattr -f /boot/home/path/to/icon.hvif -t icon BEOS:ICON appname
<skirst> and it works, but run it, and poof, gone!
<skirst> yet if do it in the terminal manually, and use a relative path to the icon, it sticks.
<Anarchos> skirst strange
<waddlesplash> it may be running mimeset
<waddlesplash> which I think it does if the app doesn't have a mimetype attribute
MajorBiscuit has quit [Ping timeout: 480 seconds]
<skirst> using a full path to the icon, manually on terminal, it sticks as well. so how is doing in a Makefile any different?
Anarchos has quit [Quit: Vision[]: i've been blurred!]
x10z has joined #haiku
gouchi has quit [Quit: Quitte]
jmairboeck has joined #haiku
<Diver> skirst: is your binary on a bfs partition?
<skirst> Diver: yes
<Diver> does your build script run strip at some point?
<Diver> does listattr show any attribs?
<skirst> no. the Makefile runs the addattr command after linking. and it adds the attribute and i can see the icon in tracker. run it, and it clears the attribute every time
<skirst> running the same setattr command in terminal, and the icon will persist across runs
<skirst> err, addattr
<skirst> hmm. only when i run it from a tracker window it seems. it stays if running it from command line. something about tracker and running addattr from the Makefile
<skirst> i can't make heads or tails with it
tqh has joined #haiku
<skirst> ok i see what's going on i think. waddlesplash may be correct. i need to add a mime type attribute as well
x10z has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
MajorBiscuit has joined #haiku
<PulkoMandy> addattr is not the right way to do this
Maturi0n has joined #haiku
<PulkoMandy> you should add a resource to your executable with the icon
<PulkoMandy> then use mimeset or Tracker, which will load the resource and cache it into an attribute for faster loading
<PulkoMandy> if there is no resource, Tracker will identify the file, and synchronize the attributes, so it will remove the icon from there
<PulkoMandy> in typical makefiles and jamfiles this will be done with xres and possibly rc (to turn an rdef file into an rsrc one)
Maturi0n_ has joined #haiku
Maturi0n1 has quit [Ping timeout: 480 seconds]
<skirst> thanks PulkoMandy, looking in to it
Maturi0n has quit [Ping timeout: 480 seconds]
MajorBiscuit has quit [Ping timeout: 480 seconds]
paul0 has joined #haiku
MajorBiscuit has joined #haiku
tqh has quit [Quit: Leaving]
HaikuUser has joined #haiku
HaikuUser has quit []
MajorBiscuit has quit [Ping timeout: 480 seconds]
<andreasdr[m]> Hi
paul0 has quit [Ping timeout: 480 seconds]
jmairboeck has quit [Quit: Konversation terminated!]
ablyss has quit [Remote host closed the connection]
ablyss has joined #haiku
AlaskanEmily has joined #haiku
MajorBiscuit has joined #haiku
MajorBiscuit has quit [Remote host closed the connection]
MajorBiscuit has joined #haiku
ynhuser|828468 has quit [Quit: The Lounge - https://thelounge.chat]
Maturi0n_ has quit [Ping timeout: 480 seconds]
m199 has quit [Remote host closed the connection]
orealis has quit [Quit: yap...]
MajorBiscuit has quit [Ping timeout: 480 seconds]
orealis has joined #haiku
Maturi0n has joined #haiku
Gaspare has quit [Quit: Gaspare]
eroux has quit [Ping timeout: 480 seconds]
eroux has joined #haiku