Keybase proof
I hereby claim:
- I am forevergenin on github.
- I am forevergenin (https://keybase.io/forevergenin) on keybase.
- I have a public key ASCoDfExM-f_mjVz1TCJMFvcTZl96X7TetDbCuTBffSiowo
To claim this, I am signing this object:
2015-05-24 16:15:01 +0530 | |
./configure | |
--disable-debug | |
--disable-dependency-tracking | |
--prefix=/usr/local/Cellar/rtorrent/0.9.4_1 | |
checking for a BSD-compatible install... /usr/bin/install -c | |
checking whether build environment is sane... yes | |
/private/tmp/rtorrent20150524-78978-1ecjv1i/rtorrent-0.9.4/missing: Unknown `--is-lightweight' option |
g++-5 called with: --version | |
superenv added: -pipe -Os -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.10.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.10.sdk -isystem/usr/local/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.10.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.10.sdk/usr/include/apache2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.10.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.10.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
sup |
2015-05-24 16:15:12 +0530 | |
make | |
/Applications/Xcode.app/Contents/Developer/usr/bin/make all-recursive | |
Making all in doc | |
make[2]: Nothing to be done for `all'. | |
Making all in src | |
Making all in core | |
g++-5 -DHAVE_CONFIG_H -I. -I../.. -I. -I./.. -I../.. -g -O2 -DNDEBUG -D_THREAD_SAFE -I/usr/local/Cellar/libtorrent/0.13.4/include -c -o curl_get.o curl_get.cc |
g++-5 called with: -DHAVE_CONFIG_H -I. -I../.. -I. -I./.. -I../.. -g -O2 -DNDEBUG -D_THREAD_SAFE -I/usr/local/Cellar/libtorrent/0.13.4/include -c -o curl_get.o curl_get.cc | |
superenv removed: -g -O2 | |
superenv added: -pipe -w -Os -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.10.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.10.sdk -isystem/usr/local/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.10.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.10.sdk/usr/include/apache2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.10.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
superenv executed: gcc-5 -pipe -w -Os -DHAVE_CONFIG_H -I. -I../.. -I./.. -DNDEBUG |
This file contains any messages produced by compilers while | |
running configure, to aid debugging if configure makes a mistake. | |
It was created by rtorrent configure 0.9.4, which was | |
generated by GNU Autoconf 2.69. Invocation command line was | |
$ ./configure --disable-debug --disable-dependency-tracking --prefix=/usr/local/Cellar/rtorrent/0.9.4_1 | |
## --------- ## | |
## Platform. ## |
I hereby claim:
To claim this, I am signing this object:
#!/usr/bin/env sed -f | |
#grep ^metalink /etc/yum.repos.d/* | |
#grep ^mirrorlist /etc/yum.repos.d/* | |
#grep ^#base /etc/yum.repos.d/* | |
#grep ^base /etc/yum.repos.d/* | |
#grep ^base /etc/yum.repos.d/* | uniq -u | |
s/^metalink/#metalink/g | |
s/^mirrorlist/#mirrorlist/g |
#/bin/bash | |
groupadd developer | |
_USERS='admin ' | |
for _USER in ${_USERS} | |
do | |
useradd ${_USER} -mN -G developer | |
done |