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
| --enable-optimize | |
| --disable-debug | |
| --enable-strip | |
| --with-system-jpeg | |
| --with-system-zlib | |
| --with-system-bz2 | |
| --with-system-nspr | |
| --enable-system-cairo | |
| --disable-crashreporter | |
| --disable-tests |
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
| execve("/nix/store/arrnnklgvi2hwi7c3mv2b8pi7nzh0jys-firefox-4.0rc2/bin/firefox", ["/nix/store/arrnnklgvi2hwi7c3mv2b"...], [/* 46 vars */]) = 0 | |
| brk(0) = 0x1cfc000 | |
| mmap(NULL, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7fc1247b6000 | |
| access("/etc/ld.so.preload", R_OK) = -1 ENOENT (No such file or directory) | |
| open("/var/run/opengl-driver/lib/tls/x86_64/libpthread.so.0", O_RDONLY) = -1 ENOENT (No such file or directory) | |
| stat("/var/run/opengl-driver/lib/tls/x86_64", 0x7fff7ced5ab0) = -1 ENOENT (No such file or directory) | |
| open("/var/run/opengl-driver/lib/tls/libpthread.so.0", O_RDONLY) = -1 ENOENT (No such file or directory) | |
| stat("/var/run/opengl-driver/lib/tls", 0x7fff7ced5ab0) = -1 ENOENT (No such file or directory) | |
| open("/var/run/opengl-driver/lib/x86_64/libpthread.so.0", O_RDONLY) = -1 ENOENT (No such file or directory) | |
| stat("/var/run/opengl-driver/lib/x86_64", 0x7fff7ced5ab0) = -1 ENOENT (No such file or directory) |
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
| [pbuilding /nix/store/7an14y12nbcc6v59hc4wxchl94ncf5mf-piplib-1.4.0 | |
| [punpacking sources | |
| [3punpacking source archive /nix/store/5sl46zav163n5lzfk698igilr601gqcs-piplib-1.4.0.tar.gz | |
| piplib-1.4.0/ | |
| piplib-1.4.0/autoconf/ | |
| piplib-1.4.0/autoconf/config.guess | |
| piplib-1.4.0/autoconf/config.sub | |
| piplib-1.4.0/autoconf/depcomp | |
| piplib-1.4.0/autoconf/install-sh | |
| piplib-1.4.0/autoconf/ltmain.sh |
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
| --prefix=/nix/store/pybfwq3cxivry8vs3vai43ak1xdcys5y-gcc-4.6.0-mipsel-unknown-linux-stage-static | |
| --disable-multilib | |
| --disable-shared | |
| --with-ppl=/nix/store/6s5c7xc6l0x0ilmxxrhgig7lhscslspw-ppl-0.11 | |
| --with-cloog=/nix/store/4dmgcdw8rllq2npf061cafcxl0s3wxzw-cloog-0.16.2 | |
| --enable-cloog-backend=isl | |
| --with-gmp=/nix/store/ji6py9m9w2ray1bmpkmgig9llj1i2ggf-gmp-4.3.2 | |
| --with-mpfr=/nix/store/zy26xh7csglfc5vqb78pj4xi2z3qy9qc-mpfr-3.0.0 | |
| --with-mpc=/nix/store/v3r9yi1fnf1v07zqifnvmwbv0mhv3iii-mpc-0.8.2 | |
| --with-libelf=/nix/store/mfls8slvmcvg7r1c5k9z1lkcvi4ivwjg-libelf-0.8.13 |
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 <pocketsphinx.h> | |
| int main(int argc, char *argv[]) | |
| { | |
| ps_decoder_t *ps; | |
| cmd_ln_t *config; | |
| config = cmd_ln_init(NULL, ps_args(), TRUE, | |
| NULL); | |
| ps = ps_init(config); | |
| ps_update_fsgset (ps); |
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
| diff --git a/pkgs/development/compilers/gcc-4.6/default.nix b/pkgs/development/compilers/gcc-4.6/default.nix | |
| index 0d8f534..04617df 100644 | |
| --- a/pkgs/development/compilers/gcc-4.6/default.nix | |
| +++ b/pkgs/development/compilers/gcc-4.6/default.nix | |
| @@ -1,7 +1,7 @@ | |
| { stdenv, fetchurl, noSysDirs | |
| , langC ? true, langCC ? true, langFortran ? false, langTreelang ? false | |
| , langJava ? false | |
| -, langAda ? false | |
| +, langAda ? true |
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
| - gcc45_real = lowPrio (wrapGCC (makeOverridable (import ../development/compilers/gcc-4.5) { | |
| - inherit fetchurl stdenv texinfo gmp mpfr mpc libelf zlib perl | |
| - ppl cloogppl | |
| - gettext which noSysDirs; | |
| + gcc45_real = lowPrio (wrapGCC (callPackage ../development/compilers/gcc-4.5) { | |
| + inherit noSysDirs; | |
| + cross = null; | |
| + libcCross = null; | |
| + bunutilsCross = null; |
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
| Elf file type is EXEC (Executable file) | |
| Entry point 0x8048df0 | |
| There are 9 program headers, starting at offset 52 | |
| Program Headers: | |
| Type Offset VirtAddr PhysAddr FileSiz MemSiz Flg Align | |
| PHDR 0x000034 0x08047034 0x08047034 0x00120 0x00120 R E 0x4 | |
| GNU_STACK 0x001000 0x00000000 0x00000000 0x00000 0x00000 RWE 0x4 | |
| LOAD 0x000000 0x08047000 0x08047000 0x01000 0x01000 RW 0x1000 |
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
| execve("./AdobeAIRInstaller.bin", ["./AdobeAIRInstaller.bin"], [/* 55 vars */]) = 0 | |
| brk(0) = 0xa8f1000 | |
| old_mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0xfffffffff7700000 | |
| access("/etc/ld.so.preload", R_OK) = -1 ENOENT (No such file or directory) | |
| open("/var/run/opengl-driver/lib/tls/i686/sse2/libm.so.6", O_RDONLY) = -1 ENOENT (No such file or directory) | |
| stat64("/var/run/opengl-driver/lib/tls/i686/sse2", 0xff82f538) = -1 ENOENT (No such file or directory) | |
| open("/var/run/opengl-driver/lib/tls/i686/libm.so.6", O_RDONLY) = -1 ENOENT (No such file or directory) | |
| stat64("/var/run/opengl-driver/lib/tls/i686", 0xff82f538) = -1 ENOENT (No such file or directory) | |
| open("/var/run/opengl-driver/lib/tls/sse2/libm.so.6", O_RDONLY) = -1 ENOENT (No such file or directory) | |
| stat64("/var/run/opengl-driver/lib/tls/sse2", 0xff82f538) = -1 ENOENT (No such file or directory) |
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
| execve("./AdobeAIRInstaller.bin", ["./AdobeAIRInstaller.bin"], [/* 55 vars */]) = 0 | |
| brk(0) = 0xa8f1000 | |
| old_mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0xfffffffff7700000 | |
| access("/etc/ld.so.preload", R_OK) = -1 ENOENT (No such file or directory) | |
| open("/var/run/opengl-driver/lib/tls/i686/sse2/libm.so.6", O_RDONLY) = -1 ENOENT (No such file or directory) | |
| stat64("/var/run/opengl-driver/lib/tls/i686/sse2", 0xff82f538) = -1 ENOENT (No such file or directory) | |
| open("/var/run/opengl-driver/lib/tls/i686/libm.so.6", O_RDONLY) = -1 ENOENT (No such file or directory) | |
| stat64("/var/run/opengl-driver/lib/tls/i686", 0xff82f538) = -1 ENOENT (No such file or directory) | |
| open("/var/run/opengl-driver/lib/tls/sse2/libm.so.6", O_RDONLY) = -1 ENOENT (No such file or directory) | |
| stat64("/var/run/opengl-driver/lib/tls/sse2", 0xff82f538) = -1 ENOENT (No such file or directory) |