#archlinux32 | Logs for 2019-01-27

Back
[00:49:36] -!- isacdaavid has joined #archlinux32
[02:08:26] -!- woshty has quit [Ping timeout: 240 seconds]
[02:28:06] -!- yans has quit [Quit: chaos is the only true answer]
[02:39:12] -!- oaken-source has quit [Quit: getting some sleep x_x]
[04:41:56] -!- ofara__ has quit [Ping timeout: 240 seconds]
[04:43:16] -!- ofara__ has joined #archlinux32
[05:38:49] -!- isacdaavid has quit [Quit: Leaving.]
[06:00:51] -!- tyzoid has quit [Ping timeout: 244 seconds]
[06:00:51] -!- girls has quit [Ping timeout: 244 seconds]
[06:07:04] -!- tyzoid has joined #archlinux32
[06:07:05] <buildmaster> Hi tyzoid!
[06:07:05] <buildmaster> !rq tyzoid
[06:07:05] <phrik> buildmaster: <tyzoid> bugs are just unintended features
[07:27:54] -!- Fear has quit [Quit: ZNC - https://znc.in]
[07:28:13] -!- Fear has joined #archlinux32
[08:42:38] -!- woshty has joined #archlinux32
[09:02:09] -!- buildmaster has quit [Remote host closed the connection]
[09:03:00] -!- buildmaster has joined #archlinux32
[09:40:18] -!- tyzoid has quit [Ping timeout: 250 seconds]
[09:45:46] -!- tyzoid has joined #archlinux32
[09:45:46] <buildmaster> Hi tyzoid!
[09:45:46] <buildmaster> !rq tyzoid
[09:45:48] <phrik> buildmaster: <tyzoid> * oblivious user is oblivious *
[10:40:07] -!- davor_ has joined #archlinux32
[10:41:26] -!- davor has quit [Ping timeout: 240 seconds]
[10:41:26] davor_ is now known as davor
[11:43:31] -!- oaken-source has joined #archlinux32
[12:01:54] -!- woshty has quit [Ping timeout: 268 seconds]
[12:06:38] -!- woshty has joined #archlinux32
[13:07:40] -!- oaken-source has quit [Ping timeout: 246 seconds]
[13:45:30] -!- oaken-source has joined #archlinux32
[14:20:03] -!- thePiGrepper has quit [Ping timeout: 245 seconds]
[17:18:14] -!- thePiGrepper has joined #archlinux32
[17:29:17] <elibrokeit> so does musl count as stable yet?
[17:40:45] -!- davor_ has joined #archlinux32
[17:40:53] -!- davor has quit [Ping timeout: 245 seconds]
[17:41:02] davor_ is now known as davor
[18:08:00] -!- samantaz has joined #archlinux32
[18:08:07] <samantaz> Hello
[18:16:33] -!- finsternis has quit [Excess Flood]
[18:17:05] -!- finsternis has joined #archlinux32
[18:20:45] <buildmaster> i686/nvidia-340xx-lts are broken (says buildknecht).
[18:23:47] <buildmaster> i686/acpi_call-lts are broken (says buildknecht).
[18:26:49] <buildmaster> i686/tp_smapi-lts are broken (says buildknecht).
[18:40:44] <elibrokeit> samantaz: hi
[18:58:50] <elibrokeit> deep42thought: the reason why busybox does not build on i486 is because kernel-headers-musl is an empty tarball of nothingness on that arch
[19:00:38] -!- girls has joined #archlinux32
[19:00:38] <buildmaster> Hi girls!
[19:00:39] <buildmaster> !rq girls
[19:00:39] <phrik> buildmaster: <girls> I'm married, I don't cook
[19:00:55] <samantaz> wtf?
[19:01:22] <girls> which reminds me: I need to take a look at the noodles ...
[19:04:26] <elibrokeit> girls: actually I will fix the kernel-headers-musl thing
[19:04:39] <girls> elibrokeit: thanks, how so?
[19:05:04] <elibrokeit> _CARCH=$CARCH
[19:05:04] <elibrokeit> [ $CARCH == "i686" ] && _CARCH=x86
[19:05:04] <elibrokeit> make ARCH=${_CARCH} prefix=/usr/lib/musl
[19:05:19] <girls> oh, ok, I see :-)
[19:05:22] <elibrokeit> this would be better as [[ $CARCH = i?86 ]]
[19:06:26] <elibrokeit> but you'll need to bump the pkgrel yourself
[19:07:04] <elibrokeit> I assume you have that much under control, right?
[19:07:50] <girls> if you publish a new PKBUILD or a patch to it, the sub_pkgrel will increase automatically
[19:08:17] <elibrokeit> It's slightly odd that the upstream makefile successfully compiles with make ARCH=nonexistentdir
[19:08:37] <girls> btw: the buildmaster does not "speak" english - it simply uses plural if the package ends in 's' - which "prometheus" does ;-)
[19:08:57] <elibrokeit> $ CARCH=bluh BUILDDIR=. makepkg --noa -A
[19:08:57] <elibrokeit> [...]
[19:08:57] <elibrokeit> make: Nothing to be done for 'install'.
[19:08:57] <elibrokeit> [...]
[19:09:13] <elibrokeit> lol, butwhy buildmaster
[19:09:28] <elibrokeit> packages ending in "s" aren't actually plural unless there are two of them
[19:10:24] <elibrokeit> I've svn committed a new kernel-headers-musl PKGBUILD
[19:11:29] <girls> so it's only in trunk/ ?
[19:11:40] <girls> then we have to do some fiddling ourself manually for it ...
[19:14:37] <elibrokeit> no, I committed it in both directories :p
[19:14:51] <girls> thanks :-)
[19:15:10] <elibrokeit> does it rebuild the sub_pkgrel for i686 too, even though it is not needed?
[19:15:11] <girls> so I don't need to complain to you that /someone/ only commited to trunk/ ;-)
[19:15:18] <girls> yes, it does
[19:15:38] <girls> any change to the PKGBUILD reschedules the package
[19:15:46] <samantaz> Does someone here know how to host a mirror?
[19:15:48] <girls> which increases the sub_pkgrel (if necessary)
[19:15:52] <girls> yes
[19:15:54] <girls> samantaz: ^
[19:16:31] <elibrokeit> girls: ok, go ahead and rebuild things now :)
[19:16:36] <girls> samantaz: where is your server (geogryphically)?
[19:16:52] <girls> *geographically
[19:16:56] <samantaz> girls: Is it the same as for upstream?
[19:17:12] <girls> well, you need to mirror from mirror.archlinux32.org, obviously
[19:17:50] <samantaz> I mean, there is not "level 1/2" restriction?
[19:18:07] <samantaz> ter 1/2*
[19:18:08] <girls> we don't have that many mirrors - all of them sync from the master :-)
[19:18:10] <samantaz> tier*
[19:18:30] <samantaz> using rsync, I presume?
[19:18:35] <girls> yes
[19:18:45] <samantaz> What is the total size?
[19:19:07] <girls> 57GB, currently
[19:19:27] <girls> it might grow, but it should stay below 100GB
[19:20:18] <samantaz> okay. Upstream is 130G atm, plus 30G buffer needed
[19:20:56] <girls> upstream is 45G
[19:21:01] <girls> at least on my mirror ...
[19:21:10] <girls> I'm afk ... dinner
[19:22:39] <samantaz> cya
[20:04:28] -!- deep42thought has joined #archlinux32
[20:04:29] <buildmaster> Hi deep42thought!
[20:04:29] <buildmaster> !rq deep42thought
[20:04:29] <phrik> buildmaster: <deep42thought> *mimimi* tyzoid *mimimimi*
[20:04:52] <deep42thought> samantaz: let me know under which url your mirror is available to the public and I'll add it to our mirrorlist
[20:05:23] <deep42thought> also a contact email address for my personal record would be nice, so I can contact you in case there is some issue
[20:05:51] <samantaz> deep42thought: well, nothing is done yet xD
[20:06:15] <samantaz> I have to check How I can rsync to my server.
[20:10:02] <deep42thought> no hurry, just let me know the details, when you have set it up :-)
[20:11:53] <samantaz> okay !
[20:12:06] <samantaz> The only french mirror seems down
[20:13:19] <deep42thought> agoctrl?
[20:13:21] <deep42thought> works for me
[20:16:16] -!- DCyrax has quit [Remote host closed the connection]
[20:16:50] <deep42thought> samantaz: In case you're using the mirrorlist from github - we have moved to git.archlinux32.org when ms acquired github
[20:17:41] <samantaz> I saw the move, yes
[20:17:49] <samantaz> My issue is more about rsync.
[20:18:19] <samantaz> It's not a full server that I have (it is in a shared env.)
[20:18:23] <buildmaster> i686/go is broken (says buildknecht).
[20:18:47] <samantaz> I don't know if I can use rsync.
[20:18:59] <deep42thought> oh
[20:19:21] <deep42thought> not using rsync sounds like a big drawback
[20:20:51] <samantaz> ikr ^^
[20:39:54] <elibrokeit> well, i486 musl finally built, kernel-headers-musl soon I guess
[20:40:28] <elibrokeit> once musl can finally move to community I will rebuild pacman-static with a bunch of updated staticlibs
[20:56:47] -!- deep42thought has quit [Quit: Leaving.]
[20:58:14] -!- yans has joined #archlinux32
[22:02:07] <buildmaster> i686/pandoc-crossref is broken (says nlopc46) - I rescheduled: pandoc.
[23:11:56] -!- samantaz has quit [Ping timeout: 250 seconds]