[BTC-dev] Rotor!

Michael Trinque mike at trinque.org
Fri Jul 31 22:38:58 UTC 2015


URL: <http://therealbitcoin.org/ml/btc-dev/attachments/20150731/attachment_936cedfa446302b6ec62dae8a1962d3db2dc7b2b.txt>
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA256

When built on my Hardened Gentoo amd64 system, db's configure step
belches an error complaining of gcc not producing executable binaries.

With the attached patch, the orchestra plays beautifully.

===File /home/trinque/src/rotor2/rotor-db-configure-fix.patch===
diff -uNr a/rotor.sh b/rotor.sh
- --- a/rotor.sh	2015-07-27 13:52:41.000000000 -0700
+++ b/rotor.sh	2015-07-31 15:23:40.420276480 -0700
@@ -26,7 +26,7 @@
 
 tar xvfz $DIST/$BDB.tar.gz;
 cd $BDB/build_unix;
- -../dist/configure --enable-cxx --prefix=$OURLIBS &&
+../dist/configure --enable-cxx --prefix=$OURLIBS --host=x86_64-linux &&
 make &&
 make install &&
 cd ../..;
============================================================
-----BEGIN PGP SIGNATURE-----

iQEcBAEBCAAGBQJVu/iWAAoJEEL5mFr6uVPEbg8IAIxvnzAMlxXR+g8n90GfTn5m
ydDD2cB4egDRthmeJCbNKpTwJJA5LVzaxtu1jFZH+PfT+PWMfVT5+Olr6NBHEK/g
eiNVHSPYH/YPTB+lwu5TrdgscOeOgW7z8z58wwYLHxhA29KoMYJljz+c3nsFgp5o
9DAuqxqoSCcDipiT8XngS/NCo3mYtMmXI0YoRUyARNdFz6+2BjUPi74gD7pN1f7w
33L11DcHukIe5k7MTYsC1K/MbbDQn+qKModAY4DqBSgb8zAT5NVsavIkURPNnjXx
xV5FguEkAciFs5m1ys4xuE2EN9hSLYH/Mu++HU03bPQV4YBHBu1Np7ZLyce911Y=
=Dw9t
-----END PGP SIGNATURE-----


More information about the BTC-dev mailing list