Conversation with #inferno at Sat Mar 11 16:00:36 2017 on powerman@chat.freenode.net (irc) (16:00:36) #inferno: Topic for #inferno set by anth at 19:45:51 on 04/07/15 (16:01:08) rogpeppe1 left the room (quit: Ping timeout: 260 seconds). (16:12:05) spew left the room (quit: Ping timeout: 240 seconds). (16:16:59) rogpeppe1 [~rog@209.60.33.211] entered the room. (16:25:26) rogpeppe1 left the room (quit: Ping timeout: 240 seconds). (16:32:00) spew [~ben@73.110.37.216] entered the room. (16:42:58) spew left the room (quit: Quit: foobar). (16:43:16) spew [~ben@73.110.37.216] entered the room. (17:03:26) spew left the room (quit: Quit: foobar). (17:32:47) spew [~ben@73.110.38.32] entered the room. (17:47:41) spew left the room (quit: Quit: foobar). (17:47:58) spew [~ben@73.110.38.32] entered the room. (20:32:11) leg [~jorge@host-162-49-0-161.ibw.com.ni] entered the room. (20:58:26) spew left the room (quit: Ping timeout: 256 seconds). (21:13:36) leg left the room (quit: Ping timeout: 260 seconds). (21:13:47) leg [~jorge@host-37-45-0-161.ibw.com.ni] entered the room. (21:16:06) spew [~ben@73.110.38.49] entered the room. (21:41:36) spew left the room (quit: Ping timeout: 260 seconds). (22:16:18) spew [~ben@73.110.34.43] entered the room. (23:31:31) spew left the room (quit: Quit: foobar). (01:19:24) leg left the room (quit: Quit: Leaving.). (01:20:03) spew [~ben@73.110.33.63] entered the room. (02:40:28) spew left the room (quit: Quit: foobar). (05:35:36) Fish- [~Fish@cartwheel.9grid.fr] entered the room. (05:36:41) Fish left the room (quit: *.net *.split). (06:38:47) leg [~jorge@host-37-45-0-161.ibw.com.ni] entered the room. (07:38:13) rogpeppe1 [~rog@213.205.198.104] entered the room. (08:47:26) leg left the room (quit: Quit: Leaving.). (08:56:25) rogpeppe1 left the room (quit: Ping timeout: 240 seconds). (16:37:29) spew [~ben@73.110.33.4] entered the room. (18:16:25) leg [~jorge@host-37-45-0-161.ibw.com.ni] entered the room. (18:22:37) spew left the room (quit: Read error: Connection reset by peer). (18:39:20) spew [~ben@73.110.33.4] entered the room. (19:17:11) spew left the room (quit: Quit: foobar). (20:20:02) rogpeppe1 [~rog@79-75-244-167.dynamic.dsl.as9105.com] entered the room. (20:44:20) rogpeppe1 left the room (quit: Ping timeout: 260 seconds). (22:53:23) rogpeppe1 [~rog@79-75-244-167.dynamic.dsl.as9105.com] entered the room. (23:52:15) leg left the room (quit: Quit: Leaving.). (00:35:35) rogpeppe1 left the room (quit: Ping timeout: 240 seconds). (00:49:39) rogpeppe1 [~rog@79-75-244-167.dynamic.dsl.as9105.com] entered the room. (01:05:05) rogpeppe1 left the room (quit: Ping timeout: 247 seconds). (02:25:58) spew [~ben@73.110.33.56] entered the room. (04:47:33) spew left the room (quit: Quit: foobar). (07:56:06) infos [~infos@186.212.238.144] entered the room. (09:24:45) infos left the room (quit: Quit: leaving). (11:11:24) rogpeppe1 [~rog@79-75-244-167.dynamic.dsl.as9105.com] entered the room. (11:17:42) infos [~infos@186.212.238.144] entered the room. (11:17:53) infos: hi, (11:18:05) infos is now known as Guest76218 (11:18:42) Guest76218: inferno runs at the same time under linux envinronment? (11:19:03) Guest76218: it's possible swith between the two systems? (11:19:50) powerman: you run `emu` as usual linux app (11:20:21) powerman: so, yes (11:22:26) Guest76218: thanks (11:22:29) Guest76218 left the room (quit: Client Quit). (12:21:29) infos [~infos@186.212.238.144] entered the room. (12:21:32) infos: http://dpaste.com/2TY5FXK (12:21:45) infos: #warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" [-Wcpp] (12:21:52) infos is now known as Guest10405 (12:22:00) Guest10405: where i found _DEFAULT_SOURCE? (12:22:47) powerman: just ignore these, it's a warning, not an error (12:24:10) Guest10405: powerman: but $mk install (12:24:30) Guest10405: should be ignore? o don't have mk (12:32:36) Guest10405: powerman: http://dpaste.com/3G8MVFB (12:32:52) Guest10405: found mk bin but now get this (12:34:04) Guest10405: libxext-dev:i386 libxpm-dev:i386 \ (12:34:13) Guest10405: x11proto-xext-dev:i386 gcc-multilib build-essential are installed (12:35:44) powerman: looks like you've built 64-bit .o instead of 32-bit (12:35:54) powerman: check OBJTYPE in mkconfig (12:39:13) Guest10405: powerman: i really need set -fno-omit-frame-pointer in mkfile-linux-386? (12:40:18) powerman: I've no idea. Usual sequence to build inferno after cloning the repo is: (12:41:23) powerman: cd /path/to/cloned/repo (12:41:23) powerman: export INFERNO_ROOT=`pwd` (12:41:23) powerman: sed -i "s:^ROOT=.*:ROOT=${INFERNO_ROOT}:" mkconfig (12:41:23) powerman: sed -i 's/^SYSHOST=.*/SYSHOST=Linux/' mkconfig (12:41:23) powerman: sed -i 's/^OBJTYPE=.*/OBJTYPE=386/' mkconfig (12:41:45) powerman: export PATH="${INFERNO_ROOT}/Linux/386/bin:${PATH}" (12:41:45) powerman: sh makemk.sh (12:41:45) powerman: mk nuke (12:41:45) powerman: mk mkdirs (12:41:45) powerman: mk install (12:43:11) powerman: That's for Linux. You may also needs to paxmark emu binary if you're using GrSecurity/PaX kernel patches. And you can use `mk CONF=emu-g install` to build text-only version of emu without dependency on X. (12:46:20) powerman: Also make sure your cc is called with -m32, but this should be hardcoded in ./mkfiles/mkfile-Linux-386 and works out of box. (12:54:55) Guest10405: i`am a demon now. like danzig. https://www.youtube.com/watch?v=LWgbxLpDtAw (12:55:03) Guest10405: thanks a lot (12:55:38) powerman: :) (15:16:28) x7cc [~x7cc@177.8.170.174] entered the room. (15:17:39) x7cc left the room. (15:55:25) spew [~ben@73.110.38.26] entered the room. (16:17:37) leg [~jorge@host-37-45-0-161.ibw.com.ni] entered the room. (16:26:14) Guest10405 left the room (quit: Ping timeout: 256 seconds). (16:26:51) infos [~infos@177.40.133.125] entered the room. (16:27:15) infos is now known as Guest69571 (18:36:53) X-Scale left the room (quit: Ping timeout: 240 seconds). (19:01:06) X-Scale [~ARM@214.20.108.93.rev.vodafone.pt] entered the room. (19:51:42) Guest69571 left the room (quit: Quit: leaving). (21:25:27) rogpeppe1 left the room (quit: Ping timeout: 240 seconds). (21:25:49) rogpeppe1 [~rog@79-75-244-167.dynamic.dsl.as9105.com] entered the room. (22:41:14) spew_ [~ben@73.110.38.26] entered the room. (22:41:56) spew left the room (quit: Ping timeout: 256 seconds). (22:43:33) spew_ is now known as spew (22:53:02) spew left the room (quit: Quit: foobar). (23:13:55) qrstuv1 is now known as qrstuv (23:32:31) rogpeppe1 left the room (quit: Ping timeout: 268 seconds). (23:52:19) rogpeppe1 [~rog@79-75-244-167.dynamic.dsl.as9105.com] entered the room. (01:03:10) qrstuv1 [~heh@50.44.178.184] entered the room. (01:03:11) qrstuv left the room (quit: Remote host closed the connection). (01:07:33) qrstuv1 is now known as qrstuv (02:09:57) spew [~ben@73.110.34.248] entered the room. (05:25:18) leg left the room (quit: Quit: Leaving.). (06:36:06) spew left the room (quit: Quit: foobar). (10:33:47) rogpeppe1 left the room (quit: Remote host closed the connection). (10:34:02) rogpeppe1 [~rog@79-75-244-167.dynamic.dsl.as9105.com] entered the room. (13:41:20) The account has disconnected and you are no longer in this chat. You will automatically rejoin the chat when the account reconnects.