#linuxcnc-devel | Logs for 2016-05-20

Back
[00:07:09] -!- kingarmadillo has quit [Ping timeout: 276 seconds]
[00:30:04] -!- archivist [archivist!~archivist@host81-149-189-98.in-addr.btopenworld.com] has joined #linuxcnc-devel
[00:32:04] -!- the_wench [the_wench!~the_wench@host81-149-189-98.in-addr.btopenworld.com] has joined #linuxcnc-devel
[00:54:40] -!- rob_h has quit [Ping timeout: 260 seconds]
[00:56:14] <mozmck> interesting piece: https://bitquabit.com/post/unorthodocs-abandon-your-dvcs-and-return-to-sanity/
[00:56:33] -!- tobias47n9e_ has quit [Ping timeout: 276 seconds]
[00:57:36] <jepler> > Let me tell you something. Of all the time I have ever used DVCSes, over the last twenty years if we count Smalltalk changesets and twelve or so if you don’t, I have wanted to have the full history while offline a grand total of maybe about six times
[00:57:42] <jepler> wow absolutely disagree
[00:58:00] <jepler> having all the history local enables a lot of things
[00:58:22] <mozmck> yeah, I don't agree with that point, but he has some good points.
[00:59:26] <jepler> and obviously I haven't worked on a project that has a history with many many binary blobs, but yeah you should not use vanilla git for that.
[00:59:55] <mozmck> I'm probably going to switch to svn for my kicad projects at some point. We really need the ability to have a "checkout" that locks the project or files.
[01:03:16] <mozmck> But I like git for source code projects.
[01:07:24] -!- remstw has quit [Ping timeout: 276 seconds]
[01:07:57] -!- kingarmadillo has quit [Ping timeout: 250 seconds]
[01:11:51] -!- Connor [Connor!~Connor@c-67-187-108-117.hsd1.tn.comcast.net] has joined #linuxcnc-devel
[02:07:10] -!- andypugh [andypugh!~andypugh@12.1.118.71] has joined #linuxcnc-devel
[02:08:06] <seb_kuzminsky> i'd always pick git for all project tracking things that look like source code
[02:09:25] <seb_kuzminsky> jepler: thanks for looking at zultron's bug report, is it in the gui or in emcStat do you think?
[02:09:48] <seb_kuzminsky> oh, i see his comments, look like at least part of the problem is in interp
[02:12:04] <jepler> if you have "things that can't be diffed or merged, or where even an inconsequential change changes most of the bits", you need to work on that problem before you use a standard VCS to store revisions of the file over time.
[02:13:34] <jepler> seb_kuzminsky: I don't know where the problem lies, but it's clearly one of these things where we have a task state, an interpreter state, and maybe a third state related to read ahead
[02:14:15] <andypugh> “If we were doing it again, we wouldn;t start here”
[02:21:11] -!- skunksleep has quit [Ping timeout: 250 seconds]
[02:27:29] -!- andypugh has quit [Quit: andypugh]
[02:34:22] -!- ktchk [ktchk!~eddie6929@n219079096051.netvigator.com] has joined #linuxcnc-devel
[02:37:15] -!- Roguish has quit [Quit: ChatZilla 0.9.92-rdmsoft [XULRunner 35.0.1/20150122214805]]
[02:39:38] -!- skunksleep [skunksleep!~AndChat14@str-broadband-ccmts-ws-26.dsl.airstreamcomm.net] has joined #linuxcnc-devel
[02:44:16] <jepler> and therein lies the lure of starting over
[02:46:50] <seb_kuzminsky> axis doesnt handle high-dpi screens well - the text is illegibly small
[02:47:30] <cradek> ahh, someone should get me one to "test" with
[02:47:43] <cradek> (I'm surprised it doesn't use the system dpi setting)
[02:47:57] <cradek> are you sure your X dpi is configured right?
[02:48:00] <seb_kuzminsky> i'd show you a screenshot, but it wouldn't do the experience justice
[02:48:14] <seb_kuzminsky> everything else looks right
[02:48:28] <cradek> that doesn't really answer my question...
[02:48:38] <cradek> I bet 7 generations of CADTs have invented their own way to manage dpi
[02:48:56] <seb_kuzminsky> i see nothing about dpi in xdpyinfo
[02:48:58] <cradek> so if all your apps are a toolkit from generation CADT6...
[02:49:16] <seb_kuzminsky> oh, no, there it is
[02:49:26] <seb_kuzminsky> resolution: 96x96 dots per inch
[02:49:30] <seb_kuzminsky> that doesnt seem right
[02:49:37] <seb_kuzminsky> dimensions: 3840x2160 pixels (1016x571 millimeters)
[02:50:11] <seb_kuzminsky> should be more like 250 dpi
[02:50:13] <cradek> it's *possible* fixing that will fix it
[02:50:23] <seb_kuzminsky> i'll look into it
[02:50:25] <cradek> yeah try it first anyway
[02:50:29] <seb_kuzminsky> sorry i accused axis
[02:50:45] <cradek> oh it'll probably still look weird in some way IF the text changes size
[02:50:54] <cradek> the icons sure won't scale
[02:53:28] <cradek> I still use rcs where I'm working alone and my VC problems are simple and single-file based
[02:53:55] <cradek> using git for my server's firewall config file would be much worse than rcs
[02:54:27] <cradek> same for something like .procmailrc or .bashrc
[02:54:44] -!- andypugh [andypugh!~andypugh@12.1.118.71] has joined #linuxcnc-devel
[02:54:48] -!- andypugh has quit [Client Quit]
[02:54:55] <seb_kuzminsky> ooh i love having my .bashrc in git
[02:55:03] <cradek> what would you do, have your whole home directory be a git repo and the history for those two files that have nothing to do with one another be mingled together?
[02:55:10] <seb_kuzminsky> first thing i do on a new machine is clone my dot-files.git
[02:55:18] <cradek> huh
[02:55:31] <cradek> so your ~ is a git checkout of dot-files.git?
[02:55:38] <seb_kuzminsky> dot-files.git includes a script named install-symlinks, that links dot-files/.bashrc to $HOME (etc)
[02:55:49] <seb_kuzminsky> no, $HOME is just a regular directory
[02:55:50] <cradek> oh, that's sounding stupid now, sorry :-)
[02:56:35] <seb_kuzminsky> but it's nice having my bashrc, screenrc, vimrc, gitconfig, etc consistent across all my machines
[02:56:47] <cradek> that's the least bad poison though, I bet, compared to ~ being git and almost all the files showing up stupidly in git status etc
[02:57:10] <seb_kuzminsky> yeah managing that .gitignore would be a pain
[02:57:20] <cradek> you'd need .gitdontignore
[02:57:30] <seb_kuzminsky> *
[02:57:41] <seb_kuzminsky> !.bashrc
[02:57:42] <seb_kuzminsky> etc
[02:57:57] <cradek> does that work?
[02:58:03] <seb_kuzminsky> yeah
[02:58:06] <seb_kuzminsky> :-)
[02:58:08] <cradek> that's pretty cool
[02:58:19] <seb_kuzminsky> but i prefer the symlink way
[02:58:47] <cradek> but it still feels like a file-based system would be better, because if the files are independent, everything about git works wrong
[02:59:23] <seb_kuzminsky> it's version tracking for your working environment, not for several unrelated files
[02:59:49] <seb_kuzminsky> and it's crucially got to have good clone-across-the-network and sync multiple machines together
[03:00:15] <cradek> you're right
[03:00:53] <cradek> do you have a bunch of portability hackery to support different versions of dotfile-using things?
[03:01:26] <seb_kuzminsky> just in my .vimrc, everything else is a single file for all versions of the things they configure
[03:01:30] <cradek> I know I've had trouble with .muttrc, .screenrc, especially .emacs when there is version skew (could probably think of more if I try for a minute)
[03:02:08] <cradek> interesting
[03:02:22] <seb_kuzminsky> err, no, i think i took that out when i realized all my machines had vim 7.something
[03:02:26] <cradek> (emacs is just terrible for that and you probably just don't use it)
[03:02:33] <seb_kuzminsky> ... yeah
[03:02:54] <seb_kuzminsky> isnt the config file a lisp script? so what's the problem? :-P
[03:03:02] <cradek> CADT
[03:03:53] <seb_kuzminsky> certificate of ancestral domain title?
[03:05:53] <cradek> https://www.jwz.org/doc/cadt.html
[03:06:06] <cradek> jeez I hate to quote jwz nowadays
[03:06:21] <cradek> I guess one can be right about some things and wrong about others
[03:07:02] <seb_kuzminsky> i see
[03:07:21] <seb_kuzminsky> i dont know if blaming it on teenagers is accurate here
[03:07:37] <seb_kuzminsky> CAD-Old-Hackers
[03:07:46] <cradek> probably
[03:08:37] <cradek> yeah it's not like they have any young people doing unnecessary rewrites
[03:08:41] <seb_kuzminsky> i certainly see that in myself - usually at the end of the day i want to do something fun and relaxing, and squishing bugs that dont bite me doesn't always satisfy
[03:08:43] <cradek> just churn
[03:15:27] -!- skunksleep has quit [Ping timeout: 276 seconds]
[03:17:31] -!- skunksleep [skunksleep!~AndChat14@str-broadband-ccmts-ws-26.dsl.airstreamcomm.net] has joined #linuxcnc-devel
[03:17:51] -!- zeeshan-shop has quit [Remote host closed the connection]
[03:21:43] <cradek> I think I want that dpi, but in reality it'd just make my old favorite 75ish dpi fonts unreadable, and I'd be sad about that
[04:14:00] -!- ktchk has quit [Read error: Connection reset by peer]
[04:17:48] -!- ve7it has quit [Remote host closed the connection]
[04:38:15] <KGB-linuxcnc> 03chris morley 05master 5c1bad8 06linuxcnc 10lib/python/gladevcp/tooledit_widget.py gladevcp: add functions to change title and tab font * 14http://git.linuxcnc.org/?p=linuxcnc.git;a=commitdiff;h=5c1bad8
[04:38:16] <KGB-linuxcnc> 03chris morley 05master edcaf9f 06linuxcnc 10docs/src/gui/gladevcp.txt docs: update gladevcp tooledit widget doumentation * 14http://git.linuxcnc.org/?p=linuxcnc.git;a=commitdiff;h=edcaf9f
[04:41:12] -!- cmorley [cmorley!~chris@S0106204e7f8c229b.no.shawcable.net] has joined #linuxcnc-devel
[05:13:45] -!- Connor has quit [Ping timeout: 276 seconds]
[05:22:32] -!- Connor [Connor!~Connor@c-67-187-108-117.hsd1.tn.comcast.net] has joined #linuxcnc-devel
[05:40:47] -!- Miner_48er has quit [Remote host closed the connection]
[05:54:36] -!- persina has quit [Ping timeout: 250 seconds]
[06:01:35] -!- zeeshan-shop [zeeshan-shop!~zeeshan@CPE84948c379051-CM84948c379050.cpe.net.cable.rogers.com] has joined #linuxcnc-devel
[06:01:51] -!- skunksleep has quit [Ping timeout: 276 seconds]
[06:06:22] -!- kwallace [kwallace!~kwallace@162.222.28.6] has parted #linuxcnc-devel
[06:15:48] -!- skunksleep [skunksleep!~AndChat14@str-broadband-ccmts-ws-26.dsl.airstreamcomm.net] has joined #linuxcnc-devel
[06:22:25] -!- skunksleep has quit [Ping timeout: 252 seconds]
[06:24:53] -!- JT-Shopp [JT-Shopp!~john@198.45.191.246] has joined #linuxcnc-devel
[06:25:19] -!- zeeshan|2 [zeeshan|2!~kvirc64@CPE84948c379051-CM84948c379050.cpe.net.cable.rogers.com] has joined #linuxcnc-devel
[06:28:27] -!- JT-Shop has quit [Ping timeout: 260 seconds]
[06:28:28] -!- zeeshan has quit [Ping timeout: 260 seconds]
[06:52:07] -!- teepee_ [teepee_!~teepee@unaffiliated/teepee] has joined #linuxcnc-devel
[06:53:00] -!- teepee has quit [Ping timeout: 244 seconds]
[06:53:00] teepee_ is now known as teepee
[06:56:05] -!- skunksleep [skunksleep!~AndChat14@str-broadband-ccmts-ws-26.dsl.airstreamcomm.net] has joined #linuxcnc-devel
[08:09:15] -!- skunksleep has quit [Read error: Connection reset by peer]
[08:14:59] -!- Komzpa has quit [Ping timeout: 260 seconds]
[08:35:24] -!- rob_h [rob_h!~robh@97e42a64.skybroadband.com] has joined #linuxcnc-devel
[08:54:00] -!- gaute has quit [Ping timeout: 250 seconds]
[09:32:59] -!- b_b has quit [Changing host]
[09:42:30] -!- kalxas has quit [Changing host]
[09:51:32] -!- tinkerer [tinkerer!~tinkerer@mail.play-pla.net] has joined #linuxcnc-devel
[10:34:18] -!- Daerist has quit [Quit: Leaving]
[12:03:34] -!- kingarmadillo has quit [Ping timeout: 240 seconds]
[12:06:33] -!- patsy has quit [Ping timeout: 246 seconds]
[12:14:30] <jepler> .. my little usb-ethernet test went south overnight. from the kernel log, it appears the dongle reported the interface state changed from down to up multiple times overnight, so obviously that's not going to work out.
[12:15:59] <jepler> boy even on this desktop you feel the fan slow down as soon as you exit realtime
[12:21:09] <tinkerer> Hi
[12:22:28] <tinkerer> are there some interests on a working image for the raspi2 with lcnc and hm2 spi driver?
[12:25:41] <tinkerer> at the moment it works with machinekit
[12:28:19] -!- patsy_ has quit [Quit: If you can't laugh at yourself, make fun of other people.]
[12:56:46] -!- b_b has quit [Read error: Connection reset by peer]
[12:57:07] -!- b_b has quit [Changing host]
[13:03:36] -!- gaute has quit [Ping timeout: 250 seconds]
[13:06:25] <jepler> tinkerer: we would be happy to take working hardware drivers in our tree.
[13:06:55] <jepler> I think producing a whole installer image for a new piece of hardware is not something we can take on without a developer dedicated to doing it.
[13:22:10] <pcw_home> jepler: I tried s USB--> ethernet adapter a year or 2 ago, similar results:
[13:22:12] <pcw_home> it would run cheerfully for a hour or so and then get a 10 ms delay for no apparent reason
[13:24:00] <cradek> tinkerer: I'm unclear about what you're asking - are you offering to do this work, looking for collaborators, or asking for someone to do it?
[13:38:38] <tinkerer> cradek: @ 1st I'm checking if there some interests because in the past there were some resentments against lcnc on raspi.
[13:43:12] <archivist> I thought it was practical issues, speed and memory dunno how the new one shapes up
[13:47:42] <tinkerer> nice sweeping statement...
[13:52:58] <archivist> not intended as a sweeping statement at all, I dont have one just watch what people say
[13:53:05] -!- kalxas has quit [Ping timeout: 244 seconds]
[13:53:22] <tinkerer> http://tom-itx.no-ip.biz:81/~tom-itx/irc/logs/%23linuxcnc-devel/2016-02-03.html#10:34:05
[14:06:29] <cradek> tinkerer: I bet some people are interested in it and others aren't, and it's OK to do work that not *everyone* agrees is worthwhile
[14:06:56] <cradek> and ... it's not a tablet, is it? I don't see how skunkworks's comment even applies
[14:09:32] <tinkerer> it was a sweeping statement in order to stop the discussion
[14:10:32] <tinkerer> but never mind
[14:13:10] -!- AphelionZ has quit [Quit: Connection closed for inactivity]
[14:13:17] <tinkerer> I need some reviewers for my sources due to the hacks I've made for compiling without a full source tree.
[14:13:17] <archivist> I did not get that impression at all
[14:13:26] kalxas_ is now known as kalxas
[14:13:57] <tinkerer> but particular? ;)
[14:14:11] <cradek> tinkerer: are you talking about adding a hardware driver to linuxcnc? we're absolutely interested in people doing that
[14:14:27] <cradek> tinkerer: please go on about what specifically you are asking for people to do
[14:16:08] -!- Roguish [Roguish!~chatzilla@c-50-143-183-159.hsd1.ca.comcast.net] has joined #linuxcnc-devel
[14:19:00] <tinkerer> in the next few days I will push some code to my github repo then I will ask again.
[14:21:09] <cradek> cool
[14:21:32] <cradek> forking linuxcnc and putting your new stuff on a branch is a great way to share for review
[14:22:34] <tinkerer> this is the 2nd step
[14:23:24] <tinkerer> @ 1st I need a working env for lcnc on the raspi
[14:24:34] <cradek> is there a rt-preempt kernel for it? if so, I think linuxcnc will just build and run
[14:25:07] <cradek> because linuxcnc is known to build and run on armhf platform
[14:25:13] <tinkerer> otherwise it's too pingpong like :)
[14:25:59] <tinkerer> follow my link above :D
[14:26:20] <cradek> I did
[14:28:11] <cradek> what do you want me to look for there?
[14:28:37] <tinkerer> not now
[14:29:03] <cradek> (?)
[14:29:09] <cradek> I don't understand what you're saying
[14:29:36] <tinkerer> don't be to serious :)
[14:30:57] <cradek> I'm trying to help you
[14:31:15] <cradek> I'm often really unsure what you are asking/doing/wanting
[14:31:39] <tinkerer> it was a side blow about the discussion and my question in the link
[14:31:55] <cradek> what question?
[14:37:47] <tinkerer> arm support and cross compiling
[14:39:12] <cradek> building and running on the armhf platform IS known to work
[14:39:22] <archivist> and welcomed
[14:39:25] <cradek> I don't think our build system currently supports cross-compiling
[14:39:28] <tinkerer> yes but anyway
[14:42:00] <tinkerer> yes but this discussion leads to nowhere
[14:42:23] <tinkerer> now I will made my own image
[14:44:02] <tinkerer> but I will need some guidance
[14:44:20] <tinkerer> but not now
[14:44:52] <tinkerer> I will be back :)
[15:00:25] <jepler> pcw_home: I thought the outcome might be different with now that linuxcnc handles packet loss, but my experience is otherwise
[15:01:18] <jepler> It is not that we don't want to support armhf platforms or add hardware drivers. But the form in which the people now behind machinekit offered their code was not acceptable to us, which led to us going separate ways.
[15:01:53] <jepler> and somehow this has become ar umor that we don't want to accept code to run on trhese boards, which is false.
[15:01:58] <jepler> become a rumor
[15:02:28] <pcw_home> it may be dongle specific, I never got linkup/down problems just random dropouts of 8-10 ms
[15:04:14] <pcw_home> (with some random 1Gbe USB adapter)
[15:04:14] -!- kwallace [kwallace!~kwallace@162.222.30.254] has joined #linuxcnc-devel
[15:05:33] <tinkerer> it sounds like people behind a cross or a half moon....
[15:06:05] <tinkerer> I'm not behind mk. I just use it.
[15:06:25] <tinkerer> like lcnc
[15:27:33] -!- Komzpa has quit [Ping timeout: 276 seconds]
[15:36:39] -!- ivansanchez has quit []
[15:47:24] -!- sacarlson_ has quit [Ping timeout: 250 seconds]
[16:36:17] -!- kingarmadillo has quit [Ping timeout: 260 seconds]
[16:47:15] -!- kingarmadillo has quit [Ping timeout: 260 seconds]
[16:54:47] -!- emc has quit [Remote host closed the connection]
[16:58:12] -!- emc [emc!~emc@198.45.191.246] has joined #linuxcnc-devel
[17:04:13] <KGB-linuxcnc> 03Dewey Garrett 05joints_axes14 ca2f492 06linuxcnc 10src/emc/motion/control.c motion/control.c disable teleop_tp at softlimit JA * 14http://git.linuxcnc.org/?p=linuxcnc.git;a=commitdiff;h=ca2f492
[17:26:35] -!- GJdan has quit [Remote host closed the connection]
[18:12:19] <seb_kuzminsky> http://devopsreactions.tumblr.com/post/144645169838/looking-at-old-code
[18:13:13] <cradek> roofers should get hazard pay
[18:54:30] <cradek> http://devopsreactions.tumblr.com/post/124823725833/systemd-evolving
[19:14:12] -!- ve7it [ve7it!~LawrenceG@S010648f8b3c3bc3b.pk.shawcable.net] has joined #linuxcnc-devel
[19:22:06] -!- md-2 has quit [Quit: Leaving...]
[19:37:14] -!- b_b has quit [Remote host closed the connection]
[19:59:55] <Tom_itx> it's a wonder we survive at all: http://tom-itx.no-ip.biz:81/~webpage/women_vs_men/whymendie_index.php
[20:02:20] JT-Shopp is now known as JT-Shop
[20:03:28] seb_kuzminsky is now known as seb_ShoppHoppity
[20:03:33] seb_ShoppHoppity is now known as seb_kuzminsky
[20:55:39] -!- Komzpa has quit [Ping timeout: 260 seconds]
[21:06:16] -!- logger[psha] has quit [Ping timeout: 252 seconds]
[21:07:31] -!- logger[psha] [logger[psha]!~loggerpsh@195.135.238.205] has joined #linuxcnc-devel
[21:39:20] <jepler> (also I propose that working on CNC software could be nicknamed DevShops)
[21:46:18] <tinkerer> Q: "or specify --disable-gtk to skip the parts of LinuxCNC that depend on GTK"
[21:46:34] <tinkerer> which parts are this?
[22:21:00] <jepler> I would be very surprised if that flag works, nobody exercises it. it would control very old gtk-based parts of the system like halscope, if it works at all.
[22:30:45] <tinkerer> it sounds like "looking-at-old-code" :)
[22:31:42] <tinkerer> another Q: "Required OpenGL header missing." which package is it?
[22:34:28] <tinkerer> "Install it, or specify --disable-python to skip the parts of LinuxCNC that depend on Python" :D
[22:34:50] <tinkerer> sounds like "or don't use linuxcnc"
[22:43:50] <tinkerer> wow! i got the famous hashtag rectangle! :)
[22:57:48] <skunkworks> yay!
[22:58:22] <skunkworks> this laptop seems to run rt_preempt well
[22:58:36] <skunkworks> if you turn off speed step in the bios
[22:58:47] <skunkworks> otherwise it gets a bit hot
[23:03:44] <skunkworks> I had the previous rt_preempt kernel (4.4.7) cause reboots every so often. The latest doesn't seem to. so far (I would come back to the laptop in the morning and it would be at the login screen)
[23:22:32] <skunkworks> so far - this one hasn't rebooted
[23:23:12] <skunkworks> hasn't hmm - spell checking says hasn't is wrong.
[23:31:41] <seb_kuzminsky> tinkerer: GL/gl.h is in mesa-common-dev, and GL/glu.h is in libglu1-mesa-dev (on my Debian Jessie system)
[23:34:35] <tinkerer> seb_kuzminsky: thanks, but in the meantime it compiles :)
[23:36:31] <tinkerer> err. is compiling
[23:36:42] <seb_kuzminsky> welcome, happy to help
[23:37:48] <tinkerer> how long needs your arm buildbot for a fresh full make?
[23:38:57] <seb_kuzminsky> looks like ~33 minutes for full build & test
[23:38:59] <seb_kuzminsky> http://buildbot.linuxcnc.org/buildbot/builders/1405.rip-wheezy-armhf/builds/2341
[23:40:32] -!- kalxas has quit [Quit: Goodbye]
[23:44:56] <tinkerer> heh, ok 58 min with pseudo cross compiling in qemu.
[23:45:25] <seb_kuzminsky> i tried qemu for arm builds (on a pretty fast amd64 host) and i was unhappy with the speed
[23:45:42] -!- rob_h has quit [Ping timeout: 244 seconds]
[23:45:43] <seb_kuzminsky> i'm currently using an Odroid U3 for armhf builds
[23:45:55] <seb_kuzminsky> it's annoying in other ways, but it's relatively cheap and relatively fast
[23:46:07] <tinkerer> how can I make deb packages?
[23:46:46] <seb_kuzminsky> the simple way is:
[23:46:49] <seb_kuzminsky> cd debian
[23:46:55] <seb_kuzminsky> ./configure uspace
[23:46:56] <seb_kuzminsky> cd ..
[23:47:14] <seb_kuzminsky> dpkg-buildpackage -b -uc
[23:47:42] <seb_kuzminsky> that'll compile everything, build the debs, and deposit them in ..
[23:48:23] <seb_kuzminsky> the slower but more reliable way is to do the build in a controlled chroot, using pbuilder or sbuild
[23:48:26] <seb_kuzminsky> the buildbot uses pbuilder
[23:50:03] <tinkerer> If I have a finished compilation and I use the simple way does it recompile all?
[23:50:47] <seb_kuzminsky> you can look at debian/rules to see what it will do
[23:51:23] <seb_kuzminsky> you can see that it runs configure unconditionally, i think that will touch config.h and cause a bunch of recompilation
[23:51:40] <seb_kuzminsky> but i'm not totally sure - you'll have to try it
[23:51:56] <tinkerer> and whats your experience?
[23:52:01] <tinkerer> ok :)
[23:52:08] <seb_kuzminsky> i never do that, so i have no experience with it
[23:52:22] <seb_kuzminsky> i build debs from a clean tree, in order to make it as repeatable as possible
[23:52:45] <tinkerer> ok
[23:53:34] <tinkerer> unknown distribution: Raspbian-8.0
[23:53:58] <tinkerer> :) but successfully configured for 'uspace-Raspbian-8.0'-'uspace'..
[23:54:17] <seb_kuzminsky> yeah, debian/configure tries its best when you run it on some distro it doesn't know about
[23:54:34] <seb_kuzminsky> bbl, time for dinner
[23:54:37] <seb_kuzminsky> good luck!
[23:55:16] <tinkerer> bon appetit
[23:55:23] <tinkerer> thanks