#archlinux-ports | Logs for 2017-07-04

Back
[00:21:00] -!- fhdrin has quit [Quit: Leaving]
[01:57:25] -!- kerberizer has quit [Read error: Connection reset by peer]
[02:03:17] -!- alyptik has quit [Ping timeout: 255 seconds]
[02:04:05] -!- alyptik has joined #archlinux-ports
[02:22:52] -!- kerberizer has joined #archlinux-ports
[03:42:37] -!- isacdaavid has quit [Quit: isacdaavid]
[04:03:28] -!- tyzoid has joined #archlinux-ports
[04:08:03] -!- tyzoid has quit [Client Quit]
[06:43:10] -!- fhdrin has joined #archlinux-ports
[06:44:06] -!- deep42thought has joined #archlinux-ports
[06:55:27] -!- fhdrin has quit [Ping timeout: 260 seconds]
[06:55:45] -!- deep42thought has quit [Quit: Leaving.]
[07:05:56] -!- fhdrin has joined #archlinux-ports
[07:24:23] -!- fhdrin has quit [Quit: Leaving]
[07:24:36] -!- Faalagorn has quit [Remote host closed the connection]
[08:34:18] -!- deep42thought has joined #archlinux-ports
[09:11:32] -!- WarheadsSE_ has joined #archlinux-ports
[09:14:24] -!- WarheadsSE has quit [Ping timeout: 260 seconds]
[12:26:11] -!- titus_livius has joined #archlinux-ports
[12:41:16] <deep42thought> If anyone got some spare time, I could need some help, why systemd and fontconfig won't compile for i686. The logs are online: https://buildmaster.archlinux32.org
[12:41:17] <phrik> Title: Index of /build-logs/ (at buildmaster.archlinux32.org)
[12:43:30] <deep42thought> take your time, I'm off for lunch ;-)
[13:18:43] -!- titus_livius has joined #archlinux-ports
[13:21:33] <deep42thought> did I miss something? My (and titus_livius') universities network seems to have/had some trouble :-/
[13:33:15] <fsckd> you both disconnected and reconnected. you missed nothing.
[13:46:05] <deep42thought> fsckd: thanks for the info
[13:51:13] <rewbycraft> Yeah, you're good
[14:19:50] -!- notabot_ has joined #archlinux-ports
[14:22:12] -!- notabot_ has quit [Client Quit]
[15:20:55] -!- eschwartz[m] has quit [Ping timeout: 258 seconds]
[15:21:16] -!- brtln has quit [Ping timeout: 276 seconds]
[15:45:42] -!- eschwartz has quit [Remote host closed the connection]
[15:51:14] -!- brtln has joined #archlinux-ports
[15:52:31] -!- Faalagorn has joined #archlinux-ports
[15:54:46] -!- eschwartz has joined #archlinux-ports
[16:00:37] -!- brtln has quit [Remote host closed the connection]
[16:03:48] <deep42thought> somehow I feel bad/dump, because I open so many bugs on the bugtracker :-/
[16:06:10] -!- brtln has joined #archlinux-ports
[16:06:42] <deep42thought> s/dump/dumb/ :-D
[16:10:26] -!- tyzoid has joined #archlinux-ports
[16:11:01] <tyzoid> Not on for long, but I thought I'd share this: https://goo.gl
[16:11:05] <deep42thought> Hi tyzoid, I have to leave now :-)
[16:11:23] <tyzoid> No problem, I'm heading out too
[16:11:43] <tyzoid> This is the sunrise from where I'm staying.
[16:11:51] <deep42thought> nice :-)
[16:11:59] -!- deep42thought has quit [Quit: Leaving.]
[16:15:56] -!- eschwartz[m] has joined #archlinux-ports
[16:50:51] WarheadsSE_ is now known as WarheadsSE
[17:08:31] -!- tyzoid has quit [Quit: Bye]
[17:37:56] -!- deep42thought has joined #archlinux-ports
[18:25:48] -!- fhdrin has joined #archlinux-ports
[20:37:15] -!- woffs has quit [Quit: Gateway shutdown]
[20:38:50] <deep42thought> hmpf: pango-perl depends on gtk2-perl which depends on pango-perl. And both depend on perl in the version the other was compiled against - how am I supposed to build against a newer version of perl ^^
[20:39:49] <rewbycraft> This sounds as complicated as bootstrapping GCC sounds
[20:40:00] <deep42thought> yeah
[20:40:29] <deep42thought> honestly, one of the dependencies is just a checkdepends, but if I drop it, I can't run check() ...
[20:40:53] <deep42thought> and I don't want to do this (a) for all packages or (b) everytime for this package
[20:40:58] <rewbycraft> So you probably have to no-check build one
[20:41:01] <rewbycraft> Then build the other
[20:41:03] <rewbycraft> And re-build the first
[20:41:07] <deep42thought> right
[20:41:14] <deep42thought> but I want to do it automated
[20:41:16] <deep42thought> :-/
[20:41:28] <rewbycraft> Yeah
[20:41:36] <rewbycraft> But I think that's the procedure they intend for building
[20:41:56] <deep42thought> this might be the procedure for pretty much, if you think about it
[20:43:00] <deep42thought> is a pkgrel of 0.5 valid?
[20:43:20] <rewbycraft> Fun fact, when compiling GCC for a LFS build, you end up building GCC 3 times
[20:44:56] <deep42thought> it is valid: https://wiki.archlinux.org
[20:44:56] <phrik> Title: PKGBUILD - ArchWiki (at wiki.archlinux.org)
[20:45:02] <deep42thought> I could simply decrease the pkgrel by 1/2 for unchecked packages ...
[20:45:04] <deep42thought> hmm
[20:46:10] <rewbycraft> So you want to mark a few packages as "no check" and build 0.5 releases. Then detect the existance of a 0.5 build and trigger another build?
[20:46:46] <rewbycraft> deep42thought: How about duplicating the package?
[20:47:20] <rewbycraft> As in, add a second package called "<x>-nocheck" and modify one to checkdepend on the -nocheck package
[20:47:46] <rewbycraft> And don't export the -nocheck package to final repo
[20:48:23] <rewbycraft> Er. The depend in the checkdepended package*
[20:48:44] <deep42thought> rewbycraft: your approach sounds cleaner
[20:48:55] <deep42thought> let me think about it at dinner :-)
[20:49:04] <rewbycraft> Yeah, a -nocheck package seems okay
[20:49:14] <rewbycraft> And just tweak the dependencies a bit to make it fit
[20:49:20] <rewbycraft> That way you also break the cycle
[20:49:26] -!- woffs has joined #archlinux-ports
[20:49:39] <deep42thought> right
[20:51:58] <deep42thought> for the sake of simplicity I would even export the -nocheck package to the stable repo
[20:52:06] <rewbycraft> Mkayu
[20:52:08] <deep42thought> or maybe we create a separate repo for them
[20:52:25] <rewbycraft> PRobably the latter
[20:52:27] <deep42thought> but otherwise it'll be tricky to find out when the package can be deleted
[20:52:32] <rewbycraft> Just create a "build-support" repository
[20:52:42] <rewbycraft> And just use that in the build system
[20:52:50] <deep42thought> I'll need this for an old version of gnupg, anyway :-)
[20:53:08] <rewbycraft> Fair enough
[21:22:23] <deep42thought> I would skip the staging- and testing-stage for the build-support repository
[21:22:32] <rewbycraft> Seems fine
[21:31:37] -!- isacdaavid has joined #archlinux-ports
[22:28:10] -!- woffs has quit [Quit: Gateway shutdown]
[22:30:15] -!- woffs has joined #archlinux-ports