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
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
|
#
# spec file for package qemu-accel-ARCH, where ARCH = armv7l or aarch64
#
# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
# upon. The license for this file, and modifications and additions to the
# file, is the same license as for the pristine package itself (unless the
# license for the pristine package is not an Open Source License, in which
# case the license is the MIT License). An "Open Source License" is a
# license that conforms to the Open Source Definition (Version 1.9)
# published by the Open Source Initiative.
# Please submit bugfixes or comments via http://bugs.opensuse.org/
#
%define emulated_arch_long EMULATED_ARCH_LONG
%define emulated_arch_short EMULATED_ARCH_SHORT
%define emulated_arch_synonim EMULATED_ARCH_SYNONIM
%define emulated_arch_triple_short EMULATED_ARCH_TRIPLE_SHORT
%define emulated_arch_triple_long EMULATED_ARCH_TRIPLE_LONG
# Check whether macro "gcc_version" was defined via project config
%if 0%{?gcc_version}
%else
# If the macro was undefined, set it to this default value:
%define gcc_version 49
%endif
%{expand:%%define gcc_version_dot %(echo -n "%{gcc_version}" | sed -e "s/\([0-9]\)\([0-9]\)/\1.\2/g")}
# Choose which gcc hijack method (if any) to use.
# Only select one of the two at a time!
%define hijack_gcc 1
Name: qemu-accel-%{emulated_arch_long}
Version: 0.4
Release: 0
AutoReqProv: off
Source0: ld-wrapper.sh
Source1: gcc-wrapper.sh
BuildRequires: cross-%{emulated_arch_short}-binutils
BuildRequires: cross-%{emulated_arch_short}-binutils-gold
%if %hijack_gcc
BuildRequires: cross-%{emulated_arch_long}-gcc%{gcc_version}-icecream-backend
%endif
#BuildRequires: expect
BuildRequires: fdupes
BuildRequires: gcc-c++
BuildRequires: gettext-runtime
BuildRequires: gettext-tools
BuildRequires: m4
# required for xxd
BuildRequires: vim
BuildRequires: patchelf
BuildRequires: rpmlint-mini
BuildRequires: qemu-linux-user
BuildRequires: elfutils
BuildRequires: libxslt-tools
Requires: coreutils
Summary: Native binaries for speeding up cross compile
License: GPL-2.0
Group: Development/Cross Compilation
ExclusiveArch: x86_64 %ix86
# default path in qemu
%define HOST_ARCH %(echo -n "%{_host_cpu}" | sed -e "s/i.86/i586/;s/ppc/powerpc/;s/sparc64.*/sparc64/;s/sparcv.*/sparc/;")
%define our_path /emul/%{HOST_ARCH}-for-%{emulated_arch_short}
%ifarch %ix86
%define icecream_cross_env cross-%{emulated_arch_long}-gcc%{gcc_version}-icecream-backend_i386
%else
%define icecream_cross_env cross-%{emulated_arch_long}-gcc%{gcc_version}-icecream-backend_x86_64
%endif
%define binaries_binutils addr2line ar as elfedit gprof ld ld.bfd ld.gold nm objcopy objdump ranlib readelf size strings strip
%define binaries_binutils_comma %(echo %{binaries_binutils} | sed -e "s/ /,/g")
%description
This package is used in %{emulated_arch_long} architecture builds using qemu to speed up builds
with native binaries.
This should not be installed on systems, it is just intended for qemu environments.
%prep
%build
%install
binaries="%{_libdir}/libnsl.so.1 %{_libdir}/libnss_compat.so.2" # loaded via dlopen by glibc
%ifarch %ix86
LD="/lib/ld-linux.so.2"
%else
%ifarch x86_64
LD="/lib64/ld-linux-x86-64.so.2"
%else
echo "ERROR unhandled arch"
exit 1
%endif
%endif
# XXX this fails with the following error:
# /opt/testing/bin/python: error while loading shared libraries: libpython2.7.so.1.0: wrong ELF class: ELFCLASS32
for executable in $LD \
/usr/bin/bash \
/usr/bin/{rpm,rpm2cpio,rpmdb,rpmkeys,rpmqpack,rpmbuild,rpmsign,rpmspec} \
%{_libdir}/rpm-plugins/exec.so \
%{_libdir}/{libdb-4.8.so,libdb_cxx-4.8.so} \
/usr/bin/{tar,gzip,bzip2,xz,xzdec} \
/usr/bin/{grep,sed} \
%ifarch %ix86
%{_libdir}/libnssdbm3.so %{_libdir}/libsoftokn3.so %{_libdir}/libfreebl3.so \
%else
/usr/lib64/libnssdbm3.so /usr/lib64/libsoftokn3.so /lib64/libfreebl3.so \
%endif
/usr/bin/{cat,expr,mkdir,mv,rm,rmdir} \
/usr/bin/{msgexec,msgfmt,msgcat,msgmerge} \
/usr/bin/make \
/usr/bin/m4 \
/usr/bin/patch \
/usr/bin/%{emulated_arch_triple_short}-{%{binaries_binutils_comma}} \
/usr/bin/eu-{addr2line,ar,elfcmp,elflint,findtextrel,ld,nm,objdump,ranlib,readelf,size,stack,strings,strip,unstrip} \
/usr/bin/xsltproc
do
binaries="$binaries $executable `ldd $executable | sed -n 's,.*=> \(/[^ ]*\) .*,\1,p'`"
done
%if %hijack_gcc
# extract cross-compiler
mkdir -p cross-compiler-tmp
for executable in $(tar -C cross-compiler-tmp -xvzf /usr/share/icecream-envs/cross-%{emulated_arch_long}-gcc%{gcc_version}-icecream-backend_*.tar.gz); do
if [ ! -d "cross-compiler-tmp/$executable" ] ; then
binaries="$binaries cross-compiler-tmp/$executable"
fi
done
%endif
%if %hijack_gcc
# Install
mkdir -p %buildroot%{our_path}/usr/share/icecream-envs/%{icecream_cross_env}
cp -a /usr/share/icecream-envs/%{icecream_cross_env}.tar.gz \
%buildroot%{our_path}/usr/share/icecream-envs
# And extract it for direct usage
tar xvz -C %buildroot%{our_path}/usr/share/icecream-envs/%{icecream_cross_env} -f /usr/share/icecream-envs/cross-%{emulated_arch_long}-gcc%{gcc_version}-icecream-backend_*.tar.gz
# It needs a tmp working directory which is writable
install -d -m0755 %buildroot%{our_path}/usr/share/icecream-envs
%endif
for binary in $binaries
do
outfile=%buildroot%{our_path}$(echo $binary | sed 's:cross-compiler-tmp::;s:/opt/cross/%{emulated_arch_triple_long}:/usr:')
[ -f $outfile ] && continue
mkdir -p ${outfile%/*}
cp -aL $binary $outfile
objdump -s -j .rodata -j .data $outfile | sed 's/^ *\([a-z0-9]*\)/\1:/' | \
grep ': ' | grep -v 'file format' | grep -v 'Contents of section' | \
xxd -g4 -r - $outfile.data
if grep -q "%{HOST_ARCH}"$outfile.data; then
echo "ERROR file $binary leaks host information into the guest"
exit 1
fi
rm -f $outfile.data
[ "$binary" == "$LD" ] && continue
patchelf --debug --set-rpath "%our_path/%_lib:%our_path%_libdir" $outfile
# not all binaries have an .interp section
if patchelf --print-interpreter $outfile; then
patchelf --debug --set-interpreter %{our_path}$LD $outfile
fi
done
# create symlinks for bash
mkdir -p "%{buildroot}%{our_path}/bin/"
mkdir -p "%{buildroot}%{our_path}/usr/bin/"
ln -sf ../usr/bin/bash "%{buildroot}%{our_path}/bin/sh"
ln -sf ../../bin/bash "%{buildroot}%{our_path}/usr/bin/sh"
# binutils needs to be exposed in /usr/bin
if [ ! -d %{buildroot}%{our_path}/usr/%{emulated_arch_triple_short}/bin ] ; then
mkdir -p %{buildroot}%{our_path}/usr/%{emulated_arch_triple_short}/bin
fi
for i in %{binaries_binutils} ; do
if [ -f %{buildroot}%{our_path}/%{_bindir}/%{emulated_arch_triple_short}-$i ] ; then
mv %{buildroot}%{our_path}/%{_bindir}/%{emulated_arch_triple_short}-$i %{buildroot}%{our_path}/usr/%{emulated_arch_triple_short}/bin/$i
if [ -f %{buildroot}%{our_path}/%{_bindir}/$i ] ; then
rm %{buildroot}%{our_path}/%{_bindir}/$i
fi
ln -s ../%{emulated_arch_triple_short}/bin/$i %{buildroot}%{our_path}/%{_bindir}/$i
ln -s ../%{emulated_arch_triple_short}/bin/$i %{buildroot}%{our_path}/%{_bindir}/%{emulated_arch_triple_short}-$i
fi
done
pushd %{buildroot}%{our_path} && ln -s usr/bin && popd
%if %hijack_gcc
# create symlinks for lib64 / lib mappings (gcc!)
mkdir -p "%{buildroot}%{our_path}/usr/lib/"
# binutils secondary directories
mkdir -p %{buildroot}%{our_path}/usr/%{emulated_arch_triple_long}/
ln -sf ../bin %{buildroot}%{our_path}/usr/%{emulated_arch_triple_long}/bin
%ifarch %ix86
ln -sf ../lib/gcc "%{buildroot}%{our_path}/usr/lib/gcc"
%else
ln -sf ../lib64/gcc "%{buildroot}%{our_path}/usr/lib/gcc"
%endif
# Enable wrapper for GCC compiler:
mv %{buildroot}%{our_path}/usr/bin/gcc{,.real}
mv %{buildroot}%{our_path}/usr/bin/g++{,.real}
cp %{SOURCE1} %{buildroot}%{our_path}/usr/bin/gcc-wrapper.sh
chmod 755 %{buildroot}%{our_path}/usr/bin/gcc-wrapper.sh
sed -i -e "s|wrapper-config.sh|%{our_path}/usr/bin/wrapper-config.sh|" %{buildroot}%{our_path}/usr/bin/gcc-wrapper.sh
# Create symlinks for different synonims of compiler names:
for compiler in gcc cc g++ c++ ; do
ln -sf gcc-wrapper.sh %{buildroot}%{our_path}/usr/bin/${compiler}
ln -sf gcc-wrapper.sh %{buildroot}%{our_path}/usr/bin/${compiler}-%{gcc_version_dot}
ln -sf ${compiler}.real %{buildroot}%{our_path}/usr/bin/${compiler}-%{gcc_version_dot}.real
done
# g++ can also be called c++
ln -sf g++.real "%{buildroot}%{our_path}/usr/bin/c++.real"
# gcc can also be called cc
ln -sf gcc.real "%{buildroot}%{our_path}/usr/bin/cc.real"
# allow abuild to do the mv
chmod 755 %{buildroot}/emul
# make cross ld work with emulated compilers
cp %{SOURCE0} %{buildroot}%{our_path}/usr/%{emulated_arch_triple_short}/bin/ld-wrapper.sh
sed -i -e "s|wrapper-config.sh|%{our_path}/usr/bin/wrapper-config.sh|" %{buildroot}%{our_path}/usr/%{emulated_arch_triple_short}/bin/ld-wrapper.sh
for LD_NAME in ld ld.gold ; do
mv %{buildroot}%{our_path}/usr/%{emulated_arch_triple_short}/bin/${LD_NAME}{,.real}
ln -s ld-wrapper.sh %{buildroot}%{our_path}/usr/%{emulated_arch_triple_short}/bin/${LD_NAME}
done
# Write config that will be used by wrappers at run-time.
echo '
QEMU_NAME=/usr/bin/qemu-%{emulated_arch_synonim}
CROSS_ACCELERATION_DIRECTORY=%{our_path}
GCC_LIBEXEC_DIRECTORY=%{_libdir}/gcc/%{emulated_arch_triple_long}/%{gcc_version_dot}
CROSS_BIN_PREFIX=/usr/%{emulated_arch_triple_short}/bin
NATIVE_BIN_PREFIX=/usr/%{emulated_arch_triple_long}/bin
' > %{buildroot}%{our_path}/usr/%{emulated_arch_triple_short}/bin/wrapper-config.sh
ln -s %{our_path}/usr/%{emulated_arch_triple_short}/bin/wrapper-config.sh %{buildroot}%{our_path}/usr/bin/wrapper-config.sh
chmod 755 %{buildroot}%{our_path}/usr/%{emulated_arch_triple_short}/bin/ld-wrapper.sh
%if "%{emulated_arch_short}" == "arm"
#
# as is not writing right EABI ELF header inside of arm environment for unknown
# reason.
# TODO: Still the case (2014-12-11).
#
mv %{buildroot}%{our_path}/usr/bin/as{,.real}
echo '#!/bin/bash
exec -a /usr/bin/as %{our_path}/usr/bin/as.real -meabi=5 "$@"
' > %{buildroot}%{our_path}/usr/bin/as
chmod +x %{buildroot}%{our_path}/usr/bin/as
%endif
# To support gcc sysroot
mkdir -p %{buildroot}/usr/%{emulated_arch_triple_long}
ln -sf .. %{buildroot}/usr/%{emulated_arch_triple_long}/usr
ln -sf ../include %{buildroot}/usr/%{emulated_arch_triple_long}/include
%endif
# Make QEMU available through /qemu
mkdir %buildroot/qemu
cp -L /usr/bin/qemu-%{emulated_arch_short}{,-binfmt} %buildroot/qemu/
mkdir -p %buildroot/usr/bin/
if [[ %{emulated_arch_short} != %{emulated_arch_synonim} ]] ; then
ln -sf /qemu/qemu-%{emulated_arch_short} %buildroot/qemu/qemu-%{emulated_arch_synonim}
ln -sf /qemu/qemu-%{emulated_arch_short}-binfmt %buildroot/qemu/qemu-%{emulated_arch_synonim}-binfmt
fi
export NO_BRP_CHECK_RPATH="true"
rm -rf %{buildroot}/%{our_path}/bin
ln -s %{our_path}/usr/bin %{buildroot}/%{our_path}/bin
rm -rf %{buildroot}/%{our_path}/sbin
ln -s %{our_path}/usr/sbin %{buildroot}/%{our_path}/sbin
ln -s %{our_path}/usr/bin/rpm %{buildroot}/%{our_path}/usr/bin/rpmquery
ln -s %{our_path}/usr/bin/rpm %{buildroot}/%{our_path}/usr/bin/rpmverify
%post
ldconfig
%postun
ldconfig
%files
%defattr(-,root,root)
%dir /usr/%{emulated_arch_triple_long}
/usr/%{emulated_arch_triple_long}/usr
/usr/%{emulated_arch_triple_long}/include
/emul
/qemu
%changelog
|