This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[rbitter] Try to reconnect... | |
An exception occurred running /home/nidev/.rbenv/versions/rbx-2.5.5/bin/rbitter: | |
undefined method `ip_address_list' on Socket (Class) (NoMethodError) | |
Backtrace: | |
Kernel(Class)#ip_address_list (method_missing) at kernel/delta/kernel.rb:78 | |
Resolv::DNS#use_ipv6? at .rbenv/versions/rbx-2.5.5/gems/gems | |
/rubysl-resolv-2.1.2/lib/rubysl/resolv |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#include <stdio.h> | |
#include <stdlib.h> | |
#define TRUE 1 | |
#define FALSE 0 | |
typedef struct Node { | |
int val; | |
int set; | |
struct Node *next; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
nidev@lrig-hanayo /tmp/rubinius-2.5.3 % rake build | |
GEN vm/gen/config_variables.h | |
/home/nidev/.rbenv/versions/1.9.3-p551/bin/ruby vm/codegen/config_vars.rb vm/gen/config_variables.h | |
/home/nidev/.rbenv/versions/1.9.3-p551/bin/ruby vm/codegen/encoding_extract.rb /tmp/rubinius-2.5.3/vendor/oniguruma vm/gen/encoding_database.cpp | |
mkdir -p /tmp/rubinius-2.5.3/staging//library/encoding/converter | |
/home/nidev/.rbenv/versions/1.9.3-p551/bin/ruby vm/codegen/transcoders_extract.rb /tmp/rubinius-2.5.3/vendor/oniguruma/enc/trans vm/gen/transcoder_database.cpp | |
/home/nidev/.rbenv/versions/1.9.3-p551/bin/ruby vm/codegen/field_extract.rb vm/builtin/basic_object.hpp vm/builtin/object.hpp vm/builtin/integer.hpp vm/builtin/fixnum.hpp vm/builtin/array.hpp vm/builtin/bignum.hpp vm/builtin/executable.hpp vm/builtin/access_variable.hpp vm/builtin/alias.hpp vm/builtin/block_environment.hpp vm/builtin/block_as_method.hpp vm/builtin/byte_array.hpp vm/builtin/io.hpp vm/builtin/channel.hpp vm/builtin/module.hpp vm/builtin/constant_table.hp |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Copyright 1999-2015 Gentoo Foundation | |
# Distributed under the terms of the GNU General Public License v2 | |
# $Header: $ | |
EAPI=5 | |
DESCRIPTION="Dart is a cohesive, scalable platform for building apps that run on the web. (Full suite)" | |
HOMEPAGE="https://www.dartlang.org/" | |
SRC_URI="" |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/* include/llvm/Config/llvm-config.h. Generated from llvm-config.h.in by configure. */ | |
/*===------- llvm/Config/llvm-config.h - llvm configuration -------*- C -*-===*/ | |
/* */ | |
/* The LLVM Compiler Infrastructure */ | |
/* */ | |
/* This file is distributed under the University of Illinois Open Source */ | |
/* License. See LICENSE.TXT for details. */ | |
/* */ | |
/*===----------------------------------------------------------------------===*/ |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
** Invoke build (first_time) | |
** Invoke build:build (first_time) | |
** Invoke vm/vm (first_time) | |
** Invoke vm/gen/config_variables.h (first_time) | |
** Invoke library/rubinius/configuration.rb (first_time, not_needed) | |
** Invoke config.rb (first_time, not_needed) | |
** Execute vm/gen/config_variables.h | |
/home/nidev/.rbenv/versions/2.2.1/bin/ruby vm/codegen/config_vars.rb vm/gen/config_variables.h | |
GEN vm/gen/config_variables.h | |
** Invoke vm/gen/signature.h (first_time) |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
nidev@yuuki-yuuna ~ % udo gdb attach -p 29571 | |
zsh: correct 'udo' to 'sudo' [nyae]? y | |
GNU gdb (GDB) 7.9 | |
Copyright (C) 2015 Free Software Foundation, Inc. | |
License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html> | |
This is free software: you are free to change and redistribute it. | |
There is NO WARRANTY, to the extent permitted by law. Type "show copying" | |
and "show warranty" for details. | |
This GDB was configured as "x86_64-unknown-linux-gnu". | |
Type "show configuration" for configuration details. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
nidev@yuuki-yuuna ~/test/bundling % bundle | |
Fetching git://github.com/activeadmin/activeadmin.git | |
Fetching git://github.com/stefanoverna/activeadmin-dragonfly.git | |
Fetching git://github.com/stefanoverna/activeadmin-wysihtml5.git | |
Fetching git://github.com/wyde19/moysklad.git | |
Fetching gem metadata from https://rubygems.org/........ | |
Fetching version metadata from https://rubygems.org/... | |
Fetching dependency metadata from https://rubygems.org/.. | |
Resolving dependencies... | |
Using rake 10.4.2 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
processor : 0 | |
vendor_id : GenuineIntel | |
cpu family : 6 | |
model : 69 | |
model name : Intel(R) Core(TM) i5-4210U CPU @ 1.70GHz | |
stepping : 1 | |
microcode : 0x10 | |
cpu MHz : 1700.250 | |
cache size : 3072 KB | |
physical id : 0 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
module Rubinius | |
config = {} | |
config[:config_file] = "/tmp/ruby-build.20150315230638.4558/rubinius-2.5.2/config.rb" | |
config[:command_line] = ["--prefix=/home/nidev/.rbenv/versions/rbx-2.5.2"] | |
config[:build_make] = "make" | |
config[:build_rake] = "rake" | |
config[:build_perl] = "perl" | |
config[:llvm_enabled] = true | |
config[:llvm_path] = nil | |
config[:llvm_system_name] = nil |