R-macos / recipes

System for building static dependent libraries for CRAN packages
44 stars 17 forks source link

installing recipes #11

Closed johnaponte closed 4 years ago

johnaponte commented 4 years ago

Hi..

I follow the instructions to install recipes but I got an error

local/: Can't restore time

that I do not undestand. Here is the log. Should I proceed in a different way? My systems is Catalina 10.15.2 Best regards JJ

apontej@Johns-iMac-Pro Downloads % git clone https://github.com/s-u/recipes.git
Cloning into 'recipes'...
remote: Enumerating objects: 159, done.
remote: Total 159 (delta 0), reused 0 (delta 0), pack-reused 159
Receiving objects: 100% (159/159), 22.01 KiB | 3.67 MiB/s, done.
Resolving deltas: 100% (47/47), done.

apontej@Johns-iMac-Pro Downloads % cd recipes 
apontej@Johns-iMac-Pro recipes % Rscript scripts/mkmk.R && cd build && make all
curl -L -o src/QuantLib-1.15.tar.gz 'https://dl.bintray.com/quantlib/releases/QuantLib-1.15.tar.gz'
  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                 Dload  Upload   Total   Spent    Left  Speed
  0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
100 8921k  100 8921k    0     0  2705k      0  0:00:03  0:00:03 --:--:-- 3942k
mkdir -p src/QuantLib-1.15 && (cd src/QuantLib-1.15 && '/usr/bin/tar' fxj ../QuantLib-1.15.tar.gz && mv */* . )
curl -L -o src/boost_1_69_0.tar.gz 'https://dl.bintray.com/boostorg/release/1.69.0/source/boost_1_69_0.tar.gz'
  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                 Dload  Upload   Total   Spent    Left  Speed
  0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
100  106M  100  106M    0     0  4344k      0  0:00:25  0:00:25 --:--:-- 3614k
mkdir -p src/boost-headers-1.69-0 && (cd src/boost-headers-1.69-0 && '/usr/bin/tar' fxj ../boost_1_69_0.tar.gz && mv */* . && patch -p1 < '/Users/apontej/Downloads/recipes/recipes/boost-headers.patch')
patching file configure
rm -rf boost-headers-1.69-0-obj && mkdir boost-headers-1.69-0-obj && cd boost-headers-1.69-0-obj && sh ../src/boost-headers-1.69-0/configure --with-pic --disable-shared --enable-static && make -j12 && make install DESTDIR=/Users/apontej/Downloads/recipes/build/boost-headers-1.69-0-dst
make[1]: Nothing to be done for `all'.
echo Installing from ../src/boost-headers-1.69-0 to /Users/apontej/Downloads/recipes/build/boost-headers-1.69-0-dst/usr/local/include/
Installing from ../src/boost-headers-1.69-0 to /Users/apontej/Downloads/recipes/build/boost-headers-1.69-0-dst/usr/local/include/
mkdir -p /Users/apontej/Downloads/recipes/build/boost-headers-1.69-0-dst/usr/local/include
cp -r ../src/boost-headers-1.69-0/boost /Users/apontej/Downloads/recipes/build/boost-headers-1.69-0-dst/usr/local/include/
sudo chown -Rh 0:0 'boost-headers-1.69-0-dst'
Password:
tar fcz 'boost-headers-1.69-0-darwin.19-x86_64.tar.gz' -C 'boost-headers-1.69-0-dst' usr/local
sudo '/usr/bin/tar' fxz 'boost-headers-1.69-0-darwin.19-x86_64.tar.gz' -C /usr/ --strip 1 && touch 'boost-headers-1.69-0'
local/: Can't restore time
tar: Error exit delayed from previous errors.
make: *** [boost-headers-1.69-0] Error 1
s-u commented 4 years ago

Should be fixed since b060377