dbungert | JackFrost: by chance are you running autopkgtest in schroot? Sometimes tests try to write to home and those tests might work in another backend. | 00:30 |
---|---|---|
sarnold | does HOME get set somewhere meaningful on the others? | 00:32 |
JackFrost | Hah, build time tests in pbuilder. | 00:32 |
sarnold | (that's my first guess, anyway) | 00:32 |
=== JackFrost is now known as Unit193 | ||
LocutusOfBorg | enr0n, armhf is fixed with a little more patch | 06:38 |
LocutusOfBorg | ppc64el when built with -O3 is something I leave to you | 06:38 |
LocutusOfBorg | as well as updating the upstream pull request once you have the full fix | 06:38 |
LocutusOfBorg | https://launchpad.net/~costamagnagianfranco/+archive/ubuntu/locutusofborg-ppa/+sourcefiles/nfstrace/0.4.3.2+git20200805+b220d04-2.1ubuntu1/nfstrace_0.4.3.2+git20200805+b220d04-2.1ubuntu1.dsc | 06:39 |
alexghiti | Hi guys, could someone trigger this job for me please? https://autopkgtest.ubuntu.com/request.cgi?release=jammy&arch=amd64&package=python-readme-renderer&trigger=pygments/2.11.2%2Bdfsg-2 | 10:00 |
alexghiti | Thanks! | 10:00 |
seb128 | alexghiti, k | 10:01 |
alexghiti | seb128 thanks | 10:02 |
mirespace | Hello... I'm packaging a huge project, and i discovered that the compression being used for control et al is zstd and lintian is flagging that as an error ... any way to overcome this? force another compression? | 10:39 |
mirespace | I suppose I'll try with -Z option for dpkg-source | 10:47 |
ahasenack | morning | 12:18 |
ahasenack | Happy Friday | 12:21 |
mirespace | happy Friday ahasenack :) | 12:23 |
ahasenack | hi mirespace | 12:23 |
seb128 | doko, ginggs, is that expected? | 16:01 |
seb128 | # python3.10 -c 'import sysconfig; print(sysconfig.get_path("include"))' | 16:01 |
seb128 | /usr/local/include/python3.10 | 16:01 |
seb128 | # python3.9 -c 'import sysconfig; print(sysconfig.get_path("include"))' | 16:01 |
seb128 | /usr/include/python3.9 | 16:01 |
seb128 | 16:01 | |
seb128 | that's the reason why brltty rebuild is failing atm | 16:01 |
tumbleweed | seb128: yes, this changed | 16:02 |
* tumbleweed looks at brltty | 16:02 | |
tumbleweed | also relevant: https://bugs.python.org/issue44445 | 16:03 |
seb128 | tumbleweed, https://github.com/brltty/brltty/blob/master/Tools/pythoncmd#L50 | 16:03 |
seb128 | tumbleweed, and https://github.com/brltty/brltty/blob/master/Bindings/Python/bindings.m4#L124 | 16:04 |
seb128 | tumbleweed, it feels weird that sysconfig doesn't include the distro paths | 16:12 |
tumbleweed | seb128: it does | 16:12 |
tumbleweed | the default scheme changed from unix_prefix to unix_local | 16:12 |
tumbleweed | (or posix_ as appropriate) | 16:12 |
tumbleweed | which it used to be back in the 2.7 days, FWIW | 16:12 |
tumbleweed | the easy patch is to force the use of the unix_prefix scheme in this pythoncmd script | 16:13 |
tumbleweed | just seeing what the effects are | 16:13 |
seb128 | tumbleweed, thanks, I'm not going to have time to poke more today but I might pick it up on monday if noone beats me to it | 16:18 |
tumbleweed | seb128: I'll file a PR upstream now, and a bug in Debian | 16:21 |
seb128 | tumbleweed, thanks | 16:22 |
seb128 | tumbleweed, I confirmed that adding scheme="posix_prefix" to the get_path calls fixes the build | 16:26 |
seb128 | tumbleweed, did you want to upload the fix to Ubuntu or should I do it? | 16:30 |
tumbleweed | go for it, if you've got it ready | 16:31 |
seb128 | tumbleweed, I haven't yet but my local try worked so I will clean that up and upload on monday if no one has done it before, thanks again for the help! | 16:33 |
tumbleweed | np | 16:33 |
enr0n | LocutusOfBorg: I added a patch to fix the nfstrace build errors on armhf and ppc64el: https://bugs.launchpad.net/ubuntu/+source/nfstrace/+bug/1965155/comments/3 | 16:37 |
ubottu | Launchpad bug 1965155 in nfstrace (Ubuntu) "nfstrace: FTBFS: header_window.cpp:77:82: error: format ‘%d’ expects argument of type ‘int’, but argument 5 has type ‘time_t’ {aka ‘long int’} [-Werror=format=]" [Undecided, New] | 16:37 |
LocutusOfBorg | enr0n, https://github.com/epam/nfstrace/pull/50/files | 17:49 |
ubottu | Pull 50 in epam/nfstrace "nfstrace: fix format string specifiers detected by ncurses-6.3" [Open] | 17:49 |
LocutusOfBorg | there was already a fix... | 17:49 |
LocutusOfBorg | meh, uploading your version | 17:49 |
LocutusOfBorg | I really would like if you could update the pull request you opened | 17:50 |
LocutusOfBorg | and also please if possible open a PR with the TIRPC debian patch | 17:50 |
LocutusOfBorg | they are doing TIRPC search for fedora only just removing that check might work | 17:50 |
enr0n | LocutusOfBorg: yeah I didn't notice that until I opened my PR. It was a quick enough fix, and I have already updated my PR. | 17:59 |
enr0n | There was another armhf failure anyways that wouldn't be fixed by the other PR.' | 17:59 |
LocutusOfBorg | yes indeed | 18:01 |
LocutusOfBorg | and about dropping the 4 lines in cmakelists? | 18:01 |
LocutusOfBorg | https://github.com/epam/nfstrace/blob/master/CMakeLists.txt | 18:01 |
LocutusOfBorg | I didn't test but removing: 36 37 38 46 47 should do the trick | 18:01 |
LocutusOfBorg | also maybe changing the message at line 45 | 18:02 |
enr0n | I don't have much previous context for the TIRPC patch, but sure if I have time I will look into upstreaming. | 18:09 |
Eickmeyer[m] | mapreri: Looks like inkscape is depending on libpoppler115, but only 118 is available. Should we do a NCR? | 19:31 |
jbicha | Eickmeyer[m]: check your inkscape version; it doesn't sounds like you have the current jammy release | 19:39 |
Eickmeyer[m] | jbicha: yeah, something's fishy here. Good point. | 19:41 |
Eickmeyer[m] | jbicha: Yep, I had an inkscape PPA enabled. Disabling it fixed the problem. #RookieMistake | 19:47 |
Eickmeyer[m] | mapreri: Disregard. | 19:47 |
=== chrisccoulson_ is now known as chrisccoulson | ||
LocutusOfBorg | enr0n, I did it | 21:56 |
LocutusOfBorg | https://github.com/epam/nfstrace/pull/52 | 21:56 |
ubottu | Pull 52 in epam/nfstrace "TIRPC: Make sure its search and found." [Open] | 21:56 |
LocutusOfBorg | so now we can go hopefully without patches on next upstream release | 21:56 |
Generated by irclog2html.py 2.7 by Marius Gedminas - find it at mg.pov.lt!