00:04:58 -!- loke [~elias@bb115-66-85-121.singnet.com.sg] has quit [*.net *.split] 00:04:58 -!- jiacobucci [~jiacobucc@gw-asdl.ae.gatech.edu] has quit [*.net *.split] 00:06:08 -!- milanj [~milanj_@109-93-77-152.dynamic.isp.telekom.rs] has quit [Quit: Leaving] 00:06:20 loke [~elias@bb115-66-85-121.singnet.com.sg] has joined #sbcl 00:06:21 jiacobucci [~jiacobucc@gw-asdl.ae.gatech.edu] has joined #sbcl 00:25:51 Qworkescence [~quad@unaffiliated/quadrescence] has joined #sbcl 01:02:49 -!- slyrus [~chatzilla@adsl-99-190-97-192.dsl.pltn13.sbcglobal.net] has quit [Ping timeout: 256 seconds] 01:16:36 -!- saschakb [~saschakb@p4FEA0C6E.dip0.t-ipconnect.de] has quit [Read error: Connection reset by peer] 01:32:29 -!- homie` [~levgue@xdsl-78-35-141-68.netcologne.de] has quit [Remote host closed the connection] 01:33:02 -!- prxq [~mommer@mnhm-4d010705.pool.mediaWays.net] has quit [Remote host closed the connection] 01:41:25 -!- Qworkescence [~quad@unaffiliated/quadrescence] has quit [Quit: Leaving] 02:04:35 KDr2 [~kdr2@114.243.229.32] has joined #sbcl 02:12:37 saschakb [~saschakb@p4FEA0C6E.dip0.t-ipconnect.de] has joined #sbcl 03:06:29 -!- redline6561 [~redline65@li69-162.members.linode.com] has quit [Ping timeout: 248 seconds] 03:10:21 -!- KDr2 [~kdr2@114.243.229.32] has quit [Remote host closed the connection] 03:11:27 redline6561 [~redline65@li69-162.members.linode.com] has joined #sbcl 03:52:12 would it be difficult to extend SBCL to provide OPTIMIZE declaration information to the user? Something like GET-CURRENT-OPTIMIZE-DECLARATIONS 04:41:56 -!- saschakb [~saschakb@p4FEA0C6E.dip0.t-ipconnect.de] has quit [Ping timeout: 246 seconds] 04:55:50 saschakb [~saschakb@p4FEA10F1.dip0.t-ipconnect.de] has joined #sbcl 05:14:58 angavrilov [~angavrilo@217.71.227.190] has joined #sbcl 05:15:03 depending on what you mean, you either want sb-cltl2 or describe-compiler-policy 05:57:50 -!- saschakb [~saschakb@p4FEA10F1.dip0.t-ipconnect.de] has quit [Remote host closed the connection] 06:16:01 sdemarre [~serge@91.176.63.248] has joined #sbcl 07:26:34 saschakb [~saschakb@p4FEA10F1.dip0.t-ipconnect.de] has joined #sbcl 07:56:08 -!- saschakb [~saschakb@p4FEA10F1.dip0.t-ipconnect.de] has quit [Ping timeout: 240 seconds] 08:03:28 KDr2 [~kdr2@123.122.124.57] has joined #sbcl 08:09:04 plutoid [~pluto@101.85.0.47] has joined #sbcl 08:20:15 prxq [~mommer@mnhm-590c3fd1.pool.mediaWays.net] has joined #sbcl 10:07:44 -!- plutoid [~pluto@101.85.0.47] has quit [Ping timeout: 260 seconds] 10:38:07 azrael_ [~azraelgot@52-45.3-213.fix.bluewin.ch] has joined #sbcl 10:38:29 Hi all 10:39:02 I'm doing something a little off the beaten path and getting an odd warning 10:41:23 I'm creating a package that provides a function called #'array that works like #'vector does, I.e. makes it easier for clients to make an array with variables in it (since they won't be interpolated in a literal) 10:43:24 Of course sbcl complains about a package lock, so I shadowed array in my package. The problem now is, I want the array class (the thing cl was exporting the array symbol for) to be exported. So, it should be simple, I just (setf (find-class 'array) (find-class 'cl:array) 10:44:14 But this makes a warning "redefining DEFTYPE to be a class". What is that about? 11:02:11 dtw [dtw@pdpc/supporter/active/dtw] has joined #sbcl 11:05:52 pchrist [~spirit@gentoo/developer/pchrist] has joined #sbcl 11:24:29 plutoid [~pluto@101.85.0.47] has joined #sbcl 11:57:37 <_8david> azrael_: might be better to ask on the list 12:32:24 -!- pchrist [~spirit@gentoo/developer/pchrist] has quit [Quit: leaving] 13:06:23 -!- azrael_ [~azraelgot@52-45.3-213.fix.bluewin.ch] has quit [Quit: Colloquy for iPad - http://colloquy.mobi] 14:08:01 fuggy [~fuggy@146.247.37.165] has joined #sbcl 14:10:35 help me, after installing sbcl writes: 14:10:35 sbcl: / lib/libc.so.6: version `GLIBC_2.14 'not found (required by sbcl) 14:22:45 -!- plutoid [~pluto@101.85.0.47] has quit [Quit: Leaving] 14:27:15 <_8david> fuggy: SBCL binary built on a system with a newer glibc than you're running. 14:28:27 fuggy: you can grab an older release for now. 14:28:28 <_8david> Just go through the archive of older binaries and find the newest binary that works, then recompile a fresh SBCL based on that. Or use CMUCL or Clozure to bootstrap. 14:32:00 pkhuong: What should I do? I have this sbcl 1.0.55 fails to start. After I tried to upgrade to 1.0.55. But now the old one did not work.pkhuong 14:44:34 _8david: The old, after this update does not work either. 14:48:13 reinstall the old sbcl. 14:52:28 -!- KDr2 [~kdr2@123.122.124.57] has quit [Remote host closed the connection] 14:52:34 pkhuong: The old, after this update does not work either. Writes tighter error. 14:57:59 <_8david> backtrack and check your assumptions? 14:58:46 <_8david> did you do anything to your OS/libc? Did the old SBCL installation change in any way? 14:59:29 <_8david> strings `which sbcl` | grep -e 1\\.0 -e GLIBC 14:59:56 <_8david> ^ that should give some information on each SBCL's versions 15:00:07 >strings `which sbcl` | grep -e 1\\.0 -e GLIBC 15:00:08 GLIBC_2.2.5 15:00:08 GLIBC_2.14 15:00:08 GLIBC_2.3 15:00:08 1.0.55 15:00:40 homie [~levgue@xdsl-78-35-159-148.netcologne.de] has joined #sbcl 15:02:23 that's not the old sbcl. 15:02:58 Download sbcl from the official site. Run install.sh 15:02:58 After that, new and old version will not run 15:04:34 I wouldn't expect the "old" sbcl to run once you installed the latest one on top of it. 15:06:53 Did 'sudo apt-get remove sbcl' 15:06:53 After 'sudo apt-get install sbcl' 15:06:53 But still writes: 15:06:53 > sbcl: / lib/libc.so.6: version `GLIBC_2.14 'not found (required by sbcl) 15:09:00 established version 1:1.0.29.11-1ubuntu1 15:10:39 fuggy: apt-get remove removes the system-wide sbcl, not the one you installed from sbcl.org 15:13:29 You are close to the solution. How to remove from sbcl.org? And run with the old version? 15:15:49 Or how to install glibc 2.14? 15:23:22 -!- gko [~gko@114-34-168-13.HINET-IP.hinet.net] has quit [Read error: Connection reset by peer] 15:40:20 gko [~gko@114-34-168-13.HINET-IP.hinet.net] has joined #sbcl 16:27:30 -!- homie [~levgue@xdsl-78-35-159-148.netcologne.de] has quit [Read error: Connection reset by peer] 16:28:07 homie [~levgue@xdsl-78-35-159-148.netcologne.de] has joined #sbcl 16:44:19 -!- homie [~levgue@xdsl-78-35-159-148.netcologne.de] has quit [Quit: ERC Version 5.3 (IRC client for Emacs)] 17:10:19 -!- gko [~gko@114-34-168-13.HINET-IP.hinet.net] has quit [] 17:31:23 saschakb [~saschakb@p4FEA10F1.dip0.t-ipconnect.de] has joined #sbcl 17:38:03 -!- fuggy [~fuggy@146.247.37.165] has left #sbcl 17:38:12 homie [~levgue@xdsl-78-35-159-148.netcologne.de] has joined #sbcl 17:38:40 fuggy [~fuggy@146.247.37.165] has joined #sbcl 17:42:22 -!- kanru [~kanru@kanru-1-pt.tunnel.tserv15.lax1.ipv6.he.net] has quit [Quit: ZNC - http://znc.sourceforge.net] 17:42:53 kanru [~kanru@kanru-1-pt.tunnel.tserv15.lax1.ipv6.he.net] has joined #sbcl 17:53:59 -!- sdemarre [~serge@91.176.63.248] has quit [Ping timeout: 246 seconds] 17:55:51 -!- saschakb [~saschakb@p4FEA10F1.dip0.t-ipconnect.de] has quit [Remote host closed the connection] 17:59:18 saschakb [~saschakb@p4FEA10F1.dip0.t-ipconnect.de] has joined #sbcl 18:05:56 -!- Phoodus [~foo@wsip-68-107-217-139.ph.ph.cox.net] has quit [Ping timeout: 252 seconds] 18:06:15 kwmiebach [kwmiebach@vps-6813.united-hoster.de] has joined #sbcl 18:10:42 Phoodus [~foo@wsip-68-107-217-139.ph.ph.cox.net] has joined #sbcl 19:15:05 -!- saschakb [~saschakb@p4FEA10F1.dip0.t-ipconnect.de] has quit [Remote host closed the connection] 19:53:06 edgar-rft [~user@HSI-KBW-078-043-123-191.hsi4.kabel-badenwuerttemberg.de] has joined #sbcl 20:11:37 -!- antgreen [~user@bas3-toronto06-1177889799.dsl.bell.ca] has quit [Remote host closed the connection] 20:13:47 -!- angavrilov [~angavrilo@217.71.227.190] has quit [Ping timeout: 245 seconds] 20:24:08 -!- fuggy [~fuggy@146.247.37.165] has left #sbcl 20:24:34 tcr [~tcr@37.131.64.63] has joined #sbcl 20:46:13 -!- tcr [~tcr@37.131.64.63] has quit [Ping timeout: 276 seconds] 21:01:56 -!- dtw [dtw@pdpc/supporter/active/dtw] has quit [Quit: ERC Version 5.3 (IRC client for Emacs)] 21:27:44 antgreen [~user@bas3-toronto06-1177889799.dsl.bell.ca] has joined #sbcl 22:14:01 slyrus [~chatzilla@adsl-99-190-97-192.dsl.pltn13.sbcglobal.net] has joined #sbcl 22:17:09 KDr2 [~kdr2@123.122.100.5] has joined #sbcl 22:18:58 -!- prxq [~mommer@mnhm-590c3fd1.pool.mediaWays.net] has quit [Quit: Leaving] 22:30:02 -!- fe[nl]ix [~quassel@pdpc/supporter/professional/fenlix] has quit [Remote host closed the connection] 22:30:10 fe[nl]ix [~quassel@pdpc/supporter/professional/fenlix] has joined #sbcl 22:35:59 -!- kwmiebach [kwmiebach@vps-6813.united-hoster.de] has quit [Read error: Connection reset by peer] 22:40:22 -!- KDr2 [~kdr2@123.122.100.5] has quit [Remote host closed the connection] 22:45:18 kwmiebach [kwmiebach@vps-6813.united-hoster.de] has joined #sbcl 22:54:52 -!- kwmiebach [kwmiebach@vps-6813.united-hoster.de] has quit [Quit: Leaving] 22:56:07 -!- edgar-rft [~user@HSI-KBW-078-043-123-191.hsi4.kabel-badenwuerttemberg.de] has quit [Quit: ERC Version 5.3 (IRC client for Emacs)] 23:02:26 slyrus_ [~chatzilla@adsl-99-24-160-124.dsl.pltn13.sbcglobal.net] has joined #sbcl 23:02:26 -!- slyrus [~chatzilla@adsl-99-190-97-192.dsl.pltn13.sbcglobal.net] has quit [Read error: Connection reset by peer] 23:02:38 -!- slyrus_ is now known as slyrus 23:37:55 -!- antgreen [~user@bas3-toronto06-1177889799.dsl.bell.ca] has quit [Ping timeout: 264 seconds]