dbrooke has quit [Read error: Connection reset by peer]
dbrooke_ has joined #crux
groovy2shoes has quit [Ping timeout: 248 seconds]
groovy2shoes has joined #crux
brian|lfs has joined #crux
<darfo>
crux-3.7 torrent has 52 seeds and 509 peers
<SiFuh>
crux-3.7 torrent has 25 seeds and 136 peers and no one downloading
<joacim>
Tracker knows: 82 seeds and 0 leeches
<joacim>
we comparing?
<SiFuh>
If you want
Guest3421 has joined #crux
<Guest3421>
Hi everyone
<Guest3421>
I've noticed that Crux doesn't provide signature files for the installation ISO. Is there any particular reason for that? Also, is the package manager able to handle signature verifications?
<SiFuh>
The package manager will inform you if the signature is incorrect before compilation
<stenur>
does not have? well i guess there is some SHA file on some HTTPS that could be checked so signatures are hm overkill if you are veeerrryy pragmatic
<stenur>
it will be iterated out if you keep on going and update
<SiFuh>
The ISO does not need signature verification because you have an md5 file that comes with the ISO.
<stenur>
then again it seems a bit pissing to not include these tiny little helpers
<SiFuh>
As stenur had said it would be overkill to have signatures for each package as well
<stenur>
he
Guest3421 has quit [Ping timeout: 244 seconds]
guido_rokepo has quit [Quit: guido_rokepo]
mnkydeth has joined #crux
SiFuh has quit [Ping timeout: 250 seconds]
SiFuh has joined #crux
mnkydeth has quit [Quit: Lost terminal]
Guest3412 has joined #crux
Guest3412 has quit [Quit: Client closed]
mnkydeth has joined #crux
mnkydeth has quit [Quit: Lost terminal]
mnkydeth has joined #crux
<mnkydeth>
zlib-32 wont download the source. A simple number bump fixes it. 1.2.12 to 1.2.13
<mnkydeth>
@luke-skywalker <-- Just in case he reads the irc logs. Building up to steam on a fresh install. Seems gtk-32 needs atk, most likely atk-32. But I don't see atk in the normal ports list either. A quick search on the portsdb page shows https://crux.nu/portdb/?a=search&q=atk ... The gtk-32 Pkgfile does call for atk-32 however it's no longer in the compat-32 repo from what I can tell.
<mnkydeth>
hmm, using the Pkgfile there fails to build. Something may have replaced atk in Crux? I'll have to go back and read more logs. But it does seem there is a break in the 32bit compat ports because of it.
<mnkydeth>
at-spi2-core seems to have replaced atk in 3.7 but is still in 3.6? gkt-32 ... Anyways installing at-spi2-core-32 does allow gtk-32 to get further into the compile. But still fails.
<mnkydeth>
** Cannot link to Accessibility Toolkit. Accessibility Toolkit is required *** to build GTK+
<mnkydeth>
Looking at Arch's build of gtk2-32 and gtk3-32 it seems atk is needed for gtk2 but not gtk3. at-spi2 is used for gtk3. Removing gtk-32 from the depends line in the steam Pkgfile allows steam to install. You can do everything in steam, but when launching a game it never starts. So.... In comparison with Arch's build of steam we need to get gtk3-32 and get atk-32 back into working order I think.
frinnst has quit [Ping timeout: 248 seconds]
chrcav has quit [Ping timeout: 252 seconds]
chrcav has joined #crux
frinnst has joined #crux
<mnkydeth>
I went through and did a gtk3-32 with a lot of copy pasta and trial and error. I think it's a 32bit port. Still no luck on steam launching games. So... That brings me back to atk and getting it build for gtk-32 even though it was removed for 3.7 hmmm
ppetrov^ has quit [Quit: Leaving]
genpaku has quit [Read error: Connection reset by peer]
genpaku has joined #crux
<cruxbot>
[compat-32.git/3.6]: zlib-32: updated to version 1.2.13
<cruxbot>
[compat-32.git/3.7]: zlib-32: updated to version 1.2.13
<jaeger>
will test the gtk-32 thing, probably just the missing dep on 3.7, I'm guessing
<mnkydeth>
Yeah, I was gonna get a log posted. I'm not sure where the fault is yet.
stenur has quit [Remote host closed the connection]
<mnkydeth>
err, I mean, to clarify maybe ... gtk-32 faults out because it's missing atk-32 But, atk-32 was removed from 3.7
<mnkydeth>
atk-32 using the Pkgfile from the 3.6 repo fails to build as well on 3.7
stenur has joined #crux
<mnkydeth>
If you compile at-spi2-core-32 ... gtk-32 will make it a little further in the build process. But clearly indicates that it cannot find the Accessibility tool kit that atk provides.
<mnkydeth>
I assumed at-spi2-core-32 replaced atk but... thats me assuming things.
<jaeger>
gtk-32 from 3.7 should build with a proper at-spi2-core-32, yes
<jaeger>
Haven't gotten there yet in the build container
<jaeger>
Is it looking for a specific file? a .pc file or lib or something?
<mnkydeth>
I tried, I removed the atk-32 depend from the Pkgfile and added the at-spi2-core-32 but it still fails. I rebuilt all the depends just in case as well for gtk-32.