Package Details: blackhole-git 0.2.r8.g3f78eb7-2

Git Clone URL: https://aur.archlinux.org/blackhole-git.git (read-only, click to copy)
Package Base: blackhole-git
Description: module system for gambit-c scheme
Upstream URL: http://github.com/pereckerdal/blackhole
Licenses: custom
Submitter: None
Maintainer: None
Last Packager: haawda
Votes: 1
Popularity: 0.000000
First Submitted: 2012-06-26 03:50 (UTC)
Last Updated: 2019-08-28 18:11 (UTC)

Dependencies (3)

Required by (0)

Sources (2)

Latest Comments

Xam90 commented on 2016-06-11 13:56 (UTC) (edited on 2016-06-11 18:41 (UTC) by Xam90)

I get this: ==> Starting build()... bh.scm: bh_.c: bh.c: {standard input}: Assembler messages: {standard input}:2798: Warning: end of file not at end of a line; newline inserted {standard input}:3294: Error: no such instruction: `mo' {standard input}: Error: open CFI at the end of file; missing .cfi_endproc directive gcc: internal compiler error: Killed (program cc1) Please submit a full bug report, with preprocessed source if appropriate. See <https://bugs.archlinux.org/> for instructions. *** ERROR IN ##main -- C compilation or link failed while compiling "bh.c" ==> Entering fakeroot environment... ==> Starting package()... install: cannot stat 'bh': No such file or directory ==> ERROR: A failure occurred in package(). Aborting...

haawda commented on 2014-10-19 20:30 (UTC)

I used this PKGBUILD for gambit-c-git (http://hastebin.com/cucinewena) to build this.

<deleted-account> commented on 2012-07-21 19:09 (UTC)

the gambit-c PKGBUILD has some notes about running out of ram $ free -h total used free shared buffers cached Mem: 7.7G 3.3G 4.4G 0B 393M 1.8G -/+ buffers/cache: 1.2G 6.5G Swap: 9.8G 0B 9.8G $ gcc -v gcc: Using built-in specs. COLLECT_GCC=gcc COLLECT_LTO_WRAPPER=/usr/lib/gcc/x86_64-unknown-linux-gnu/4.7.1/lto-wrapper Target: x86_64-unknown-linux-gnu Configured with: /build/src/gcc-4.7.1/configure --prefix=/usr --libdir=/usr/lib --libexecdir=/usr/lib --mandir=/usr/share/man --infodir=/usr/share/info --with-bugurl=https://bugs.archlinux.org/ --enable-languages=c,c++,ada,fortran,go,lto,objc,obj-c++ --enable-shared --enable-threads=posix --with-system-zlib --enable-__cxa_atexit --disable-libunwind-exceptions --enable-clocale=gnu --disable-libstdcxx-pch --enable-libstdcxx-time --enable-gnu-unique-object --enable-linker-build-id --with-ppl --enable-cloog-backend=isl --disable-ppl-version-check --disable-cloog-version-check --enable-lto --enable-gold --enable-ld=default --enable-plugin --with-plugin-ld=ld.gold --with-linker-hash-style=gnu --disable-multilib --disable-libssp --disable-build-with-cxx --disable-build-poststage1-with-cxx --enable-checking=release Thread model: posix gcc version 4.7.1 (GCC)

<deleted-account> commented on 2012-07-21 18:29 (UTC)

Hi, it is nice too see that you ported blackhole to archlinux. Anyway, I couldn't compile this package as its compilation demanded too much RAM. I even enabled 7G SWAP plus 2G of RAM. it always stop because cc1 (gcc) cant have more memory. How much memory does your system have? What GCC version are you using? SYSTEM: total used free shared buffers cached Mem: 2,0G 818M 1,2G 0B 96M 285M -/+ buffers/cache: 436M 1,5G Swap: 7,0G 314M 6,6G So I have 9G GCC: Using built-in specs. COLLECT_GCC=gcc COLLECT_LTO_WRAPPER=/usr/lib/gcc/i686-pc-linux-gnu/4.7.1/lto-wrapper Target: i686-pc-linux-gnu Configured with: /build/src/gcc-4.7.1/configure --prefix=/usr --libdir=/usr/lib --libexecdir=/usr/lib --mandir=/usr/share/man --infodir=/usr/share/info --with-bugurl=https://bugs.archlinux.org/ --enable-languages=c,c++,ada,fortran,go,lto,objc,obj-c++ --enable-shared --enable-threads=posix --with-system-zlib --enable-__cxa_atexit --disable-libunwind-exceptions --enable-clocale=gnu --disable-libstdcxx-pch --enable-libstdcxx-time --enable-gnu-unique-object --enable-linker-build-id --with-ppl --enable-cloog-backend=isl --disable-ppl-version-check --disable-cloog-version-check --enable-lto --enable-gold --enable-ld=default --enable-plugin --with-plugin-ld=ld.gold --with-linker-hash-style=gnu --disable-multilib --disable-libssp --disable-build-with-cxx --disable-build-poststage1-with-cxx --enable-checking=release Thread model: posix gcc version 4.7.1 (GCC) thanks for your time.