2013-03-25 00:43
hsbt_away changed the topic of #ruby-core to: check the latest release candidate for 1.9.1 release ftp.ruby-lang.org:/home/yugui/ruby-1.9.1-r26021+1.tar.bz2
00:00
hsbt is now known as hsbt_away
00:00
kosaki2_ has joined #ruby-core
00:00
kosaki2 has quit [Read error: Connection reset by peer]
00:03
charliesome has quit [Ping timeout: 240 seconds]
00:05
ckim has joined #ruby-core
00:05
ckim has quit [Remote host closed the connection]
00:05
ckim has joined #ruby-core
00:06
charliesome has joined #ruby-core
00:15
flgr has quit [Ping timeout: 248 seconds]
00:16
flgr has joined #ruby-core
00:18
<
n0kada >
drbrain: rubygems installer takes care of cross-compile?
00:18
<
drbrain >
n0kada: yes, it also attempts to compile if the extension is missing at gem activation time
00:19
<
n0kada >
hmmm, and it causes errors
00:19
<
drbrain >
it is probably a bug
00:20
<
n0kada >
I install using sudo
00:20
<
drbrain >
in that case, rubygems shouldn't try to build the extension, it should assume it was already built
00:21
<
n0kada >
yes, or build all needed at installation
00:21
<
drbrain >
at instal time all is supposed to be built and placed in the correct directory
00:21
<
drbrain >
can you get me some more information so I can reproduce?
00:22
<
drbrain >
is win32 installed as a default gem?
00:23
<
drbrain >
I wonder if I should remove compilation on activation
00:23
<
drbrain >
it seems fragile and compile-at-install works now
00:26
<
n0kada >
no, LoadError raises in require 'win32/resolv', and activation starts
00:27
<
drbrain >
ah, it requires fiddle/dl which runs extconf.rb for you?
00:28
<
n0kada >
I have previously installed gems, and activation tries to update them
00:28
<
n0kada >
but fail by EACCESS
00:28
<
drbrain >
ok, I will remove update-on-activate
00:30
<
drbrain >
I can't think of a good way to determine if I need to build extensions (for new gems) or do nothing (for old gems)
00:30
<
drbrain >
I don't have an "installed-at" version for gems to tell
00:35
<
drbrain >
n0kada: I might not be able to fix it until tomorrow
00:51
<
drbrain >
hrm, since this is a new feature, I think adding an installed-by version is enough to check
01:02
hsbt_away is now known as hsbt
01:07
kosaki2_ has quit [Remote host closed the connection]
01:08
kosaki2 has joined #ruby-core
01:12
kosaki2 has quit [Ping timeout: 272 seconds]
01:47
kosaki2 has joined #ruby-core
02:00
r0bgleeson has quit [Ping timeout: 272 seconds]
02:09
kosaki2 has quit [Remote host closed the connection]
02:09
kosaki2 has joined #ruby-core
02:14
kosaki2 has quit [Ping timeout: 272 seconds]
02:34
r0bgleeson has joined #ruby-core
03:02
anveo has quit [Quit: Computer has gone to sleep.]
03:03
anveo has joined #ruby-core
03:44
charliesome has quit [Quit: My MacBook Pro has gone to sleep. ZZZzzz…]
04:05
charliesome has joined #ruby-core
04:18
marcandre has quit [Remote host closed the connection]
04:46
charliesome has quit [Quit: My MacBook Pro has gone to sleep. ZZZzzz…]
06:32
ckim has quit [Remote host closed the connection]
06:32
ckim has joined #ruby-core
06:37
ckim has quit [Ping timeout: 248 seconds]
07:43
ckim has joined #ruby-core
07:48
ckim has quit [Ping timeout: 272 seconds]
08:44
marcandre has joined #ruby-core
09:36
hsbt is now known as hsbt_away
09:36
hsbt_away is now known as hsbt
09:52
hsbt is now known as hsbt_away
10:13
n0kada has quit [Read error: Connection reset by peer]
10:14
n0kada has joined #ruby-core
10:26
n0kada has quit [Read error: Connection reset by peer]
10:26
n0kada has joined #ruby-core
10:27
n0kada_ has joined #ruby-core
10:27
n0kada has quit [Read error: Connection reset by peer]
11:21
nagachika has joined #ruby-core
11:35
marcandre has quit [Remote host closed the connection]
11:52
hsbt_away is now known as hsbt
12:02
marcandre has joined #ruby-core
12:02
marcandre has quit [Remote host closed the connection]
12:13
marcandre has joined #ruby-core
12:17
DanKnox is now known as DanKnox_away
12:18
DanKnox_away is now known as DanKnox
12:19
DanKnox is now known as DanKnox_away
12:23
nari has joined #ruby-core
12:37
marcandre has quit [Remote host closed the connection]
13:05
brixen has quit [Read error: Operation timed out]
13:06
DanKnox_away has quit [Ping timeout: 268 seconds]
13:11
ckim has joined #ruby-core
13:14
ckim_ has joined #ruby-core
13:15
ckim has quit [Read error: Connection reset by peer]
13:20
ckim_ has quit [Remote host closed the connection]
13:35
schaerli has joined #ruby-core
13:52
DanKnox_away has joined #ruby-core
13:52
DanKnox_away is now known as DanKnox
13:54
brixen has joined #ruby-core
14:12
schaerli has quit [Remote host closed the connection]
14:13
schaerli has joined #ruby-core
14:18
schaerli has quit [Ping timeout: 272 seconds]
14:54
kosaki2 has joined #ruby-core
15:07
ex9t_ has quit [Remote host closed the connection]
15:07
ex9t has joined #ruby-core
15:25
ex9t has quit [Remote host closed the connection]
15:25
ex9t has joined #ruby-core
15:27
schaerli has joined #ruby-core
15:29
charliesome has joined #ruby-core
16:01
schaerli has quit [Remote host closed the connection]
16:08
ckim has joined #ruby-core
16:59
shinnya has quit [Ping timeout: 265 seconds]
17:02
kosaki2 has quit [Remote host closed the connection]
17:02
kosaki2 has joined #ruby-core
17:07
kosaki2 has quit [Ping timeout: 245 seconds]
17:08
nagachika has quit [Remote host closed the connection]
18:47
nari has quit [Ping timeout: 245 seconds]
19:21
<
znz_jp >
biff: [ruby-changes:31286] tmm1:r43365 (trunk): * variable.c (rb_class2name): call rb_tmp_class_path() directly to avoid extra rb_str_dup() from rb_class_name(). -
http://mla.n-z.jp/?ruby-changes=31286
19:43
DanKnox is now known as DanKnox_away
20:00
DanKnox_away is now known as DanKnox
20:03
DanKnox is now known as DanKnox_away
20:06
marcandre has joined #ruby-core
20:13
DanKnox_away is now known as DanKnox
20:21
charliesome has joined #ruby-core
20:41
kosaki2 has joined #ruby-core
20:43
DanKnox is now known as DanKnox_away
20:45
DanKnox_away is now known as DanKnox
20:57
DanKnox is now known as DanKnox_away
21:08
marcandre has quit [Remote host closed the connection]
21:16
ex9t_ has joined #ruby-core
21:18
ex9t has quit [Read error: Operation timed out]
22:44
charliesome has quit [Quit: My MacBook Pro has gone to sleep. ZZZzzz…]
23:14
kosaki2 has quit [Remote host closed the connection]
23:16
shinnya has joined #ruby-core
23:36
nari has joined #ruby-core