This is the build log of derivation /nix/store/zd7vyjp09rs92ry2rv5i58ajiy8mpndl-bsdiff-4.3.drv. It was built on nix@butters.
Expand all Collapse all
-
1building /...-bsdiff-4.3
-
2unpacking sources
-
3unpacking source archive /...-bsdiff-4.3.tar.gz
-
4bsdiff-4.3
-
5bsdiff-4.3/Makefile
-
6bsdiff-4.3/bspatch.c
-
7bsdiff-4.3/bsdiff.1
-
8bsdiff-4.3/bsdiff.c
-
9bsdiff-4.3/bspatch.1
-
10source root is bsdiff-4.3
-
11patching sources
-
12configuring
-
13no configure script, doing nothing
-
14building
-
15make flags:
-
16building bsdiff
-
17cc -O3 -lbz2 bsdiff.c -o bsdiff
-
18building bspatch
-
19cc -O3 -lbz2 bspatch.c -o bspatch
-
20bspatch.c:39: error: expected ')' before '*' token
-
21bspatch.c: In function 'main':
-
22bspatch.c:65: error: 'u_char' undeclared (first use in this function)
-
23bspatch.c:65: error: (Each undeclared identifier is reported only once
-
24bspatch.c:65: error: for each function it appears in.)
-
25bspatch.c:65: error: expected ';' before 'header'
-
26bspatch.c:66: error: 'old' undeclared (first use in this function)
-
27bspatch.c:66: error: 'new' undeclared (first use in this function)
-
28bspatch.c:93: error: 'header' undeclared (first use in this function)
-
29bspatch.c:147: error: 'buf' undeclared (first use in this function)
-
30make: *** [bspatch] Error 1
-
31builder for `/...-bsdiff-4.3.drv' failed with exit code 2
-
32error: build of `/...-bsdiff-4.3.drv' failed