-
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathbuild.log.html
More file actions
129 lines (127 loc) · 6.04 KB
/
build.log.html
File metadata and controls
129 lines (127 loc) · 6.04 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<title></title>
<style type="text/css">
.ansi2html-content { display: inline; white-space: pre-wrap; word-wrap: break-word; }
.body_foreground { color: #AAAAAA; }
.body_background { background-color: #000000; }
.inv_foreground { color: #000000; }
.inv_background { background-color: #AAAAAA; }
.ansi1 { font-weight: bold; }
.ansi31 { color: #aa0000; }
.ansi32 { color: #00aa00; }
.ansi34 { color: #0000aa; }
</style>
</head>
<body class="body_foreground body_background" style="font-size: normal;" >
<pre class="ansi2html-content">
<span class="ansi32"> * </span>Package: dev-db/cdb-0.75-r4:0
<span class="ansi32"> * </span>Repository: gentoo
<span class="ansi32"> * </span>Maintainer: hattya@gentoo.org
<span class="ansi32"> * </span>USE: abi_x86_64 amd64 elibc_glibc kernel_linux
<span class="ansi32"> * </span>FEATURES: network-sandbox preserve-libs sandbox userpriv usersandbox
>>> Unpacking source...
>>> Unpacking cdb-0.75.tar.gz to /var/tmp/portage/dev-db/cdb-0.75-r4/work
>>> Source unpacked in /var/tmp/portage/dev-db/cdb-0.75-r4/work
>>> Preparing source in /var/tmp/portage/dev-db/cdb-0.75-r4/work/cdb-0.75 ...
<span class="ansi1 ansi34">[ </span><span class="ansi1 ansi32">ok</span><span class="ansi1 ansi34"> ]</span>
<span class="ansi1 ansi34">[ </span><span class="ansi1 ansi32">ok</span><span class="ansi1 ansi34"> ]</span>
<span class="ansi1 ansi34">[ </span><span class="ansi1 ansi32">ok</span><span class="ansi1 ansi34"> ]</span>
>>> Source prepared.
>>> Configuring source in /var/tmp/portage/dev-db/cdb-0.75-r4/work/cdb-0.75 ...
>>> Source configured.
>>> Compiling source in /var/tmp/portage/dev-db/cdb-0.75-r4/work/cdb-0.75 ...
make -j2
( cat warn-auto.sh; \
echo 'main="$1"; shift'; \
echo exec "`head -n 1 conf-ld`" \
'-o "$main" "$main".o ${1+"$@"}' \
) > load
chmod 755 load
( cat warn-auto.sh; \
echo exec "`head -n 1 conf-cc`" '-c ${1+"$@"}' \
) > compile
chmod 755 compile
cat warn-auto.sh cdbmake-12.sh \
| sed s}HOME}"`head -n 1 conf-home`"}g \
> cdbmake-12
chmod 755 cdbmake-12
( cat warn-auto.sh; \
echo CC=\'`head -n 1 conf-cc`\'; \
echo LD=\'`head -n 1 conf-ld`\'; \
cat find-systype.sh; \
) | sh > systype
cat warn-auto.sh cdbmake-sv.sh \
| sed s}HOME}"`head -n 1 conf-home`"}g \
> cdbmake-sv
chmod 755 cdbmake-sv
cat warn-auto.sh rts.sh \
| sed s}HOME}"`head -n 1 conf-home`"}g \
> rts
chmod 755 rts
./compile testzero.c
testzero.c:17:1: error: return type defaults to ‘int’ [-Wimplicit-int]
17 | main(int argc,char **argv)
| ^~~~
testzero.c: In function ‘main’:
testzero.c:22:15: error: implicit declaration of function ‘_exit’ [-Wimplicit-function-declaration]
22 | if (!*argv) _exit(0);
| ^~~~~
testzero.c:22:15: warning: incompatible implicit declaration of built-in function ‘_exit’ [-Wbuiltin-declaration-mismatch]
testzero.c:23:17: warning: incompatible implicit declaration of built-in function ‘_exit’ [-Wbuiltin-declaration-mismatch]
23 | if (!*++argv) _exit(0);
| ^~~~~
testzero.c:34:3: warning: incompatible implicit declaration of built-in function ‘_exit’ [-Wbuiltin-declaration-mismatch]
34 | _exit(0);
| ^~~~~
make: *** [Makefile:299: testzero.o] Error 1
make: *** Waiting for unfinished jobs....
./compile install.c
install.c: In function ‘h’:
install.c:20:7: error: implicit declaration of function ‘mkdir’ [-Wimplicit-function-declaration]
20 | if (mkdir(home,0700) == -1)
| ^~~~~
install.c:23:7: error: implicit declaration of function ‘chown’ [-Wimplicit-function-declaration]
23 | if (chown(home,uid,gid) == -1)
| ^~~~~
install.c:25:7: error: implicit declaration of function ‘chmod’ [-Wimplicit-function-declaration]
25 | if (chmod(home,mode) == -1)
| ^~~~~
install.c: In function ‘d’:
install.c:36:7: error: implicit declaration of function ‘chdir’ [-Wimplicit-function-declaration]
36 | if (chdir(home) == -1)
| ^~~~~
install.c: In function ‘c’:
install.c:63:7: error: implicit declaration of function ‘fchdir’ [-Wimplicit-function-declaration]
63 | if (fchdir(fdsourcedir) == -1)
| ^~~~~~
install.c:88:3: error: implicit declaration of function ‘close’ [-Wimplicit-function-declaration]
88 | close(fdin);
| ^~~~~
install.c:91:7: error: implicit declaration of function ‘fsync’ [-Wimplicit-function-declaration]
91 | if (fsync(fdout) == -1)
| ^~~~~
install.c: At top level:
install.c:140:1: error: return type defaults to ‘int’ [-Wimplicit-int]
140 | main()
| ^~~~
install.c: In function ‘main’:
install.c:146:3: error: implicit declaration of function ‘umask’ [-Wimplicit-function-declaration]
146 | umask(077);
| ^~~~~
make: *** [Makefile:196: install.o] Error 1
<span class="ansi1 ansi31">*</span> ERROR: dev-db/cdb-0.75-r4::gentoo failed (compile phase):
<span class="ansi1 ansi31">*</span> emake failed
<span class="ansi1 ansi31">*</span>
<span class="ansi1 ansi31">*</span> If you need support, post the output of `emerge --info '=dev-db/cdb-0.75-r4::gentoo'`,
<span class="ansi1 ansi31">*</span> the complete build log and the output of `emerge -pqv '=dev-db/cdb-0.75-r4::gentoo'`.
<span class="ansi1 ansi31">*</span> The complete build log is located at '/var/log/portage/build/dev-db/cdb-0.75-r4:20241126-001437.log'.
<span class="ansi1 ansi31">*</span> For convenience, a symlink to the build log is located at '/var/tmp/portage/dev-db/cdb-0.75-r4/temp/build.log'.
<span class="ansi1 ansi31">*</span> The ebuild environment file is located at '/var/tmp/portage/dev-db/cdb-0.75-r4/temp/environment'.
<span class="ansi1 ansi31">*</span> Working directory: '/var/tmp/portage/dev-db/cdb-0.75-r4/work/cdb-0.75'
<span class="ansi1 ansi31">*</span> S: '/var/tmp/portage/dev-db/cdb-0.75-r4/work/cdb-0.75'
</pre>
</body>
</html>