-
I used the Oracle-provided ruby-18 to install FPM. I had to move /usr/bin/make aside and symlink it to /usr/bin/gmake to get ffi installed.
I built ruby 2.0.0-p353:
``` bash
bash-[632]# ./configure …
ghost updated
10 years ago
-
Building php is where it first seems to fail..
/var/backups/barracuda-install-150508-0315.log Log output:
```
Hit http://security.debian.org wheezy/updates Release.gpg
Hit http://security.debian.org…
-
I'm trying to build a port for CRUX (http://crux.nu) for Docker (_client and daemon_) -- it builds just fine (_basing my port off Arch's PKGBUILD_).
I do have a small issue though where the docker da…
-
root@solaris:~/solaris-virtio-solaris11# gmake
gcc -D_KERNEL -DDEBUG -m64 -mcmodel=kernel -mno-red-zone -ffreestanding -nodefaultlibs -Wall -g -DSOLARIS_COMPAT_VERSION=11 -c virtio.c -o virtio.o
virti…
laris updated
11 years ago
-
build fails at configure stage, it does so with:
```
checking for python2.7-config... /usr/bin/python2.7-config
./configure: line 19645: syntax error near unexpected token `1.31.1'
./configure: line …
-
I received an email from Han Boetes with this error report:
```
/usr/pkgmk/work/yafc/src/yafc-1.2.3% make -k
make all-recursive
Making all in doc
depbase=`echo src/ftp/host.o | sed 's|[^/]*$|.deps/&…
-
It appears that fpm almost never checks return values. In a quick survey of the code, only 2 out of 34 calls to `system()` actually captured the return value.
The direct result of this is fpm creatin…
-
Version: -feature
Original reporter: Michael Sweet
Hello,
I've been writing an epm based installer for TWiki (perl based), and have gotten to the point where rpmbuild is making a mess that I need …