summaryrefslogtreecommitdiff
path: root/packaging/qemu-accel.spec.in
blob: 96148c84ff9b8ffc9eef32e0dcd1008fc8be84b7 (plain)
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
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
#
# spec file for package qemu-accel-ARCH, where ARCH = armv7l or aarch64
#
# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
# Copyright (c) 2015 Tizen
#
# 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.tizen.org/
#


# arm
%define target_cpu %{cross}
%define target_abi %{?armv7l:eabi}
%define target_arch %{target_cpu}-tizen-linux-gnu%{?target_abi}
%define libdir %{_prefix}/lib%{?aarch64:64}

# default path in qemu
%define our_path /emul

Name:           qemu-accel
Version:        0.4
Release:        0
AutoReqProv:    off
BuildRequires:  gcc-%{cross}
BuildRequires:  binutils-%{cross}
#BuildRequires:  expect
BuildRequires:  fdupes
BuildRequires:  gettext-runtime
BuildRequires:  gettext-tools
BuildRequires:  m4
# required for xxd
BuildRequires:  vim
BuildRequires:  patchelf
BuildRequires:  rpmlint-mini
BuildRequires:  rpmlint-tizen
BuildRequires:  elfutils
BuildRequires:  libxslt-tools
BuildRequires:  cmake
BuildRequires:  gawk
BuildRequires:  libstdc++
BuildRequires:  python
BuildRequires:  python-xml
BuildRequires:  python-magic
BuildRequires:  python-rpm
BuildRequires:  file
BuildRequires:  libasan
BuildRequires:  icecream
BuildRequires:  mono-core
BuildRequires:  libunwind
BuildRequires:  libuuid
Summary:        Native binaries for speeding up cross compile
License:        GPL-2.0
Group:          Development/Cross Compilation
ExclusiveArch:  x86_64 %{ix86}
%ifarch x86_64
BuildRequires:  libgcc-32bit
BuildRequires:  glibc-32bit
%define         multilib 1
%endif


%description
This package is used in %{cross} 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.

%package -n python-accel
Version: %{version}
Release: %{release}
Summary: Binaries for python acceleration
License:        GPL-2.0
Group:          Development/Cross Compilation

%description -n python-accel
This package is used in qemu-accel to accelerate python.

%prep

%build

%install
set +x
gcc_version=`gcc --version | sed -ne '1s/[^0-9]*\(\([0-9]\.\?\)*\).*/\1/p'`
# just like it is determided in python.spec
python_version=`python --version 2>&1 | sed -ne '1s/.* //p' | head -c 3`

binaries="%{_libdir}/libnsl.so.1 %{_libdir}/libnss_compat.so.2" # loaded via dlopen by glibc
%ifarch %ix86
  LD="/%{_lib}/ld-linux.so.2"
%endif
%ifarch x86_64
  LD="/%{_lib}/ld-linux-x86-64.so.2"
%endif

# Check if we use toolchain with sanitizers support
[ -f /usr/bin/gcc-force-options ] && sanitizer_enabled=1
if [ x"$sanitizer_enabled" == x"1" ]; then
   real_compiler=`find %{_bindir} -name '*-real' -printf '%{_bindir}/%%f '`
fi

for executable in $LD \
   %{_bindir}/bash \
   %{_bindir}/{rpm,rpm2cpio,rpmdb,rpmkeys,rpmqpack,rpmbuild,rpmsign,rpmspec} \
   %{_libdir}/rpm-plugins/exec.so \
   %{_libdir}/{libdb-4.8.so,libdb_cxx-4.8.so} \
   %{_bindir}/{tar,gzip,bzip2,xz,xzdec} \
   %{_bindir}/{grep,sed} \
   %{_libdir}/libnssdbm3.so %{_libdir}/libsoftokn3.so %{_libdir}/libfreebl3.so \
   %{_libdir}/lib*san.so* \
   %{_bindir}/{cat,expr,mkdir,mv,rm,rmdir} \
   %{_bindir}/{msgexec,msgfmt,msgcat,msgmerge} \
   %{_bindir}/make \
   %{_bindir}/m4 \
   %{_bindir}/{awk,gawk} \
   %{_bindir}/patch \
   %{_bindir}/diff \
   %{_bindir}/echo \
   %{_bindir}/head \
   %{_bindir}/eu-{addr2line,ar,elfcmp,elflint,findtextrel,ld,nm,objdump,ranlib,readelf,size,strings,strip,unstrip} \
   %{_bindir}/xsltproc \
   %{_bindir}/python${python_version} \
   %{_libdir}/python${python_version}/lib-dynload/*.so \
   %{_libdir}/python${python_version}/site-packages/*/*.so \
   %{_bindir}/{ccmake,cmake,cpack,ctest} \
   %{_bindir}/%{target_arch}-{addr2line,ar,as,c++filt,dwp,elfedit,gprof,ld,ld.bfd,ld.gold,nm,objcopy,objdump,ranlib,readelf,size,strings,strip} \
   %{_bindir}/%{target_arch}-{c++,g++,cpp,gcc,gcc-${gcc_version},gcc-ar,gcc-nm,gcc-ranlib,gcov} \
   %{libdir}/gcc/%{target_arch}/${gcc_version}/{cc1,cc1plus,collect2,lto1,lto-wrapper,liblto_plugin.so} \
   %{_bindir}/file \
   %{_bindir}/icecc \
   %{_bindir}/icerun \
   ${real_compiler} \
   %{_bindir}/{find,xargs,readlink,ls,cpio} \
   %{_rpmconfigdir}/debugedit \
   %{_rpmconfigdir}/*deps \
   %{_bindir}/mono-sgen \
   %{_libdir}/{libmonoboehm-*.so.*,libMonoPosixHelper.so,libmonosgen-*.so.*} \
   %{_libdir}/{libunwind*.so*,libuuid*.so*}
do
  binaries="$binaries $executable `ldd $executable | sed -n 's,.*=> \(/[^ ]*\) .*,\1,p'`"
done

## dump list of binaries and list of packages
echo "### binaries to accelerate ###"
echo $binaries | sed -e 's/[^ ]*\///g;s/[^ ]*.so[^ ]* \?//g'
echo "### packages that are used ###"
for bin in $binaries
do
  rpm -qf $bin
done | grep -v "not owned" | sed -e "s/-[0-9].*//g" | sort -u
echo ""

function patch_binary {
  local binary=$1
  local rtld=$2
  # We don't need to accelerate shell scripts
  local filetype=`file --brief $binary`
  [[ x"$filetype" == x"POSIX shell script"* ]] && return

  local outfile=%{buildroot}/%{our_path}/$binary
  [ ! -e $binary ] && echo "WARNING: File '${binary}' not found, ignoring" && return
  [ -f $outfile ] && echo "WARNING: File '${outfile}' exists, ignoring" && return
  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" == "$rtld" ] && return
  patchelf --set-rpath "%{our_path}/%{_libdir}" $outfile
# not all binaries have an .interp section
  if patchelf --print-interpreter $outfile 1>/dev/null 2>/dev/null; then
    patchelf --set-interpreter %{our_path}$rtld $outfile
  fi
}

for binary in $binaries
do
  patch_binary $binary $LD
done
set -x

%{?multilib:
# Detect name of current ld.so. E.g. ld-linux.so.2
cross_ld_symlink=$(basename `rpm -ql glibc-32bit | grep -E 'ld-linux\.so\.[[:digit:]]+'`)

# Patch all 32bit binaries to use the right ld.so though symlink
mkdir -p %{buildroot}%{our_path}%{_prefix}/lib
mkdir -p %{buildroot}%{our_path}/lib
for f in $(rpm -ql glibc-32bit) \
  $(rpm -ql libgcc-32bit)
do
 fdir=$(dirname $f)
 [ ! -d %{buildroot}/%{our_path}/$fdir ] && mkdir -p %{buildroot}/%{our_path}/$fdir
 cp -a $f %{buildroot}/%{our_path}/$f
done

# Now we have to change the ld.so name to prevent name clashing in armv7l repos
i686_libdir="%{buildroot}%{our_path}/lib"

# 1. Rename the actual ld.so binary
cross_ld_so=$(find ${i686_libdir} -name 'ld-*.so' -printf '%f')
new_cross_ld_so=$(echo ${cross_ld_so} | sed -e 's,\.so,-i686.so,')
mv ${i686_libdir}/${cross_ld_so} ${i686_libdir}/${new_cross_ld_so}

# 2. Force the symlink to point the right file.
ln -sf %{our_path}/lib/${new_cross_ld_so} ${i686_libdir}/${cross_ld_symlink}

# create symlinks for libgcc-32bit
# libgcc-32bit library is placed under %{_libdir}/gcc/%{target_arch}/${gcc_version}/32/ not just /lib for 32bit
for f in $(rpm -ql libgcc-32bit)
do
  filename=$(basename $f)
  ln -sf %{our_path}/$f ${i686_libdir}/${filename}
done
}

# create symlinks for bash
ln -s usr/bin "%{buildroot}%{our_path}/bin"
ln -sf bash "%{buildroot}%{our_path}/usr/bin/sh"

mv %{buildroot}%{our_path}/%{_lib}/* %{buildroot}%{our_path}%{_libdir}/
rm -rf %{buildroot}%{our_path}/%{_lib}
ln -sf usr/%{_lib} %{buildroot}%{our_path}/%{_lib}
%{?multilib:
mv %{buildroot}%{our_path}/lib/* %{buildroot}%{our_path}%{_prefix}/lib/
rm -rf %{buildroot}%{our_path}/lib
ln -sf usr/lib %{buildroot}%{our_path}/lib
}

# rename binutils binaries
for binary in addr2line ar as c++filt dwp elfedit gprof ld ld.bfd ld.gold nm objcopy objdump ranlib readelf size strings strip
do
  mv %{buildroot}%{our_path}%{_bindir}/%{target_arch}-$binary %{buildroot}%{our_path}%{_bindir}/$binary
done

mkdir -p %{buildroot}/%{our_path}/%{_prefix}/%{target_arch}/bin
for binary in ar as ld{,.bfd,.gold} nm obj{copy,dump} ranlib strip; do
  ln -sf %{our_path}%{_bindir}/$binary %{buildroot}%{our_path}%{_prefix}/%{target_arch}/bin/$binary
done

# create symlinks for python
mv %{buildroot}%{our_path}%{_bindir}/python${python_version} %{buildroot}%{our_path}%{_bindir}/python${python_version}.orig
cat > %{buildroot}%{our_path}%{_bindir}/python${python_version} << EOF
#!/bin/bash
if [ -z "\$PYTHONPATH" ]; then
  export PYTHONPATH="%{libdir}/python${python_version}"
else
  export PYTHONPATH+=":%{libdir}/python${python_version}"
fi
export PYTHONHOME="%{our_path}%{_prefix}"
%{our_path}%{_bindir}/python${python_version}.orig "\$@"
EOF
chmod +x %{buildroot}%{our_path}%{_bindir}/python${python_version}

ln -s python${python_version} %{buildroot}%{our_path}%{_bindir}/python
ln -s python${python_version} %{buildroot}%{our_path}%{_libdir}/python

#create symlinks for Scons
mkdir -p %{buildroot}%{our_path}%{libdir}/python${python_version}/site-packages
ln -sf %{libdir}/python${python_version}/site-packages/SCons %{buildroot}%{our_path}%{libdir}/python${python_version}/site-packages/SCons

# rpmlint acceleration
mkdir -p %{buildroot}%{our_path}/opt/testing/bin
cp %{buildroot}%{our_path}%{_bindir}/python${python_version}.orig %{buildroot}%{our_path}/opt/testing/bin/
cat > %{buildroot}%{our_path}/opt/testing/bin/python${python_version} << EOF
#!/bin/bash
if [ -z "\$PYTHONPATH" ]; then
  export PYTHONPATH="%{libdir}/python${python_version}"
else
  export PYTHONPATH+=":%{libdir}/python${python_version}"
fi
export PYTHONHOME="%{our_path}%{_prefix}"
%{our_path}/opt/testing/bin/python${python_version}.orig "\$@"
EOF
chmod +x %{buildroot}%{our_path}/opt/testing/bin/python${python_version}
ln -s python${python_version} %{buildroot}%{our_path}/opt/testing/bin/python

mkdir -p %{buildroot}%{our_path}%{_libdir}/python${python_version}/site-packages/rpm/
mkdir -p %{buildroot}%{our_path}%{_libdir}/python${python_version}/encodings/
cp %{_libdir}/python${python_version}/site-packages/rpm/*.py %{buildroot}%{our_path}%{_libdir}/python${python_version}/site-packages/rpm/
cp %{_libdir}/python${python_version}/*.py %{buildroot}%{our_path}%{_libdir}/python${python_version}/
cp %{_libdir}/python${python_version}/encodings/*.py %{buildroot}%{our_path}%{_libdir}/python${python_version}/encodings/


# rename gcc binaries
for bin in c++ g++ gcc
do
  [ x"$sanitizer_enabled" == x"1" ] && bin+="-real"
  mv %{buildroot}%{our_path}%{_bindir}/%{target_arch}-$bin %{buildroot}/%{our_path}%{_bindir}/$bin
  ln -s $bin %{buildroot}%{our_path}%{_bindir}/%{target_arch}-$bin
done
for bin in cpp gcc-ar gcc-nm gcc-ranlib
do
  mv %{buildroot}%{our_path}%{_bindir}/%{target_arch}-$bin %{buildroot}/%{our_path}%{_bindir}/$bin
  ln -s $bin %{buildroot}%{our_path}%{_bindir}/%{target_arch}-$bin
done
mv %{buildroot}%{our_path}%{_bindir}/%{target_arch}-gcov %{buildroot}%{our_path}%{_bindir}/gcov
ln -s gcc %{buildroot}%{our_path}/%{_bindir}/cc

# rpmbuild when generating 'requires' tag for gobject-introspection binaries
# selects (64-bit) suffix for libs based on ${HOSTTYPE} bash variable
# so we replace x86_64 to armv7l to avoid bogus dependencies
%ifarch x86_64
%{?armv7l:
sed -i -e "s/x86_64/armv7l/g" %{buildroot}%{our_path}%{_bindir}/bash
}
%endif

# create symlinks for gcc build (CC_FOR_TARGET)
mkdir -p %{buildroot}%{our_path}/home/abuild/rpmbuild/BUILD/gcc-${gcc_version}/obj/gcc
for binary in as cpp gcc-ar gcc-nm gcc-ranlib gcov nm
do
  ln -sf %{our_path}%{_bindir}/${binary} %{buildroot}%{our_path}/home/abuild/rpmbuild/BUILD/gcc-${gcc_version}/obj/gcc/${binary}
done
for binary in cc1 cc1plus collect2 lto1 lto-wrapper
do
  ln -sf %{our_path}/usr/lib/gcc/%{target_arch}/${gcc_version}/${binary} %{buildroot}%{our_path}/home/abuild/rpmbuild/BUILD/gcc-${gcc_version}/obj/gcc/${binary}
done
ln -sf %{our_path}%{_bindir}/gcc %{buildroot}%{our_path}/home/abuild/rpmbuild/BUILD/gcc-${gcc_version}/obj/gcc/xgcc
ln -sf %{our_path}%{_bindir}/g++ %{buildroot}%{our_path}/home/abuild/rpmbuild/BUILD/gcc-${gcc_version}/obj/gcc/xg++

# support /lib/cpp
ln -sf %{our_path}%{_bindir}/cpp %{buildroot}%{our_path}/usr/lib/cpp

# generate baselibs.conf for current architecture to prevent rpm overwriting in download repo
echo  %{cross}
cat > %{_sourcedir}/baselibs_prologue << EOF
arch i686 targets %{cross}:%{cross}
arch i686 targets %{cross}:x86-%{cross}
arch x86_64 targets %{cross}:%{cross}
arch x86_64 targets %{cross}:x86_64-%{cross}
EOF
cat %{_sourcedir}/baselibs_prologue %{_sourcedir}/baselibs_body > %{_sourcedir}/baselibs.conf

# Find gcc install directory
gcc_install_dir=$(%{target_arch}-gcc -print-search-dirs | sed -ne '/install: /s/install: //p')
# update baselibs.conf, overwrite LTO plugin
sed -i -e "s,#PLUGIN_POSTIN#,ln -sf %{our_path}${gcc_install_dir}/liblto_plugin.so %{libdir}/gcc/%{target_arch}/${gcc_version}/liblto_plugin.so," %{_sourcedir}/baselibs.conf
sed -i -e "s,#PLUGIN_POSTUN#,ln -sf liblto_plugin.so.0 ${gcc_install_dir}/liblto_plugin.so," %{_sourcedir}/baselibs.conf

%{?multilib:
sed -i -e '/post "/a  post "echo '%{our_path}/lib' >> /etc/ld.so.conf"\n' %{_sourcedir}/baselibs.conf

# Set rpm config directory corresponding to architecture
mkdir -p %{buildroot}%{_sysconfdir}/profile.d/
echo "export RPM_CONFIGDIR=%{libdir}/rpm" > %{buildroot}%{_sysconfdir}/profile.d/rpm.bash
}
# allow build of baselibs.conf
sed -i -e "/targettype %{cross} block!/d" %{_sourcedir}/baselibs.conf

%post
ldconfig

%postun
ldconfig


%files
%defattr(-,root,root)
%{our_path}
%{?multilib:%{_sysconfdir}/profile.d/rpm.bash}
%exclude %{our_path}%{_bindir}/python*

%files -n python-accel
%defattr(-,root,root)
%{our_path}%{_bindir}/python*

%changelog