-
pilonsi
Good morning! I'm about to send the integration request and checking the mail_msg I'm seeing a diff in the ELF runtime attributes
-
pilonsi
17092a17093,17094
-
pilonsi
> usr/bin/adb: NEEDED=libc.so.1
-
pilonsi
> usr/bin/adb: RPATH=/usr/gcc/10/lib
-
pilonsi
31226,31227d31227
-
pilonsi
< usr/lib/isaexec: NEEDED=libc.so.1
-
pilonsi
< usr/lib/isaexec: RPATH=/usr/gcc/10/lib
-
pilonsi
I imagine this has nothing to do with the change for 15839 but I'm not entirely sure if it's got something to do with my setup, or is caused by other changes I've pulled in
-
Agnar
tsoome: ping?
-
paulf
+Could not load the Python gdb module from `/usr/local/share/gdb/python'.
-
paulf
seem to have gotten past that now
-
paulf
+warning: could not convert 'breakme' from the host encoding (ISO-8859-1) to UTF-32.
-
paulf
+This normally should not happen, please file a bug report.
-
yuripv
is that on omnios?
-
paulf
no openindiana hipster trying to get gdbserver working
-
yuripv
kk
-
yuripv
saw the latter on omnios, but andyf fixed that with guile update
-
robertdfrench
I ran into that on omnios
-
robertdfrench
yuripv: when was that fixed? In bloody, or is it in r151046 ?
-
yuripv
in bloody, some days ago
-
yuripv
(at least i'm running bloody)
-
robertdfrench
DEECENT!
-
robertdfrench
Okay, I'll have to give that a look
-
robertdfrench
oh, paulf didn't realize you were in this channel too
-
robertdfrench
I cannot reproduce what yuripv said about this being fixed in bloody.
-
robertdfrench
andyf: does this issue ring any bells for you? That is, gdb fussing about "could not convert from host encoding to UTF"?
-
alanc
for what it's worth, I see the gdb encoding message on Solaris 11.4 as well
-
robertdfrench
thanks alanc ! So, have any of y'all opened a gdb bug yet? I have an account on their bug tracker and can make one real quick
-
alanc
I haven't
-
robertdfrench
paulf: have you?
-
robertdfrench
looks like nothing related in the past few days. I am gonna go ahead and file this. Will drop a link here.
-
robertdfrench
Rather than opening a new bug report, I just chimed in on
sourceware.org/bugzilla/show_bug.cgi?id=29315
-
robertdfrench
That one already mentions Solaris, and it's still marked as 'NEW'
-
sommerfeld
pilonsi: didn't see anyone respond to you. that's a bit of non-determinism in pkgsend; it sees a file in the filesystem with N links into one "file" and N-1 "hardlink" actions and it sometimes chooses differently.
-
paulf
not opened any gdb bugs for that yet, just the problem with socketpair in the configure detection
-
sommerfeld
pilonsi: excuse me, not pkgsend, but check_rtime
-
alanc
pkgsend also has that problem (though you can use --target to tell it which to pick), it's just not involved in this case
-
sommerfeld
(ah, digging further it's usr/src/tools/find_elf/find_elf.c). it walks each directory in the order returned by readdir() rather than in a canonical order.
-
jbk
the original perl script did the same
-
jbk
the C version however (had to remember the specifics because it's been a while) does have special knowledge of certain 'well known' hardlinked binaries (usr/bin/alias and usr/lib/isaexec)
-
jbk
and tries to produce more 'expected' results when encountering hard links
-
jbk
if there's others where it makes sense, it'd be trivial to add
-
jbk
could also sort them, but if you add a new link that appears before the current first one, you end up in the same situation
-
gitomat
[illumos-gate] 15487 smbios: storing the address of local variable -- Toomas Soome <tsoome⊙mc>
-
gitomat
[illumos-gate] 11988 build DHCP client tools with CTF -- Joshua M. Clulow <josh⊙so>