Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

$ perl Configure.pl --gen-moar
ATTENTION: no --prefix supplied, building and installing to /home/ssara29/rakudo/install
sh: /home/ssara29/rakudo/install/bin/nqp-m: No such file or directory
Previous HEAD position was ae07ba3... Bump MOAR_REVISION for async proc handle leak fix.
HEAD is now at 78c7b8d... Bring modifier failure reporting inline with STD.
Building NQP ...
/usr/bin/perl Configure.pl --prefix=/home/ssara29/rakudo/install --backends=moar --make-install --git-protocol=https --gen-moar
/home/ssara29/rakudo/install: No such file or directory at Configure.pl line 84.
Command failed (status 65280): /usr/bin/perl Configure.pl --prefix=/home/ssara29/rakudo/install --backends=moar --make-install --git-protocol=https --gen-moar
@Siddhant
Siddhant / keybase.md
Created March 2, 2015 23:15
keybase.md

Keybase proof

I hereby claim:

  • I am siddhant on github.
  • I am siddhant (https://keybase.io/siddhant) on keybase.
  • I have a public key whose fingerprint is 8BB6 BB75 EC82 678E A43F 6721 45F7 472D 16AD CECF

To claim this, I am signing this object:

@Siddhant
Siddhant / 2bit AND.cir
Created February 9, 2015 06:42
wrong plots
.title AND gate simulation
A1 [1 2] 3 and
.model and d_and(rise_delay=0.1ps fall_delay=0.2ps)
* now test it
Asource [1 2] d_source_model
.model d_source_model d_source(input_file="2bit_input_for_and") ;note that only lowercase file names are allowed
.tran 1ns 60ns
@Siddhant
Siddhant / 2bit AND.cir
Created February 5, 2015 12:20
[ngspice] 2bit AND simulation
.title AND gate simulation
A1 [1 2] 3 and
.model and d_and(rise_delay=0.1ps fall_delay=0.2ps)
* now test it
Asource [1 2] d_source_model
.model d_source_model d_source(input_file="2bit_input_for_AND")
.tran 1ns 50ns
@Siddhant
Siddhant / log
Created March 29, 2014 23:16
parrot/nqp build fails
$ perl Configure.pl --gen-parrot
sh: /home/siddhant/rakudo/install/bin/parrot: No such file or directory
HEAD is now at 83f5f9d... bump moar rev to get public real_data helper
sh: /home/siddhant/rakudo/install/bin/parrot: No such file or directory
D editor/parrot.el
HEAD is now at 2392887... Release 6.1.0
Configuring Parrot ...
/usr/bin/perl Configure.pl --optimize --prefix=/home/siddhant/rakudo/install
Parrot Version 6.1.0 Configure 2.0
@Siddhant
Siddhant / build log for nqp on jvm
Last active August 29, 2015 13:57
building nqp
$ perl Configure.pl --gen-nqp --backends=jvm
HEAD is now at 83c0d27... Bump MOAR_REVISION for native call support.
Building NQP ...
/usr/bin/perl Configure.pl --prefix=/home/siddhant/rakudo/install --backends=jvm --make-install
Using java version "1.7.0_51"
Cleaning up ...
/usr/bin/perl -MExtUtils::Command -e mkpath bin
javac -source 1.7 -cp 3rdparty/asm/asm-4.1.jar:3rdparty/asm/asm-tree-4.1.jar:3rdparty/jline/jline-1.0.jar:3rdparty/jna/jna.jar -g -d bin src/vm/jvm/runtime/org/perl6/nqp/io/*.java src/vm/jvm/runtime/org/perl6/nqp/jast2bc/*.java src/vm/jvm/runtime/org/perl6/nqp/runtime/*.java src/vm/jvm/runtime/org/perl6/nqp/sixmodel/*.java src/vm/jvm/runtime/org/perl6/nqp/sixmodel/reprs/*.java src/vm/jvm/runtime/org/perl6/nqp/tools/*.java
src\vm\jvm\runtime\org\perl6\nqp\runtime\BootJavaInterop.java:25: error: package org.objectweb.asm does not exist
siddhant@siddhant-PC ~/rakudo> perl Configure.pl --gen-parrot
HEAD is now at 13ef89d... bump rev for waitpid fix
/home/siddhant/rakudo/install/bin/parrot is Parrot RELEASE_5_9_0.
Building NQP ...
/usr/bin/perl Configure.pl --prefix=/home/siddhant/rakudo/install --backends=parrot --make-install
Verifying installation ...
Using /home/siddhant/rakudo/install/bin/parrot.exe (version RELEASE_5_9_0).
* configure package dyncall
guess operating system cygwin
guess arch x86
$ perl Configure.pl --gen-moar
remote: Counting objects: 3, done.
remote: Compressing objects: 100% (3/3), done.
remote: Total 3 (delta 0), reused 0 (delta 0)
Unpacking objects: 100% (3/3), done.
From https://github.com/perl6/nqp
05c5d89..1658541 master -> origin/master
HEAD is now at 13ef89d... bump rev for waitpid fix
Building NQP ...
/usr/bin/perl Configure.pl --prefix=/home/siddhant/rakudo/install --backends=moar --make-install --gen-moar
$ perl6 -v
This is perl6 version 2012.09-14-g7d6aa02 built on parrot 4.8.0 revision RELEASE_4_8_0
$ cat null-pmc-error.pl
for 1..10 -> $n {
if $n == 2 {
.say;
}
}
siddhant@siddhant-PC ~/rakudo
$ export PATH="/home/siddhant/rakudo/install/bin:$PATH"
-bash: $'\302\226export': command not found