00:28:51 -!- DalekBaldwin [~Adium@75-142-59-12.static.mtpk.ca.charter.com] has quit [Quit: Leaving.] 01:38:03 -!- maxm [~user@unaffiliated/maxm] has quit [Ping timeout: 246 seconds] 01:58:29 -!- edgar-rft [~GOD@HSI-KBW-149-172-63-75.hsi13.kabel-badenwuerttemberg.de] has quit [Quit: session stopped because of missing subject] 02:25:14 pranavrc [~pranavrc@122.164.16.31] has joined #sbcl 02:25:15 -!- pranavrc [~pranavrc@122.164.16.31] has quit [Changing host] 02:25:15 pranavrc [~pranavrc@unaffiliated/pranavrc] has joined #sbcl 02:28:32 echo-area [~user@182.92.247.2] has joined #sbcl 02:39:02 -!- christoph_debian [~christoph@ppp-93-104-173-101.dynamic.mnet-online.de] has quit [Ping timeout: 240 seconds] 02:53:17 christoph_debian [~christoph@ppp-188-174-157-53.dynamic.mnet-online.de] has joined #sbcl 03:19:50 -!- Bike [~Glossina@wl-nat100.it.wsu.edu] has quit [Ping timeout: 256 seconds] 03:20:05 Bike [~Glossina@wl-nat100.it.wsu.edu] has joined #sbcl 03:27:21 -!- Bike [~Glossina@wl-nat100.it.wsu.edu] has quit [Ping timeout: 268 seconds] 03:28:30 Bike [~Glossina@wl-nat100.it.wsu.edu] has joined #sbcl 05:14:02 Bike_ [~Glossina@wl-nat100.it.wsu.edu] has joined #sbcl 05:14:18 -!- Bike [~Glossina@wl-nat100.it.wsu.edu] has quit [Read error: Connection reset by peer] 05:21:40 -!- slyrus [~chatzilla@107.200.11.156] has quit [Ping timeout: 245 seconds] 05:29:23 -!- Bike_ is now known as Bike 05:31:36 sdemarre [~serge@37.128-66-87.adsl-dyn.isp.belgacom.be] has joined #sbcl 05:55:18 -!- danlentz [~danlentz@c-68-37-70-235.hsd1.nj.comcast.net] has quit [Remote host closed the connection] 06:01:21 -!- Bike [~Glossina@wl-nat100.it.wsu.edu] has quit [Quit: leaving] 06:01:55 Bike [~Glossina@wl-nat100.it.wsu.edu] has joined #sbcl 06:46:37 -!- sdemarre [~serge@37.128-66-87.adsl-dyn.isp.belgacom.be] has quit [Ping timeout: 246 seconds] 07:01:16 DalekBaldwin [~Adium@75-142-59-12.static.mtpk.ca.charter.com] has joined #sbcl 07:09:27 -!- drmeiste_ [~drmeister@pool-71-185-168-200.phlapa.fios.verizon.net] has quit [Remote host closed the connection] 08:03:54 edgar-rft [~GOD@HSI-KBW-149-172-63-75.hsi13.kabel-badenwuerttemberg.de] has joined #sbcl 08:14:29 sdemarre [~serge@87.66.128.37] has joined #sbcl 08:31:37 stassats [~stassats@wikipedia/stassats] has joined #sbcl 08:40:24 stassats` [~stassats@wikipedia/stassats] has joined #sbcl 08:59:53 tcr [~tcr@95-90-245-81-dynip.superkabel.de] has joined #sbcl 09:04:52 -!- ASau [~user@p4FF97D9A.dip0.t-ipconnect.de] has quit [Remote host closed the connection] 09:05:20 ASau` [~user@p4FF97D9A.dip0.t-ipconnect.de] has joined #sbcl 09:14:19 -!- stassats [~stassats@wikipedia/stassats] has quit [Ping timeout: 246 seconds] 09:14:21 Let's say /usr/local/lib/sbcl/ exists and contains a valid sbcl installation, but I use /opt/sbcl/bin/sbcl core /opt/sbcl/lib/sbcl/ (and SBCL_HOME is empty), and I execute (require 'sb-concurrency) 09:14:48 will the fasls be loaded from /usr/local/lib/sbcl/sb-concurrency/ or from /opt/sbcl/lib/sbcl/sb-concurrency/ ? 09:15:07 i would think the former 09:15:13 but it's easy to check 09:15:47 Well, I just deleted an older version in /usr/local/lib/sbcl/ and I was surprised that /opt/sbcl/bin/sbcl core /opt/sbcl/lib/sbcl/sbcl.core and then (require 'sb-concurrency) would work 09:16:00 I would expected it to fail with ENOENT 09:16:14 it would work if you installed it with ./install.sh providing the right prefix 09:17:19 or even, built it with the right prefix 09:17:22 Ok, this is about a very old 1.0.45 whose install.sh I think didn't have any args. Regardless, I used the old INSTALL_ROOT=/opt/sbcl sh install.sh to install it 09:18:14 -!- sdemarre [~serge@87.66.128.37] has quit [Ping timeout: 240 seconds] 09:18:59 using (asdf:load-system :sb-concurrency :verbose t) reveals that indeed /opt/sbcl/lib/sbcl/sb-concurrency/ is used. (But as said, I already deleted /usr/local/lib/sbcl/) 09:19:33 then it means that it was built with this prefix 09:20:15 I'm afraid your might be wrong about that. /opt/sbcl/bin/sbcl will not complain about not finding its core file 09:20:24 s/not// 09:20:27 (duh) 09:22:54 ./make.sh --prefix=/opt/sbcl/ won't complain about anything and load the contribs from there 09:24:21 or you're saying that it complains when you do not specify --core? 09:25:49 in this case, specifying --core also sets SBCL_HOME to the directory of the core 09:25:55 attila_lendvai [~attila_le@unaffiliated/attila-lendvai/x-3126965] has joined #sbcl 09:28:07 I'm looking for a way to specify SBCL_HOME as a command-line flag. Empirically, it seems just passing core seems to have a tantamount effect 09:28:31 unless SBCL_HOME is already set 09:28:38 yes 09:29:07 set and not an empty string 09:29:18 so, --core is a way, but not the most robust one 09:31:33 I'm not sure there's a well-defined policy if command-line flags should trump environment variables or the other way around. I think command-line flags trumping environment variables is more common. 09:32:01 --core is not really for --set-sbcl-home 09:32:04 s/for// 09:32:11 Yeah 09:32:39 otherwise it'll break setting SBCL_HOME and --core 09:32:52 Such an option would be welcome by me. Upgrading our sbcl version is on the horizon but some steps ahead 09:33:45 -!- kludge` [~comet@unaffiliated/espiral] has quit [Ping timeout: 264 seconds] 09:36:23 is SBCL_HOME=home sbcl not an option? 09:36:46 kludge` [~comet@unaffiliated/espiral] has joined #sbcl 09:38:23 I want to get rid of relying on environment variables in our build process 09:45:42 -!- pranavrc [~pranavrc@unaffiliated/pranavrc] has quit [Quit: Ping timeout: ] 09:51:14 *attila_lendvai* +1's that 09:52:50 -!- DalekBaldwin [~Adium@75-142-59-12.static.mtpk.ca.charter.com] has left #sbcl 09:54:14 -!- xymox [lechuck@unaffiliated/contempt] has quit [Ping timeout: 240 seconds] 09:59:03 xymox [lechuck@unaffiliated/contempt] has joined #sbcl 10:20:43 -!- echo-area [~user@182.92.247.2] has quit [Read error: Connection reset by peer] 10:38:16 -!- ehaliewicz [~user@50-0-51-11.dsl.static.sonic.net] has quit [Ping timeout: 240 seconds] 10:45:37 stassats [~stassats@wikipedia/stassats] has joined #sbcl 11:05:54 -!- attila_lendvai [~attila_le@unaffiliated/attila-lendvai/x-3126965] has quit [Quit: Leaving.] 11:11:34 -!- stassats [~stassats@wikipedia/stassats] has quit [Ping timeout: 246 seconds] 11:13:46 stassats [~stassats@wikipedia/stassats] has joined #sbcl 11:13:56 -!- stassats [~stassats@wikipedia/stassats] has quit [Remote host closed the connection] 11:15:48 lufu [~user@5.254.129.169] has joined #sbcl 11:19:27 danlentz [~danlentz@c-68-37-70-235.hsd1.nj.comcast.net] has joined #sbcl 11:22:05 pranavrc [~pranavrc@unaffiliated/pranavrc] has joined #sbcl 11:26:30 angavrilov [~angavrilo@217.71.227.190] has joined #sbcl 11:26:47 davazp [~user@92.251.229.237.threembb.ie] has joined #sbcl 11:42:51 ASau`` [~user@p4FF96E42.dip0.t-ipconnect.de] has joined #sbcl 11:46:15 -!- ASau` [~user@p4FF97D9A.dip0.t-ipconnect.de] has quit [Ping timeout: 245 seconds] 11:46:55 -!- davazp [~user@92.251.229.237.threembb.ie] has quit [Ping timeout: 246 seconds] 11:54:49 sdemarre [~serge@37.128-66-87.adsl-dyn.isp.belgacom.be] has joined #sbcl 12:07:04 -!- sdemarre [~serge@37.128-66-87.adsl-dyn.isp.belgacom.be] has quit [Ping timeout: 264 seconds] 12:18:11 -!- pranavrc [~pranavrc@unaffiliated/pranavrc] has quit [Quit: Ping timeout: ] 12:28:01 segv- [~mb@95-91-241-74-dynip.superkabel.de] has joined #sbcl 12:29:34 pranavrc [~pranavrc@unaffiliated/pranavrc] has joined #sbcl 13:12:31 drmeiste_ [~drmeister@pool-71-185-168-200.phlapa.fios.verizon.net] has joined #sbcl 13:19:47 -!- drmeiste_ [~drmeister@pool-71-185-168-200.phlapa.fios.verizon.net] has quit [Remote host closed the connection] 14:06:37 attila_lendvai [~attila_le@unaffiliated/attila-lendvai/x-3126965] has joined #sbcl 14:13:04 sdemarre [~serge@37.128-66-87.adsl-dyn.isp.belgacom.be] has joined #sbcl 14:34:52 ehaliewicz [~user@50-0-51-11.dsl.static.sonic.net] has joined #sbcl 14:39:07 -!- ehaliewicz [~user@50-0-51-11.dsl.static.sonic.net] has quit [Ping timeout: 246 seconds] 14:42:38 -!- lufu [~user@5.254.129.169] has quit [Ping timeout: 240 seconds] 14:47:38 LiamH [~none@pool-74-96-2-44.washdc.east.verizon.net] has joined #sbcl 14:51:38 slyrus [~chatzilla@107.200.11.156] has joined #sbcl 14:58:22 -!- attila_lendvai [~attila_le@unaffiliated/attila-lendvai/x-3126965] has quit [Quit: Leaving.] 15:02:37 drmeiste_ [~drmeister@farnsworth.chem.temple.edu] has joined #sbcl 15:26:34 -!- ASau`` is now known as ASau 15:58:12 pnpuff [~Lucille@unaffiliated/pnpuff] has joined #sbcl 15:58:38 -!- pnpuff [~Lucille@unaffiliated/pnpuff] has left #sbcl 16:11:51 -!- foom [jknight@nat/google/x-wfrbexnmtiyjzwsa] has quit [Remote host closed the connection] 16:13:16 -!- psilord [~psilord@c-69-180-173-249.hsd1.mn.comcast.net] has quit [Quit: Leaving.] 16:44:56 davazp [~user@178.167.235.171.threembb.ie] has joined #sbcl 17:06:07 http://postimg.org/image/ftnr7djfn/ 17:06:07 http://postimg.org/image/za8gtwejn/ 17:06:07 http://postimg.org/image/5f8ymk68x/ 17:06:07 http://postimg.org/image/xguhkybgt/ 17:06:07 http://postimg.org/image/lzml4e5qd/ 17:06:09 http://postimg.org/image/vyg3cywgx/ 17:06:11 http://postimg.org/image/8rxazxyo7/ 17:06:13 http://postimg.org/image/d3ge8pidv/ 17:06:16 http://postimg.org/image/xmbadrwb7/ 17:06:18 http://postimg.org/image/v6yvpi2ld/ 17:06:20 http://postimg.org/image/w11j279af/ 17:06:22 http://postimg.org/image/3ty6rn7mp/ 17:06:24 pkhuong & stassats` 17:12:25 -!- LiamH [~none@pool-74-96-2-44.washdc.east.verizon.net] has quit [Quit: Leaving.] 17:27:14 foom [jknight@nat/google/x-koodhkcwklpfcrmv] has joined #sbcl 17:34:01 this is what God gave us logarithmic scales for 18:06:35 -!- pranavrc [~pranavrc@unaffiliated/pranavrc] has quit [Quit: Ping timeout: ] 18:08:50 :| 18:44:48 Bike_ [~Glossina@wl-nat100.it.wsu.edu] has joined #sbcl 18:45:19 -!- Bike [~Glossina@wl-nat100.it.wsu.edu] has quit [Read error: Connection reset by peer] 18:48:30 -!- Bike_ is now known as Bike 18:52:14 -!- davazp [~user@178.167.235.171.threembb.ie] has quit [Read error: No route to host] 19:14:22 -!- foom [jknight@nat/google/x-koodhkcwklpfcrmv] has quit [Read error: No route to host] 19:31:02 LiamH [~none@pool-74-96-2-44.washdc.east.verizon.net] has joined #sbcl 19:50:36 -!- tcr [~tcr@95-90-245-81-dynip.superkabel.de] has quit [Quit: Leaving.] 20:04:54 scymtym_ [~user@ip-5-147-122-209.unitymediagroup.de] has joined #sbcl 20:16:40 -!- sdemarre [~serge@37.128-66-87.adsl-dyn.isp.belgacom.be] has quit [Ping timeout: 245 seconds] 20:18:13 -!- stassats` [~stassats@wikipedia/stassats] has quit [Ping timeout: 240 seconds] 20:20:43 tcr [~tcr@95-90-245-81-dynip.superkabel.de] has joined #sbcl 20:25:00 -!- tcr [~tcr@95-90-245-81-dynip.superkabel.de] has quit [Ping timeout: 245 seconds] 20:39:36 -!- yacks [~py@103.6.159.100] has quit [Read error: Connection reset by peer] 20:56:13 psilord [~psilord@c-69-180-173-249.hsd1.mn.comcast.net] has joined #sbcl 21:05:33 -!- ASau [~user@p4FF96E42.dip0.t-ipconnect.de] has quit [Ping timeout: 264 seconds] 21:21:19 tcr [~tcr@95-90-245-81-dynip.superkabel.de] has joined #sbcl 21:22:48 attila_lendvai [~attila_le@unaffiliated/attila-lendvai/x-3126965] has joined #sbcl 21:25:38 -!- tcr [~tcr@95-90-245-81-dynip.superkabel.de] has quit [Ping timeout: 256 seconds] 21:26:30 -!- attila_lendvai [~attila_le@unaffiliated/attila-lendvai/x-3126965] has quit [Client Quit] 21:28:52 yacks [~py@103.6.158.105] has joined #sbcl 21:30:05 -!- yacks [~py@103.6.158.105] has quit [Read error: Connection reset by peer] 21:33:20 yacks [~py@103.6.158.105] has joined #sbcl 21:35:08 -!- angavrilov [~angavrilo@217.71.227.190] has quit [Remote host closed the connection] 21:36:06 -!- LiamH [~none@pool-74-96-2-44.washdc.east.verizon.net] has quit [Quit: Leaving.] 21:38:04 ASau [~user@p4FF96E42.dip0.t-ipconnect.de] has joined #sbcl 21:50:45 -!- ASau [~user@p4FF96E42.dip0.t-ipconnect.de] has quit [Ping timeout: 276 seconds] 21:55:17 -!- yacks [~py@103.6.158.105] has quit [Quit: Leaving] 21:55:33 ASau [~user@p4FF96E42.dip0.t-ipconnect.de] has joined #sbcl 21:55:52 yacks [~py@103.6.158.105] has joined #sbcl 22:22:00 tcr [~tcr@95-90-245-81-dynip.superkabel.de] has joined #sbcl 22:23:19 -!- ASau [~user@p4FF96E42.dip0.t-ipconnect.de] has quit [Ping timeout: 264 seconds] 22:27:09 -!- tcr [~tcr@95-90-245-81-dynip.superkabel.de] has quit [Ping timeout: 276 seconds] 22:27:30 -!- drmeiste_ [~drmeister@farnsworth.chem.temple.edu] has quit [Remote host closed the connection] 22:52:28 tcr [~tcr@95-90-245-81-dynip.superkabel.de] has joined #sbcl 22:57:10 -!- tcr [~tcr@95-90-245-81-dynip.superkabel.de] has quit [Ping timeout: 268 seconds] 23:02:00 drmeiste_ [~drmeister@pool-71-185-168-200.phlapa.fios.verizon.net] has joined #sbcl 23:13:54 -!- segv- [~mb@95-91-241-74-dynip.superkabel.de] has quit [Remote host closed the connection] 23:23:24 tcr [~tcr@95-90-245-81-dynip.superkabel.de] has joined #sbcl 23:27:26 -!- tcr [~tcr@95-90-245-81-dynip.superkabel.de] has quit [Ping timeout: 240 seconds] 23:54:21 tcr [~tcr@95-90-245-81-dynip.superkabel.de] has joined #sbcl 23:58:46 -!- tcr [~tcr@95-90-245-81-dynip.superkabel.de] has quit [Ping timeout: 246 seconds]