00:01:56 -!- stassats` [~stassats@wikipedia/stassats] has quit [Quit: ERC Version 5.3 (IRC client for Emacs)] 00:05:48 stassats [~stassats@wikipedia/stassats] has joined #sbcl 00:08:28 stassats` [~stassats@wikipedia/stassats] has joined #sbcl 00:11:40 -!- stassats [~stassats@wikipedia/stassats] has quit [Ping timeout: 265 seconds] 00:17:46 -!- stassats` [~stassats@wikipedia/stassats] has quit [Ping timeout: 246 seconds] 00:37:01 specbot [~specbot@pppoe.178-66-34-163.dynamic.avangarddsl.ru] has joined #sbcl 00:37:09 stassats [~stassats@wikipedia/stassats] has joined #sbcl 01:25:10 pnathan [~Adium@75.87.255.164] has joined #sbcl 01:40:50 LiamH [~healy@pool-74-96-16-203.washdc.east.verizon.net] has joined #sbcl 01:47:05 -!- homie [~levgue@xdsl-84-44-178-141.netcologne.de] has quit [Read error: Connection reset by peer] 01:48:04 homie [~levgue@xdsl-84-44-178-141.netcologne.de] has joined #sbcl 02:29:50 -!- LiamH [~healy@pool-74-96-16-203.washdc.east.verizon.net] has quit [Ping timeout: 260 seconds] 03:30:26 LiamH [~healy@pool-74-96-16-203.washdc.east.verizon.net] has joined #sbcl 04:33:19 tcr [~tcr@46.184.255.89] has joined #sbcl 04:36:31 -!- LiamH [~healy@pool-74-96-16-203.washdc.east.verizon.net] has quit [Quit: Leaving.] 05:12:19 sdemarre [~serge@91.176.202.245] has joined #sbcl 05:43:07 attila_lendvai [~attila_le@87.247.62.38] has joined #sbcl 05:43:07 -!- attila_lendvai [~attila_le@87.247.62.38] has quit [Changing host] 05:43:07 attila_lendvai [~attila_le@unaffiliated/attila-lendvai/x-3126965] has joined #sbcl 05:49:04 -!- tcr [~tcr@46.184.255.89] has quit [Quit: Leaving.] 06:43:12 -!- slyrus [~chatzilla@99-28-161-110.lightspeed.miamfl.sbcglobal.net] has quit [Remote host closed the connection] 06:48:39 slyrus [~chatzilla@99-28-161-110.lightspeed.miamfl.sbcglobal.net] has joined #sbcl 07:09:56 -!- homie [~levgue@xdsl-84-44-178-141.netcologne.de] has quit [Read error: Connection reset by peer] 07:10:45 homie [~levgue@xdsl-87-79-194-86.netcologne.de] has joined #sbcl 07:41:06 -!- pnathan [~Adium@75.87.255.164] has quit [Quit: Leaving.] 07:56:16 -!- attila_lendvai [~attila_le@unaffiliated/attila-lendvai/x-3126965] has quit [Quit: Leaving.] 08:10:50 attila_lendvai [~attila_le@87.247.62.38] has joined #sbcl 08:10:50 -!- attila_lendvai [~attila_le@87.247.62.38] has quit [Changing host] 08:10:50 attila_lendvai [~attila_le@unaffiliated/attila-lendvai/x-3126965] has joined #sbcl 08:10:55 edgar-rft [~user@HSI-KBW-078-043-123-191.hsi4.kabel-badenwuerttemberg.de] has joined #sbcl 08:16:35 borkman [~user@S0106001111de1fc8.cg.shawcable.net] has joined #sbcl 08:17:46 -!- cmm [~cmm@bzq-79-182-232-253.red.bezeqint.net] has quit [Remote host closed the connection] 08:38:17 -!- attila_lendvai [~attila_le@unaffiliated/attila-lendvai/x-3126965] has quit [Quit: Leaving.] 08:46:20 Hello people 08:47:43 cmm [~cmm@bzq-79-182-232-253.red.bezeqint.net] has joined #sbcl 09:11:16 attila_lendvai [~attila_le@unaffiliated/attila-lendvai/x-3126965] has joined #sbcl 09:13:52 -!- attila_lendvai [~attila_le@unaffiliated/attila-lendvai/x-3126965] has quit [Client Quit] 09:40:12 -!- sdemarre [~serge@91.176.202.245] has left #sbcl 10:18:08 sdemarre [~serge@91.176.202.245] has joined #sbcl 10:27:21 -!- sdemarre [~serge@91.176.202.245] has quit [Quit: Leaving.] 10:31:54 nikodemus [~nikodemus@87-95-244-7.bb.dnainternet.fi] has joined #sbcl 10:31:54 -!- ChanServ has set mode +o nikodemus 10:32:54 afternoon 10:33:25 An early one. 11:24:21 pipping [~pipping@exherbo/developer/pipping] has joined #sbcl 11:24:31 -!- nikodemus [~nikodemus@87-95-244-7.bb.dnainternet.fi] has quit [Quit: This computer has gone to sleep] 11:25:09 Hi. I have a problem with sbcl 1.0.56 (but not 1.0.55); just wondering if it's a known bug 11:26:29 the problem is that with the version of asdf that comes with .56 (asdf 2.20 compared to 2.019 with sbcl .55), anything from /usr/local/share and /usr/share has vanished from default-source-registry 11:26:40 I think the bug is the following: 11:27:01 default-source-registry has -- among others -- undergone the following change: 11:27:17 ,@(split-string (or (getenv "XDG_DATA_DIRS") 11:27:17 "/usr/local/share:/usr/share") 11:27:17 :separator ":"))) 11:27:21 was replaced with 11:27:34 ,@(or (getenv-absolute-pathnames "XDG_DATA_DIRS") 11:27:34 '("/usr/local/share" "/usr/share")))) 11:28:11 the problem is that (getenv-absolute-pathnames "XDG_DATA_DIRS") returns (nil) rather than a plain nil if XDG_DATA_DIRS is unset 11:28:29 so that the whole or-expression will return (nil) now 11:29:12 So my questions are: (1) is this known/being taken care of and (2) should I file a bug for asdf or sbcl? 12:12:27 (I have the same problem with asdf 2.20.13, i.e. the latest version) 12:18:21 *pipping* files a bug for asdf 12:23:40 puchacz_ [~puchacz@87-194-5-99.bethere.co.uk] has joined #sbcl 12:26:48 it is now https://bugs.launchpad.net/asdf/+bug/982285 12:49:39 -!- Posterdati [~tapioca@host187-229-dynamic.3-79-r.retail.telecomitalia.it] has quit [Quit: Leaving] 12:49:56 Posterdati [~tapioca@host187-229-dynamic.3-79-r.retail.telecomitalia.it] has joined #sbcl 12:52:10 -!- Posterdati [~tapioca@host187-229-dynamic.3-79-r.retail.telecomitalia.it] has quit [Read error: Connection reset by peer] 12:52:18 Posterdati [~tapioca@host187-229-dynamic.3-79-r.retail.telecomitalia.it] has joined #sbcl 20:30:51 ccl-logbot [~ccl-logbo@setf.clozure.com] has joined #sbcl 20:30:51 20:30:51 -!- names: ccl-logbot pjs_ blackwolf pnathan1 lichtblau gko borkman` Posterdati cmm stassats specbot ASau loke siccegge christoph_debian les angavrilov Xof__ Shaftoe scymtym froydnj mgodshall DGASAU Quadrescence hlavaty ivan`` reb`` dlowe dsp_ jsnell |42| whoops antifuchs pchrist flip214 jiacobucci pkhuong daimrod fe[nl]ix Bugson antoszka kanru redline6561 sbryant joshe luis foom |3b| Neronus sshirokov cow-orker 20:32:18 homie [~levgue@xdsl-78-35-154-203.netcologne.de] has joined #sbcl 20:55:52 -!- angavrilov [~angavrilo@217.71.227.190] has quit [Ping timeout: 276 seconds] 21:00:22 Fare [~Fare@173-9-65-97-NewEngland.hfc.comcastbusiness.net] has joined #sbcl 21:08:20 prxq [~mommer@mnhm-4d012f1c.pool.mediaWays.net] has joined #sbcl 21:42:23 rpg [~rpg@216.243.156.16.real-time.com] has joined #sbcl 22:06:04 les_ [moreorles@lesharris.com] has joined #sbcl 22:10:28 -!- les [moreorles@unaffiliated/les] has quit [Remote host closed the connection] 22:10:28 -!- les_ [moreorles@lesharris.com] has quit [Remote host closed the connection] 22:17:13 Phoodus [~foo@ip72-223-116-248.ph.ph.cox.net] has joined #sbcl 22:42:27 les [moreorles@lesharris.com] has joined #sbcl 22:42:27 -!- les [moreorles@lesharris.com] has quit [Changing host] 22:42:27 les [moreorles@unaffiliated/les] has joined #sbcl 23:08:29 -!- pnathan1 [~Adium@75.87.255.164] has quit [Quit: Leaving.] 23:12:32 -!- Phoodus [~foo@ip72-223-116-248.ph.ph.cox.net] has quit [Ping timeout: 265 seconds] 23:12:47 Phoodus [~foo@ip72-223-116-248.ph.ph.cox.net] has joined #sbcl 23:52:40 -!- rpg [~rpg@216.243.156.16.real-time.com] has quit [Ping timeout: 276 seconds] 23:56:55 rpg [~rpg@216.243.156.16.real-time.com] has joined #sbcl