#archlinux-ports | Logs for 2018-03-13

Back
[00:15:20] <buildmaster> postgrest is broken (says buildknecht3).
[00:18:21] -!- guys has quit [Ping timeout: 264 seconds]
[01:03:18] -!- guys has joined #archlinux-ports
[01:06:03] * buildmaster goes insane.
[01:42:16] <Alina-malina> zlib1g-dev liblzma-dev i need these, but i am not sure how to install those
[01:42:18] <Alina-malina> any idea?
[01:47:08] <guys> Alina-malina: Arch and related distros do not use -dev packages
[01:47:28] <Alina-malina> ummm what to do then?
[01:47:31] <Alina-malina> i need those packages
[01:47:49] <Alina-malina> maybe alternative?
[01:47:56] <guys> the headers are in the main package -- if you have the libfoo.so then you have everything you need
[01:50:39] <Alina-malina> i cant find such file there
[01:53:42] <Alina-malina> libfoo.so
[01:53:51] <Alina-malina> liblzma.so
[01:54:03] <Alina-malina> there is liblzma.so
[01:54:16] <Alina-malina> liblzma.so.5
[01:54:21] <Alina-malina> liblzma.so.5.2.3
[01:56:35] * buildmaster resumes sanity.
[02:02:25] -!- |ast| has quit [Remote host closed the connection]
[02:02:35] <buildmaster> colorhug-client is broken (says rechenknecht).
[02:19:32] <guys> Alina-malina: "libfoo" is an *extremely* common way of saying "some imaginary program called foo, used as an example".
[02:19:50] <Alina-malina> i know.....
[02:20:06] <guys> Therefore, libfoo.so is the generic example for anything matching the regular expression /usr/lib/lib.*\.so
[02:20:21] <guys> And, since liblzma.so is a thing...
[02:21:41] <Alina-malina> guys, it was a typo
[02:22:01] <guys> what was a typo
[02:22:08] <Alina-malina> <Alina-malina> libfoo.so
[02:22:20] <Alina-malina> i accidently duplicate it there
[02:22:39] <guys> well, there is a /usr/lib/liblzma.so
[02:22:44] <guys> So what is the problem?
[02:22:56] <Alina-malina> i dunno
[02:22:57] <Alina-malina> u tell me
[02:23:16] <guys> have you figured out which packages you need?
[02:23:19] <Alina-malina> well
[02:23:30] <Alina-malina> i am not sure, but trying to fix it, give me a moment
[02:23:47] <Alina-malina> its about firmware mod kit
[02:23:50] <Alina-malina> having issues with it
[02:24:08] <guys> I don't know anything about your firmware mod kit
[02:24:39] <guys> I do know, that if you want lzma headers you need the same package as the lzma library... which pacman -Qo /usr/lib/liblzma.so points out is the "xz" package
[02:25:39] <guys> (which you will also notice is a requirement for libarchive and therefore pacman. Also systemd uses xz/liblzma.so as well...)
[02:26:02] <Alina-malina> i really hope this thing will work out
[05:20:08] -!- hringriin_ has joined #archlinux-ports
[05:23:01] -!- hringriin has quit [Ping timeout: 246 seconds]
[05:23:01] hringriin_ is now known as hringriin
[06:22:14] -!- deep42thought1 has joined #archlinux-ports
[06:22:37] -!- deep42thought1 has parted #archlinux-ports
[06:39:16] -!- kl1602 has joined #archlinux-ports
[07:00:12] -!- kl1602 has quit [Ping timeout: 268 seconds]
[07:11:01] -!- oaken-source has joined #archlinux-ports
[07:50:26] -!- p71 has quit [Read error: No route to host]
[07:52:30] -!- p71 has joined #archlinux-ports
[08:02:05] -!- isacdaavid has joined #archlinux-ports
[08:34:22] -!- deep42thought1 has joined #archlinux-ports
[08:34:36] -!- deep42thought1 has parted #archlinux-ports
[10:10:24] <buildmaster> deep42thought: my database is dirty again ...
[10:16:28] * buildmaster resumes sanity.
[10:17:42] <deep42thought> somehow, pkgconfig misbehaves:
[10:17:49] <deep42thought> "Package valgrind was not found in the pkg-config search path."
[10:18:00] <deep42thought> when searching for a completely different package:
[10:18:07] <deep42thought> 'pkg-config --exists --print-errors "gtk+-3.0 >= 3.11.2"'
[10:31:14] <deep42thought> installing valgrind actually fixes this, but that was not required on x86_64 O.o
[10:34:14] -!- oaken-source has quit [Ping timeout: 260 seconds]
[10:51:58] <deep42thought> the problem seems to be libdrm depending on valgrind :-/ (which is not the case for x86_64)
[11:24:21] -!- dopsi has quit [Ping timeout: 252 seconds]
[11:44:47] -!- dopsi has joined #archlinux-ports
[11:45:32] -!- dopsi has quit [Read error: Connection reset by peer]
[11:50:45] -!- oaken-source has joined #archlinux-ports
[11:52:55] -!- dopsi has joined #archlinux-ports
[11:58:57] -!- heradon has quit [Ping timeout: 240 seconds]
[12:04:23] -!- dopsi has quit [Quit: ZNC - http://znc.in]
[12:29:21] -!- dopsi has joined #archlinux-ports
[12:33:44] -!- abaumann has joined #archlinux-ports
[12:33:51] <deep42thought> Hi abaumann
[12:33:58] <abaumann> deep42thought: valrgind, that's why I added some makedepends=('valgrind').
[12:33:59] <abaumann> Hi
[12:34:13] <abaumann> I also noticed that valgrind in drm is a 32-bit only thing.
[12:34:15] <deep42thought> yes, but upstream's libdrm does not need valgrind
[12:34:16] <abaumann> weird.
[12:34:21] <deep42thought> but if rebuilt, it needs it
[12:34:25] <abaumann> ah
[12:34:45] <deep42thought> I rebuilt it w/o valgrind makedepends (see our repo)
[12:34:55] <deep42thought> now these valgrind dependencies should not be necessary
[12:35:00] <abaumann> good.
[12:35:09] <deep42thought> !bug 57819
[12:35:10] <phrik> https://bugs.archlinux.org
[12:35:21] <abaumann> anyway. testing is good, but valgrind during package building is maybe exagerated.
[12:35:29] <deep42thought> no idea, what valgrind is needed for in that package
[12:36:02] <abaumann> let's hope, it's just for testing. :-)
[12:36:18] <deep42thought> let's see, what the bug report brings up
[12:36:22] <abaumann> libaio.
[12:36:32] <deep42thought> hmm?
[12:36:37] <abaumann> https://bugs.archlinux32.org
[12:36:38] <phrik> Title: FS#30 : [libaio] fails with stack smash protection enabled (at bugs.archlinux32.org)
[12:36:58] <abaumann> I'm not sure, if that's the proper thing to do. Also, on 64-bit compilation works without any problem.
[12:37:09] <abaumann> looks almost as if some ssp functions are missing in gcc-libs..
[12:37:19] <abaumann> for -nostdlib compilation that is..
[12:37:46] <abaumann> I didn't want to patch it in Archlinux32 before it's not clear, what depends on it and how it could possibly break..
[12:37:54] <deep42thought> I'm afraid, you know more about compilers, than I do
[12:38:13] -!- guys has quit [Ping timeout: 240 seconds]
[12:38:55] <abaumann> The idea is, that this is a wrapper library just providing a thin layer for asynchronous I/O functions. So usually you omit linking to the C library (nostdlib), because all you do is call kernel functions directly.
[12:39:05] <abaumann> I'll test it in the i486 branch. :-)
[12:44:55] <deep42thought> umm, wait a sec
[12:45:16] <deep42thought> this was just rescheduled by me, due to some missing dependency
[12:45:17] <deep42thought> ...
[12:45:54] <abaumann> ah?
[12:45:58] <deep42thought> or at least: we have libaio-0.3.110-1 in core
[12:46:07] <deep42thought> and the scheduled one is also that one, right?
[12:46:32] <deep42thought> I was trying to shorten that list: https://buildmaster.archlinux32.org
[12:46:33] <phrik> Title: More and less critical issues with the database (at buildmaster.archlinux32.org)
[12:47:15] <abaumann> yep, 0.3.110-1 is the stable one, that's the one which failed, but maybe my toolchain was different on i486?
[12:47:23] <abaumann> let me rebuild it there.
[12:47:43] <deep42thought> ah, the report is on i486?
[12:48:07] <deep42thought> we should add a "architecture" tag ;-)
[12:48:54] <abaumann> YEs. But it happens also with the rebuilt stage 3 toolchain.
[12:49:08] <abaumann> Let my try on a i686..
[12:49:12] <deep42thought> uhm, libaio is not on the build-list?
[12:49:25] <deep42thought> not on the i686 one, I mean
[12:49:29] <abaumann> ah. :-)
[12:49:30] <abaumann> no.
[12:49:42] <abaumann> in my build list. sorry. wrong tagging from my side.
[12:49:46] <deep42thought> ok
[12:49:49] <deep42thought> now I got it
[12:53:19] <deep42thought> How did upstream get its architecture into flyspray?
[13:31:07] -!- abaumann has quit [Quit: Page closed]
[13:44:18] -!- heradon has joined #archlinux-ports
[13:46:03] <deep42thought> heradon: did they restore a backup?
[13:56:24] * buildmaster failed to execute a mysql query - can you have a look at "tmp.mysql-functions.query.2018-03-13T12:56:11.DblGPQ"?.
[14:07:47] -!- guys has joined #archlinux-ports
[14:11:46] <guys> deep42thought: I'm not sure what the global settings look like on our flyspray, but in the project-specific settings there is https://paste.xinu.at
[14:12:50] <deep42thought> this looks so different from ours :-/
[14:13:45] <deep42thought> the layout, the content ,the order of the content, and that "architectures" is missing on ours
[14:15:23] <deep42thought> I feel, like I need to add "architecture" first somewhere
[14:16:01] <heradon> deep42thought: no only insert second hdd
[14:16:14] <deep42thought> heradon: interesting
[14:16:29] <deep42thought> I guess, the vms did not reboot, but just paused
[14:30:41] -!- oaken-source has quit [Ping timeout: 248 seconds]
[14:58:57] <buildmaster> haskell-microlens-aeson is broken (says buildknecht2).
[15:17:12] -!- kl1602 has joined #archlinux-ports
[15:25:13] -!- kl1602 has quit [Remote host closed the connection]
[15:30:23] <buildmaster> deep42thought: my database is dirty again ...
[15:31:55] * deep42thought introduced new bugs :-)
[15:32:16] * tyzoid thinks deep42thought means additional features
[15:32:24] <deep42thought> those, too
[15:32:33] <deep42thought> but primarily bugs
[15:32:44] <tyzoid> bugs are just unintended features
[15:39:08] * buildmaster resumes sanity.
[15:40:16] <guys> !grab tyzoid
[15:40:17] <phrik> guys: Tada!
[15:56:51] -!- oaken-source has joined #archlinux-ports
[15:58:56] -!- isacdaavid has quit [Quit: Leaving.]
[16:11:51] <buildmaster> haskell-http-api-data is broken (says buildknecht).
[16:13:58] <buildmaster> haskell-cheapskate is broken (says rechenknecht).
[16:14:52] <buildmaster> haskell-hspec-wai is broken (says buildknecht2).
[16:40:55] -!- p71 has quit [Remote host closed the connection]
[16:48:31] -!- p71 has joined #archlinux-ports
[17:52:24] <buildmaster> deep42thought: my database is dirty again ...
[17:54:55] -!- |ast| has joined #archlinux-ports
[18:02:52] -!- abaumann has joined #archlinux-ports
[19:17:09] -!- oaken-source has quit [Ping timeout: 268 seconds]
[19:18:20] -!- yans has joined #archlinux-ports
[19:29:38] -!- p71 has quit [Read error: No route to host]
[19:33:21] -!- p71 has joined #archlinux-ports
[20:27:12] -!- shentey has joined #archlinux-ports
[20:33:23] -!- shentey has quit [Quit: Konversation terminated!]
[20:33:47] -!- shentey has joined #archlinux-ports
[20:57:09] -!- abaumann has quit [Quit: leaving]
[21:15:22] -!- yans has quit [Ping timeout: 264 seconds]
[21:45:48] -!- alyptik has quit [Ping timeout: 246 seconds]
[21:46:59] -!- alyptik has joined #archlinux-ports
[21:47:50] -!- alyptik has quit [Excess Flood]
[21:48:00] -!- alyptik has joined #archlinux-ports
[21:56:07] -!- shentey has quit [Quit: Konversation terminated!]
[21:58:05] -!- shentey has joined #archlinux-ports
[21:59:22] -!- yans has joined #archlinux-ports
[22:07:25] -!- yans has quit [Quit: chaos is the only true answer]
[22:13:25] * buildmaster resumes sanity.
[22:31:09] -!- charims has quit [Quit: No Ping reply in 180 seconds.]
[22:32:37] -!- charims has joined #archlinux-ports
[22:36:03] -!- |ast| has quit [Remote host closed the connection]
[22:43:17] -!- shentey has quit [Quit: Konversation terminated!]
[22:51:21] <buildmaster> flashplugin is broken (says buildknecht).
[23:17:32] <buildmaster> haskell-wai-logger is broken (says rechenknecht).
[23:20:36] <buildmaster> haskell-wai-extra is broken (says rechenknecht).
[23:44:59] -!- isacdaavid has joined #archlinux-ports
[23:51:48] -!- guys has quit [Ping timeout: 246 seconds]