sudo brew install qemu

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
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
==> Installing dependencies for qemu: jpeg, libpng, libtasn1, gmp, nettle
==> Installing qemu dependency: jpeg
==> Downloading https://homebrew.bintray.com/bottles/jpeg-8d.el_capitan.bottle.2
######################################################################## 100.0%
==> Pouring jpeg-8d.el_capitan.bottle.2.tar.gz
Error: The `brew link` step did not complete successfully
The formula built, but is not symlinked into /usr/local
Could not symlink include/jconfig.h
/usr/local/include is not writable.

You can try again using:
brew link jpeg
==> Summary
🍺 /usr/local/Cellar/jpeg/8d: 18 files, 712.4K
==> Installing qemu dependency: libpng
==> Downloading https://homebrew.bintray.com/bottles/libpng-1.6.21.el_capitan.bo
######################################################################## 100.0%
==> Pouring libpng-1.6.21.el_capitan.bottle.tar.gz
Error: The `brew link` step did not complete successfully
The formula built, but is not symlinked into /usr/local
Could not symlink include/libpng16
/usr/local/include is not writable.

You can try again using:
brew link libpng
==> Summary
🍺 /usr/local/Cellar/libpng/1.6.21: 17 files, 1.2M
==> Installing qemu dependency: libtasn1
==> Downloading https://homebrew.bintray.com/bottles/libtasn1-4.7.el_capitan.bot
######################################################################## 100.0%
==> Pouring libtasn1-4.7.el_capitan.bottle.tar.gz
Error: The `brew link` step did not complete successfully
The formula built, but is not symlinked into /usr/local
Could not symlink include/libtasn1.h
/usr/local/include is not writable.

You can try again using:
brew link libtasn1
==> Summary
🍺 /usr/local/Cellar/libtasn1/4.7: 57 files, 434.1K
==> Installing qemu dependency: gmp
==> Downloading https://homebrew.bintray.com/bottles/gmp-6.1.0.el_capitan.bottle
######################################################################## 100.0%
==> Pouring gmp-6.1.0.el_capitan.bottle.tar.gz
Error: The `brew link` step did not complete successfully
The formula built, but is not symlinked into /usr/local
Could not symlink include/gmp.h
/usr/local/include is not writable.

You can try again using:
brew link gmp
==> Summary
🍺 /usr/local/Cellar/gmp/6.1.0: 15 files, 3.2M
==> Installing qemu dependency: nettle
==> Downloading https://homebrew.bintray.com/bottles/nettle-3.2.el_capitan.bottl
######################################################################## 100.0%
==> Pouring nettle-3.2.el_capitan.bottle.tar.gz
Error: The `brew link` step did not complete successfully
The formula built, but is not symlinked into /usr/local
Could not symlink include/nettle
/usr/local/include is not writable.

You can try again using:
brew link nettle
==> Summary
🍺 /usr/local/Cellar/nettle/3.2: 75 files, 1.9M
==> Installing qemu dependency: gnutls
==> Downloading https://homebrew.bintray.com/bottles/gnutls-3.4.10.el_capitan.bo
######################################################################## 100.0%
==> Pouring gnutls-3.4.10.el_capitan.bottle.tar.gz
Error: The `brew link` step did not complete successfully
The formula built, but is not symlinked into /usr/local
Could not symlink include/gnutls
/usr/local/include is not writable.

You can try again using:
brew link gnutls
==> Summary
🍺 /usr/local/Cellar/gnutls/3.4.10: 1,094 files, 6.8M
==> Installing qemu dependency: gettext
==> Downloading https://homebrew.bintray.com/bottles/gettext-0.19.7.el_capitan.b
######################################################################## 100.0%
==> Pouring gettext-0.19.7.el_capitan.bottle.tar.gz
==> Caveats
This formula is keg-only, which means it was not symlinked into /usr/local.

OS X provides the BSD gettext library and some software gets confused if both are in the library path.

Generally there are no consequences of this for you. If you build your
own software and it requires this formula, you'll need to add to your
build variables:

LDFLAGS: -L/usr/local/opt/gettext/lib
CPPFLAGS: -I/usr/local/opt/gettext/include

==> Summary
🍺 /usr/local/Cellar/gettext/0.19.7: 1,929 files, 16.6M
==> Installing qemu dependency: libffi
==> Downloading https://homebrew.bintray.com/bottles/libffi-3.0.13.el_capitan.bo
######################################################################## 100.0%
==> Pouring libffi-3.0.13.el_capitan.bottle.tar.gz
==> Caveats
This formula is keg-only, which means it was not symlinked into /usr/local.

Some formulae require a newer version of libffi.

Generally there are no consequences of this for you. If you build your
own software and it requires this formula, you'll need to add to your
build variables:

LDFLAGS: -L/usr/local/opt/libffi/lib

==> Summary
🍺 /usr/local/Cellar/libffi/3.0.13: 14 files, 373.2K
==> Installing qemu dependency: glib
==> Downloading https://homebrew.bintray.com/bottles/glib-2.46.2.el_capitan.bott
######################################################################## 100.0%
==> Pouring glib-2.46.2.el_capitan.bottle.tar.gz
Error: The `brew link` step did not complete successfully
The formula built, but is not symlinked into /usr/local
Could not symlink include/gio-unix-2.0
/usr/local/include is not writable.

You can try again using:
brew link glib
Warning: The post-install step did not complete successfully
You can try again using `brew postinstall glib`
==> Summary
🍺 /usr/local/Cellar/glib/2.46.2: 421 files, 22.3M
==> Installing qemu dependency: pixman
==> Downloading https://homebrew.bintray.com/bottles/pixman-0.34.0.el_capitan.bo
######################################################################## 100.0%
==> Pouring pixman-0.34.0.el_capitan.bottle.tar.gz
Error: The `brew link` step did not complete successfully
The formula built, but is not symlinked into /usr/local
Could not symlink include/pixman-1
/usr/local/include is not writable.

You can try again using:
brew link pixman
==> Summary
🍺 /usr/local/Cellar/pixman/0.34.0: 11 files, 1.2M
==> Installing qemu
==> Downloading https://homebrew.bintray.com/bottles/qemu-2.5.0_2.el_capitan.bot
######################################## 56.1%m######################################################################## 100.0%
==> Pouring qemu-2.5.0_2.el_capitan.bottle.tar.gz
🍺 /usr/local/Cellar/qemu/2.5.0_2: 125 files, 118.3M

Comments

2016-04-05