*** admincomplex has quit IRC | 00:04 | |
*** admincomplex has joined #crux | 00:06 | |
*** saptech has quit IRC | 00:24 | |
*** saptech has joined #crux | 00:39 | |
*** admincomplex has quit IRC | 01:03 | |
*** admincomplex has joined #crux | 01:04 | |
*** onodera has quit IRC | 01:36 | |
*** druid_droid has quit IRC | 02:05 | |
*** geggam has joined #crux | 02:10 | |
*** _________mavric6 has quit IRC | 03:05 | |
*** _________mavric6 has joined #crux | 03:06 | |
*** tilman_ has joined #crux | 04:08 | |
*** tilman has quit IRC | 04:11 | |
*** tragique has joined #crux | 04:16 | |
*** blueness has quit IRC | 04:18 | |
*** blueness has joined #crux | 04:21 | |
*** Na3iL has joined #crux | 07:03 | |
*** tragique has quit IRC | 07:19 | |
frinnst | ][_R_][: no the bsd compright case probably | 07:27 |
---|---|---|
tilman | AT&T vs BSDi | 07:37 |
frinnst | http://splitsider.com/2016/08/this-seinfeld-911-spec-script-is-insane-and-incredible/ | 08:25 |
frinnst | holy shit | 08:26 |
*** nebg has left #crux ("Leaving") | 08:47 | |
*** tsaop has joined #crux | 09:09 | |
tsaop | hello | 09:09 |
tsaop | for the qt4 / qt5 / cmake problems wouldn't it be possible to use qtchooser? | 09:10 |
tsaop | i.e. install qt4 in /usr/share/qt4 and qt5 in /usr/share/qt5 and letting qtchooser handle it all? | 09:10 |
*** fengshaun has quit IRC | 10:02 | |
*** fengshaun has joined #crux | 10:03 | |
*** groovy2shoes has quit IRC | 11:09 | |
*** onodera has joined #crux | 12:15 | |
nwe | hello , I trying to compile httpup on a ubuntu machine, but I got this error.. http://pastebin.com/JaEWz9kc any idea how I should fix it ? | 12:50 |
*** tsaop has quit IRC | 12:54 | |
tilman | remove -Werror from the Makefile | 13:02 |
nwe | hmm okey, I will try that.. | 13:12 |
tilman | don't try | 13:12 |
tilman | do or do not | 13:12 |
nwe | I did that :) | 13:14 |
nwe | but know I got this http://pastebin.com/EQeXzqyn | 13:14 |
nwe | I have libcurl and libcurl-dev installed... | 13:15 |
tilman | mmh | 13:16 |
tilman | what happens when you try to link like this? | 13:17 |
tilman | g++ httpup.o fileutils.o argparser.o md5.o httpupargparser.o configparser.o main.o -o httpup -lcurl | 13:17 |
tilman | (the order of arguments matters if you try to link a static library/archive) | 13:17 |
*** nebg has joined #crux | 13:19 | |
nwe | it worked with g++ httpup.o fileutils.o argparser.o md5.o httpupargparser.o configparser.o main.o -o httpup -lcurl | 13:19 |
*** nebg has left #crux ("Leaving") | 13:19 | |
nwe | thanks alot tilman ! | 13:19 |
tilman | hold your horses | 13:20 |
tilman | dpkg -L libcurl-dev | grep so | 13:20 |
*** pejman has quit IRC | 13:20 | |
tilman | what directory does libcurl*.so live in? | 13:20 |
tilman | also http://hyperboleandahalf.blogspot.com/2010/04/alot-is-better-than-you-at-everything.html | 13:21 |
*** pejman has joined #crux | 13:21 | |
tilman | you could try: | 13:21 |
tilman | g++ httpup.o fileutils.o argparser.o md5.o httpupargparser.o configparser.o main.o -o httpup $(curl-config --libs) | 13:22 |
tilman | i'd make sure it's linked dynamically, which i suspect is not what you have right now | 13:22 |
nwe | sure 1 sec | 13:28 |
*** Romster has quit IRC | 13:31 | |
nwe | tilman: I run make so it build httpup.o fileutils.o argparser.o md5.o httpupargparser.o configparser.o main.o | 13:31 |
*** Romster has joined #crux | 13:31 | |
nwe | and after g++ httpup.o fileutils.o argparser.o md5.o httpupargparser.o configparser.o main.o -o httpup $(curl-config --libs) | 13:31 |
nwe | and it compile httpup | 13:32 |
onodera | does anyyone know hhow to read exfat? | 13:55 |
onodera | got it | 13:58 |
onodera | (fuse) | 13:58 |
cruxbot | [xorg.git/3.2]: libinput: update to 1.4.1 | 14:53 |
*** lounge has joined #crux | 15:01 | |
*** lounge has left #crux ("WeeChat 1.4") | 15:20 | |
*** lounge has joined #crux | 15:20 | |
cruxbot | [opt.git/3.2]: cmus: inlcude themes | 15:27 |
cruxbot | [contrib.git/3.2]: redis: 3.2.0 -> 3.2.3 | 16:04 |
cruxbot | [contrib.git/3.2]: lighttpd: 1.4.39 -> 1.4.41 | 16:07 |
*** Workster has quit IRC | 16:55 | |
*** qpllzsiylscyopia has joined #crux | 16:55 | |
*** Workster has joined #crux | 16:55 | |
cruxbot | [opt.git/3.2]: xfsprogs: update to 4.7.0 | 17:01 |
*** blueness has quit IRC | 17:34 | |
*** blueness has joined #crux | 17:46 | |
pedja | oh, the joys of dealing with bureaucracy (of course I googled the proper spelling, duh) | 17:48 |
*** blueness has quit IRC | 17:48 | |
pedja | i wonder how many beers would it take to persuade my admin friend to let me have a couple of gigs of space on one of his servers... | 18:02 |
*** Na3iL has quit IRC | 18:04 | |
frinnst | what do you need pedja? | 18:07 |
pedja | frinnst: couple of gigs of space to host the source for some of my ports, keeping them in the git repo is lame :) | 18:08 |
tilman | are those ports *that* special that nobody else is mirroring the tarballs? | 18:09 |
tilman | .oO(PKGMK_SOURCE_MIRRORS and usual suspects like gentoo mirrors) | 18:09 |
pedja | git snapshots, mostly. | 18:10 |
pedja | and 'git clone $foo; git co $commit' is not ideal :) | 18:11 |
tilman | i'd use "git archive" to create a tarball (without history) and host that | 18:12 |
tilman | alternatively, you do limit the history depth when cloning? | 18:12 |
tilman | storing full history in those snapshots would be silly | 18:13 |
pedja | git_archive_all python script is pretty nice for that.it can checkout and package submodules, too, if that's what I want. | 18:14 |
tilman | just checking that you know what you're doing :] | 18:15 |
pedja | heh.I know just enough to be dangerous :) | 18:15 |
frinnst | msg me your ssh pub and i'll sort you out | 18:19 |
pedja | oh, thank you :) | 18:20 |
*** blueness has joined #crux | 18:32 | |
*** blueness has quit IRC | 18:34 | |
*** lounge has left #crux ("WeeChat 1.4") | 19:33 | |
*** blueness has joined #crux | 20:05 | |
*** Romster has quit IRC | 20:15 | |
*** Romster has joined #crux | 20:16 | |
teK_ | tilman: does git archive do more than git clone --depth=1 . ../software-1.0 && cd .. ; tar -czvf software-1.0.tar.gz software-1.0 && rm -r software-1.0? | 20:40 |
teK_ | Yes. rm -r .git inside the new directory ;) | 20:40 |
pedja | teK_: i am using this: https://github.com/Kentzo/git-archive-all | 20:43 |
tilman | teK_: the _effect_ is the same, but it doesn't clone. you call it from an existing repo | 20:43 |
*** heroux has quit IRC | 20:43 | |
*** heroux has joined #crux | 20:43 | |
tilman | teK_: though i think you can also use it to ask git-daemon on a remote end to do the archiving for you | 20:44 |
teK_ | k. so I learned something new today | 20:46 |
teK_ | -1 | 20:55 |
cruxbot | [opt.git/3.2]: libpng: updated to 1.6.24 | 21:03 |
onodera | teK_: oh btw, I'm running seamonkey aurora with system-cairo again | 21:24 |
onodera | and it seems to work just fine now | 21:24 |
teK_ | great but you probably mean to hilight somebody else | 21:25 |
onodera | erm let me check | 21:25 |
onodera | oh yes | 21:25 |
onodera | frinnst: ^ | 21:26 |
onodera | I think firefox might build with system-cairo as well, my seamonkey seems to be using the gecko firefox 49 uses | 21:27 |
*** Romster has quit IRC | 21:34 | |
*** Romster has joined #crux | 21:34 | |
frinnst | builds, yes | 21:43 |
frinnst | but crashes a lot | 21:43 |
frinnst | they have patched cairo quite a bit iirc | 22:53 |
frinnst | and i'd be surprised if they had rolled back those | 22:53 |
onodera | the LFS handbook says to disable cairo on seamonkey (2.39) as well | 22:56 |
onodera | so it seems like seamonkey uses (or used) the same patched cairo. Anyways, like I said, I've been using system cairo for the past week or so now, and it works absolutely flawlessly, with 0 crashes | 22:57 |
onodera | that's just on my machine though | 22:57 |
frinnst | sweet | 22:59 |
frinnst | i'll give it another go with the latest beta later | 22:59 |
cruxbot | [contrib.git/3.2]: afl: 2.13b -> 2.27b | 23:31 |
saptech | hiya all | 23:39 |
saptech | does anyone here, those who live in the States, use google's Project Fi services? | 23:40 |
saptech | I'm thinking on switching to it. I can get the Nexus 5x phone at a good discount also. I need a new phone | 23:41 |
frinnst | 5x is pretty sweet | 23:41 |
frinnst | no idea what project fi is though | 23:41 |
frinnst | <- swedish | 23:41 |
saptech | yes it, sign up with PF and get it for $199 | 23:42 |
saptech | PF is google's phone carrier service | 23:42 |
saptech | the service sounds pretty good, it uses 3 different carriers for the best speed, Tmobile, Sprint & US Cellular | 23:43 |
saptech | some how it will find the best one for the area you're in and it works with wifi | 23:43 |
saptech | plus you only pay for the data you use | 23:44 |
saptech | this sounds like a win win situation, at least for some | 23:44 |
saptech | but it only works with Nexus phone, 6p & 5x | 23:44 |
frinnst | mine is a company phone. free is always nice :> | 23:45 |
saptech | lol | 23:46 |
saptech | can't beat free | 23:46 |
saptech | well one reason I bring it up is, the website say the phone discount ends Aug. 11, so I need to convince the wife I need a new phone that will cost $200 | 23:47 |
frinnst | ouch, good luck with that :> | 23:47 |
saptech | right | 23:47 |
Generated by irclog2html.py 2.14.0 by Marius Gedminas - find it at mg.pov.lt!