=== sergiusens_ is now known as sergiusens [01:58] cjwatson: we're at RC, not Final Beta [02:16] valorie: RC is not a release [02:16] It's the Final Freeze atm. [02:16] It's accurate. [02:18] ok [08:07] roaksoax: about candid: is there a reason to use golang on selected platforms only? [08:59] How come pdfchain is not in bionic? [09:01] found it: bug 1757314 [09:01] bug 1757314 in sdaps (Ubuntu) "remove pdftk (relying on gcj) and dependencies" [Undecided,Fix released] https://launchpad.net/bugs/1757314 [09:02] unfortunate, anybody know a replacement? === seb128_ is now known as seb128 === freyes__ is now known as freyes [13:22] good morning! [13:23] got this bug https://bugs.launchpad.net/ubuntu/+source/debian-installer/+bug/1766247 on debian-installer, you can not put FQDN hostname when you select "do not configure network at this time" [13:23] Launchpad bug 1766247 in debian-installer (Ubuntu) "Invalid hostname when put FQDN on "do not configure network"" [Undecided,New] [13:23] Does this is a bug, or a feature xD [13:24] cjwatson (maybe?): ^ [13:27] not me, sorry === sergiusens_ is now known as sergiusens === caravena_ is now known as caravena [18:42] I'm having trouble with dpkg-gensymbols (first time I used it), [18:43] given https://pastebin.ubuntu.com/, why does the first line of the generated symbols file [18:43] have another package name in it: "libdaxctl.so.1 libndctl6 #MINVER#" <--- libndctl6? [18:43] and here is the actual paste: https://pastebin.ubuntu.com/p/rgzm5KjT5w/ [18:44] there is no other mention of the "ndctl" string (case insensitive) in that generated symbols file [18:45] ahasenack: does libdaxctl happen to depend on libndctl? or is it possible still mentioned in your srcpkg's debian/ ? [18:46] ldd on libdaxctl.so.1.2.0 is clear of ndctl, it links just against very few system libs [18:46] linux-vdso.so.1, libuuid.so.1, libc.so.6 and /lib64/ld-linux-x86-64.so.2 [18:47] in d/control libdaxctl1 has only shlibs and misc depends [18:48] I found this note in the wiki: "If a library package contains multiple versions of library files, you may need to specify the path to each of them with -e for each version instead of using -P." [18:48] but it's the only library in the package [18:48] package <-> library is 1:1 [18:49] here is the ldd, for clarification: https://pastebin.ubuntu.com/p/5tfknfKmxy/ [18:51] debian/libndctl6.symbols was generated correctly, "libndctl.so.6 libndctl6 #MINVER#" [18:51] I'll fix the other one manually for now [20:16] ahasenack: that might be worth a bug report against dpkg-gensymbols, but should certainly be accompanied by a full debian/ directory that could be used to reproduce it [20:16] ok