This file contains 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
vgapci0@pci0:9:0:0: class=0x030000 rev=0xc9 hdr=0x00 vendor=0x1002 device=0x1638 subvendor=0x1043 subdevice=0x8809 | |
vendor = 'Advanced Micro Devices, Inc. [AMD/ATI]' | |
device = 'Cezanne' | |
class = display | |
subclass = VGA |
This file contains 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
[ 1589.441] | |
X.Org X Server 1.20.13 | |
X Protocol Version 11, Revision 0 | |
[ 1589.441] Build Operating System: FreeBSD 13.0-RELEASE-p5 amd64 | |
[ 1589.441] Current Operating System: FreeBSD calvin.example.com 13.0-RELEASE-p4 FreeBSD 13.0-RELEASE-p4 #0: Tue Aug 24 07:33:27 UTC 2021 [email protected]:/usr/obj/usr/src/amd64.amd64/sys/GENERIC amd64 | |
[ 1589.441] Build Date: 11 December 2021 01:43:29AM | |
[ 1589.441] | |
[ 1589.441] Current version of pixman: 0.40.0 | |
[ 1589.442] Before reporting problems, check http://wiki.x.org | |
to make sure that you have the latest version. |
This file contains 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
Charless-Air:rubinius cremes$ ./configure && rake --trace | |
~/dev/ruby/rubinius/build/rubinius/codedb/source/curses ~/dev/ruby/rubinius | |
make: *** No rule to make target `clean'. Stop. | |
~/dev/ruby/rubinius | |
~/dev/ruby/rubinius/build/rubinius/codedb/source/gdbm ~/dev/ruby/rubinius | |
make: *** No rule to make target `clean'. Stop. | |
~/dev/ruby/rubinius | |
~/dev/ruby/rubinius/build/rubinius/codedb/source/pty ~/dev/ruby/rubinius | |
make: *** No rule to make target `clean'. Stop. | |
~/dev/ruby/rubinius |
This file contains 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
cremes$ ./configure --verbose | |
------------------------------ Deprecation notice ------------------------------ | |
'configure' is deprecated and will be removed in the future. | |
Use 'build.sh' to configure, build, package, and install Rubinius. | |
-------------------------------------------------------------------------------- | |
Checking clang: found |
This file contains 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
MinuteSeconds = 60 | |
HourSeconds = 60 * MinuteSeconds | |
DaySeconds = 24 * HourSeconds | |
MonthSeconds = 30 * DaySeconds | |
YearSeconds = 12 * MonthSeconds | |
DecadeSeconds = 10 * YearSeconds | |
CenturySeconds = 10 * DecadeSeconds | |
def time_unit(seconds, unit_seconds, unit_name, string) | |
if seconds >= unit_seconds |
This file contains 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
(lldb) thr list | |
Process 54624 stopped | |
* thread #1: tid = 103121, 0x000000080569fd5a libc.so.7`___lldb_unnamed_symbol617$$libc.so.7 + 346, stop reason = signal SIGSEGV: invalid address (fault address: 0x9a2045cc0) | |
(lldb) thr backtrace -c 20 all | |
* thread #1, stop reason = signal SIGSEGV: invalid address (fault address: 0x9a2045cc0) | |
* frame #0: 0x000000080569fd5a libc.so.7`___lldb_unnamed_symbol617$$libc.so.7 + 346 | |
frame #1: 0x0000000805686165 libc.so.7`___lldb_unnamed_symbol247$$libc.so.7 + 325 | |
frame #2: 0x00000008056aa9de libc.so.7`___lldb_unnamed_symbol680$$libc.so.7 + 830 | |
frame #3: 0x00000008056aad51 libc.so.7`free + 113 | |
frame #4: 0x00000008053d1151 libthr.so.3`pthread_mutex_destroy + 161 |
This file contains 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
04b8f4769c0b7ec84d51f474c0af42d15e3fb88bd3697faf91bccee66d4bd5425139d9b22b3de62468441d3a05ce055e3078401f3cbab70ed229170659dc8f650b;ioquatix |
This file contains 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
call # Proc at core/proc.rb:20 (+248) | |
{ } in initialize # IO::Async::Private::IOLoop at /Users/cremes/dev/mygit/ruby-io/lib/io/async/private/io_loop.rb:30 (+1) | |
io_loop # IO::Async::Private::IOLoop at /Users/cremes/dev/mygit/ruby-io/lib/io/async/private/io_loop.rb:55 (+70) | |
process_command_mailboxes # IO::Async::Private::IOLoop at /Users/cremes/dev/mygit/ruby-io/lib/io/async/private/io_loop.rb:93 (+12) | |
each_mailbox # IO::Async::Private::IOLoop at /Users/cremes/dev/mygit/ruby-io/lib/io/async/private/io_loop.rb:190 (+9) | |
each # Array at core/array.rb:72 (+71) | |
{ } in each_mailbox # IO::Async::Private::IOLoop at /Users/cremes/dev/mygit/ruby-io/lib/io/async/private/io_loop.rb:190 (+3) | |
{ } in process_command_mailboxes # IO::Async::Private::IOLoop at /Users/cremes/dev/mygit/ruby-io/lib/io/async/private/io_loop.rb:94 (+5) | |
process_command_messages # IO: |
This file contains 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
call # Proc at core/proc.rb:20 (+248) | |
{ } in initialize # IO::Async::Private::IOLoop at /Users/cremes/dev/mygit/ruby-io/lib/io/async/private/io_loop.rb:30 (+1) | |
io_loop # IO::Async::Private::IOLoop at /Users/cremes/dev/mygit/ruby-io/lib/io/async/private/io_loop.rb:56 (+75) | |
flush_immediate # IO::Async::Private::IOLoop at /Users/cremes/dev/mygit/ruby-io/lib/io/async/private/io_loop.rb:141 (+5) | |
poll # IO::Platforms::SelectPoller(IO::Platforms::ActivePoller) at | |
/Users/cremes/dev/mygit/ruby-io/lib/io/platforms/common/select_poller.rb:48 (+130) | |
copy_to # IO::Platforms::FDSetStruct at /Users/cremes/dev/mygit/ruby-io/lib/io/platforms/common/select.rb:40 (+100) | |
times # Integer(Fixnum) at core/integer.rb:194 (+40) | |
{ } in copy_to # IO::Platforms::FDSetStruct at /Users/cremes/dev/mygit/ruby-io/lib/io/platforms/common/select.rb:41 (+8) | |
[] # FFI::Struct(IO::Platforms::FDSetStruct) at Struct.c (+-1) |
This file contains 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
RBC date/delta/parser.rb | |
RBC cgi/session/pstore.rb | |
make: Nothing to be done for `all'. | |
install -c -m 0755 generator.bundle /Users/cremes/dev/ruby/rubinius/build/rubinius/site/x86_64-darwin16.7.0/json/ext | |
install: /Users/cremes/dev/ruby/rubinius/build/rubinius/site/x86_64-darwin16.7.0/json/ext: No such file or directory | |
make: *** [install-so] Error 71 | |
rake aborted! | |
Command failed with status (2): [make install...] | |
/Users/cremes/dev/ruby/rubinius/rakelib/core.rake:138:in `block in build_extension' | |
/Users/cremes/dev/ruby/rubinius/rakelib/core.rake:120:in `chdir' |
NewerOlder