-
jbkhrm...
-
arekinathI have visited an abandoned GitHub repository before and then realised it's actually mine
-
arekinathgandalf.jpg
-
jbk'i have no memory of this repository'
-
jbkif I need to pass an actual comma in a -Wl option from gcc... anyone know how to do that? the man page suggests it'll expand the , into a space
-
gitomat[illumos-gate] 17417 Add openssl-3/32 package to exception_lists for builds on openindiana -- Bill Sommerfeld <sommerfeld⊙ho>
-
jbkrmustacc: for the intel bool changes -- is there anything in specific you'd want to try -- my home system has both igb and ixgbe interfaces (right now I'm just using the 1 igb interface, but could easily move things around to test ixgbe as well)...
-
rmustaccThe more random bits, the better. But basic device enumeration, link status, sanity checking properties.
-
richlowejbk: if you're trying to pass things to -D, just use multiple options
-
richloweif you're not it depends on the parser at the other end
-
sommerfeldrmustacc: regarding your fixes for illumos.org/issues/17335 I have machines with three of the four drivers (i40e, igb, e1000g); I'll pull your changes in and give it a shot at some point in the next week or so.
-
richloweqemu has an igb that while obviously not real, our igb will drive
-
rmustaccThanks sommerfeld.
-
|cos|In my attempts to try using illumos on a laptop, I fail with consistently reproducable crashes. Today I've successfully rebuilt illumos-gate with DEBUG=yes, but unlike what I hoped for gdb still says I have no debug symbols in libc.
-
|cos|Pointers in the right direction would be appreciated! (Additional context of what I'm attempting: netizen.se/docs/urxvt-out_of_input)
-
richloweSOURCEDEBUG=yes will leave DWARF in libc (you probably only want to build libc that way)
-
|cos|richlowe: thanks! that's likely exactly what i needed.