Appsilon / r-lambda-workflow

Runtime for running R on AWS Lambda.
67 stars 16 forks source link

R 4.0.5 does not build #35

Open jimjam-slam opened 3 years ago

jimjam-slam commented 3 years ago

I tried following the instructions to build an R 4.0.5 image, but I couldn't quite get there šŸ˜…

The first snag I hit was that the major R version, 3, is hardcoded into the URL in build_r.sh, so it 404s on other major R versions . I changed line 15 to:

MAJOR=$(echo $VERSION | cut -c 1-1)
wget https://cran.uni-muenster.de/src/base/R-$MAJOR/R-$VERSION.tar.gz

And that got it moving. But the build still doesn't make it all the way. I've attached a log of the output I get back ./setup_r_instance.py. I did connect to the instance afterward, but I couldn't find the zip file in /opt/R (or some of the folders it zips up), so it seems like maybe it's failing partway through.

I'm guessing that there are some dependencies that change in the move to R 4.0, so I'm not super surprised that it failed! Just wanted to document it and see if someone more knowledgeable on this front knew what to do šŸ˜Š

(R 3.6.3 ran fine!) I was able to build with R 3.6.3, but Lambda functions using it fail with /opt/R/bin/exec/R: error while loading shared libraries: libpcre.so.0: cannot open shared object file: No such file or directory

Output from setup_r_instance.py (R 4.0.5) ``` Instance setup Waiting for instance Waiting for instance Waiting for instance Waiting for instance Waiting for instance Waiting for instance Waiting for instance Waiting for instance Waiting for instance Waiting for instance Waiting for instance Waiting for instance Waiting for instance Waiting for instance Connecting to server connecting... connected!!! Installing R Loaded plugins: priorities, update-motd, upgrade-helper Package bzip2-1.0.6-8.12.amzn1.x86_64 already installed and latest version Package bzip2-libs-1.0.6-8.12.amzn1.x86_64 already installed and latest version Resolving Dependencies --> Running transaction check ---> Package gcc-c++.noarch 0:4.8.5-1.22.amzn1 will be installed --> Processing Dependency: gcc = 4.8.5-1.22.amzn1 for package: gcc-c++-4.8.5-1.22.amzn1.noarch --> Processing Dependency: gcc48-c++ >= 4.8.5 for package: gcc-c++-4.8.5-1.22.amzn1.noarch --> Processing Dependency: libstdc++48 >= 4.8.5 for package: gcc-c++-4.8.5-1.22.amzn1.noarch ---> Package gcc-gfortran.noarch 0:4.8.5-1.22.amzn1 will be installed --> Processing Dependency: gcc48-gfortran >= 4.8.5 for package: gcc-gfortran-4.8.5-1.22.amzn1.noarch ---> Package libX11-devel.x86_64 0:1.6.0-2.2.13.amzn1 will be installed --> Processing Dependency: pkgconfig(xcb) >= 1.1.92 for package: libX11-devel-1.6.0-2.2.13.amzn1.x86_64 --> Processing Dependency: pkgconfig(xproto) for package: libX11-devel-1.6.0-2.2.13.amzn1.x86_64--> Processing Dependency: pkgconfig(xcb) for package: libX11-devel-1.6.0-2.2.13.amzn1.x86_64 --> Processing Dependency: pkgconfig(kbproto) for package: libX11-devel-1.6.0-2.2.13.amzn1.x86_64 ---> Package libXt-devel.x86_64 0:1.1.4-6.1.9.amzn1 will be installed --> Processing Dependency: libXt = 1.1.4-6.1.9.amzn1 for package: libXt-devel-1.1.4-6.1.9.amzn1.x86_64 --> Processing Dependency: pkgconfig(sm) for package: libXt-devel-1.1.4-6.1.9.amzn1.x86_64 --> Processing Dependency: pkgconfig(ice) for package: libXt-devel-1.1.4-6.1.9.amzn1.x86_64 --> Processing Dependency: libSM-devel for package: libXt-devel-1.1.4-6.1.9.amzn1.x86_64 --> Processing Dependency: libXt.so.6()(64bit) for package: libXt-devel-1.1.4-6.1.9.amzn1.x86_64---> Package libcurl-devel.x86_64 0:7.61.1-12.95.amzn1 will be installed ---> Package readline-devel.x86_64 0:6.2-9.14.amzn1 will be installed --> Processing Dependency: ncurses-devel for package: readline-devel-6.2-9.14.amzn1.x86_64 ---> Package xorg-x11-server-devel.x86_64 0:1.17.4-18.43.amzn1 will be installed --> Processing Dependency: pkgconfig(pixman-1) >= 0.27.2 for package: xorg-x11-server-devel-1.17.4-18.43.amzn1.x86_64 --> Processing Dependency: pkgconfig(pciaccess) >= 0.12.901 for package: xorg-x11-server-devel-1.17.4-18.43.amzn1.x86_64 --> Processing Dependency: pkgconfig(dri) >= 7.8.0 for package: xorg-x11-server-devel-1.17.4-18.43.amzn1.x86_64 --> Processing Dependency: xorg-x11-util-macros for package: xorg-x11-server-devel-1.17.4-18.43.amzn1.x86_64 --> Processing Dependency: pixman-devel for package: xorg-x11-server-devel-1.17.4-18.43.amzn1.x86_64 --> Processing Dependency: libpciaccess-devel for package: xorg-x11-server-devel-1.17.4-18.43.amzn1.x86_64 ---> Package zlib-devel.x86_64 0:1.2.8-7.18.amzn1 will be installed --> Running transaction check ---> Package gcc.noarch 0:4.8.5-1.22.amzn1 will be installed --> Processing Dependency: gcc48 >= 4.8.5 for package: gcc-4.8.5-1.22.amzn1.noarch ---> Package gcc48-c++.x86_64 0:4.8.5-28.142.amzn1 will be installed --> Processing Dependency: libmpfr.so.4()(64bit) for package: gcc48-c++-4.8.5-28.142.amzn1.x86_64 --> Processing Dependency: libmpc.so.3()(64bit) for package: gcc48-c++-4.8.5-28.142.amzn1.x86_64---> Package gcc48-gfortran.x86_64 0:4.8.5-28.142.amzn1 will be installed --> Processing Dependency: libgfortran.so.3()(64bit) for package: gcc48-gfortran-4.8.5-28.142.amzn1.x86_64 ---> Package libICE-devel.x86_64 0:1.0.6-1.4.amzn1 will be installed ---> Package libSM-devel.x86_64 0:1.2.1-2.6.amzn1 will be installed ---> Package libXt.x86_64 0:1.1.4-6.1.9.amzn1 will be installed ---> Package libpciaccess-devel.x86_64 0:0.13.1-4.1.11.amzn1 will be installed --> Processing Dependency: libpciaccess = 0.13.1-4.1.11.amzn1 for package: libpciaccess-devel-0.13.1-4.1.11.amzn1.x86_64 --> Processing Dependency: libpciaccess.so.0()(64bit) for package: libpciaccess-devel-0.13.1-4.1.11.amzn1.x86_64 ---> Package libstdc++48.x86_64 0:4.8.3-9.111.amzn1 will be updated ---> Package libstdc++48.x86_64 0:4.8.5-28.142.amzn1 will be an update ---> Package libxcb-devel.x86_64 0:1.11-2.21.amzn1 will be installed --> Processing Dependency: pkgconfig(xau) >= 0.99.2 for package: libxcb-devel-1.11-2.21.amzn1.x86_64 ---> Package mesa-libGL-devel.x86_64 0:17.1.5-2.41.amzn1 will be installed --> Processing Dependency: mesa-libGL(x86-64) = 17.1.5-2.41.amzn1 for package: mesa-libGL-devel-17.1.5-2.41.amzn1.x86_64 --> Processing Dependency: pkgconfig(xdamage) >= 1.1 for package: mesa-libGL-devel-17.1.5-2.41.amzn1.x86_64 --> Processing Dependency: pkgconfig(libdrm) >= 2.4.75 for package: mesa-libGL-devel-17.1.5-2.41.amzn1.x86_64 --> Processing Dependency: pkgconfig(xxf86vm) for package: mesa-libGL-devel-17.1.5-2.41.amzn1.x86_64 --> Processing Dependency: pkgconfig(xfixes) for package: mesa-libGL-devel-17.1.5-2.41.amzn1.x86_64 --> Processing Dependency: pkgconfig(xext) for package: mesa-libGL-devel-17.1.5-2.41.amzn1.x86_64 --> Processing Dependency: libglvnd-devel(x86-64) for package: mesa-libGL-devel-17.1.5-2.41.amzn1.x86_64 --> Processing Dependency: libglapi.so.0()(64bit) for package: mesa-libGL-devel-17.1.5-2.41.amzn1.x86_64 ---> Package ncurses-devel.x86_64 0:5.7-4.20090207.14.amzn1 will be installed ---> Package pixman-devel.x86_64 0:0.32.4-4.11.amzn1 will be installed --> Processing Dependency: pixman = 0.32.4-4.11.amzn1 for package: pixman-devel-0.32.4-4.11.amzn1.x86_64 --> Processing Dependency: libpixman-1.so.0()(64bit) for package: pixman-devel-0.32.4-4.11.amzn1.x86_64 ---> Package xorg-x11-proto-devel.noarch 0:7.7-14.10.amzn1 will be installed ---> Package xorg-x11-util-macros.noarch 0:1.19.0-3.8.amzn1 will be installed --> Processing Dependency: libtool for package: xorg-x11-util-macros-1.19.0-3.8.amzn1.noarch --> Processing Dependency: automake for package: xorg-x11-util-macros-1.19.0-3.8.amzn1.noarch --> Processing Dependency: autoconf for package: xorg-x11-util-macros-1.19.0-3.8.amzn1.noarch --> Running transaction check ---> Package autoconf.noarch 0:2.69-11.9.amzn1 will be installed --> Processing Dependency: m4 >= 1.4.14 for package: autoconf-2.69-11.9.amzn1.noarch --> Processing Dependency: perl(Data::Dumper) for package: autoconf-2.69-11.9.amzn1.noarch ---> Package automake.noarch 0:1.13.4-3.15.amzn1 will be installed --> Processing Dependency: perl(Thread::Queue) for package: automake-1.13.4-3.15.amzn1.noarch --> Processing Dependency: perl(TAP::Parser) for package: automake-1.13.4-3.15.amzn1.noarch ---> Package gcc48.x86_64 0:4.8.5-28.142.amzn1 will be installed --> Processing Dependency: libgcc48(x86-64) = 4.8.5 for package: gcc48-4.8.5-28.142.amzn1.x86_64--> Processing Dependency: cpp48(x86-64) = 4.8.5-28.142.amzn1 for package: gcc48-4.8.5-28.142.amzn1.x86_64 --> Processing Dependency: libgomp(x86-64) >= 4.8.5-28.142.amzn1 for package: gcc48-4.8.5-28.142.amzn1.x86_64 --> Processing Dependency: libgcc(x86-64) >= 4.8.5-28.142.amzn1 for package: gcc48-4.8.5-28.142.amzn1.x86_64 --> Processing Dependency: glibc-devel(x86-64) >= 2.2.90-12 for package: gcc48-4.8.5-28.142.amzn1.x86_64 --> Processing Dependency: libgomp.so.1()(64bit) for package: gcc48-4.8.5-28.142.amzn1.x86_64 ---> Package libXau-devel.x86_64 0:1.0.6-4.9.amzn1 will be installed ---> Package libXdamage-devel.x86_64 0:1.1.3-4.7.amzn1 will be installed --> Processing Dependency: libXdamage = 1.1.3-4.7.amzn1 for package: libXdamage-devel-1.1.3-4.7.amzn1.x86_64 --> Processing Dependency: libXdamage.so.1()(64bit) for package: libXdamage-devel-1.1.3-4.7.amzn1.x86_64 ---> Package libXext-devel.x86_64 0:1.3.2-2.1.10.amzn1 will be installed ---> Package libXfixes-devel.x86_64 0:5.0.1-2.1.8.amzn1 will be installed --> Processing Dependency: libXfixes = 5.0.1-2.1.8.amzn1 for package: libXfixes-devel-5.0.1-2.1.8.amzn1.x86_64 --> Processing Dependency: libXfixes.so.3()(64bit) for package: libXfixes-devel-5.0.1-2.1.8.amzn1.x86_64 ---> Package libXxf86vm-devel.x86_64 0:1.1.3-2.1.9.amzn1 will be installed --> Processing Dependency: libXxf86vm = 1.1.3-2.1.9.amzn1 for package: libXxf86vm-devel-1.1.3-2.1.9.amzn1.x86_64 --> Processing Dependency: libXxf86vm.so.1()(64bit) for package: libXxf86vm-devel-1.1.3-2.1.9.amzn1.x86_64 ---> Package libdrm-devel.x86_64 0:2.4.82-1.14.amzn1 will be installed --> Processing Dependency: libdrm(x86-64) = 2.4.82-1.14.amzn1 for package: libdrm-devel-2.4.82-1.14.amzn1.x86_64 --> Processing Dependency: kernel-headers for package: libdrm-devel-2.4.82-1.14.amzn1.x86_64 --> Processing Dependency: libkms.so.1()(64bit) for package: libdrm-devel-2.4.82-1.14.amzn1.x86_64 --> Processing Dependency: libdrm_radeon.so.1()(64bit) for package: libdrm-devel-2.4.82-1.14.amzn1.x86_64 --> Processing Dependency: libdrm_nouveau.so.2()(64bit) for package: libdrm-devel-2.4.82-1.14.amzn1.x86_64 --> Processing Dependency: libdrm_intel.so.1()(64bit) for package: libdrm-devel-2.4.82-1.14.amzn1.x86_64 --> Processing Dependency: libdrm_amdgpu.so.1()(64bit) for package: libdrm-devel-2.4.82-1.14.amzn1.x86_64 --> Processing Dependency: libdrm.so.2()(64bit) for package: libdrm-devel-2.4.82-1.14.amzn1.x86_64 ---> Package libgfortran.x86_64 0:6.4.1-1.45.amzn1 will be installed --> Processing Dependency: libquadmath.so.0(QUADMATH_1.0)(64bit) for package: libgfortran-6.4.1-1.45.amzn1.x86_64 --> Processing Dependency: /usr/lib64/libquadmath.so.0.0.0 for package: libgfortran-6.4.1-1.45.amzn1.x86_64 --> Processing Dependency: libquadmath.so.0()(64bit) for package: libgfortran-6.4.1-1.45.amzn1.x86_64 ---> Package libglvnd-devel.x86_64 1:0.2.999-14.20170308git8e6e102.3.amzn1 will be installed --> Processing Dependency: libglvnd-opengl(x86-64) = 1:0.2.999-14.20170308git8e6e102.3.amzn1 for package: 1:libglvnd-devel-0.2.999-14.20170308git8e6e102.3.amzn1.x86_64 --> Processing Dependency: libglvnd-glx(x86-64) = 1:0.2.999-14.20170308git8e6e102.3.amzn1 for package: 1:libglvnd-devel-0.2.999-14.20170308git8e6e102.3.amzn1.x86_64 --> Processing Dependency: libglvnd-gles(x86-64) = 1:0.2.999-14.20170308git8e6e102.3.amzn1 for package: 1:libglvnd-devel-0.2.999-14.20170308git8e6e102.3.amzn1.x86_64 --> Processing Dependency: libglvnd-egl(x86-64) = 1:0.2.999-14.20170308git8e6e102.3.amzn1 for package: 1:libglvnd-devel-0.2.999-14.20170308git8e6e102.3.amzn1.x86_64 --> Processing Dependency: libglvnd-core-devel(x86-64) = 1:0.2.999-14.20170308git8e6e102.3.amzn1 for package: 1:libglvnd-devel-0.2.999-14.20170308git8e6e102.3.amzn1.x86_64 --> Processing Dependency: libglvnd(x86-64) = 1:0.2.999-14.20170308git8e6e102.3.amzn1 for package: 1:libglvnd-devel-0.2.999-14.20170308git8e6e102.3.amzn1.x86_64 --> Processing Dependency: libOpenGL.so.0()(64bit) for package: 1:libglvnd-devel-0.2.999-14.20170308git8e6e102.3.amzn1.x86_64 --> Processing Dependency: libGLdispatch.so.0()(64bit) for package: 1:libglvnd-devel-0.2.999-14.20170308git8e6e102.3.amzn1.x86_64 --> Processing Dependency: libGLX.so.0()(64bit) for package: 1:libglvnd-devel-0.2.999-14.20170308git8e6e102.3.amzn1.x86_64 --> Processing Dependency: libGLESv2.so.2()(64bit) for package: 1:libglvnd-devel-0.2.999-14.20170308git8e6e102.3.amzn1.x86_64 --> Processing Dependency: libGLESv1_CM.so.1()(64bit) for package: 1:libglvnd-devel-0.2.999-14.20170308git8e6e102.3.amzn1.x86_64 --> Processing Dependency: libGL.so.1()(64bit) for package: 1:libglvnd-devel-0.2.999-14.20170308git8e6e102.3.amzn1.x86_64 --> Processing Dependency: libEGL.so.1()(64bit) for package: 1:libglvnd-devel-0.2.999-14.20170308git8e6e102.3.amzn1.x86_64 ---> Package libmpc.x86_64 0:1.0.1-3.3.amzn1 will be installed ---> Package libpciaccess.x86_64 0:0.13.1-4.1.11.amzn1 will be installed ---> Package libtool.x86_64 0:2.4.2-20.4.8.5.32.amzn1 will be installed ---> Package mesa-libGL.x86_64 0:17.1.5-2.41.amzn1 will be installed --> Processing Dependency: libxshmfence.so.1()(64bit) for package: mesa-libGL-17.1.5-2.41.amzn1.x86_64 ---> Package mesa-libglapi.x86_64 0:17.1.5-2.41.amzn1 will be installed --> Processing Dependency: mesa-dri-drivers(x86-64) = 17.1.5-2.41.amzn1 for package: mesa-libglapi-17.1.5-2.41.amzn1.x86_64 ---> Package mpfr.x86_64 0:3.1.1-4.14.amzn1 will be installed ---> Package pixman.x86_64 0:0.32.4-4.11.amzn1 will be installed --> Running transaction check ---> Package cpp48.x86_64 0:4.8.5-28.142.amzn1 will be installed ---> Package glibc-devel.x86_64 0:2.17-292.180.amzn1 will be installed --> Processing Dependency: glibc-headers = 2.17-292.180.amzn1 for package: glibc-devel-2.17-292.180.amzn1.x86_64 --> Processing Dependency: glibc-headers for package: glibc-devel-2.17-292.180.amzn1.x86_64 ---> Package kernel-headers.x86_64 0:4.14.225-121.362.amzn1 will be installed ---> Package libXdamage.x86_64 0:1.1.3-4.7.amzn1 will be installed ---> Package libXfixes.x86_64 0:5.0.1-2.1.8.amzn1 will be installed ---> Package libXxf86vm.x86_64 0:1.1.3-2.1.9.amzn1 will be installed ---> Package libdrm.x86_64 0:2.4.82-1.14.amzn1 will be installed ---> Package libgcc48.x86_64 0:4.8.3-9.111.amzn1 will be updated ---> Package libgcc48.x86_64 0:4.8.5-28.142.amzn1 will be an update ---> Package libglvnd.x86_64 1:0.2.999-14.20170308git8e6e102.3.amzn1 will be installed ---> Package libglvnd-core-devel.x86_64 1:0.2.999-14.20170308git8e6e102.3.amzn1 will be installed ---> Package libglvnd-egl.x86_64 1:0.2.999-14.20170308git8e6e102.3.amzn1 will be installed --> Processing Dependency: mesa-libEGL(x86-64) >= 13.0.4-1 for package: 1:libglvnd-egl-0.2.999-14.20170308git8e6e102.3.amzn1.x86_64 ---> Package libglvnd-gles.x86_64 1:0.2.999-14.20170308git8e6e102.3.amzn1 will be installed ---> Package libglvnd-glx.x86_64 1:0.2.999-14.20170308git8e6e102.3.amzn1 will be installed ---> Package libglvnd-opengl.x86_64 1:0.2.999-14.20170308git8e6e102.3.amzn1 will be installed ---> Package libgomp.x86_64 0:6.4.1-1.45.amzn1 will be installed ---> Package libquadmath.x86_64 0:6.4.1-1.45.amzn1 will be installed ---> Package libxshmfence.x86_64 0:1.2-1.4.amzn1 will be installed ---> Package m4.x86_64 0:1.4.16-9.10.amzn1 will be installed ---> Package mesa-dri-drivers.x86_64 0:17.1.5-2.41.amzn1 will be installed --> Processing Dependency: mesa-filesystem(x86-64) = 17.1.5-2.41.amzn1 for package: mesa-dri-drivers-17.1.5-2.41.amzn1.x86_64 ---> Package perl-Data-Dumper.x86_64 0:2.145-3.5.amzn1 will be installed ---> Package perl-Test-Harness.noarch 0:3.28-3.6.amzn1 will be installed ---> Package perl-Thread-Queue.noarch 0:3.02-2.5.amzn1 will be installed --> Running transaction check ---> Package glibc-headers.x86_64 0:2.17-292.180.amzn1 will be installed ---> Package mesa-filesystem.x86_64 0:17.1.5-2.41.amzn1 will be installed ---> Package mesa-libEGL.x86_64 0:17.1.5-2.41.amzn1 will be installed --> Processing Dependency: libgbm.so.1()(64bit) for package: mesa-libEGL-17.1.5-2.41.amzn1.x86_64 --> Running transaction check ---> Package mesa-libgbm.x86_64 0:17.1.5-2.41.amzn1 will be installed --> Finished Dependency Resolution Dependencies Resolved ================================================================================ Package Arch Version Repository Size ================================================================================ Installing: gcc-c++ noarch 4.8.5-1.22.amzn1 amzn-main 4.0 k gcc-gfortran noarch 4.8.5-1.22.amzn1 amzn-main 3.8 k libX11-devel x86_64 1.6.0-2.2.13.amzn1 amzn-updates 990 k libXt-devel x86_64 1.1.4-6.1.9.amzn1 amzn-main 473 k libcurl-devel x86_64 7.61.1-12.95.amzn1 amzn-updates 855 k readline-devel x86_64 6.2-9.14.amzn1 amzn-main 141 k xorg-x11-server-devel x86_64 1.17.4-18.43.amzn1 amzn-updates 350 k zlib-devel x86_64 1.2.8-7.18.amzn1 amzn-main 53 k Installing for dependencies: autoconf noarch 2.69-11.9.amzn1 amzn-main 915 k automake noarch 1.13.4-3.15.amzn1 amzn-main 718 k cpp48 x86_64 4.8.5-28.142.amzn1 amzn-updates 6.7 M gcc noarch 4.8.5-1.22.amzn1 amzn-main 4.1 k gcc48 x86_64 4.8.5-28.142.amzn1 amzn-updates 18 M gcc48-c++ x86_64 4.8.5-28.142.amzn1 amzn-updates 9.8 M gcc48-gfortran x86_64 4.8.5-28.142.amzn1 amzn-updates 8.0 M glibc-devel x86_64 2.17-292.180.amzn1 amzn-updates 1.2 M glibc-headers x86_64 2.17-292.180.amzn1 amzn-updates 763 k kernel-headers x86_64 4.14.225-121.362.amzn1 amzn-updates 1.3 M libICE-devel x86_64 1.0.6-1.4.amzn1 amzn-main 11 k libSM-devel x86_64 1.2.1-2.6.amzn1 amzn-main 12 k libXau-devel x86_64 1.0.6-4.9.amzn1 amzn-main 13 k libXdamage x86_64 1.1.3-4.7.amzn1 amzn-main 19 k libXdamage-devel x86_64 1.1.3-4.7.amzn1 amzn-main 9.0 k libXext-devel x86_64 1.3.2-2.1.10.amzn1 amzn-main 74 k libXfixes x86_64 5.0.1-2.1.8.amzn1 amzn-main 18 k libXfixes-devel x86_64 5.0.1-2.1.8.amzn1 amzn-main 13 k libXt x86_64 1.1.4-6.1.9.amzn1 amzn-main 185 k libXxf86vm x86_64 1.1.3-2.1.9.amzn1 amzn-main 17 k libXxf86vm-devel x86_64 1.1.3-2.1.9.amzn1 amzn-main 18 k libdrm x86_64 2.4.82-1.14.amzn1 amzn-main 162 k libdrm-devel x86_64 2.4.82-1.14.amzn1 amzn-main 146 k libgfortran x86_64 6.4.1-1.45.amzn1 amzn-main 391 k libglvnd x86_64 1:0.2.999-14.20170308git8e6e102.3.amzn1 amzn-main 94 k libglvnd-core-devel x86_64 1:0.2.999-14.20170308git8e6e102.3.amzn1 amzn-main 17 k libglvnd-devel x86_64 1:0.2.999-14.20170308git8e6e102.3.amzn1 amzn-main 8.5 k libglvnd-egl x86_64 1:0.2.999-14.20170308git8e6e102.3.amzn1 amzn-main 41 k libglvnd-gles x86_64 1:0.2.999-14.20170308git8e6e102.3.amzn1 amzn-main 31 k libglvnd-glx x86_64 1:0.2.999-14.20170308git8e6e102.3.amzn1 amzn-main 156 k libglvnd-opengl x86_64 1:0.2.999-14.20170308git8e6e102.3.amzn1 amzn-main 50 k libgomp x86_64 6.4.1-1.45.amzn1 amzn-main 204 k libmpc x86_64 1.0.1-3.3.amzn1 amzn-main 53 k libpciaccess x86_64 0.13.1-4.1.11.amzn1 amzn-main 26 k libpciaccess-devel x86_64 0.13.1-4.1.11.amzn1 amzn-main 13 k libquadmath x86_64 6.4.1-1.45.amzn1 amzn-main 197 k libtool x86_64 2.4.2-20.4.8.5.32.amzn1 amzn-main 737 k libxcb-devel x86_64 1.11-2.21.amzn1 amzn-main 1.0 M libxshmfence x86_64 1.2-1.4.amzn1 amzn-main 6.0 k m4 x86_64 1.4.16-9.10.amzn1 amzn-main 263 k mesa-dri-drivers x86_64 17.1.5-2.41.amzn1 amzn-main 5.1 M mesa-filesystem x86_64 17.1.5-2.41.amzn1 amzn-main 23 k mesa-libEGL x86_64 17.1.5-2.41.amzn1 amzn-main 99 k mesa-libGL x86_64 17.1.5-2.41.amzn1 amzn-main 170 k mesa-libGL-devel x86_64 17.1.5-2.41.amzn1 amzn-main 214 k mesa-libgbm x86_64 17.1.5-2.41.amzn1 amzn-main 43 k mesa-libglapi x86_64 17.1.5-2.41.amzn1 amzn-main 51 k mpfr x86_64 3.1.1-4.14.amzn1 amzn-main 237 k ncurses-devel x86_64 5.7-4.20090207.14.amzn1 amzn-main 683 k perl-Data-Dumper x86_64 2.145-3.5.amzn1 amzn-main 49 k perl-Test-Harness noarch 3.28-3.6.amzn1 amzn-main 314 k perl-Thread-Queue noarch 3.02-2.5.amzn1 amzn-main 17 k pixman x86_64 0.32.4-4.11.amzn1 amzn-main 283 k pixman-devel x86_64 0.32.4-4.11.amzn1 amzn-main 20 k xorg-x11-proto-devel noarch 7.7-14.10.amzn1 amzn-updates 320 k xorg-x11-util-macros noarch 1.19.0-3.8.amzn1 amzn-main 48 k Updating for dependencies: libgcc48 x86_64 4.8.5-28.142.amzn1 amzn-updates 155 k libstdc++48 x86_64 4.8.5-28.142.amzn1 amzn-updates 408 k Transaction Summary ================================================================================ Install 8 Packages (+56 Dependent packages) Upgrade ( 2 Dependent packages) Total download size: 62 M Downloading packages: -------------------------------------------------------------------------------- Total 30 MB/s | 62 MB 00:02 Running transaction check Running transaction test Transaction test succeeded Running transaction Installing : xorg-x11-proto-devel-7.7-14.10.amzn1.noarch 1/68 Installing : 1:libglvnd-0.2.999-14.20170308git8e6e102.3.amzn1.x86_64 2/68 Installing : mpfr-3.1.1-4.14.amzn1.x86_64 3/68 Installing : libmpc-1.0.1-3.3.amzn1.x86_64 4/68 Updating : libgcc48-4.8.5-28.142.amzn1.x86_64 5/68 Updating : libstdc++48-4.8.5-28.142.amzn1.x86_64 6/68 Installing : libXfixes-5.0.1-2.1.8.amzn1.x86_64 7/68 Installing : libXdamage-1.1.3-4.7.amzn1.x86_64 8/68 Installing : libICE-devel-1.0.6-1.4.amzn1.x86_64 9/68 Installing : libpciaccess-0.13.1-4.1.11.amzn1.x86_64 10/68 Installing : libdrm-2.4.82-1.14.amzn1.x86_64 11/68 Installing : libXxf86vm-1.1.3-2.1.9.amzn1.x86_64 12/68 Installing : kernel-headers-4.14.225-121.362.amzn1.x86_64 13/68 Installing : libxshmfence-1.2-1.4.amzn1.x86_64 14/68 Installing : glibc-headers-2.17-292.180.amzn1.x86_64 15/68 Installing : glibc-devel-2.17-292.180.amzn1.x86_64 16/68 Installing : libdrm-devel-2.4.82-1.14.amzn1.x86_64 17/68 Installing : mesa-libgbm-17.1.5-2.41.amzn1.x86_64 18/68 Installing : 1:libglvnd-egl-0.2.999-14.20170308git8e6e102.3.amzn1.x86 19/68 Installing : mesa-libEGL-17.1.5-2.41.amzn1.x86_64 20/68 Installing : 1:libglvnd-gles-0.2.999-14.20170308git8e6e102.3.amzn1.x8 21/68 Installing : libpciaccess-devel-0.13.1-4.1.11.amzn1.x86_64 22/68 Installing : libSM-devel-1.2.1-2.6.amzn1.x86_64 23/68 Installing : cpp48-4.8.5-28.142.amzn1.x86_64 24/68 Installing : 1:libglvnd-opengl-0.2.999-14.20170308git8e6e102.3.amzn1. 25/68 Installing : libXau-devel-1.0.6-4.9.amzn1.x86_64 26/68 Installing : libxcb-devel-1.11-2.21.amzn1.x86_64 27/68 Installing : libX11-devel-1.6.0-2.2.13.amzn1.x86_64 28/68 Installing : libXext-devel-1.3.2-2.1.10.amzn1.x86_64 29/68 Installing : libXfixes-devel-5.0.1-2.1.8.amzn1.x86_64 30/68 Installing : libXdamage-devel-1.1.3-4.7.amzn1.x86_64 31/68 Installing : libXxf86vm-devel-1.1.3-2.1.9.amzn1.x86_64 32/68 Installing : 1:libglvnd-core-devel-0.2.999-14.20170308git8e6e102.3.am 33/68 Installing : mesa-filesystem-17.1.5-2.41.amzn1.x86_64 34/68 Installing : mesa-libglapi-17.1.5-2.41.amzn1.x86_64 35/68 Installing : mesa-dri-drivers-17.1.5-2.41.amzn1.x86_64 36/68 Installing : 1:libglvnd-glx-0.2.999-14.20170308git8e6e102.3.amzn1.x86 37/68 Installing : mesa-libGL-17.1.5-2.41.amzn1.x86_64 38/68 Installing : 1:libglvnd-devel-0.2.999-14.20170308git8e6e102.3.amzn1.x 39/68 Installing : mesa-libGL-devel-17.1.5-2.41.amzn1.x86_64 40/68 Installing : libgomp-6.4.1-1.45.amzn1.x86_64 41/68 Installing : gcc48-4.8.5-28.142.amzn1.x86_64 42/68 Installing : gcc-4.8.5-1.22.amzn1.noarch 43/68 Installing : gcc48-c++-4.8.5-28.142.amzn1.x86_64 44/68 Installing : perl-Thread-Queue-3.02-2.5.amzn1.noarch 45/68 Installing : libquadmath-6.4.1-1.45.amzn1.x86_64 46/68 Installing : libgfortran-6.4.1-1.45.amzn1.x86_64 47/68 Installing : gcc48-gfortran-4.8.5-28.142.amzn1.x86_64 48/68 Installing : perl-Data-Dumper-2.145-3.5.amzn1.x86_64 49/68 Installing : perl-Test-Harness-3.28-3.6.amzn1.noarch 50/68 Installing : pixman-0.32.4-4.11.amzn1.x86_64 51/68 Installing : pixman-devel-0.32.4-4.11.amzn1.x86_64 52/68 Installing : m4-1.4.16-9.10.amzn1.x86_64 53/68 Installing : autoconf-2.69-11.9.amzn1.noarch 54/68 Installing : automake-1.13.4-3.15.amzn1.noarch 55/68 Installing : libtool-2.4.2-20.4.8.5.32.amzn1.x86_64 56/68 Installing : xorg-x11-util-macros-1.19.0-3.8.amzn1.noarch 57/68 Installing : ncurses-devel-5.7-4.20090207.14.amzn1.x86_64 58/68 Installing : libXt-1.1.4-6.1.9.amzn1.x86_64 59/68 Installing : libXt-devel-1.1.4-6.1.9.amzn1.x86_64 60/68 Installing : readline-devel-6.2-9.14.amzn1.x86_64 61/68 Installing : xorg-x11-server-devel-1.17.4-18.43.amzn1.x86_64 62/68 Installing : gcc-gfortran-4.8.5-1.22.amzn1.noarch 63/68 Installing : gcc-c++-4.8.5-1.22.amzn1.noarch 64/68 Installing : zlib-devel-1.2.8-7.18.amzn1.x86_64 65/68 Installing : libcurl-devel-7.61.1-12.95.amzn1.x86_64 66/68 Cleanup : libstdc++48-4.8.3-9.111.amzn1.x86_64 67/68 Cleanup : libgcc48-4.8.3-9.111.amzn1.x86_64 68/68 Verifying : gcc-4.8.5-1.22.amzn1.noarch 1/68 Verifying : libXt-1.1.4-6.1.9.amzn1.x86_64 2/68 Verifying : libxshmfence-1.2-1.4.amzn1.x86_64 3/68 Verifying : libcurl-devel-7.61.1-12.95.amzn1.x86_64 4/68 Verifying : libSM-devel-1.2.1-2.6.amzn1.x86_64 5/68 Verifying : libstdc++48-4.8.5-28.142.amzn1.x86_64 6/68 Verifying : 1:libglvnd-egl-0.2.999-14.20170308git8e6e102.3.amzn1.x86 7/68 Verifying : readline-devel-6.2-9.14.amzn1.x86_64 8/68 Verifying : gcc-c++-4.8.5-1.22.amzn1.noarch 9/68 Verifying : 1:libglvnd-glx-0.2.999-14.20170308git8e6e102.3.amzn1.x86 10/68 Verifying : 1:libglvnd-devel-0.2.999-14.20170308git8e6e102.3.amzn1.x 11/68 Verifying : glibc-devel-2.17-292.180.amzn1.x86_64 12/68 Verifying : 1:libglvnd-gles-0.2.999-14.20170308git8e6e102.3.amzn1.x8 13/68 Verifying : mpfr-3.1.1-4.14.amzn1.x86_64 14/68 Verifying : ncurses-devel-5.7-4.20090207.14.amzn1.x86_64 15/68 Verifying : libXt-devel-1.1.4-6.1.9.amzn1.x86_64 16/68 Verifying : m4-1.4.16-9.10.amzn1.x86_64 17/68 Verifying : zlib-devel-1.2.8-7.18.amzn1.x86_64 18/68 Verifying : libICE-devel-1.0.6-1.4.amzn1.x86_64 19/68 Verifying : kernel-headers-4.14.225-121.362.amzn1.x86_64 20/68 Verifying : mesa-libgbm-17.1.5-2.41.amzn1.x86_64 21/68 Verifying : libXext-devel-1.3.2-2.1.10.amzn1.x86_64 22/68 Verifying : pixman-0.32.4-4.11.amzn1.x86_64 23/68 Verifying : cpp48-4.8.5-28.142.amzn1.x86_64 24/68 Verifying : perl-Test-Harness-3.28-3.6.amzn1.noarch 25/68 Verifying : glibc-headers-2.17-292.180.amzn1.x86_64 26/68 Verifying : libdrm-devel-2.4.82-1.14.amzn1.x86_64 27/68 Verifying : perl-Data-Dumper-2.145-3.5.amzn1.x86_64 28/68 Verifying : gcc48-4.8.5-28.142.amzn1.x86_64 29/68 Verifying : gcc48-gfortran-4.8.5-28.142.amzn1.x86_64 30/68 Verifying : xorg-x11-server-devel-1.17.4-18.43.amzn1.x86_64 31/68 Verifying : 1:libglvnd-0.2.999-14.20170308git8e6e102.3.amzn1.x86_64 32/68 Verifying : libXfixes-5.0.1-2.1.8.amzn1.x86_64 33/68 Verifying : automake-1.13.4-3.15.amzn1.noarch 34/68 Verifying : libquadmath-6.4.1-1.45.amzn1.x86_64 35/68 Verifying : gcc48-c++-4.8.5-28.142.amzn1.x86_64 36/68 Verifying : mesa-libGL-17.1.5-2.41.amzn1.x86_64 37/68 Verifying : perl-Thread-Queue-3.02-2.5.amzn1.noarch 38/68 Verifying : mesa-libGL-devel-17.1.5-2.41.amzn1.x86_64 39/68 Verifying : xorg-x11-proto-devel-7.7-14.10.amzn1.noarch 40/68 Verifying : libdrm-2.4.82-1.14.amzn1.x86_64 41/68 Verifying : mesa-libEGL-17.1.5-2.41.amzn1.x86_64 42/68 Verifying : libxcb-devel-1.11-2.21.amzn1.x86_64 43/68 Verifying : libmpc-1.0.1-3.3.amzn1.x86_64 44/68 Verifying : libgfortran-6.4.1-1.45.amzn1.x86_64 45/68 Verifying : libgcc48-4.8.5-28.142.amzn1.x86_64 46/68 Verifying : libXau-devel-1.0.6-4.9.amzn1.x86_64 47/68 Verifying : libgomp-6.4.1-1.45.amzn1.x86_64 48/68 Verifying : gcc-gfortran-4.8.5-1.22.amzn1.noarch 49/68 Verifying : libtool-2.4.2-20.4.8.5.32.amzn1.x86_64 50/68 Verifying : mesa-libglapi-17.1.5-2.41.amzn1.x86_64 51/68 Verifying : xorg-x11-util-macros-1.19.0-3.8.amzn1.noarch 52/68 Verifying : libXdamage-1.1.3-4.7.amzn1.x86_64 53/68 Verifying : libXdamage-devel-1.1.3-4.7.amzn1.x86_64 54/68 Verifying : libpciaccess-devel-0.13.1-4.1.11.amzn1.x86_64 55/68 Verifying : autoconf-2.69-11.9.amzn1.noarch 56/68 Verifying : libXxf86vm-devel-1.1.3-2.1.9.amzn1.x86_64 57/68 Verifying : mesa-dri-drivers-17.1.5-2.41.amzn1.x86_64 58/68 Verifying : 1:libglvnd-opengl-0.2.999-14.20170308git8e6e102.3.amzn1. 59/68 Verifying : mesa-filesystem-17.1.5-2.41.amzn1.x86_64 60/68 Verifying : libXxf86vm-1.1.3-2.1.9.amzn1.x86_64 61/68 Verifying : pixman-devel-0.32.4-4.11.amzn1.x86_64 62/68 Verifying : libX11-devel-1.6.0-2.2.13.amzn1.x86_64 63/68 Verifying : libXfixes-devel-5.0.1-2.1.8.amzn1.x86_64 64/68 Verifying : 1:libglvnd-core-devel-0.2.999-14.20170308git8e6e102.3.am 65/68 Verifying : libpciaccess-0.13.1-4.1.11.amzn1.x86_64 66/68 Verifying : libstdc++48-4.8.3-9.111.amzn1.x86_64 67/68 Verifying : libgcc48-4.8.3-9.111.amzn1.x86_64 68/68 Installed: gcc-c++.noarch 0:4.8.5-1.22.amzn1 gcc-gfortran.noarch 0:4.8.5-1.22.amzn1 libX11-devel.x86_64 0:1.6.0-2.2.13.amzn1 libXt-devel.x86_64 0:1.1.4-6.1.9.amzn1 libcurl-devel.x86_64 0:7.61.1-12.95.amzn1 readline-devel.x86_64 0:6.2-9.14.amzn1 xorg-x11-server-devel.x86_64 0:1.17.4-18.43.amzn1 zlib-devel.x86_64 0:1.2.8-7.18.amzn1 Dependency Installed: autoconf.noarch 0:2.69-11.9.amzn1 automake.noarch 0:1.13.4-3.15.amzn1 cpp48.x86_64 0:4.8.5-28.142.amzn1 gcc.noarch 0:4.8.5-1.22.amzn1 gcc48.x86_64 0:4.8.5-28.142.amzn1 gcc48-c++.x86_64 0:4.8.5-28.142.amzn1 gcc48-gfortran.x86_64 0:4.8.5-28.142.amzn1 glibc-devel.x86_64 0:2.17-292.180.amzn1 glibc-headers.x86_64 0:2.17-292.180.amzn1 kernel-headers.x86_64 0:4.14.225-121.362.amzn1 libICE-devel.x86_64 0:1.0.6-1.4.amzn1 libSM-devel.x86_64 0:1.2.1-2.6.amzn1 libXau-devel.x86_64 0:1.0.6-4.9.amzn1 libXdamage.x86_64 0:1.1.3-4.7.amzn1 libXdamage-devel.x86_64 0:1.1.3-4.7.amzn1 libXext-devel.x86_64 0:1.3.2-2.1.10.amzn1 libXfixes.x86_64 0:5.0.1-2.1.8.amzn1 libXfixes-devel.x86_64 0:5.0.1-2.1.8.amzn1 libXt.x86_64 0:1.1.4-6.1.9.amzn1 libXxf86vm.x86_64 0:1.1.3-2.1.9.amzn1 libXxf86vm-devel.x86_64 0:1.1.3-2.1.9.amzn1 libdrm.x86_64 0:2.4.82-1.14.amzn1 libdrm-devel.x86_64 0:2.4.82-1.14.amzn1 libgfortran.x86_64 0:6.4.1-1.45.amzn1 libglvnd.x86_64 1:0.2.999-14.20170308git8e6e102.3.amzn1 libglvnd-core-devel.x86_64 1:0.2.999-14.20170308git8e6e102.3.amzn1 libglvnd-devel.x86_64 1:0.2.999-14.20170308git8e6e102.3.amzn1 libglvnd-egl.x86_64 1:0.2.999-14.20170308git8e6e102.3.amzn1 libglvnd-gles.x86_64 1:0.2.999-14.20170308git8e6e102.3.amzn1 libglvnd-glx.x86_64 1:0.2.999-14.20170308git8e6e102.3.amzn1 libglvnd-opengl.x86_64 1:0.2.999-14.20170308git8e6e102.3.amzn1 libgomp.x86_64 0:6.4.1-1.45.amzn1 libmpc.x86_64 0:1.0.1-3.3.amzn1 libpciaccess.x86_64 0:0.13.1-4.1.11.amzn1 libpciaccess-devel.x86_64 0:0.13.1-4.1.11.amzn1 libquadmath.x86_64 0:6.4.1-1.45.amzn1 libtool.x86_64 0:2.4.2-20.4.8.5.32.amzn1 libxcb-devel.x86_64 0:1.11-2.21.amzn1 libxshmfence.x86_64 0:1.2-1.4.amzn1 m4.x86_64 0:1.4.16-9.10.amzn1 mesa-dri-drivers.x86_64 0:17.1.5-2.41.amzn1 mesa-filesystem.x86_64 0:17.1.5-2.41.amzn1 mesa-libEGL.x86_64 0:17.1.5-2.41.amzn1 mesa-libGL.x86_64 0:17.1.5-2.41.amzn1 mesa-libGL-devel.x86_64 0:17.1.5-2.41.amzn1 mesa-libgbm.x86_64 0:17.1.5-2.41.amzn1 mesa-libglapi.x86_64 0:17.1.5-2.41.amzn1 mpfr.x86_64 0:3.1.1-4.14.amzn1 ncurses-devel.x86_64 0:5.7-4.20090207.14.amzn1 perl-Data-Dumper.x86_64 0:2.145-3.5.amzn1 perl-Test-Harness.noarch 0:3.28-3.6.amzn1 perl-Thread-Queue.noarch 0:3.02-2.5.amzn1 pixman.x86_64 0:0.32.4-4.11.amzn1 pixman-devel.x86_64 0:0.32.4-4.11.amzn1 xorg-x11-proto-devel.noarch 0:7.7-14.10.amzn1 xorg-x11-util-macros.noarch 0:1.19.0-3.8.amzn1 Dependency Updated: libgcc48.x86_64 0:4.8.5-28.142.amzn1 libstdc++48.x86_64 0:4.8.5-28.142.amzn1 Complete! Loaded plugins: priorities, update-motd, upgrade-helper Resolving Dependencies --> Running transaction check ---> Package R.x86_64 0:3.4.1-1.52.amzn1 will be installed --> Processing Dependency: R-java = 3.4.1-1.52.amzn1 for package: R-3.4.1-1.52.amzn1.x86_64 --> Processing Dependency: libRmath-devel = 3.4.1-1.52.amzn1 for package: R-3.4.1-1.52.amzn1.x86_64 --> Processing Dependency: R-devel = 3.4.1-1.52.amzn1 for package: R-3.4.1-1.52.amzn1.x86_64 --> Running transaction check ---> Package R-devel.x86_64 0:3.4.1-1.52.amzn1 will be installed --> Processing Dependency: R-java-devel = 3.4.1-1.52.amzn1 for package: R-devel-3.4.1-1.52.amzn1.x86_64 --> Processing Dependency: R-core-devel = 3.4.1-1.52.amzn1 for package: R-devel-3.4.1-1.52.amzn1.x86_64 ---> Package R-java.x86_64 0:3.4.1-1.52.amzn1 will be installed --> Processing Dependency: R-core = 3.4.1-1.52.amzn1 for package: R-java-3.4.1-1.52.amzn1.x86_64--> Processing Dependency: java-headless for package: R-java-3.4.1-1.52.amzn1.x86_64 ---> Package libRmath-devel.x86_64 0:3.4.1-1.52.amzn1 will be installed --> Processing Dependency: libRmath = 3.4.1-1.52.amzn1 for package: libRmath-devel-3.4.1-1.52.amzn1.x86_64 --> Running transaction check ---> Package R-core.x86_64 0:3.4.1-1.52.amzn1 will be installed --> Processing Dependency: tex(latex) for package: R-core-3.4.1-1.52.amzn1.x86_64 --> Processing Dependency: tex(dvips) for package: R-core-3.4.1-1.52.amzn1.x86_64 --> Processing Dependency: redhat-rpm-config for package: R-core-3.4.1-1.52.amzn1.x86_64 --> Processing Dependency: openblas-Rblas for package: R-core-3.4.1-1.52.amzn1.x86_64 --> Processing Dependency: libtiff.so.5(LIBTIFF_4.0)(64bit) for package: R-core-3.4.1-1.52.amzn1.x86_64 --> Processing Dependency: cups for package: R-core-3.4.1-1.52.amzn1.x86_64 --> Processing Dependency: libtre.so.5()(64bit) for package: R-core-3.4.1-1.52.amzn1.x86_64 --> Processing Dependency: libtiff.so.5()(64bit) for package: R-core-3.4.1-1.52.amzn1.x86_64 --> Processing Dependency: libpangocairo-1.0.so.0()(64bit) for package: R-core-3.4.1-1.52.amzn1.x86_64 --> Processing Dependency: libpango-1.0.so.0()(64bit) for package: R-core-3.4.1-1.52.amzn1.x86_64 --> Processing Dependency: libcairo.so.2()(64bit) for package: R-core-3.4.1-1.52.amzn1.x86_64 --> Processing Dependency: libXmu.so.6()(64bit) for package: R-core-3.4.1-1.52.amzn1.x86_64 --> Processing Dependency: libRblas.so()(64bit) for package: R-core-3.4.1-1.52.amzn1.x86_64 ---> Package R-core-devel.x86_64 0:3.4.1-1.52.amzn1 will be installed --> Processing Dependency: xz-devel for package: R-core-devel-3.4.1-1.52.amzn1.x86_64 --> Processing Dependency: tre-devel for package: R-core-devel-3.4.1-1.52.amzn1.x86_64 --> Processing Dependency: texinfo-tex for package: R-core-devel-3.4.1-1.52.amzn1.x86_64 --> Processing Dependency: pcre-devel for package: R-core-devel-3.4.1-1.52.amzn1.x86_64 --> Processing Dependency: libicu-devel for package: R-core-devel-3.4.1-1.52.amzn1.x86_64 --> Processing Dependency: bzip2-devel for package: R-core-devel-3.4.1-1.52.amzn1.x86_64 ---> Package R-java-devel.x86_64 0:3.4.1-1.52.amzn1 will be installed --> Processing Dependency: java-devel for package: R-java-devel-3.4.1-1.52.amzn1.x86_64 ---> Package java-1.8.0-openjdk-headless.x86_64 1:1.8.0.282.b08-1.61.amzn1 will be installed --> Processing Dependency: tzdata-java >= 2020b for package: 1:java-1.8.0-openjdk-headless-1.8.0.282.b08-1.61.amzn1.x86_64 --> Processing Dependency: lksctp-tools(x86-64) for package: 1:java-1.8.0-openjdk-headless-1.8.0.282.b08-1.61.amzn1.x86_64 --> Processing Dependency: cups-libs(x86-64) for package: 1:java-1.8.0-openjdk-headless-1.8.0.282.b08-1.61.amzn1.x86_64 ---> Package libRmath.x86_64 0:3.4.1-1.52.amzn1 will be installed --> Running transaction check ---> Package bzip2-devel.x86_64 0:1.0.6-8.12.amzn1 will be installed ---> Package cairo.x86_64 0:1.12.14-6.9.amzn1 will be installed ---> Package cups.x86_64 1:1.4.2-67.21.amzn1 will be installed --> Processing Dependency: poppler-utils for package: 1:cups-1.4.2-67.21.amzn1.x86_64 --> Processing Dependency: libgnutls.so.26(GNUTLS_1_4)(64bit) for package: 1:cups-1.4.2-67.21.amzn1.x86_64 --> Processing Dependency: libgnutls.so.26()(64bit) for package: 1:cups-1.4.2-67.21.amzn1.x86_64--> Processing Dependency: libavahi-common.so.3()(64bit) for package: 1:cups-1.4.2-67.21.amzn1.x86_64 --> Processing Dependency: libavahi-client.so.3()(64bit) for package: 1:cups-1.4.2-67.21.amzn1.x86_64 ---> Package cups-libs.x86_64 1:1.4.2-67.21.amzn1 will be installed ---> Package java-1.7.0-openjdk-devel.x86_64 1:1.7.0.261-2.6.22.1.83.amzn1 will be installed ---> Package libXmu.x86_64 0:1.1.1-2.8.amzn1 will be installed ---> Package libicu-devel.x86_64 0:50.2-4.0.amzn1 will be installed --> Processing Dependency: libicu(x86-64) = 50.2-4.0.amzn1 for package: libicu-devel-50.2-4.0.amzn1.x86_64 ---> Package libtiff.x86_64 0:4.0.3-35.36.amzn1 will be installed --> Processing Dependency: libjbig.so.2.0()(64bit) for package: libtiff-4.0.3-35.36.amzn1.x86_64---> Package lksctp-tools.x86_64 0:1.0.10-7.7.amzn1 will be installed ---> Package openblas-Rblas.x86_64 0:0.2.19-4.8.amzn1 will be installed ---> Package pango.x86_64 0:1.28.1-10.11.amzn1 will be installed --> Processing Dependency: libthai >= 0.1.9 for package: pango-1.28.1-10.11.amzn1.x86_64 --> Processing Dependency: libthai.so.0(LIBTHAI_0.1)(64bit) for package: pango-1.28.1-10.11.amzn1.x86_64 --> Processing Dependency: libthai.so.0()(64bit) for package: pango-1.28.1-10.11.amzn1.x86_64 --> Processing Dependency: libXft.so.2()(64bit) for package: pango-1.28.1-10.11.amzn1.x86_64 ---> Package pcre-devel.x86_64 0:8.21-7.8.amzn1 will be installed ---> Package system-rpm-config.noarch 0:9.0.3-42.28.amzn1 will be installed ---> Package texinfo-tex.x86_64 0:5.1-4.10.amzn1 will be installed --> Processing Dependency: texinfo = 5.1-4.10.amzn1 for package: texinfo-tex-5.1-4.10.amzn1.x86_64 --> Processing Dependency: tex(tex) for package: texinfo-tex-5.1-4.10.amzn1.x86_64 --> Processing Dependency: tex(epsf.tex) for package: texinfo-tex-5.1-4.10.amzn1.x86_64 --> Processing Dependency: /usr/bin/texconfig-sys for package: texinfo-tex-5.1-4.10.amzn1.x86_64--> Processing Dependency: /usr/bin/texconfig-sys for package: texinfo-tex-5.1-4.10.amzn1.x86_64---> Package texlive-collection-latexrecommended.noarch 2:svn25795.0-45.20130427_r30134.amzn1 will be installed --> Processing Dependency: texlive-collection-fontsrecommended for package: 2:texlive-collection-latexrecommended-svn25795.0-45.20130427_r30134.amzn1.noarch --> Processing Dependency: tex-xkeyval for package: 2:texlive-collection-latexrecommended-svn25795.0-45.20130427_r30134.amzn1.noarch --> Processing Dependency: tex-xcolor for package: 2:texlive-collection-latexrecommended-svn25795.0-45.20130427_r30134.amzn1.noarch --> Processing Dependency: tex-url for package: 2:texlive-collection-latexrecommended-svn25795.0-45.20130427_r30134.amzn1.noarch --> Processing Dependency: tex-underscore for package: 2:texlive-collection-latexrecommended-svn25795.0-45.20130427_r30134.amzn1.noarch --> Processing Dependency: tex-typehtml for package: 2:texlive-collection-latexrecommended-svn25795.0-45.20130427_r30134.amzn1.noarch --> Processing Dependency: tex-thumbpdf for package: 2:texlive-collection-latexrecommended-svn25795.0-45.20130427_r30134.amzn1.noarch --> Processing Dependency: tex-textcase for package: 2:texlive-collection-latexrecommended-svn25795.0-45.20130427_r30134.amzn1.noarch --> Processing Dependency: tex-subfig for package: 2:texlive-collection-latexrecommended-svn25795.0-45.20130427_r30134.amzn1.noarch --> Processing Dependency: tex-setspace for package: 2:texlive-collection-latexrecommended-svn25795.0-45.20130427_r30134.amzn1.noarch --> Processing Dependency: tex-sepnum for package: 2:texlive-collection-latexrecommended-svn25795.0-45.20130427_r30134.amzn1.noarch --> Processing Dependency: tex-seminar for package: 2:texlive-collection-latexrecommended-svn25795.0-45.20130427_r30134.amzn1.noarch --> Processing Dependency: tex-section for package: 2:texlive-collection-latexrecommended-svn25795.0-45.20130427_r30134.amzn1.noarch --> Processing Dependency: tex-sansmath for package: 2:texlive-collection-latexrecommended-svn25795.0-45.20130427_r30134.amzn1.noarch --> Processing Dependency: tex-rotating for package: 2:texlive-collection-latexrecommended-svn25795.0-45.20130427_r30134.amzn1.noarch --> Processing Dependency: tex-rcs for package: 2:texlive-collection-latexrecommended-svn25795.0-45.20130427_r30134.amzn1.noarch --> Processing Dependency: tex-psfrag for package: 2:texlive-collection-latexrecommended-svn25795.0-45.20130427_r30134.amzn1.noarch --> Processing Dependency: tex-powerdot for package: 2:texlive-collection-latexrecommended-svn25795.0-45.20130427_r30134.amzn1.noarch --> Processing Dependency: tex-pdfpages for package: 2:texlive-collection-latexrecommended-svn25795.0-45.20130427_r30134.amzn1.noarch --> Processing Dependency: tex-parskip for package: 2:texlive-collection-latexrecommended-svn25795.0-45.20130427_r30134.amzn1.noarch --> Processing Dependency: tex-ntgclass for package: 2:texlive-collection-latexrecommended-svn25795.0-45.20130427_r30134.amzn1.noarch --> Processing Dependency: tex-ms for package: 2:texlive-collection-latexrecommended-svn25795.0-45.20130427_r30134.amzn1.noarch --> Processing Dependency: tex-microtype for package: 2:texlive-collection-latexrecommended-svn25795.0-45.20130427_r30134.amzn1.noarch --> Processing Dependency: tex-mh for package: 2:texlive-collection-latexrecommended-svn25795.0-45.20130427_r30134.amzn1.noarch --> Processing Dependency: tex-metalogo for package: 2:texlive-collection-latexrecommended-svn25795.0-45.20130427_r30134.amzn1.noarch --> Processing Dependency: tex-memoir for package: 2:texlive-collection-latexrecommended-svn25795.0-45.20130427_r30134.amzn1.noarch --> Processing Dependency: tex-mdwtools for package: 2:texlive-collection-latexrecommended-svn25795.0-45.20130427_r30134.amzn1.noarch --> Processing Dependency: tex-listings for package: 2:texlive-collection-latexrecommended-svn25795.0-45.20130427_r30134.amzn1.noarch --> Processing Dependency: tex-l3experimental for package: 2:texlive-collection-latexrecommended-svn25795.0-45.20130427_r30134.amzn1.noarch --> Processing Dependency: tex-l3packages for package: 2:texlive-collection-latexrecommended-svn25795.0-45.20130427_r30134.amzn1.noarch --> Processing Dependency: tex-l3kernel for package: 2:texlive-collection-latexrecommended-svn25795.0-45.20130427_r30134.amzn1.noarch --> Processing Dependency: tex-koma-script for package: 2:texlive-collection-latexrecommended-svn25795.0-45.20130427_r30134.amzn1.noarch --> Processing Dependency: tex-jknapltx for package: 2:texlive-collection-latexrecommended-svn25795.0-45.20130427_r30134.amzn1.noarch --> Processing Dependency: tex-index for package: 2:texlive-collection-latexrecommended-svn25795.0-45.20130427_r30134.amzn1.noarch --> Processing Dependency: tex-fp for package: 2:texlive-collection-latexrecommended-svn25795.0-45.20130427_r30134.amzn1.noarch --> Processing Dependency: tex-fontspec for package: 2:texlive-collection-latexrecommended-svn25795.0-45.20130427_r30134.amzn1.noarch --> Processing Dependency: tex-float for package: 2:texlive-collection-latexrecommended-svn25795.0-45.20130427_r30134.amzn1.noarch --> Processing Dependency: tex-fancyvrb for package: 2:texlive-collection-latexrecommended-svn25795.0-45.20130427_r30134.amzn1.noarch --> Processing Dependency: tex-fancyref for package: 2:texlive-collection-latexrecommended-svn25795.0-45.20130427_r30134.amzn1.noarch --> Processing Dependency: tex-fancybox for package: 2:texlive-collection-latexrecommended-svn25795.0-45.20130427_r30134.amzn1.noarch --> Processing Dependency: tex-extsizes for package: 2:texlive-collection-latexrecommended-svn25795.0-45.20130427_r30134.amzn1.noarch --> Processing Dependency: tex-euler for package: 2:texlive-collection-latexrecommended-svn25795.0-45.20130427_r30134.amzn1.noarch --> Processing Dependency: tex-eso-pic for package: 2:texlive-collection-latexrecommended-svn25795.0-45.20130427_r30134.amzn1.noarch --> Processing Dependency: tex-ec for package: 2:texlive-collection-latexrecommended-svn25795.0-45.20130427_r30134.amzn1.noarch --> Processing Dependency: tex-ctable for package: 2:texlive-collection-latexrecommended-svn25795.0-45.20130427_r30134.amzn1.noarch --> Processing Dependency: tex-crop for package: 2:texlive-collection-latexrecommended-svn25795.0-45.20130427_r30134.amzn1.noarch --> Processing Dependency: tex-cmap for package: 2:texlive-collection-latexrecommended-svn25795.0-45.20130427_r30134.amzn1.noarch --> Processing Dependency: tex-cite for package: 2:texlive-collection-latexrecommended-svn25795.0-45.20130427_r30134.amzn1.noarch --> Processing Dependency: tex-caption for package: 2:texlive-collection-latexrecommended-svn25795.0-45.20130427_r30134.amzn1.noarch --> Processing Dependency: tex-booktabs for package: 2:texlive-collection-latexrecommended-svn25795.0-45.20130427_r30134.amzn1.noarch --> Processing Dependency: tex-beamer for package: 2:texlive-collection-latexrecommended-svn25795.0-45.20130427_r30134.amzn1.noarch --> Processing Dependency: tex-anysize for package: 2:texlive-collection-latexrecommended-svn25795.0-45.20130427_r30134.amzn1.noarch --> Processing Dependency: texlive-collection-latex for package: 2:texlive-collection-latexrecommended-svn25795.0-45.20130427_r30134.amzn1.noarch --> Processing Dependency: texlive-base for package: 2:texlive-collection-latexrecommended-svn25795.0-45.20130427_r30134.amzn1.noarch ---> Package texlive-dvips.noarch 2:svn29585.0-45.amzn1 will be installed --> Processing Dependency: texlive-latex-fonts for package: 2:texlive-dvips-svn29585.0-45.amzn1.noarch --> Processing Dependency: texlive-dvips-bin for package: 2:texlive-dvips-svn29585.0-45.amzn1.noarch --> Processing Dependency: tex-kpathsea for package: 2:texlive-dvips-svn29585.0-45.amzn1.noarch --> Processing Dependency: texlive-kpathsea-bin for package: 2:texlive-dvips-svn29585.0-45.amzn1.noarch ---> Package tre.x86_64 0:0.8.0-18.20140228gitc2f5d13.3.amzn1 will be installed --> Processing Dependency: tre-common = 0.8.0-18.20140228gitc2f5d13.3.amzn1 for package: tre-0.8.0-18.20140228gitc2f5d13.3.amzn1.x86_64 ---> Package tre-devel.x86_64 0:0.8.0-18.20140228gitc2f5d13.3.amzn1 will be installed ---> Package tzdata-java.noarch 0:2017b-1.69.amzn1 will be updated ---> Package tzdata-java.noarch 0:2020d-2.76.amzn1 will be an update ---> Package xz-devel.x86_64 0:5.2.2-1.13.amzn1 will be installed --> Processing Dependency: xz-libs = 5.2.2-1.13.amzn1 for package: xz-devel-5.2.2-1.13.amzn1.x86_64 --> Running transaction check ---> Package avahi-libs.x86_64 0:0.6.25-12.17.amzn1 will be installed ---> Package gnutls.x86_64 0:2.12.23-21.18.amzn1 will be installed ---> Package jbigkit-libs.x86_64 0:2.0-11.4.amzn1 will be installed ---> Package libXft.x86_64 0:2.3.1-2.7.amzn1 will be installed ---> Package libicu.x86_64 0:50.1.2-11.12.amzn1 will be updated ---> Package libicu.x86_64 0:50.2-4.0.amzn1 will be an update ---> Package libthai.x86_64 0:0.1.12-3.5.amzn1 will be installed ---> Package poppler-utils.x86_64 0:0.26.5-43.22.amzn1 will be installed --> Processing Dependency: poppler(x86-64) = 0.26.5-43.22.amzn1 for package: poppler-utils-0.26.5-43.22.amzn1.x86_64 --> Processing Dependency: libpoppler.so.46()(64bit) for package: poppler-utils-0.26.5-43.22.amzn1.x86_64 --> Processing Dependency: libopenjpeg.so.2()(64bit) for package: poppler-utils-0.26.5-43.22.amzn1.x86_64 ---> Package texinfo.x86_64 0:5.1-4.10.amzn1 will be installed --> Processing Dependency: perl(Text::Unidecode) for package: texinfo-5.1-4.10.amzn1.x86_64 --> Processing Dependency: perl(Text::Unidecode) for package: texinfo-5.1-4.10.amzn1.x86_64 --> Processing Dependency: perl(Locale::Messages) for package: texinfo-5.1-4.10.amzn1.x86_64 ---> Package texlive-anysize.noarch 2:svn15878.0-45.amzn1 will be installed ---> Package texlive-base.noarch 2:2012-45.20130427_r30134.amzn1 will be installed ---> Package texlive-beamer.noarch 2:svn29349.3.26-45.amzn1 will be installed --> Processing Dependency: tex(pgf.sty) for package: 2:texlive-beamer-svn29349.3.26-45.amzn1.noarch --> Processing Dependency: tex(amsthm.sty) for package: 2:texlive-beamer-svn29349.3.26-45.amzn1.noarch --> Processing Dependency: tex(amsmath.sty) for package: 2:texlive-beamer-svn29349.3.26-45.amzn1.noarch --> Processing Dependency: tex(keyval.sty) for package: 2:texlive-beamer-svn29349.3.26-45.amzn1.noarch --> Processing Dependency: tex(enumerate.sty) for package: 2:texlive-beamer-svn29349.3.26-45.amzn1.noarch --> Processing Dependency: tex(amssymb.sty) for package: 2:texlive-beamer-svn29349.3.26-45.amzn1.noarch --> Processing Dependency: tex(hyperref.sty) for package: 2:texlive-beamer-svn29349.3.26-45.amzn1.noarch --> Processing Dependency: tex(xxcolor.sty) for package: 2:texlive-beamer-svn29349.3.26-45.amzn1.noarch --> Processing Dependency: tex(pgfcore.sty) for package: 2:texlive-beamer-svn29349.3.26-45.amzn1.noarch --> Processing Dependency: tex(geometry.sty) for package: 2:texlive-beamer-svn29349.3.26-45.amzn1.noarch --> Processing Dependency: tex(inputenc.sty) for package: 2:texlive-beamer-svn29349.3.26-45.amzn1.noarch --> Processing Dependency: tex(ucs.sty) for package: 2:texlive-beamer-svn29349.3.26-45.amzn1.noarch --> Processing Dependency: tex(ifpdf.sty) for package: 2:texlive-beamer-svn29349.3.26-45.amzn1.noarch --> Processing Dependency: tex-pgf for package: 2:texlive-beamer-svn29349.3.26-45.amzn1.noarch ---> Package texlive-booktabs.noarch 2:svn15878.1.61803-45.amzn1 will be installed ---> Package texlive-caption.noarch 2:svn29026.3.3__2013_02_03_-45.amzn1 will be installed ---> Package texlive-cite.noarch 2:svn19955.5.3-45.amzn1 will be installed ---> Package texlive-cmap.noarch 2:svn26568.0-45.amzn1 will be installed ---> Package texlive-collection-basic.noarch 2:svn26314.0-45.20130427_r30134.amzn1 will be installed --> Processing Dependency: tex-xdvi for package: 2:texlive-collection-basic-svn26314.0-45.20130427_r30134.amzn1.noarch --> Processing Dependency: tex-texlive.infra for package: 2:texlive-collection-basic-svn26314.0-45.20130427_r30134.amzn1.noarch --> Processing Dependency: tex-texconfig for package: 2:texlive-collection-basic-svn26314.0-45.20130427_r30134.amzn1.noarch --> Processing Dependency: tex-tex for package: 2:texlive-collection-basic-svn26314.0-45.20130427_r30134.amzn1.noarch --> Processing Dependency: tex-tetex for package: 2:texlive-collection-basic-svn26314.0-45.20130427_r30134.amzn1.noarch --> Processing Dependency: tex-plain for package: 2:texlive-collection-basic-svn26314.0-45.20130427_r30134.amzn1.noarch --> Processing Dependency: tex-pdftex for package: 2:texlive-collection-basic-svn26314.0-45.20130427_r30134.amzn1.noarch --> Processing Dependency: tex-misc for package: 2:texlive-collection-basic-svn26314.0-45.20130427_r30134.amzn1.noarch --> Processing Dependency: tex-mfware for package: 2:texlive-collection-basic-svn26314.0-45.20130427_r30134.amzn1.noarch --> Processing Dependency: tex-mflogo for package: 2:texlive-collection-basic-svn26314.0-45.20130427_r30134.amzn1.noarch --> Processing Dependency: tex-metafont for package: 2:texlive-collection-basic-svn26314.0-45.20130427_r30134.amzn1.noarch --> Processing Dependency: tex-makeindex for package: 2:texlive-collection-basic-svn26314.0-45.20130427_r30134.amzn1.noarch --> Processing Dependency: tex-luatex for package: 2:texlive-collection-basic-svn26314.0-45.20130427_r30134.amzn1.noarch --> Processing Dependency: tex-lua-alt-getopt for package: 2:texlive-collection-basic-svn26314.0-45.20130427_r30134.amzn1.noarch --> Processing Dependency: tex-ifxetex for package: 2:texlive-collection-basic-svn26314.0-45.20130427_r30134.amzn1.noarch --> Processing Dependency: tex-ifluatex for package: 2:texlive-collection-basic-svn26314.0-45.20130427_r30134.amzn1.noarch --> Processing Dependency: tex-hyphen-base for package: 2:texlive-collection-basic-svn26314.0-45.20130427_r30134.amzn1.noarch --> Processing Dependency: tex-hyph-utf8 for package: 2:texlive-collection-basic-svn26314.0-45.20130427_r30134.amzn1.noarch --> Processing Dependency: tex-gsftopk for package: 2:texlive-collection-basic-svn26314.0-45.20130427_r30134.amzn1.noarch --> Processing Dependency: tex-glyphlist for package: 2:texlive-collection-basic-svn26314.0-45.20130427_r30134.amzn1.noarch --> Processing Dependency: tex-etex-pkg for package: 2:texlive-collection-basic-svn26314.0-45.20130427_r30134.amzn1.noarch --> Processing Dependency: tex-etex for package: 2:texlive-collection-basic-svn26314.0-45.20130427_r30134.amzn1.noarch --> Processing Dependency: tex-enctex for package: 2:texlive-collection-basic-svn26314.0-45.20130427_r30134.amzn1.noarch --> Processing Dependency: tex-dvipdfmx-def for package: 2:texlive-collection-basic-svn26314.0-45.20130427_r30134.amzn1.noarch --> Processing Dependency: tex-dvipdfmx for package: 2:texlive-collection-basic-svn26314.0-45.20130427_r30134.amzn1.noarch --> Processing Dependency: tex-dvipdfm for package: 2:texlive-collection-basic-svn26314.0-45.20130427_r30134.amzn1.noarch --> Processing Dependency: tex-cm for package: 2:texlive-collection-basic-svn26314.0-45.20130427_r30134.amzn1.noarch --> Processing Dependency: tex-bibtex for package: 2:texlive-collection-basic-svn26314.0-45.20130427_r30134.amzn1.noarch --> Processing Dependency: texlive-collection-documentation-base for package: 2:texlive-collection-basic-svn26314.0-45.20130427_r30134.amzn1.noarch ---> Package texlive-collection-fontsrecommended.noarch 2:svn28082.0-45.20130427_r30134.amzn1 will be installed --> Processing Dependency: tex-zapfding for package: 2:texlive-collection-fontsrecommended-svn28082.0-45.20130427_r30134.amzn1.noarch --> Processing Dependency: tex-zapfchan for package: 2:texlive-collection-fontsrecommended-svn28082.0-45.20130427_r30134.amzn1.noarch --> Processing Dependency: tex-wasysym for package: 2:texlive-collection-fontsrecommended-svn28082.0-45.20130427_r30134.amzn1.noarch --> Processing Dependency: tex-wasy for package: 2:texlive-collection-fontsrecommended-svn28082.0-45.20130427_r30134.amzn1.noarch --> Processing Dependency: tex-utopia for package: 2:texlive-collection-fontsrecommended-svn28082.0-45.20130427_r30134.amzn1.noarch --> Processing Dependency: tex-txfonts for package: 2:texlive-collection-fontsrecommended-svn28082.0-45.20130427_r30134.amzn1.noarch --> Processing Dependency: tex-tipa for package: 2:texlive-collection-fontsrecommended-svn28082.0-45.20130427_r30134.amzn1.noarch --> Processing Dependency: tex-times for package: 2:texlive-collection-fontsrecommended-svn28082.0-45.20130427_r30134.amzn1.noarch --> Processing Dependency: tex-tex-gyre-math for package: 2:texlive-collection-fontsrecommended-svn28082.0-45.20130427_r30134.amzn1.noarch --> Processing Dependency: tex-tex-gyre for package: 2:texlive-collection-fontsrecommended-svn28082.0-45.20130427_r30134.amzn1.noarch --> Processing Dependency: tex-symbol for package: 2:texlive-collection-fontsrecommended-svn28082.0-45.20130427_r30134.amzn1.noarch --> Processing Dependency: tex-rsfs for package: 2:texlive-collection-fontsrecommended-svn28082.0-45.20130427_r30134.amzn1.noarch --> Processing Dependency: tex-pxfonts for package: 2:texlive-collection-fontsrecommended-svn28082.0-45.20130427_r30134.amzn1.noarch --> Processing Dependency: tex-palatino for package: 2:texlive-collection-fontsrecommended-svn28082.0-45.20130427_r30134.amzn1.noarch --> Processing Dependency: tex-ncntrsbk for package: 2:texlive-collection-fontsrecommended-svn28082.0-45.20130427_r30134.amzn1.noarch --> Processing Dependency: tex-mathpazo for package: 2:texlive-collection-fontsrecommended-svn28082.0-45.20130427_r30134.amzn1.noarch --> Processing Dependency: tex-marvosym for package: 2:texlive-collection-fontsrecommended-svn28082.0-45.20130427_r30134.amzn1.noarch --> Processing Dependency: tex-lm-math for package: 2:texlive-collection-fontsrecommended-svn28082.0-45.20130427_r30134.amzn1.noarch --> Processing Dependency: tex-lm for package: 2:texlive-collection-fontsrecommended-svn28082.0-45.20130427_r30134.amzn1.noarch --> Processing Dependency: tex-helvetic for package: 2:texlive-collection-fontsrecommended-svn28082.0-45.20130427_r30134.amzn1.noarch --> Processing Dependency: tex-fpl for package: 2:texlive-collection-fontsrecommended-svn28082.0-45.20130427_r30134.amzn1.noarch --> Processing Dependency: tex-eurosym for package: 2:texlive-collection-fontsrecommended-svn28082.0-45.20130427_r30134.amzn1.noarch --> Processing Dependency: tex-euro for package: 2:texlive-collection-fontsrecommended-svn28082.0-45.20130427_r30134.amzn1.noarch --> Processing Dependency: tex-courier for package: 2:texlive-collection-fontsrecommended-svn28082.0-45.20130427_r30134.amzn1.noarch --> Processing Dependency: tex-cmextra for package: 2:texlive-collection-fontsrecommended-svn28082.0-45.20130427_r30134.amzn1.noarch --> Processing Dependency: tex-cm-super for package: 2:texlive-collection-fontsrecommended-svn28082.0-45.20130427_r30134.amzn1.noarch --> Processing Dependency: tex-charter for package: 2:texlive-collection-fontsrecommended-svn28082.0-45.20130427_r30134.amzn1.noarch --> Processing Dependency: tex-bookman for package: 2:texlive-collection-fontsrecommended-svn28082.0-45.20130427_r30134.amzn1.noarch --> Processing Dependency: tex-avantgar for package: 2:texlive-collection-fontsrecommended-svn28082.0-45.20130427_r30134.amzn1.noarch ---> Package texlive-collection-latex.noarch 2:svn25030.0-45.20130427_r30134.amzn1 will be installed --> Processing Dependency: tex-pspicture for package: 2:texlive-collection-latex-svn25030.0-45.20130427_r30134.amzn1.noarch --> Processing Dependency: tex-psnfss for package: 2:texlive-collection-latex-svn25030.0-45.20130427_r30134.amzn1.noarch --> Processing Dependency: tex-pslatex for package: 2:texlive-collection-latex-svn25030.0-45.20130427_r30134.amzn1.noarch --> Processing Dependency: tex-pdftex-def for package: 2:texlive-collection-latex-svn25030.0-45.20130427_r30134.amzn1.noarch --> Processing Dependency: tex-natbib for package: 2:texlive-collection-latex-svn25030.0-45.20130427_r30134.amzn1.noarch --> Processing Dependency: tex-mptopdf for package: 2:texlive-collection-latex-svn25030.0-45.20130427_r30134.amzn1.noarch --> Processing Dependency: tex-mfnfss for package: 2:texlive-collection-latex-svn25030.0-45.20130427_r30134.amzn1.noarch --> Processing Dependency: tex-ltxmisc for package: 2:texlive-collection-latex-svn25030.0-45.20130427_r30134.amzn1.noarch --> Processing Dependency: tex-latexconfig for package: 2:texlive-collection-latex-svn25030.0-45.20130427_r30134.amzn1.noarch --> Processing Dependency: tex-latex-bin for package: 2:texlive-collection-latex-svn25030.0-45.20130427_r30134.amzn1.noarch --> Processing Dependency: tex-fix2col for package: 2:texlive-collection-latex-svn25030.0-45.20130427_r30134.amzn1.noarch --> Processing Dependency: tex-fancyhdr for package: 2:texlive-collection-latex-svn25030.0-45.20130427_r30134.amzn1.noarch --> Processing Dependency: tex-colortbl for package: 2:texlive-collection-latex-svn25030.0-45.20130427_r30134.amzn1.noarch --> Processing Dependency: tex-carlisle for package: 2:texlive-collection-latex-svn25030.0-45.20130427_r30134.amzn1.noarch --> Processing Dependency: tex-babelbib for package: 2:texlive-collection-latex-svn25030.0-45.20130427_r30134.amzn1.noarch --> Processing Dependency: tex-babel for package: 2:texlive-collection-latex-svn25030.0-45.20130427_r30134.amzn1.noarch --> Processing Dependency: tex-ae for package: 2:texlive-collection-latex-svn25030.0-45.20130427_r30134.amzn1.noarch ---> Package texlive-crop.noarch 2:svn15878.1.5-45.amzn1 will be installed ---> Package texlive-ctable.noarch 2:svn26694.1.23-45.amzn1 will be installed --> Processing Dependency: tex(etoolbox.sty) for package: 2:texlive-ctable-svn26694.1.23-45.amzn1.noarch ---> Package texlive-dvips-bin.x86_64 2:svn26509.0-45.20130427_r30134.amzn1 will be installed --> Processing Dependency: texlive-kpathsea-lib = 2:2012-45.20130427_r30134.amzn1 for package: 2:texlive-dvips-bin-svn26509.0-45.20130427_r30134.amzn1.x86_64 --> Processing Dependency: libkpathsea.so.6()(64bit) for package: 2:texlive-dvips-bin-svn26509.0-45.20130427_r30134.amzn1.x86_64 ---> Package texlive-ec.noarch 2:svn25033.1.0-45.amzn1 will be installed ---> Package texlive-epsf.noarch 2:svn21461.2.7.4-45.amzn1 will be installed ---> Package texlive-eso-pic.noarch 2:svn21515.2.0c-45.amzn1 will be installed ---> Package texlive-euler.noarch 2:svn17261.2.5-45.amzn1 will be installed ---> Package texlive-extsizes.noarch 2:svn17263.1.4a-45.amzn1 will be installed ---> Package texlive-fancybox.noarch 2:svn18304.1.4-45.amzn1 will be installed ---> Package texlive-fancyref.noarch 2:svn15878.0.9c-45.amzn1 will be installed ---> Package texlive-fancyvrb.noarch 2:svn18492.2.8-45.amzn1 will be installed --> Processing Dependency: tex(pstricks.sty) for package: 2:texlive-fancyvrb-svn18492.2.8-45.amzn1.noarch ---> Package texlive-float.noarch 2:svn15878.1.3d-45.amzn1 will be installed ---> Package texlive-fontspec.noarch 2:svn29412.v2.3a-45.amzn1 will be installed --> Processing Dependency: tex(luaotfload.sty) for package: 2:texlive-fontspec-svn29412.v2.3a-45.amzn1.noarch --> Processing Dependency: tex(xunicode.sty) for package: 2:texlive-fontspec-svn29412.v2.3a-45.amzn1.noarch --> Processing Dependency: tex-kastrup for package: 2:texlive-fontspec-svn29412.v2.3a-45.amzn1.noarch ---> Package texlive-fp.noarch 2:svn15878.0-45.amzn1 will be installed ---> Package texlive-index.noarch 2:svn24099.4.1beta-45.amzn1 will be installed ---> Package texlive-jknapltx.noarch 2:svn19440.0-45.amzn1 will be installed ---> Package texlive-koma-script.noarch 2:svn27255.3.11b-45.amzn1 will be installed --> Processing Dependency: tex(mparhack.sty) for package: 2:texlive-koma-script-svn27255.3.11b-45.amzn1.noarch --> Processing Dependency: tex(marginnote.sty) for package: 2:texlive-koma-script-svn27255.3.11b-45.amzn1.noarch ---> Package texlive-kpathsea.noarch 2:svn28792.0-45.amzn1 will be installed ---> Package texlive-kpathsea-bin.x86_64 2:svn27347.0-45.20130427_r30134.amzn1 will be installed---> Package texlive-l3experimental.noarch 2:svn29361.SVN_4467-45.amzn1 will be installed ---> Package texlive-l3kernel.noarch 2:svn29409.SVN_4469-45.amzn1 will be installed --> Processing Dependency: tex(csquotes.sty) for package: 2:texlive-l3kernel-svn29409.SVN_4469-45.amzn1.noarch --> Processing Dependency: tex(enumitem.sty) for package: 2:texlive-l3kernel-svn29409.SVN_4469-45.amzn1.noarch ---> Package texlive-l3packages.noarch 2:svn29361.SVN_4467-45.amzn1 will be installed ---> Package texlive-latex-fonts.noarch 2:svn28888.0-45.amzn1 will be installed ---> Package texlive-listings.noarch 2:svn15878.1.4-45.amzn1 will be installed --> Processing Dependency: tex(algorithmic.sty) for package: 2:texlive-listings-svn15878.1.4-45.amzn1.noarch ---> Package texlive-mdwtools.noarch 2:svn15878.1.05.4-45.amzn1 will be installed ---> Package texlive-memoir.noarch 2:svn21638.3.6j_patch_6.0g-45.amzn1 will be installed --> Processing Dependency: tex(ifetex.sty) for package: 2:texlive-memoir-svn21638.3.6j_patch_6.0g-45.amzn1.noarch ---> Package texlive-metalogo.noarch 2:svn18611.0.12-45.amzn1 will be installed ---> Package texlive-mh.noarch 2:svn29420.0-45.amzn1 will be installed ---> Package texlive-microtype.noarch 2:svn29392.2.5-45.amzn1 will be installed ---> Package texlive-ms.noarch 2:svn24467.0-45.amzn1 will be installed --> Processing Dependency: tex(footmisc.sty) for package: 2:texlive-ms-svn24467.0-45.amzn1.noarch ---> Package texlive-ntgclass.noarch 2:svn15878.0-45.amzn1 will be installed ---> Package texlive-parskip.noarch 2:svn19963.2.0-45.amzn1 will be installed ---> Package texlive-pdfpages.noarch 2:svn27574.0.4t-45.amzn1 will be installed ---> Package texlive-powerdot.noarch 2:svn25656.1.4i-45.amzn1 will be installed --> Processing Dependency: tex(type1cm.sty) for package: 2:texlive-powerdot-svn25656.1.4i-45.amzn1.noarch --> Processing Dependency: tex(pst-char.sty) for package: 2:texlive-powerdot-svn25656.1.4i-45.amzn1.noarch --> Processing Dependency: tex(pst-slpe.sty) for package: 2:texlive-powerdot-svn25656.1.4i-45.amzn1.noarch --> Processing Dependency: tex(pst-blur.sty) for package: 2:texlive-powerdot-svn25656.1.4i-45.amzn1.noarch --> Processing Dependency: tex(pst-grad.sty) for package: 2:texlive-powerdot-svn25656.1.4i-45.amzn1.noarch ---> Package texlive-psfrag.noarch 2:svn15878.3.04-45.amzn1 will be installed ---> Package texlive-rcs.noarch 2:svn15878.0-45.amzn1 will be installed ---> Package texlive-rotating.noarch 2:svn16832.2.16b-45.amzn1 will be installed ---> Package texlive-sansmath.noarch 2:svn17997.1.1-45.amzn1 will be installed ---> Package texlive-section.noarch 2:svn20180.0-45.amzn1 will be installed ---> Package texlive-seminar.noarch 2:svn18322.1.5-45.amzn1 will be installed ---> Package texlive-sepnum.noarch 2:svn20186.2.0-45.amzn1 will be installed ---> Package texlive-setspace.noarch 2:svn24881.6.7a-45.amzn1 will be installed ---> Package texlive-subfig.noarch 2:svn15878.1.3-45.amzn1 will be installed ---> Package texlive-tetex-bin.noarch 2:svn27344.0-45.20130427_r30134.amzn1 will be installed --> Processing Dependency: texlive-texconfig-bin for package: 2:texlive-tetex-bin-svn27344.0-45.20130427_r30134.amzn1.noarch ---> Package texlive-textcase.noarch 2:svn15878.0-45.amzn1 will be installed ---> Package texlive-thumbpdf.noarch 2:svn26689.3.15-45.amzn1 will be installed --> Processing Dependency: texlive-thumbpdf-bin for package: 2:texlive-thumbpdf-svn26689.3.15-45.amzn1.noarch ---> Package texlive-typehtml.noarch 2:svn17134.0-45.amzn1 will be installed ---> Package texlive-underscore.noarch 2:svn18261.0-45.amzn1 will be installed ---> Package texlive-url.noarch 2:svn16864.3.2-45.amzn1 will be installed ---> Package texlive-xcolor.noarch 2:svn15878.2.11-45.amzn1 will be installed ---> Package texlive-xkeyval.noarch 2:svn27995.2.6a-45.amzn1 will be installed ---> Package tre-common.noarch 0:0.8.0-18.20140228gitc2f5d13.3.amzn1 will be installed ---> Package xz-libs.x86_64 0:5.1.2-12alpha.12.amzn1 will be updated --> Processing Dependency: xz-libs = 5.1.2-12alpha.12.amzn1 for package: xz-5.1.2-12alpha.12.amzn1.x86_64 ---> Package xz-libs.x86_64 0:5.2.2-1.13.amzn1 will be an update --> Running transaction check ---> Package openjpeg-libs.x86_64 0:1.3-16.9.amzn1 will be installed ---> Package perl-Text-Unidecode.noarch 0:0.04-20.7.amzn1 will be installed ---> Package perl-libintl.x86_64 0:1.20-12.7.amzn1 will be installed ---> Package poppler.x86_64 0:0.26.5-43.22.amzn1 will be installed --> Processing Dependency: poppler-data >= 0.4.0 for package: poppler-0.26.5-43.22.amzn1.x86_64 ---> Package texlive-ae.noarch 2:svn15878.1.4-45.amzn1 will be installed ---> Package texlive-algorithms.noarch 2:svn15878.0.1-45.amzn1 will be installed ---> Package texlive-amscls.noarch 2:svn29207.0-45.amzn1 will be installed ---> Package texlive-amsfonts.noarch 2:svn29208.3.04-45.amzn1 will be installed ---> Package texlive-amsmath.noarch 2:svn29327.2.14-45.amzn1 will be installed ---> Package texlive-avantgar.noarch 2:svn28614.0-45.amzn1 will be installed ---> Package texlive-babel.noarch 2:svn24756.3.8m-45.amzn1 will be installed ---> Package texlive-babelbib.noarch 2:svn25245.1.31-45.amzn1 will be installed ---> Package texlive-bibtex.noarch 2:svn26689.0.99d-45.amzn1 will be installed --> Processing Dependency: texlive-bibtex-bin for package: 2:texlive-bibtex-svn26689.0.99d-45.amzn1.noarch ---> Package texlive-bookman.noarch 2:svn28614.0-45.amzn1 will be installed ---> Package texlive-carlisle.noarch 2:svn18258.0-45.amzn1 will be installed ---> Package texlive-charter.noarch 2:svn15878.0-45.amzn1 will be installed ---> Package texlive-cm.noarch 2:svn29581.0-45.amzn1 will be installed ---> Package texlive-cm-super.noarch 2:svn15878.0-45.amzn1 will be installed ---> Package texlive-cmextra.noarch 2:svn14075.0-45.amzn1 will be installed ---> Package texlive-collection-documentation-base.noarch 2:svn17091.0-45.20130427_r30134.amzn1 will be installed ---> Package texlive-colortbl.noarch 2:svn25394.v1.0a-45.amzn1 will be installed ---> Package texlive-courier.noarch 2:svn28614.0-45.amzn1 will be installed ---> Package texlive-csquotes.noarch 2:svn24393.5.1d-45.amzn1 will be installed ---> Package texlive-dvipdfm.noarch 2:svn26689.0.13.2d-45.amzn1 will be installed --> Processing Dependency: texlive-dvipdfm-bin for package: 2:texlive-dvipdfm-svn26689.0.13.2d-45.amzn1.noarch ---> Package texlive-dvipdfmx.noarch 2:svn26765.0-45.amzn1 will be installed --> Processing Dependency: texlive-dvipdfmx-bin for package: 2:texlive-dvipdfmx-svn26765.0-45.amzn1.noarch ---> Package texlive-dvipdfmx-def.noarch 2:svn15878.0-45.amzn1 will be installed ---> Package texlive-enctex.noarch 2:svn28602.0-45.amzn1 will be installed ---> Package texlive-enumitem.noarch 2:svn24146.3.5.2-45.amzn1 will be installed ---> Package texlive-etex.noarch 2:svn22198.2.1-45.amzn1 will be installed ---> Package texlive-etex-pkg.noarch 2:svn15878.2.0-45.amzn1 will be installed ---> Package texlive-etoolbox.noarch 2:svn20922.2.1-45.amzn1 will be installed ---> Package texlive-euro.noarch 2:svn22191.1.1-45.amzn1 will be installed ---> Package texlive-eurosym.noarch 2:svn17265.1.4_subrfix-45.amzn1 will be installed ---> Package texlive-fancyhdr.noarch 2:svn15878.3.1-45.amzn1 will be installed ---> Package texlive-fix2col.noarch 2:svn17133.0-45.amzn1 will be installed ---> Package texlive-footmisc.noarch 2:svn23330.5.5b-45.amzn1 will be installed ---> Package texlive-fpl.noarch 2:svn15878.1.002-45.amzn1 will be installed ---> Package texlive-geometry.noarch 2:svn19716.5.6-45.amzn1 will be installed ---> Package texlive-glyphlist.noarch 2:svn28576.0-45.amzn1 will be installed ---> Package texlive-graphics.noarch 2:svn25405.1.0o-45.amzn1 will be installed ---> Package texlive-gsftopk.noarch 2:svn26689.1.19.2-45.amzn1 will be installed --> Processing Dependency: texlive-gsftopk-bin for package: 2:texlive-gsftopk-svn26689.1.19.2-45.amzn1.noarch ---> Package texlive-helvetic.noarch 2:svn28614.0-45.amzn1 will be installed ---> Package texlive-hyperref.noarch 2:svn28213.6.83m-45.amzn1 will be installed ---> Package texlive-hyph-utf8.noarch 2:svn29641.0-45.amzn1 will be installed ---> Package texlive-hyphen-base.noarch 2:svn29197.0-45.amzn1 will be installed ---> Package texlive-ifetex.noarch 2:svn24853.1.2-45.amzn1 will be installed ---> Package texlive-ifluatex.noarch 2:svn26725.1.3-45.amzn1 will be installed ---> Package texlive-ifxetex.noarch 2:svn19685.0.5-45.amzn1 will be installed ---> Package texlive-kastrup.noarch 2:svn15878.0-45.amzn1 will be installed ---> Package texlive-kpathsea-lib.x86_64 2:2012-45.20130427_r30134.amzn1 will be installed ---> Package texlive-latex.noarch 2:svn27907.0-45.amzn1 will be installed ---> Package texlive-latex-bin.noarch 2:svn26689.0-45.amzn1 will be installed --> Processing Dependency: texlive-latex-bin-bin for package: 2:texlive-latex-bin-svn26689.0-45.amzn1.noarch ---> Package texlive-latexconfig.noarch 2:svn28991.0-45.amzn1 will be installed ---> Package texlive-lm.noarch 2:svn28119.2.004-45.amzn1 will be installed ---> Package texlive-lm-math.noarch 2:svn29044.1.958-45.amzn1 will be installed ---> Package texlive-ltxmisc.noarch 2:svn21927.0-45.amzn1 will be installed --> Processing Dependency: tex(beton.sty) for package: 2:texlive-ltxmisc-svn21927.0-45.amzn1.noarch ---> Package texlive-lua-alt-getopt.noarch 2:svn29349.0.7.0-45.amzn1 will be installed ---> Package texlive-luaotfload.noarch 2:svn26718.1.26-45.amzn1 will be installed --> Processing Dependency: tex(luatexbase.sty) for package: 2:texlive-luaotfload-svn26718.1.26-45.amzn1.noarch --> Processing Dependency: texlive-luaotfload-bin for package: 2:texlive-luaotfload-svn26718.1.26-45.amzn1.noarch ---> Package texlive-luatex.noarch 2:svn26689.0.70.1-45.amzn1 will be installed --> Processing Dependency: texlive-luatex-bin for package: 2:texlive-luatex-svn26689.0.70.1-45.amzn1.noarch ---> Package texlive-makeindex.noarch 2:svn26689.2.12-45.amzn1 will be installed --> Processing Dependency: texlive-makeindex-bin for package: 2:texlive-makeindex-svn26689.2.12-45.amzn1.noarch ---> Package texlive-marginnote.noarch 2:svn25880.v1.1i-45.amzn1 will be installed ---> Package texlive-marvosym.noarch 2:svn29349.2.2a-45.amzn1 will be installed ---> Package texlive-mathpazo.noarch 2:svn15878.1.003-45.amzn1 will be installed ---> Package texlive-metafont.noarch 2:svn26689.2.718281-45.amzn1 will be installed --> Processing Dependency: texlive-metafont-bin for package: 2:texlive-metafont-svn26689.2.718281-45.amzn1.noarch ---> Package texlive-mflogo.noarch 2:svn17487.0-45.amzn1 will be installed ---> Package texlive-mfnfss.noarch 2:svn19410.0-45.amzn1 will be installed ---> Package texlive-mfware.noarch 2:svn26689.0-45.amzn1 will be installed --> Processing Dependency: texlive-mfware-bin for package: 2:texlive-mfware-svn26689.0-45.amzn1.noarch ---> Package texlive-misc.noarch 2:svn24955.0-45.amzn1 will be installed ---> Package texlive-mparhack.noarch 2:svn15878.1.4-45.amzn1 will be installed ---> Package texlive-mptopdf.noarch 2:svn26689.0-45.amzn1 will be installed --> Processing Dependency: texlive-mptopdf-bin for package: 2:texlive-mptopdf-svn26689.0-45.amzn1.noarch ---> Package texlive-natbib.noarch 2:svn20668.8.31b-45.amzn1 will be installed ---> Package texlive-ncntrsbk.noarch 2:svn28614.0-45.amzn1 will be installed ---> Package texlive-oberdiek.noarch 2:svn26725.0-45.amzn1 will be installed --> Processing Dependency: tex(parcolumns.sty) for package: 2:texlive-oberdiek-svn26725.0-45.amzn1.noarch --> Processing Dependency: tex(parallel.sty) for package: 2:texlive-oberdiek-svn26725.0-45.amzn1.noarch --> Processing Dependency: tex(unicode-math.sty) for package: 2:texlive-oberdiek-svn26725.0-45.amzn1.noarch --> Processing Dependency: tex(makematch.sty) for package: 2:texlive-oberdiek-svn26725.0-45.amzn1.noarch --> Processing Dependency: tex(soul.sty) for package: 2:texlive-oberdiek-svn26725.0-45.amzn1.noarch ---> Package texlive-palatino.noarch 2:svn28614.0-45.amzn1 will be installed ---> Package texlive-pdftex.noarch 2:svn29585.1.40.11-45.amzn1 will be installed --> Processing Dependency: texlive-pdftex-bin for package: 2:texlive-pdftex-svn29585.1.40.11-45.amzn1.noarch ---> Package texlive-pdftex-def.noarch 2:svn22653.0.06d-45.amzn1 will be installed ---> Package texlive-pgf.noarch 2:svn22614.2.10-45.amzn1 will be installed ---> Package texlive-plain.noarch 2:svn26647.0-45.amzn1 will be installed ---> Package texlive-pslatex.noarch 2:svn16416.0-45.amzn1 will be installed ---> Package texlive-psnfss.noarch 2:svn23394.9.2a-45.amzn1 will be installed ---> Package texlive-pspicture.noarch 2:svn15878.0-45.amzn1 will be installed ---> Package texlive-pst-blur.noarch 2:svn15878.2.0-45.amzn1 will be installed ---> Package texlive-pst-grad.noarch 2:svn15878.1.06-45.amzn1 will be installed ---> Package texlive-pst-slpe.noarch 2:svn24391.1.31-45.amzn1 will be installed ---> Package texlive-pst-text.noarch 2:svn15878.1.00-45.amzn1 will be installed ---> Package texlive-pstricks.noarch 2:svn29678.2.39-45.amzn1 will be installed --> Processing Dependency: tex(breakurl.sty) for package: 2:texlive-pstricks-svn29678.2.39-45.amzn1.noarch --> Processing Dependency: tex(showexpl.sty) for package: 2:texlive-pstricks-svn29678.2.39-45.amzn1.noarch --> Processing Dependency: tex(filecontents.sty) for package: 2:texlive-pstricks-svn29678.2.39-45.amzn1.noarch --> Processing Dependency: tex(paralist.sty) for package: 2:texlive-pstricks-svn29678.2.39-45.amzn1.noarch --> Processing Dependency: tex(chngcntr.sty) for package: 2:texlive-pstricks-svn29678.2.39-45.amzn1.noarch --> Processing Dependency: tex(bera.sty) for package: 2:texlive-pstricks-svn29678.2.39-45.amzn1.noarch --> Processing Dependency: tex(multido.sty) for package: 2:texlive-pstricks-svn29678.2.39-45.amzn1.noarch --> Processing Dependency: tex(pstricks-add.sty) for package: 2:texlive-pstricks-svn29678.2.39-45.amzn1.noarch --> Processing Dependency: tex(pst-fill.sty) for package: 2:texlive-pstricks-svn29678.2.39-45.amzn1.noarch --> Processing Dependency: tex(pst-eps.sty) for package: 2:texlive-pstricks-svn29678.2.39-45.amzn1.noarch --> Processing Dependency: tex(pst-3d.sty) for package: 2:texlive-pstricks-svn29678.2.39-45.amzn1.noarch --> Processing Dependency: tex(pst-coil.sty) for package: 2:texlive-pstricks-svn29678.2.39-45.amzn1.noarch --> Processing Dependency: tex(pst-tree.sty) for package: 2:texlive-pstricks-svn29678.2.39-45.amzn1.noarch --> Processing Dependency: tex(pst-node.sty) for package: 2:texlive-pstricks-svn29678.2.39-45.amzn1.noarch --> Processing Dependency: tex(pst-plot.sty) for package: 2:texlive-pstricks-svn29678.2.39-45.amzn1.noarch ---> Package texlive-pxfonts.noarch 2:svn15878.0-45.amzn1 will be installed ---> Package texlive-rsfs.noarch 2:svn15878.0-45.amzn1 will be installed ---> Package texlive-symbol.noarch 2:svn28614.0-45.amzn1 will be installed ---> Package texlive-tetex.noarch 2:svn29585.3.0-45.amzn1 will be installed ---> Package texlive-tex.noarch 2:svn26689.3.1415926-45.amzn1 will be installed --> Processing Dependency: texlive-tex-bin for package: 2:texlive-tex-svn26689.3.1415926-45.amzn1.noarch ---> Package texlive-tex-gyre.noarch 2:svn18651.2.004-45.amzn1 will be installed ---> Package texlive-tex-gyre-math.noarch 2:svn29045.0-45.amzn1 will be installed ---> Package texlive-texconfig.noarch 2:svn29349.0-45.amzn1 will be installed ---> Package texlive-texconfig-bin.noarch 2:svn27344.0-45.20130427_r30134.amzn1 will be installed ---> Package texlive-texlive.infra.noarch 2:svn28217.0-45.amzn1 will be installed --> Processing Dependency: texlive-texlive.infra-bin for package: 2:texlive-texlive.infra-svn28217.0-45.amzn1.noarch ---> Package texlive-thumbpdf-bin.noarch 2:svn6898.0-45.20130427_r30134.amzn1 will be installed ---> Package texlive-times.noarch 2:svn28614.0-45.amzn1 will be installed ---> Package texlive-tipa.noarch 2:svn29349.1.3-45.amzn1 will be installed ---> Package texlive-tools.noarch 2:svn26263.0-45.amzn1 will be installed ---> Package texlive-txfonts.noarch 2:svn15878.0-45.amzn1 will be installed ---> Package texlive-type1cm.noarch 2:svn21820.0-45.amzn1 will be installed ---> Package texlive-ucs.noarch 2:svn27549.2.1-45.amzn1 will be installed ---> Package texlive-utopia.noarch 2:svn15878.0-45.amzn1 will be installed ---> Package texlive-wasy.noarch 2:svn15878.0-45.amzn1 will be installed ---> Package texlive-wasysym.noarch 2:svn15878.2.0-45.amzn1 will be installed ---> Package texlive-xdvi.noarch 2:svn26689.22.85-45.amzn1 will be installed --> Processing Dependency: texlive-xdvi-bin for package: 2:texlive-xdvi-svn26689.22.85-45.amzn1.noarch ---> Package texlive-xunicode.noarch 2:svn23897.0.981-45.amzn1 will be installed ---> Package texlive-zapfchan.noarch 2:svn28614.0-45.amzn1 will be installed ---> Package texlive-zapfding.noarch 2:svn28614.0-45.amzn1 will be installed ---> Package xz.x86_64 0:5.1.2-12alpha.12.amzn1 will be updated ---> Package xz.x86_64 0:5.2.2-1.13.amzn1 will be an update --> Running transaction check ---> Package poppler-data.noarch 0:0.4.0-1.4.amzn1 will be installed ---> Package texlive-bera.noarch 2:svn20031.0-45.amzn1 will be installed ---> Package texlive-beton.noarch 2:svn15878.0-45.amzn1 will be installed ---> Package texlive-bibtex-bin.x86_64 2:svn26509.0-45.20130427_r30134.amzn1 will be installed ---> Package texlive-breakurl.noarch 2:svn15878.1.30-45.amzn1 will be installed ---> Package texlive-chngcntr.noarch 2:svn17157.1.0a-45.amzn1 will be installed ---> Package texlive-dvipdfm-bin.noarch 2:svn13663.0-45.20130427_r30134.amzn1 will be installed ---> Package texlive-dvipdfmx-bin.x86_64 2:svn26509.0-45.20130427_r30134.amzn1 will be installed---> Package texlive-filecontents.noarch 2:svn24250.1.3-45.amzn1 will be installed ---> Package texlive-gsftopk-bin.x86_64 2:svn26509.0-45.20130427_r30134.amzn1 will be installed ---> Package texlive-latex-bin-bin.noarch 2:svn14050.0-45.20130427_r30134.amzn1 will be installed ---> Package texlive-luaotfload-bin.noarch 2:svn18579.0-45.20130427_r30134.amzn1 will be installed ---> Package texlive-luatex-bin.x86_64 2:svn26912.0-45.20130427_r30134.amzn1 will be installed --> Processing Dependency: libzzip-0.so.13()(64bit) for package: 2:texlive-luatex-bin-svn26912.0-45.20130427_r30134.amzn1.x86_64 ---> Package texlive-luatexbase.noarch 2:svn22560.0.31-45.amzn1 will be installed ---> Package texlive-makeindex-bin.x86_64 2:svn26509.0-45.20130427_r30134.amzn1 will be installed ---> Package texlive-metafont-bin.x86_64 2:svn26912.0-45.20130427_r30134.amzn1 will be installed---> Package texlive-mfware-bin.x86_64 2:svn26509.0-45.20130427_r30134.amzn1 will be installed ---> Package texlive-mptopdf-bin.noarch 2:svn18674.0-45.20130427_r30134.amzn1 will be installed ---> Package texlive-multido.noarch 2:svn18302.1.42-45.amzn1 will be installed ---> Package texlive-paralist.noarch 2:svn15878.2.3b-45.amzn1 will be installed ---> Package texlive-parallel.noarch 2:svn15878.0-45.amzn1 will be installed ---> Package texlive-pdftex-bin.x86_64 2:svn27321.0-45.20130427_r30134.amzn1 will be installed ---> Package texlive-pst-3d.noarch 2:svn17257.1.10-45.amzn1 will be installed ---> Package texlive-pst-coil.noarch 2:svn24020.1.06-45.amzn1 will be installed ---> Package texlive-pst-eps.noarch 2:svn15878.1.0-45.amzn1 will be installed ---> Package texlive-pst-fill.noarch 2:svn15878.1.01-45.amzn1 will be installed ---> Package texlive-pst-node.noarch 2:svn27799.1.25-45.amzn1 will be installed ---> Package texlive-pst-plot.noarch 2:svn28729.1.44-45.amzn1 will be installed ---> Package texlive-pst-tree.noarch 2:svn24142.1.12-45.amzn1 will be installed ---> Package texlive-pstricks-add.noarch 2:svn28750.3.59-45.amzn1 will be installed --> Processing Dependency: tex(pst-math.sty) for package: 2:texlive-pstricks-add-svn28750.3.59-45.amzn1.noarch ---> Package texlive-qstest.noarch 2:svn15878.0-45.amzn1 will be installed ---> Package texlive-sauerj.noarch 2:svn15878.0-45.amzn1 will be installed ---> Package texlive-showexpl.noarch 2:svn27790.v0.3j-45.amzn1 will be installed --> Processing Dependency: tex(varwidth.sty) for package: 2:texlive-showexpl-svn27790.v0.3j-45.amzn1.noarch --> Processing Dependency: tex(attachfile.sty) for package: 2:texlive-showexpl-svn27790.v0.3j-45.amzn1.noarch ---> Package texlive-soul.noarch 2:svn15878.2.4-45.amzn1 will be installed ---> Package texlive-tex-bin.x86_64 2:svn26912.0-45.20130427_r30134.amzn1 will be installed ---> Package texlive-texlive.infra-bin.x86_64 2:svn22566.0-45.20130427_r30134.amzn1 will be installed ---> Package texlive-unicode-math.noarch 2:svn29413.0.7d-45.amzn1 will be installed --> Processing Dependency: tex(filehook.sty) for package: 2:texlive-unicode-math-svn29413.0.7d-45.amzn1.noarch --> Processing Dependency: tex(lualatex-math.sty) for package: 2:texlive-unicode-math-svn29413.0.7d-45.amzn1.noarch ---> Package texlive-xdvi-bin.x86_64 2:svn26509.0-45.20130427_r30134.amzn1 will be installed --> Processing Dependency: libXpm.so.4()(64bit) for package: 2:texlive-xdvi-bin-svn26509.0-45.20130427_r30134.amzn1.x86_64 --> Processing Dependency: libXaw.so.7()(64bit) for package: 2:texlive-xdvi-bin-svn26509.0-45.20130427_r30134.amzn1.x86_64 --> Running transaction check ---> Package libXaw.x86_64 0:1.0.11-2.8.amzn1 will be installed ---> Package libXpm.x86_64 0:3.5.10-2.9.amzn1 will be installed ---> Package texlive-attachfile.noarch 2:svn21866.v1.5b-45.amzn1 will be installed ---> Package texlive-filehook.noarch 2:svn24280.0.5d-45.amzn1 will be installed --> Processing Dependency: tex(currfile.sty) for package: 2:texlive-filehook-svn24280.0.5d-45.amzn1.noarch ---> Package texlive-lualatex-math.noarch 2:svn29346.1.2-45.amzn1 will be installed ---> Package texlive-pst-math.noarch 2:svn20176.0.61-45.amzn1 will be installed ---> Package texlive-varwidth.noarch 2:svn24104.0.92-45.amzn1 will be installed ---> Package zziplib.x86_64 0:0.13.62-1.3.amzn1 will be installed --> Running transaction check ---> Package texlive-currfile.noarch 2:svn29012.0.7b-45.amzn1 will be installed --> Finished Dependency Resolution Dependencies Resolved ================================================================================ Package Arch Version Repository Size ================================================================================ Installing: R x86_64 3.4.1-1.52.amzn1 amzn-main 31 k Installing for dependencies: R-core x86_64 3.4.1-1.52.amzn1 amzn-main 58 M R-core-devel x86_64 3.4.1-1.52.amzn1 amzn-main 112 k R-devel x86_64 3.4.1-1.52.amzn1 amzn-main 31 k R-java x86_64 3.4.1-1.52.amzn1 amzn-main 32 k R-java-devel x86_64 3.4.1-1.52.amzn1 amzn-main 31 k avahi-libs x86_64 0.6.25-12.17.amzn1 amzn-main 64 k bzip2-devel x86_64 1.0.6-8.12.amzn1 amzn-main 218 k cairo x86_64 1.12.14-6.9.amzn1 amzn-updates 739 k cups x86_64 1:1.4.2-67.21.amzn1 amzn-main 3.1 M cups-libs x86_64 1:1.4.2-67.21.amzn1 amzn-main 364 k gnutls x86_64 2.12.23-21.18.amzn1 amzn-main 450 k java-1.7.0-openjdk-devel x86_64 1:1.7.0.261-2.6.22.1.83.amzn1 amzn-updates 11 M java-1.8.0-openjdk-headless x86_64 1:1.8.0.282.b08-1.61.amzn1 amzn-updates 42 M jbigkit-libs x86_64 2.0-11.4.amzn1 amzn-main 47 k libRmath x86_64 3.4.1-1.52.amzn1 amzn-main 139 k libRmath-devel x86_64 3.4.1-1.52.amzn1 amzn-main 37 k libXaw x86_64 1.0.11-2.8.amzn1 amzn-main 201 k libXft x86_64 2.3.1-2.7.amzn1 amzn-main 59 k libXmu x86_64 1.1.1-2.8.amzn1 amzn-main 75 k libXpm x86_64 3.5.10-2.9.amzn1 amzn-main 54 k libicu-devel x86_64 50.2-4.0.amzn1 amzn-updates 834 k libthai x86_64 0.1.12-3.5.amzn1 amzn-main 220 k libtiff x86_64 4.0.3-35.36.amzn1 amzn-updates 440 k lksctp-tools x86_64 1.0.10-7.7.amzn1 amzn-main 89 k openblas-Rblas x86_64 0.2.19-4.8.amzn1 amzn-main 8.3 M openjpeg-libs x86_64 1.3-16.9.amzn1 amzn-main 69 k pango x86_64 1.28.1-10.11.amzn1 amzn-main 413 k pcre-devel x86_64 8.21-7.8.amzn1 amzn-updates 478 k perl-Text-Unidecode noarch 0.04-20.7.amzn1 amzn-main 121 k perl-libintl x86_64 1.20-12.7.amzn1 amzn-main 1.1 M poppler x86_64 0.26.5-43.22.amzn1 amzn-updates 941 k poppler-data noarch 0.4.0-1.4.amzn1 amzn-main 3.9 M poppler-utils x86_64 0.26.5-43.22.amzn1 amzn-updates 195 k system-rpm-config noarch 9.0.3-42.28.amzn1 amzn-main 63 k texinfo x86_64 5.1-4.10.amzn1 amzn-main 1.2 M texinfo-tex x86_64 5.1-4.10.amzn1 amzn-main 156 k texlive-ae noarch 2:svn15878.1.4-45.amzn1 amzn-updates 131 k texlive-algorithms noarch 2:svn15878.0.1-45.amzn1 amzn-updates 22 k texlive-amscls noarch 2:svn29207.0-45.amzn1 amzn-updates 89 k texlive-amsfonts noarch 2:svn29208.3.04-45.amzn1 amzn-updates 3.9 M texlive-amsmath noarch 2:svn29327.2.14-45.amzn1 amzn-updates 58 k texlive-anysize noarch 2:svn15878.0-45.amzn1 amzn-updates 20 k texlive-attachfile noarch 2:svn21866.v1.5b-45.amzn1 amzn-updates 23 k texlive-avantgar noarch 2:svn28614.0-45.amzn1 amzn-updates 464 k texlive-babel noarch 2:svn24756.3.8m-45.amzn1 amzn-updates 155 k texlive-babelbib noarch 2:svn25245.1.31-45.amzn1 amzn-updates 59 k texlive-base noarch 2:2012-45.20130427_r30134.amzn1 amzn-updates 396 k texlive-beamer noarch 2:svn29349.3.26-45.amzn1 amzn-updates 257 k texlive-bera noarch 2:svn20031.0-45.amzn1 amzn-updates 379 k texlive-beton noarch 2:svn15878.0-45.amzn1 amzn-updates 20 k texlive-bibtex noarch 2:svn26689.0.99d-45.amzn1 amzn-updates 39 k texlive-bibtex-bin x86_64 2:svn26509.0-45.20130427_r30134.amzn1 amzn-updates 69 k texlive-bookman noarch 2:svn28614.0-45.amzn1 amzn-updates 508 k texlive-booktabs noarch 2:svn15878.1.61803-45.amzn1 amzn-updates 21 k texlive-breakurl noarch 2:svn15878.1.30-45.amzn1 amzn-updates 22 k texlive-caption noarch 2:svn29026.3.3__2013_02_03_-45.amzn1 amzn-updates 56 k texlive-carlisle noarch 2:svn18258.0-45.amzn1 amzn-updates 31 k texlive-charter noarch 2:svn15878.0-45.amzn1 amzn-updates 232 k texlive-chngcntr noarch 2:svn17157.1.0a-45.amzn1 amzn-updates 21 k texlive-cite noarch 2:svn19955.5.3-45.amzn1 amzn-updates 45 k texlive-cm noarch 2:svn29581.0-45.amzn1 amzn-updates 336 k texlive-cm-super noarch 2:svn15878.0-45.amzn1 amzn-updates 64 M texlive-cmap noarch 2:svn26568.0-45.amzn1 amzn-updates 26 k texlive-cmextra noarch 2:svn14075.0-45.amzn1 amzn-updates 34 k texlive-collection-basic noarch 2:svn26314.0-45.20130427_r30134.amzn1 amzn-updates 18 k texlive-collection-documentation-base noarch 2:svn17091.0-45.20130427_r30134.amzn1 amzn-updates 18 k texlive-collection-fontsrecommended noarch 2:svn28082.0-45.20130427_r30134.amzn1 amzn-updates 18 k texlive-collection-latex noarch 2:svn25030.0-45.20130427_r30134.amzn1 amzn-updates 18 k texlive-collection-latexrecommended noarch 2:svn25795.0-45.20130427_r30134.amzn1 amzn-updates 18 k texlive-colortbl noarch 2:svn25394.v1.0a-45.amzn1 amzn-updates 22 k texlive-courier noarch 2:svn28614.0-45.amzn1 amzn-updates 699 k texlive-crop noarch 2:svn15878.1.5-45.amzn1 amzn-updates 24 k texlive-csquotes noarch 2:svn24393.5.1d-45.amzn1 amzn-updates 38 k texlive-ctable noarch 2:svn26694.1.23-45.amzn1 amzn-updates 22 k texlive-currfile noarch 2:svn29012.0.7b-45.amzn1 amzn-updates 23 k texlive-dvipdfm noarch 2:svn26689.0.13.2d-45.amzn1 amzn-updates 26 k texlive-dvipdfm-bin noarch 2:svn13663.0-45.20130427_r30134.amzn1 amzn-updates 20 k texlive-dvipdfmx noarch 2:svn26765.0-45.amzn1 amzn-updates 72 k texlive-dvipdfmx-bin x86_64 2:svn26509.0-45.20130427_r30134.amzn1 amzn-updates 294 k texlive-dvipdfmx-def noarch 2:svn15878.0-45.amzn1 amzn-updates 21 k texlive-dvips noarch 2:svn29585.0-45.amzn1 amzn-updates 585 k texlive-dvips-bin x86_64 2:svn26509.0-45.20130427_r30134.amzn1 amzn-updates 139 k texlive-ec noarch 2:svn25033.1.0-45.amzn1 amzn-updates 685 k texlive-enctex noarch 2:svn28602.0-45.amzn1 amzn-updates 55 k texlive-enumitem noarch 2:svn24146.3.5.2-45.amzn1 amzn-updates 31 k texlive-epsf noarch 2:svn21461.2.7.4-45.amzn1 amzn-updates 27 k texlive-eso-pic noarch 2:svn21515.2.0c-45.amzn1 amzn-updates 23 k texlive-etex noarch 2:svn22198.2.1-45.amzn1 amzn-updates 35 k texlive-etex-pkg noarch 2:svn15878.2.0-45.amzn1 amzn-updates 24 k texlive-etoolbox noarch 2:svn20922.2.1-45.amzn1 amzn-updates 27 k texlive-euler noarch 2:svn17261.2.5-45.amzn1 amzn-updates 22 k texlive-euro noarch 2:svn22191.1.1-45.amzn1 amzn-updates 21 k texlive-eurosym noarch 2:svn17265.1.4_subrfix-45.amzn1 amzn-updates 160 k texlive-extsizes noarch 2:svn17263.1.4a-45.amzn1 amzn-updates 36 k texlive-fancybox noarch 2:svn18304.1.4-45.amzn1 amzn-updates 27 k texlive-fancyhdr noarch 2:svn15878.3.1-45.amzn1 amzn-updates 27 k texlive-fancyref noarch 2:svn15878.0.9c-45.amzn1 amzn-updates 22 k texlive-fancyvrb noarch 2:svn18492.2.8-45.amzn1 amzn-updates 32 k texlive-filecontents noarch 2:svn24250.1.3-45.amzn1 amzn-updates 21 k texlive-filehook noarch 2:svn24280.0.5d-45.amzn1 amzn-updates 24 k texlive-fix2col noarch 2:svn17133.0-45.amzn1 amzn-updates 21 k texlive-float noarch 2:svn15878.1.3d-45.amzn1 amzn-updates 21 k texlive-fontspec noarch 2:svn29412.v2.3a-45.amzn1 amzn-updates 56 k texlive-footmisc noarch 2:svn23330.5.5b-45.amzn1 amzn-updates 25 k texlive-fp noarch 2:svn15878.0-45.amzn1 amzn-updates 42 k texlive-fpl noarch 2:svn15878.1.002-45.amzn1 amzn-updates 412 k texlive-geometry noarch 2:svn19716.5.6-45.amzn1 amzn-updates 28 k texlive-glyphlist noarch 2:svn28576.0-45.amzn1 amzn-updates 48 k texlive-graphics noarch 2:svn25405.1.0o-45.amzn1 amzn-updates 35 k texlive-gsftopk noarch 2:svn26689.1.19.2-45.amzn1 amzn-updates 26 k texlive-gsftopk-bin x86_64 2:svn26509.0-45.20130427_r30134.amzn1 amzn-updates 32 k texlive-helvetic noarch 2:svn28614.0-45.amzn1 amzn-updates 809 k texlive-hyperref noarch 2:svn28213.6.83m-45.amzn1 amzn-updates 188 k texlive-hyph-utf8 noarch 2:svn29641.0-45.amzn1 amzn-updates 2.9 M texlive-hyphen-base noarch 2:svn29197.0-45.amzn1 amzn-updates 42 k texlive-ifetex noarch 2:svn24853.1.2-45.amzn1 amzn-updates 20 k texlive-ifluatex noarch 2:svn26725.1.3-45.amzn1 amzn-updates 21 k texlive-ifxetex noarch 2:svn19685.0.5-45.amzn1 amzn-updates 20 k texlive-index noarch 2:svn24099.4.1beta-45.amzn1 amzn-updates 30 k texlive-jknapltx noarch 2:svn19440.0-45.amzn1 amzn-updates 30 k texlive-kastrup noarch 2:svn15878.0-45.amzn1 amzn-updates 19 k texlive-koma-script noarch 2:svn27255.3.11b-45.amzn1 amzn-updates 5.2 M texlive-kpathsea noarch 2:svn28792.0-45.amzn1 amzn-updates 146 k texlive-kpathsea-bin x86_64 2:svn27347.0-45.20130427_r30134.amzn1 amzn-updates 40 k texlive-kpathsea-lib x86_64 2:2012-45.20130427_r30134.amzn1 amzn-updates 85 k texlive-l3experimental noarch 2:svn29361.SVN_4467-45.amzn1 amzn-updates 75 k texlive-l3kernel noarch 2:svn29409.SVN_4469-45.amzn1 amzn-updates 117 k texlive-l3packages noarch 2:svn29361.SVN_4467-45.amzn1 amzn-updates 39 k texlive-latex noarch 2:svn27907.0-45.amzn1 amzn-updates 242 k texlive-latex-bin noarch 2:svn26689.0-45.amzn1 amzn-updates 22 k texlive-latex-bin-bin noarch 2:svn14050.0-45.20130427_r30134.amzn1 amzn-updates 19 k texlive-latex-fonts noarch 2:svn28888.0-45.amzn1 amzn-updates 45 k texlive-latexconfig noarch 2:svn28991.0-45.amzn1 amzn-updates 27 k texlive-listings noarch 2:svn15878.1.4-45.amzn1 amzn-updates 151 k texlive-lm noarch 2:svn28119.2.004-45.amzn1 amzn-updates 15 M texlive-lm-math noarch 2:svn29044.1.958-45.amzn1 amzn-updates 491 k texlive-ltxmisc noarch 2:svn21927.0-45.amzn1 amzn-updates 36 k texlive-lua-alt-getopt noarch 2:svn29349.0.7.0-45.amzn1 amzn-updates 20 k texlive-lualatex-math noarch 2:svn29346.1.2-45.amzn1 amzn-updates 23 k texlive-luaotfload noarch 2:svn26718.1.26-45.amzn1 amzn-updates 108 k texlive-luaotfload-bin noarch 2:svn18579.0-45.20130427_r30134.amzn1 amzn-updates 18 k texlive-luatex noarch 2:svn26689.0.70.1-45.amzn1 amzn-updates 66 k texlive-luatex-bin x86_64 2:svn26912.0-45.20130427_r30134.amzn1 amzn-updates 2.2 M texlive-luatexbase noarch 2:svn22560.0.31-45.amzn1 amzn-updates 28 k texlive-makeindex noarch 2:svn26689.2.12-45.amzn1 amzn-updates 32 k texlive-makeindex-bin x86_64 2:svn26509.0-45.20130427_r30134.amzn1 amzn-updates 42 k texlive-marginnote noarch 2:svn25880.v1.1i-45.amzn1 amzn-updates 22 k texlive-marvosym noarch 2:svn29349.2.2a-45.amzn1 amzn-updates 158 k texlive-mathpazo noarch 2:svn15878.1.003-45.amzn1 amzn-updates 89 k texlive-mdwtools noarch 2:svn15878.1.05.4-45.amzn1 amzn-updates 41 k texlive-memoir noarch 2:svn21638.3.6j_patch_6.0g-45.amzn1 amzn-updates 104 k texlive-metafont noarch 2:svn26689.2.718281-45.amzn1 amzn-updates 67 k texlive-metafont-bin x86_64 2:svn26912.0-45.20130427_r30134.amzn1 amzn-updates 323 k texlive-metalogo noarch 2:svn18611.0.12-45.amzn1 amzn-updates 21 k texlive-mflogo noarch 2:svn17487.0-45.amzn1 amzn-updates 45 k texlive-mfnfss noarch 2:svn19410.0-45.amzn1 amzn-updates 21 k texlive-mfware noarch 2:svn26689.0-45.amzn1 amzn-updates 33 k texlive-mfware-bin x86_64 2:svn26509.0-45.20130427_r30134.amzn1 amzn-updates 100 k texlive-mh noarch 2:svn29420.0-45.amzn1 amzn-updates 70 k texlive-microtype noarch 2:svn29392.2.5-45.amzn1 amzn-updates 86 k texlive-misc noarch 2:svn24955.0-45.amzn1 amzn-updates 73 k texlive-mparhack noarch 2:svn15878.1.4-45.amzn1 amzn-updates 21 k texlive-mptopdf noarch 2:svn26689.0-45.amzn1 amzn-updates 63 k texlive-mptopdf-bin noarch 2:svn18674.0-45.20130427_r30134.amzn1 amzn-updates 18 k texlive-ms noarch 2:svn24467.0-45.amzn1 amzn-updates 26 k texlive-multido noarch 2:svn18302.1.42-45.amzn1 amzn-updates 23 k texlive-natbib noarch 2:svn20668.8.31b-45.amzn1 amzn-updates 37 k texlive-ncntrsbk noarch 2:svn28614.0-45.amzn1 amzn-updates 428 k texlive-ntgclass noarch 2:svn15878.0-45.amzn1 amzn-updates 55 k texlive-oberdiek noarch 2:svn26725.0-45.amzn1 amzn-updates 362 k texlive-palatino noarch 2:svn28614.0-45.amzn1 amzn-updates 491 k texlive-paralist noarch 2:svn15878.2.3b-45.amzn1 amzn-updates 22 k texlive-parallel noarch 2:svn15878.0-45.amzn1 amzn-updates 23 k texlive-parskip noarch 2:svn19963.2.0-45.amzn1 amzn-updates 20 k texlive-pdfpages noarch 2:svn27574.0.4t-45.amzn1 amzn-updates 34 k texlive-pdftex noarch 2:svn29585.1.40.11-45.amzn1 amzn-updates 429 k texlive-pdftex-bin x86_64 2:svn27321.0-45.20130427_r30134.amzn1 amzn-updates 388 k texlive-pdftex-def noarch 2:svn22653.0.06d-45.amzn1 amzn-updates 33 k texlive-pgf noarch 2:svn22614.2.10-45.amzn1 amzn-updates 507 k texlive-plain noarch 2:svn26647.0-45.amzn1 amzn-updates 71 k texlive-powerdot noarch 2:svn25656.1.4i-45.amzn1 amzn-updates 51 k texlive-psfrag noarch 2:svn15878.3.04-45.amzn1 amzn-updates 23 k texlive-pslatex noarch 2:svn16416.0-45.amzn1 amzn-updates 27 k texlive-psnfss noarch 2:svn23394.9.2a-45.amzn1 amzn-updates 46 k texlive-pspicture noarch 2:svn15878.0-45.amzn1 amzn-updates 20 k texlive-pst-3d noarch 2:svn17257.1.10-45.amzn1 amzn-updates 22 k texlive-pst-blur noarch 2:svn15878.2.0-45.amzn1 amzn-updates 21 k texlive-pst-coil noarch 2:svn24020.1.06-45.amzn1 amzn-updates 23 k texlive-pst-eps noarch 2:svn15878.1.0-45.amzn1 amzn-updates 22 k texlive-pst-fill noarch 2:svn15878.1.01-45.amzn1 amzn-updates 23 k texlive-pst-grad noarch 2:svn15878.1.06-45.amzn1 amzn-updates 23 k texlive-pst-math noarch 2:svn20176.0.61-45.amzn1 amzn-updates 24 k texlive-pst-node noarch 2:svn27799.1.25-45.amzn1 amzn-updates 43 k texlive-pst-plot noarch 2:svn28729.1.44-45.amzn1 amzn-updates 39 k texlive-pst-slpe noarch 2:svn24391.1.31-45.amzn1 amzn-updates 22 k texlive-pst-text noarch 2:svn15878.1.00-45.amzn1 amzn-updates 23 k texlive-pst-tree noarch 2:svn24142.1.12-45.amzn1 amzn-updates 26 k texlive-pstricks noarch 2:svn29678.2.39-45.amzn1 amzn-updates 112 k texlive-pstricks-add noarch 2:svn28750.3.59-45.amzn1 amzn-updates 43 k texlive-pxfonts noarch 2:svn15878.0-45.amzn1 amzn-updates 520 k texlive-qstest noarch 2:svn15878.0-45.amzn1 amzn-updates 24 k texlive-rcs noarch 2:svn15878.0-45.amzn1 amzn-updates 32 k texlive-rotating noarch 2:svn16832.2.16b-45.amzn1 amzn-updates 22 k texlive-rsfs noarch 2:svn15878.0-45.amzn1 amzn-updates 79 k texlive-sansmath noarch 2:svn17997.1.1-45.amzn1 amzn-updates 22 k texlive-sauerj noarch 2:svn15878.0-45.amzn1 amzn-updates 24 k texlive-section noarch 2:svn20180.0-45.amzn1 amzn-updates 29 k texlive-seminar noarch 2:svn18322.1.5-45.amzn1 amzn-updates 54 k texlive-sepnum noarch 2:svn20186.2.0-45.amzn1 amzn-updates 21 k texlive-setspace noarch 2:svn24881.6.7a-45.amzn1 amzn-updates 26 k texlive-showexpl noarch 2:svn27790.v0.3j-45.amzn1 amzn-updates 23 k texlive-soul noarch 2:svn15878.2.4-45.amzn1 amzn-updates 25 k texlive-subfig noarch 2:svn15878.1.3-45.amzn1 amzn-updates 26 k texlive-symbol noarch 2:svn28614.0-45.amzn1 amzn-updates 58 k texlive-tetex noarch 2:svn29585.3.0-45.amzn1 amzn-updates 93 k texlive-tetex-bin noarch 2:svn27344.0-45.20130427_r30134.amzn1 amzn-updates 20 k texlive-tex noarch 2:svn26689.3.1415926-45.amzn1 amzn-updates 25 k texlive-tex-bin x86_64 2:svn26912.0-45.20130427_r30134.amzn1 amzn-updates 184 k texlive-tex-gyre noarch 2:svn18651.2.004-45.amzn1 amzn-updates 8.8 M texlive-tex-gyre-math noarch 2:svn29045.0-45.amzn1 amzn-updates 726 k texlive-texconfig noarch 2:svn29349.0-45.amzn1 amzn-updates 35 k texlive-texconfig-bin noarch 2:svn27344.0-45.20130427_r30134.amzn1 amzn-updates 18 k texlive-texlive.infra noarch 2:svn28217.0-45.amzn1 amzn-updates 150 k texlive-texlive.infra-bin x86_64 2:svn22566.0-45.20130427_r30134.amzn1 amzn-updates 18 k texlive-textcase noarch 2:svn15878.0-45.amzn1 amzn-updates 20 k texlive-thumbpdf noarch 2:svn26689.3.15-45.amzn1 amzn-updates 41 k texlive-thumbpdf-bin noarch 2:svn6898.0-45.20130427_r30134.amzn1 amzn-updates 18 k texlive-times noarch 2:svn28614.0-45.amzn1 amzn-updates 519 k texlive-tipa noarch 2:svn29349.1.3-45.amzn1 amzn-updates 2.9 M texlive-tools noarch 2:svn26263.0-45.amzn1 amzn-updates 67 k texlive-txfonts noarch 2:svn15878.0-45.amzn1 amzn-updates 827 k texlive-type1cm noarch 2:svn21820.0-45.amzn1 amzn-updates 21 k texlive-typehtml noarch 2:svn17134.0-45.amzn1 amzn-updates 26 k texlive-ucs noarch 2:svn27549.2.1-45.amzn1 amzn-updates 427 k texlive-underscore noarch 2:svn18261.0-45.amzn1 amzn-updates 24 k texlive-unicode-math noarch 2:svn29413.0.7d-45.amzn1 amzn-updates 86 k texlive-url noarch 2:svn16864.3.2-45.amzn1 amzn-updates 28 k texlive-utopia noarch 2:svn15878.0-45.amzn1 amzn-updates 278 k texlive-varwidth noarch 2:svn24104.0.92-45.amzn1 amzn-updates 23 k texlive-wasy noarch 2:svn15878.0-45.amzn1 amzn-updates 271 k texlive-wasysym noarch 2:svn15878.2.0-45.amzn1 amzn-updates 23 k texlive-xcolor noarch 2:svn15878.2.11-45.amzn1 amzn-updates 38 k texlive-xdvi noarch 2:svn26689.22.85-45.amzn1 amzn-updates 63 k texlive-xdvi-bin x86_64 2:svn26509.0-45.20130427_r30134.amzn1 amzn-updates 299 k texlive-xkeyval noarch 2:svn27995.2.6a-45.amzn1 amzn-updates 29 k texlive-xunicode noarch 2:svn23897.0.981-45.amzn1 amzn-updates 50 k texlive-zapfchan noarch 2:svn28614.0-45.amzn1 amzn-updates 111 k texlive-zapfding noarch 2:svn28614.0-45.amzn1 amzn-updates 69 k tre x86_64 0.8.0-18.20140228gitc2f5d13.3.amzn1 amzn-main 41 k tre-common noarch 0.8.0-18.20140228gitc2f5d13.3.amzn1 amzn-main 33 k tre-devel x86_64 0.8.0-18.20140228gitc2f5d13.3.amzn1 amzn-main 12 k xz-devel x86_64 5.2.2-1.13.amzn1 amzn-updates 48 k zziplib x86_64 0.13.62-1.3.amzn1 amzn-main 81 k Updating for dependencies: libicu x86_64 50.2-4.0.amzn1 amzn-updates 9.6 M tzdata-java noarch 2020d-2.76.amzn1 amzn-updates 232 k xz x86_64 5.2.2-1.13.amzn1 amzn-updates 248 k xz-libs x86_64 5.2.2-1.13.amzn1 amzn-updates 111 k Transaction Summary ================================================================================ Install 1 Package (+253 Dependent packages) Upgrade ( 4 Dependent packages) Total download size: 271 M Downloading packages: -------------------------------------------------------------------------------- Total 48 MB/s | 271 MB 00:05 Running transaction check Running transaction test Transaction test succeeded Running transaction Installing : 2:texlive-base-2012-45.20130427_r30134.amzn1.noarch 1/262 Installing : 2:texlive-kpathsea-lib-2012-45.20130427_r30134.amzn1.x 2/262 Installing : 2:texlive-kpathsea-bin-svn27347.0-45.20130427_r30134.a 3/262 Installing : 2:texlive-kpathsea-svn28792.0-45.amzn1.noarch 4/262 Installing : 2:texlive-graphics-svn25405.1.0o-45.amzn1.noarch 5/262 Installing : 2:texlive-hyphen-base-svn29197.0-45.amzn1.noarch 6/262 Installing : 2:texlive-tools-svn26263.0-45.amzn1.noarch 7/262 Installing : 2:texlive-amsmath-svn29327.2.14-45.amzn1.noarch 8/262 Installing : 2:texlive-xkeyval-svn27995.2.6a-45.amzn1.noarch 9/262 Installing : 2:texlive-ifxetex-svn19685.0.5-45.amzn1.noarch 10/262 Installing : 2:texlive-etex-pkg-svn15878.2.0-45.amzn1.noarch 11/262 Installing : 2:texlive-url-svn16864.3.2-45.amzn1.noarch 12/262 Installing : 2:texlive-booktabs-svn15878.1.61803-45.amzn1.noarch 13/262 Installing : 2:texlive-etoolbox-svn20922.2.1-45.amzn1.noarch 14/262 Installing : cairo-1.12.14-6.9.amzn1.x86_64 15/262 Installing : 2:texlive-colortbl-svn25394.v1.0a-45.amzn1.noarch 16/262 Installing : 2:texlive-carlisle-svn18258.0-45.amzn1.noarch 17/262 Installing : 2:texlive-caption-svn29026.3.3__2013_02_03_-45.amzn1.n 18/262 Installing : 2:texlive-fp-svn15878.0-45.amzn1.noarch 19/262 Installing : 2:texlive-texlive.infra-bin-svn22566.0-45.20130427_r30 20/262 Installing : 2:texlive-texlive.infra-svn28217.0-45.amzn1.noarch 21/262 Installing : 2:texlive-latex-fonts-svn28888.0-45.amzn1.noarch 22/262 Installing : 2:texlive-dvips-bin-svn26509.0-45.20130427_r30134.amzn 23/262 Installing : 2:texlive-dvips-svn29585.0-45.amzn1.noarch 24/262 Installing : 2:texlive-multido-svn18302.1.42-45.amzn1.noarch 25/262 Installing : libXmu-1.1.1-2.8.amzn1.x86_64 26/262 Updating : xz-libs-5.2.2-1.13.amzn1.x86_64 27/262 Installing : 2:texlive-subfig-svn15878.1.3-45.amzn1.noarch 28/262 Installing : 2:texlive-underscore-svn18261.0-45.amzn1.noarch 29/262 Installing : 2:texlive-plain-svn26647.0-45.amzn1.noarch 30/262 Installing : 2:texlive-setspace-svn24881.6.7a-45.amzn1.noarch 31/262 Installing : 2:texlive-latexconfig-svn28991.0-45.amzn1.noarch 32/262 Installing : 2:texlive-enumitem-svn24146.3.5.2-45.amzn1.noarch 33/262 Installing : 2:texlive-index-svn24099.4.1beta-45.amzn1.noarch 34/262 Installing : 2:texlive-natbib-svn20668.8.31b-45.amzn1.noarch 35/262 Installing : 2:texlive-glyphlist-svn28576.0-45.amzn1.noarch 36/262 Installing : 2:texlive-footmisc-svn23330.5.5b-45.amzn1.noarch 37/262 Installing : 2:texlive-dvipdfmx-def-svn15878.0-45.amzn1.noarch 38/262 Installing : 2:texlive-dvipdfmx-bin-svn26509.0-45.20130427_r30134.a 39/262 Installing : 2:texlive-dvipdfmx-svn26765.0-45.amzn1.noarch 40/262 Installing : 2:texlive-dvipdfm-bin-svn13663.0-45.20130427_r30134.am 41/262 Installing : 2:texlive-dvipdfm-svn26689.0.13.2d-45.amzn1.noarch 42/262 Installing : 2:texlive-float-svn15878.1.3d-45.amzn1.noarch 43/262 Installing : 2:texlive-bibtex-bin-svn26509.0-45.20130427_r30134.amz 44/262 Installing : 2:texlive-bibtex-svn26689.0.99d-45.amzn1.noarch 45/262 Installing : 2:texlive-euler-svn17261.2.5-45.amzn1.noarch 46/262 Installing : 2:texlive-texconfig-bin-svn27344.0-45.20130427_r30134. 47/262 Installing : 2:texlive-texconfig-svn29349.0-45.amzn1.noarch 48/262 Installing : 2:texlive-tetex-bin-svn27344.0-45.20130427_r30134.amzn 49/262 Installing : 2:texlive-tetex-svn29585.3.0-45.amzn1.noarch 50/262 Installing : 2:texlive-amsfonts-svn29208.3.04-45.amzn1.noarch 51/262 Installing : 2:texlive-psnfss-svn23394.9.2a-45.amzn1.noarch 52/262 Installing : 2:texlive-lm-svn28119.2.004-45.amzn1.noarch 53/262 Installing : 2:texlive-metafont-bin-svn26912.0-45.20130427_r30134.a 54/262 Installing : 2:texlive-metafont-svn26689.2.718281-45.amzn1.noarch 55/262 Installing : 2:texlive-tex-bin-svn26912.0-45.20130427_r30134.amzn1. 56/262 Installing : 2:texlive-tex-svn26689.3.1415926-45.amzn1.noarch 57/262 Installing : 2:texlive-mptopdf-bin-svn18674.0-45.20130427_r30134.am 58/262 Installing : 2:texlive-mptopdf-svn26689.0-45.amzn1.noarch 59/262 Installing : 2:texlive-makeindex-bin-svn26509.0-45.20130427_r30134. 60/262 Installing : 2:texlive-makeindex-svn26689.2.12-45.amzn1.noarch 61/262 Installing : 2:texlive-mfware-bin-svn26509.0-45.20130427_r30134.amz 62/262 Installing : 2:texlive-mfware-svn26689.0-45.amzn1.noarch 63/262 Installing : 2:texlive-gsftopk-bin-svn26509.0-45.20130427_r30134.am 64/262 Installing : 2:texlive-gsftopk-svn26689.1.19.2-45.amzn1.noarch 65/262 Installing : libXpm-3.5.10-2.9.amzn1.x86_64 66/262 Installing : libRmath-3.4.1-1.52.amzn1.x86_64 67/262 Installing : gnutls-2.12.23-21.18.amzn1.x86_64 68/262 Updating : libicu-50.2-4.0.amzn1.x86_64 69/262 Installing : avahi-libs-0.6.25-12.17.amzn1.x86_64 70/262 Installing : openjpeg-libs-1.3-16.9.amzn1.x86_64 71/262 Installing : libicu-devel-50.2-4.0.amzn1.x86_64 72/262 Installing : libRmath-devel-3.4.1-1.52.amzn1.x86_64 73/262 Installing : libXaw-1.0.11-2.8.amzn1.x86_64 74/262 Installing : 2:texlive-xdvi-bin-svn26509.0-45.20130427_r30134.amzn1 75/262 Installing : 2:texlive-xdvi-svn26689.22.85-45.amzn1.noarch 76/262 Installing : 2:texlive-eurosym-svn17265.1.4_subrfix-45.amzn1.noarch 77/262 Installing : 2:texlive-cm-svn29581.0-45.amzn1.noarch 78/262 Installing : 2:texlive-marvosym-svn29349.2.2a-45.amzn1.noarch 79/262 Installing : 2:texlive-rsfs-svn15878.0-45.amzn1.noarch 80/262 Installing : 2:texlive-txfonts-svn15878.0-45.amzn1.noarch 81/262 Installing : 2:texlive-wasy-svn15878.0-45.amzn1.noarch 82/262 Installing : 2:texlive-mflogo-svn17487.0-45.amzn1.noarch 83/262 Installing : 2:texlive-pxfonts-svn15878.0-45.amzn1.noarch 84/262 Installing : xz-devel-5.2.2-1.13.amzn1.x86_64 85/262 Installing : 2:texlive-euro-svn22191.1.1-45.amzn1.noarch 86/262 Installing : 2:texlive-csquotes-svn24393.5.1d-45.amzn1.noarch 87/262 Installing : 2:texlive-fancyref-svn15878.0.9c-45.amzn1.noarch 88/262 Installing : 2:texlive-qstest-svn15878.0-45.amzn1.noarch 89/262 Installing : 2:texlive-sauerj-svn15878.0-45.amzn1.noarch 90/262 Installing : 2:texlive-microtype-svn29392.2.5-45.amzn1.noarch 91/262 Installing : 2:texlive-psfrag-svn15878.3.04-45.amzn1.noarch 92/262 Installing : 2:texlive-crop-svn15878.1.5-45.amzn1.noarch 93/262 Installing : 2:texlive-filecontents-svn24250.1.3-45.amzn1.noarch 94/262 Installing : 2:texlive-zapfding-svn28614.0-45.amzn1.noarch 95/262 Installing : 2:texlive-parallel-svn15878.0-45.amzn1.noarch 96/262 Installing : 2:texlive-beton-svn15878.0-45.amzn1.noarch 97/262 Installing : 2:texlive-fancyhdr-svn15878.3.1-45.amzn1.noarch 98/262 Installing : 2:texlive-chngcntr-svn17157.1.0a-45.amzn1.noarch 99/262 Installing : 2:texlive-textcase-svn15878.0-45.amzn1.noarch 100/262 Installing : 2:texlive-fix2col-svn17133.0-45.amzn1.noarch 101/262 Installing : 2:texlive-mdwtools-svn15878.1.05.4-45.amzn1.noarch 102/262 Installing : 2:texlive-avantgar-svn28614.0-45.amzn1.noarch 103/262 Installing : 2:texlive-kastrup-svn15878.0-45.amzn1.noarch 104/262 Installing : 2:texlive-zapfchan-svn28614.0-45.amzn1.noarch 105/262 Installing : 2:texlive-anysize-svn15878.0-45.amzn1.noarch 106/262 Installing : 2:texlive-ifetex-svn24853.1.2-45.amzn1.noarch 107/262 Installing : 2:texlive-ntgclass-svn15878.0-45.amzn1.noarch 108/262 Installing : 2:texlive-lua-alt-getopt-svn29349.0.7.0-45.amzn1.noarc 109/262 Installing : 2:texlive-fpl-svn15878.1.002-45.amzn1.noarch 110/262 Installing : 2:texlive-wasysym-svn15878.2.0-45.amzn1.noarch 111/262 Installing : 2:texlive-parskip-svn19963.2.0-45.amzn1.noarch 112/262 Installing : 2:texlive-sansmath-svn17997.1.1-45.amzn1.noarch 113/262 Installing : 2:texlive-bookman-svn28614.0-45.amzn1.noarch 114/262 Installing : 2:texlive-etex-svn22198.2.1-45.amzn1.noarch 115/262 Installing : 2:texlive-times-svn28614.0-45.amzn1.noarch 116/262 Installing : 2:texlive-sepnum-svn20186.2.0-45.amzn1.noarch 117/262 Installing : 2:texlive-mathpazo-svn15878.1.003-45.amzn1.noarch 118/262 Installing : 2:texlive-type1cm-svn21820.0-45.amzn1.noarch 119/262 Installing : 2:texlive-epsf-svn21461.2.7.4-45.amzn1.noarch 120/262 Installing : 2:texlive-pslatex-svn16416.0-45.amzn1.noarch 121/262 Installing : 2:texlive-enctex-svn28602.0-45.amzn1.noarch 122/262 Installing : 2:texlive-pdftex-def-svn22653.0.06d-45.amzn1.noarch 123/262 Installing : 2:texlive-cmextra-svn14075.0-45.amzn1.noarch 124/262 Installing : 2:texlive-hyph-utf8-svn29641.0-45.amzn1.noarch 125/262 Installing : 2:texlive-palatino-svn28614.0-45.amzn1.noarch 126/262 Installing : 2:texlive-soul-svn15878.2.4-45.amzn1.noarch 127/262 Installing : 2:texlive-mparhack-svn15878.1.4-45.amzn1.noarch 128/262 Installing : 2:texlive-cmap-svn26568.0-45.amzn1.noarch 129/262 Installing : 2:texlive-ifluatex-svn26725.1.3-45.amzn1.noarch 130/262 Installing : 2:texlive-rcs-svn15878.0-45.amzn1.noarch 131/262 Installing : 2:texlive-ec-svn25033.1.0-45.amzn1.noarch 132/262 Installing : 2:texlive-tex-gyre-math-svn29045.0-45.amzn1.noarch 133/262 Installing : 2:texlive-utopia-svn15878.0-45.amzn1.noarch 134/262 Installing : 2:texlive-courier-svn28614.0-45.amzn1.noarch 135/262 Installing : 2:texlive-pst-math-svn20176.0.61-45.amzn1.noarch 136/262 Installing : 2:texlive-lm-math-svn29044.1.958-45.amzn1.noarch 137/262 Installing : 2:texlive-pspicture-svn15878.0-45.amzn1.noarch 138/262 Installing : 2:texlive-paralist-svn15878.2.3b-45.amzn1.noarch 139/262 Installing : 2:texlive-fancybox-svn18304.1.4-45.amzn1.noarch 140/262 Installing : 2:texlive-marginnote-svn25880.v1.1i-45.amzn1.noarch 141/262 Installing : 2:texlive-section-svn20180.0-45.amzn1.noarch 142/262 Installing : 2:texlive-ncntrsbk-svn28614.0-45.amzn1.noarch 143/262 Installing : 2:texlive-helvetic-svn28614.0-45.amzn1.noarch 144/262 Installing : 2:texlive-varwidth-svn24104.0.92-45.amzn1.noarch 145/262 Installing : 2:texlive-misc-svn24955.0-45.amzn1.noarch 146/262 Installing : 2:texlive-charter-svn15878.0-45.amzn1.noarch 147/262 Installing : 2:texlive-cite-svn19955.5.3-45.amzn1.noarch 148/262 Installing : 2:texlive-mfnfss-svn19410.0-45.amzn1.noarch 149/262 Installing : 2:texlive-symbol-svn28614.0-45.amzn1.noarch 150/262 Installing : 2:texlive-collection-documentation-base-svn17091.0-45. 151/262 Installing : pcre-devel-8.21-7.8.amzn1.x86_64 152/262 Installing : perl-Text-Unidecode-0.04-20.7.amzn1.noarch 153/262 Installing : perl-libintl-1.20-12.7.amzn1.x86_64 154/262 Installing : texinfo-5.1-4.10.amzn1.x86_64 155/262 Installing : openblas-Rblas-0.2.19-4.8.amzn1.x86_64 156/262 Installing : system-rpm-config-9.0.3-42.28.amzn1.noarch 157/262 Installing : tre-common-0.8.0-18.20140228gitc2f5d13.3.amzn1.noarch 158/262 Installing : tre-0.8.0-18.20140228gitc2f5d13.3.amzn1.x86_64 159/262 Installing : tre-devel-0.8.0-18.20140228gitc2f5d13.3.amzn1.x86_64 160/262 Installing : libXft-2.3.1-2.7.amzn1.x86_64 161/262 Installing : bzip2-devel-1.0.6-8.12.amzn1.x86_64 162/262 Updating : tzdata-java-2020d-2.76.amzn1.noarch 163/262 Installing : lksctp-tools-1.0.10-7.7.amzn1.x86_64 164/262 Installing : zziplib-0.13.62-1.3.amzn1.x86_64 165/262 Installing : 1:java-1.7.0-openjdk-devel-1.7.0.261-2.6.22.1.83.amzn1 166/262 Installing : libthai-0.1.12-3.5.amzn1.x86_64 167/262 Installing : pango-1.28.1-10.11.amzn1.x86_64 168/262 Installing : jbigkit-libs-2.0-11.4.amzn1.x86_64 169/262 Installing : libtiff-4.0.3-35.36.amzn1.x86_64 170/262 Installing : 1:cups-libs-1.4.2-67.21.amzn1.x86_64 171/262 Installing : 1:java-1.8.0-openjdk-headless-1.8.0.282.b08-1.61.amzn1 172/262 Installing : poppler-data-0.4.0-1.4.amzn1.noarch 173/262 Installing : poppler-0.26.5-43.22.amzn1.x86_64 174/262 Installing : 2:texlive-pdftex-bin-svn27321.0-45.20130427_r30134.amz 175/262 Installing : 2:texlive-pdftex-svn29585.1.40.11-45.amzn1.noarch 176/262 Installing : 2:texlive-luatex-bin-svn26912.0-45.20130427_r30134.amz 177/262 Installing : 2:texlive-luatex-svn26689.0.70.1-45.amzn1.noarch 178/262 Installing : 2:texlive-pst-text-svn15878.1.00-45.amzn1.noarch 179/262 Installing : 2:texlive-pst-fill-svn15878.1.01-45.amzn1.noarch 180/262 Installing : 2:texlive-l3packages-svn29361.SVN_4467-45.amzn1.noarch 181/262 Installing : 2:texlive-breakurl-svn15878.1.30-45.amzn1.noarch 182/262 Installing : 2:texlive-thumbpdf-bin-svn6898.0-45.20130427_r30134.am 183/262 Installing : 2:texlive-thumbpdf-svn26689.3.15-45.amzn1.noarch 184/262 Installing : 2:texlive-geometry-svn19716.5.6-45.amzn1.noarch 185/262 Installing : 2:texlive-luaotfload-bin-svn18579.0-45.20130427_r30134 186/262 Installing : 2:texlive-luaotfload-svn26718.1.26-45.amzn1.noarch 187/262 Installing : 2:texlive-luatexbase-svn22560.0.31-45.amzn1.noarch 188/262 Installing : 2:texlive-memoir-svn21638.3.6j_patch_6.0g-45.amzn1.noa 189/262 Installing : 2:texlive-pgf-svn22614.2.10-45.amzn1.noarch 190/262 Installing : 2:texlive-xcolor-svn15878.2.11-45.amzn1.noarch 191/262 Installing : 2:texlive-eso-pic-svn21515.2.0c-45.amzn1.noarch 192/262 Installing : 2:texlive-attachfile-svn21866.v1.5b-45.amzn1.noarch 193/262 Installing : 2:texlive-xunicode-svn23897.0.981-45.amzn1.noarch 194/262 Installing : 2:texlive-tipa-svn29349.1.3-45.amzn1.noarch 195/262 Installing : 2:texlive-algorithms-svn15878.0.1-45.amzn1.noarch 196/262 Installing : 2:texlive-bera-svn20031.0-45.amzn1.noarch 197/262 Installing : 2:texlive-babelbib-svn25245.1.31-45.amzn1.noarch 198/262 Installing : 2:texlive-babel-svn24756.3.8m-45.amzn1.noarch 199/262 Installing : 2:texlive-latex-svn27907.0-45.amzn1.noarch 200/262 Installing : 2:texlive-showexpl-svn27790.v0.3j-45.amzn1.noarch 201/262 Installing : 2:texlive-listings-svn15878.1.4-45.amzn1.noarch 202/262 Installing : 2:texlive-ms-svn24467.0-45.amzn1.noarch 203/262 Installing : 2:texlive-koma-script-svn27255.3.11b-45.amzn1.noarch 204/262 Installing : 2:texlive-hyperref-svn28213.6.83m-45.amzn1.noarch 205/262 Installing : 2:texlive-lualatex-math-svn29346.1.2-45.amzn1.noarch 206/262 Installing : 2:texlive-currfile-svn29012.0.7b-45.amzn1.noarch 207/262 Installing : 2:texlive-filehook-svn24280.0.5d-45.amzn1.noarch 208/262 Installing : 2:texlive-oberdiek-svn26725.0-45.amzn1.noarch 209/262 Installing : 2:texlive-unicode-math-svn29413.0.7d-45.amzn1.noarch 210/262 Installing : 2:texlive-fontspec-svn29412.v2.3a-45.amzn1.noarch 211/262 Installing : 2:texlive-l3kernel-svn29409.SVN_4469-45.amzn1.noarch 212/262 Installing : 2:texlive-fancyvrb-svn18492.2.8-45.amzn1.noarch 213/262 Installing : 2:texlive-pst-node-svn27799.1.25-45.amzn1.noarch 214/262 Installing : 2:texlive-pstricks-add-svn28750.3.59-45.amzn1.noarch 215/262 Installing : 2:texlive-pst-3d-svn17257.1.10-45.amzn1.noarch 216/262 Installing : 2:texlive-pst-eps-svn15878.1.0-45.amzn1.noarch 217/262 Installing : 2:texlive-pst-coil-svn24020.1.06-45.amzn1.noarch 218/262 Installing : 2:texlive-pst-grad-svn15878.1.06-45.amzn1.noarch 219/262 Installing : 2:texlive-pst-tree-svn24142.1.12-45.amzn1.noarch 220/262 Installing : 2:texlive-pstricks-svn29678.2.39-45.amzn1.noarch 221/262 Installing : 2:texlive-pst-plot-svn28729.1.44-45.amzn1.noarch 222/262 Installing : 2:texlive-collection-basic-svn26314.0-45.20130427_r301 223/262 Installing : 2:texlive-amscls-svn29207.0-45.amzn1.noarch 224/262 Installing : 2:texlive-latex-bin-bin-svn14050.0-45.20130427_r30134. 225/262 Installing : 2:texlive-latex-bin-svn26689.0-45.amzn1.noarch 226/262 Installing : 2:texlive-rotating-svn16832.2.16b-45.amzn1.noarch 227/262 Installing : 2:texlive-ctable-svn26694.1.23-45.amzn1.noarch 228/262 Installing : texinfo-tex-5.1-4.10.amzn1.x86_64 229/262 Installing : 2:texlive-pst-slpe-svn24391.1.31-45.amzn1.noarch 230/262 Installing : 2:texlive-seminar-svn18322.1.5-45.amzn1.noarch 231/262 Installing : 2:texlive-pst-blur-svn15878.2.0-45.amzn1.noarch 232/262 Installing : 2:texlive-powerdot-svn25656.1.4i-45.amzn1.noarch 233/262 Installing : 2:texlive-mh-svn29420.0-45.amzn1.noarch 234/262 Installing : 2:texlive-l3experimental-svn29361.SVN_4467-45.amzn1.no 235/262 Installing : 2:texlive-metalogo-svn18611.0.12-45.amzn1.noarch 236/262 Installing : 2:texlive-tex-gyre-svn18651.2.004-45.amzn1.noarch 237/262 Installing : 2:texlive-ltxmisc-svn21927.0-45.amzn1.noarch 238/262 Installing : 2:texlive-ucs-svn27549.2.1-45.amzn1.noarch 239/262 Installing : 2:texlive-beamer-svn29349.3.26-45.amzn1.noarch 240/262 Installing : 2:texlive-pdfpages-svn27574.0.4t-45.amzn1.noarch 241/262 Installing : 2:texlive-typehtml-svn17134.0-45.amzn1.noarch 242/262 Installing : 2:texlive-extsizes-svn17263.1.4a-45.amzn1.noarch 243/262 Installing : 2:texlive-ae-svn15878.1.4-45.amzn1.noarch 244/262 Installing : 2:texlive-collection-latex-svn25030.0-45.20130427_r301 245/262 Installing : 2:texlive-cm-super-svn15878.0-45.amzn1.noarch 246/262 Installing : 2:texlive-collection-fontsrecommended-svn28082.0-45.20 247/262 Installing : 2:texlive-jknapltx-svn19440.0-45.amzn1.noarch 248/262 Installing : 2:texlive-collection-latexrecommended-svn25795.0-45.20 249/262 Installing : poppler-utils-0.26.5-43.22.amzn1.x86_64 250/262 Installing : 1:cups-1.4.2-67.21.amzn1.x86_64 251/262 Installing : R-core-3.4.1-1.52.amzn1.x86_64 252/262 Installing : R-core-devel-3.4.1-1.52.amzn1.x86_64 253/262 Installing : R-java-devel-3.4.1-1.52.amzn1.x86_64 254/262 Installing : R-devel-3.4.1-1.52.amzn1.x86_64 255/262 Installing : R-java-3.4.1-1.52.amzn1.x86_64 256/262 Installing : R-3.4.1-1.52.amzn1.x86_64 257/262 Updating : xz-5.2.2-1.13.amzn1.x86_64 258/262 Cleanup : tzdata-java-2017b-1.69.amzn1.noarch 259/262 Cleanup : xz-5.1.2-12alpha.12.amzn1.x86_64 260/262 Cleanup : xz-libs-5.1.2-12alpha.12.amzn1.x86_64 261/262 Cleanup : libicu-50.1.2-11.12.amzn1.x86_64 262/262 Verifying : 2:texlive-metalogo-svn18611.0.12-45.amzn1.noarch 1/262 Verifying : 2:texlive-euro-svn22191.1.1-45.amzn1.noarch 2/262 Verifying : 2:texlive-collection-documentation-base-svn17091.0-45. 3/262 Verifying : 2:texlive-pst-plot-svn28729.1.44-45.amzn1.noarch 4/262 Verifying : 2:texlive-hyphen-base-svn29197.0-45.amzn1.noarch 5/262 Verifying : poppler-data-0.4.0-1.4.amzn1.noarch 6/262 Verifying : 2:texlive-beamer-svn29349.3.26-45.amzn1.noarch 7/262 Verifying : 2:texlive-tex-gyre-svn18651.2.004-45.amzn1.noarch 8/262 Verifying : 2:texlive-kpathsea-svn28792.0-45.amzn1.noarch 9/262 Verifying : jbigkit-libs-2.0-11.4.amzn1.x86_64 10/262 Verifying : 2:texlive-etex-pkg-svn15878.2.0-45.amzn1.noarch 11/262 Verifying : R-java-devel-3.4.1-1.52.amzn1.x86_64 12/262 Verifying : 2:texlive-underscore-svn18261.0-45.amzn1.noarch 13/262 Verifying : 2:texlive-plain-svn26647.0-45.amzn1.noarch 14/262 Verifying : 2:texlive-tetex-svn29585.3.0-45.amzn1.noarch 15/262 Verifying : 2:texlive-subfig-svn15878.1.3-45.amzn1.noarch 16/262 Verifying : 2:texlive-filecontents-svn24250.1.3-45.amzn1.noarch 17/262 Verifying : 2:texlive-texlive.infra-bin-svn22566.0-45.20130427_r30 18/262 Verifying : 2:texlive-pstricks-add-svn28750.3.59-45.amzn1.noarch 19/262 Verifying : libtiff-4.0.3-35.36.amzn1.x86_64 20/262 Verifying : 2:texlive-etoolbox-svn20922.2.1-45.amzn1.noarch 21/262 Verifying : 2:texlive-showexpl-svn27790.v0.3j-45.amzn1.noarch 22/262 Verifying : 2:texlive-gsftopk-bin-svn26509.0-45.20130427_r30134.am 23/262 Verifying : 2:texlive-breakurl-svn15878.1.30-45.amzn1.noarch 24/262 Verifying : 2:texlive-typehtml-svn17134.0-45.amzn1.noarch 25/262 Verifying : 2:texlive-collection-latexrecommended-svn25795.0-45.20 26/262 Verifying : 2:texlive-eurosym-svn17265.1.4_subrfix-45.amzn1.noarch 27/262 Verifying : 2:texlive-pstricks-svn29678.2.39-45.amzn1.noarch 28/262 Verifying : 2:texlive-zapfding-svn28614.0-45.amzn1.noarch 29/262 Verifying : 2:texlive-pst-slpe-svn24391.1.31-45.amzn1.noarch 30/262 Verifying : 2:texlive-ifxetex-svn19685.0.5-45.amzn1.noarch 31/262 Verifying : 2:texlive-psnfss-svn23394.9.2a-45.amzn1.noarch 32/262 Verifying : 2:texlive-parallel-svn15878.0-45.amzn1.noarch 33/262 Verifying : 2:texlive-beton-svn15878.0-45.amzn1.noarch 34/262 Verifying : 2:texlive-fancyhdr-svn15878.3.1-45.amzn1.noarch 35/262 Verifying : 1:cups-1.4.2-67.21.amzn1.x86_64 36/262 Verifying : libthai-0.1.12-3.5.amzn1.x86_64 37/262 Verifying : 2:texlive-chngcntr-svn17157.1.0a-45.amzn1.noarch 38/262 Verifying : 2:texlive-pgf-svn22614.2.10-45.amzn1.noarch 39/262 Verifying : 2:texlive-textcase-svn15878.0-45.amzn1.noarch 40/262 Verifying : 2:texlive-cm-svn29581.0-45.amzn1.noarch 41/262 Verifying : 2:texlive-fix2col-svn17133.0-45.amzn1.noarch 42/262 Verifying : 2:texlive-pst-text-svn15878.1.00-45.amzn1.noarch 43/262 Verifying : 2:texlive-dvipdfmx-bin-svn26509.0-45.20130427_r30134.a 44/262 Verifying : 2:texlive-marvosym-svn29349.2.2a-45.amzn1.noarch 45/262 Verifying : 2:texlive-mdwtools-svn15878.1.05.4-45.amzn1.noarch 46/262 Verifying : 2:texlive-sauerj-svn15878.0-45.amzn1.noarch 47/262 Verifying : 2:texlive-extsizes-svn17263.1.4a-45.amzn1.noarch 48/262 Verifying : R-java-3.4.1-1.52.amzn1.x86_64 49/262 Verifying : 2:texlive-thumbpdf-svn26689.3.15-45.amzn1.noarch 50/262 Verifying : 2:texlive-microtype-svn29392.2.5-45.amzn1.noarch 51/262 Verifying : poppler-0.26.5-43.22.amzn1.x86_64 52/262 Verifying : 2:texlive-caption-svn29026.3.3__2013_02_03_-45.amzn1.n 53/262 Verifying : 2:texlive-avantgar-svn28614.0-45.amzn1.noarch 54/262 Verifying : 2:texlive-kastrup-svn15878.0-45.amzn1.noarch 55/262 Verifying : libicu-devel-50.2-4.0.amzn1.x86_64 56/262 Verifying : 2:texlive-powerdot-svn25656.1.4i-45.amzn1.noarch 57/262 Verifying : 1:java-1.7.0-openjdk-devel-1.7.0.261-2.6.22.1.83.amzn1 58/262 Verifying : 2:texlive-collection-basic-svn26314.0-45.20130427_r301 59/262 Verifying : 2:texlive-pst-fill-svn15878.1.01-45.amzn1.noarch 60/262 Verifying : 2:texlive-rsfs-svn15878.0-45.amzn1.noarch 61/262 Verifying : xz-libs-5.2.2-1.13.amzn1.x86_64 62/262 Verifying : 2:texlive-zapfchan-svn28614.0-45.amzn1.noarch 63/262 Verifying : 2:texlive-url-svn16864.3.2-45.amzn1.noarch 64/262 Verifying : 2:texlive-fancyvrb-svn18492.2.8-45.amzn1.noarch 65/262 Verifying : 2:texlive-setspace-svn24881.6.7a-45.amzn1.noarch 66/262 Verifying : 2:texlive-psfrag-svn15878.3.04-45.amzn1.noarch 67/262 Verifying : 2:texlive-xdvi-svn26689.22.85-45.amzn1.noarch 68/262 Verifying : 2:texlive-pdfpages-svn27574.0.4t-45.amzn1.noarch 69/262 Verifying : 2:texlive-anysize-svn15878.0-45.amzn1.noarch 70/262 Verifying : 2:texlive-ifetex-svn24853.1.2-45.amzn1.noarch 71/262 Verifying : 2:texlive-metafont-svn26689.2.718281-45.amzn1.noarch 72/262 Verifying : 2:texlive-pst-node-svn27799.1.25-45.amzn1.noarch 73/262 Verifying : 2:texlive-tetex-bin-svn27344.0-45.20130427_r30134.amzn 74/262 Verifying : zziplib-0.13.62-1.3.amzn1.x86_64 75/262 Verifying : openjpeg-libs-1.3-16.9.amzn1.x86_64 76/262 Verifying : 2:texlive-ntgclass-svn15878.0-45.amzn1.noarch 77/262 Verifying : 2:texlive-amsmath-svn29327.2.14-45.amzn1.noarch 78/262 Verifying : 2:texlive-latexconfig-svn28991.0-45.amzn1.noarch 79/262 Verifying : 2:texlive-crop-svn15878.1.5-45.amzn1.noarch 80/262 Verifying : 2:texlive-enumitem-svn24146.3.5.2-45.amzn1.noarch 81/262 Verifying : 2:texlive-lua-alt-getopt-svn29349.0.7.0-45.amzn1.noarc 82/262 Verifying : 2:texlive-fpl-svn15878.1.002-45.amzn1.noarch 83/262 Verifying : 2:texlive-wasysym-svn15878.2.0-45.amzn1.noarch 84/262 Verifying : 1:java-1.8.0-openjdk-headless-1.8.0.282.b08-1.61.amzn1 85/262 Verifying : 2:texlive-parskip-svn19963.2.0-45.amzn1.noarch 86/262 Verifying : 2:texlive-pdftex-svn29585.1.40.11-45.amzn1.noarch 87/262 Verifying : 2:texlive-tex-bin-svn26912.0-45.20130427_r30134.amzn1. 88/262 Verifying : lksctp-tools-1.0.10-7.7.amzn1.x86_64 89/262 Verifying : 2:texlive-pst-3d-svn17257.1.10-45.amzn1.noarch 90/262 Verifying : 2:texlive-mh-svn29420.0-45.amzn1.noarch 91/262 Verifying : tzdata-java-2020d-2.76.amzn1.noarch 92/262 Verifying : 2:texlive-luatex-svn26689.0.70.1-45.amzn1.noarch 93/262 Verifying : 2:texlive-index-svn24099.4.1beta-45.amzn1.noarch 94/262 Verifying : 2:texlive-attachfile-svn21866.v1.5b-45.amzn1.noarch 95/262 Verifying : bzip2-devel-1.0.6-8.12.amzn1.x86_64 96/262 Verifying : 2:texlive-mfware-bin-svn26509.0-45.20130427_r30134.amz 97/262 Verifying : 2:texlive-natbib-svn20668.8.31b-45.amzn1.noarch 98/262 Verifying : 2:texlive-metafont-bin-svn26912.0-45.20130427_r30134.a 99/262 Verifying : 2:texlive-sansmath-svn17997.1.1-45.amzn1.noarch 100/262 Verifying : 2:texlive-pdftex-bin-svn27321.0-45.20130427_r30134.amz 101/262 Verifying : 2:texlive-dvipdfm-bin-svn13663.0-45.20130427_r30134.am 102/262 Verifying : tre-0.8.0-18.20140228gitc2f5d13.3.amzn1.x86_64 103/262 Verifying : 2:texlive-oberdiek-svn26725.0-45.amzn1.noarch 104/262 Verifying : 2:texlive-bookman-svn28614.0-45.amzn1.noarch 105/262 Verifying : 2:texlive-xkeyval-svn27995.2.6a-45.amzn1.noarch 106/262 Verifying : 2:texlive-amscls-svn29207.0-45.amzn1.noarch 107/262 Verifying : 2:texlive-txfonts-svn15878.0-45.amzn1.noarch 108/262 Verifying : 2:texlive-texconfig-bin-svn27344.0-45.20130427_r30134. 109/262 Verifying : 2:texlive-lualatex-math-svn29346.1.2-45.amzn1.noarch 110/262 Verifying : 2:texlive-wasy-svn15878.0-45.amzn1.noarch 111/262 Verifying : libXft-2.3.1-2.7.amzn1.x86_64 112/262 Verifying : avahi-libs-0.6.25-12.17.amzn1.x86_64 113/262 Verifying : libicu-50.2-4.0.amzn1.x86_64 114/262 Verifying : 2:texlive-makeindex-bin-svn26509.0-45.20130427_r30134. 115/262 Verifying : 2:texlive-etex-svn22198.2.1-45.amzn1.noarch 116/262 Verifying : 2:texlive-times-svn28614.0-45.amzn1.noarch 117/262 Verifying : 2:texlive-sepnum-svn20186.2.0-45.amzn1.noarch 118/262 Verifying : tre-devel-0.8.0-18.20140228gitc2f5d13.3.amzn1.x86_64 119/262 Verifying : 2:texlive-mathpazo-svn15878.1.003-45.amzn1.noarch 120/262 Verifying : tre-common-0.8.0-18.20140228gitc2f5d13.3.amzn1.noarch 121/262 Verifying : 2:texlive-booktabs-svn15878.1.61803-45.amzn1.noarch 122/262 Verifying : 2:texlive-thumbpdf-bin-svn6898.0-45.20130427_r30134.am 123/262 Verifying : 2:texlive-seminar-svn18322.1.5-45.amzn1.noarch 124/262 Verifying : 2:texlive-latex-svn27907.0-45.amzn1.noarch 125/262 Verifying : 2:texlive-type1cm-svn21820.0-45.amzn1.noarch 126/262 Verifying : 2:texlive-glyphlist-svn28576.0-45.amzn1.noarch 127/262 Verifying : 1:cups-libs-1.4.2-67.21.amzn1.x86_64 128/262 Verifying : 2:texlive-epsf-svn21461.2.7.4-45.amzn1.noarch 129/262 Verifying : 2:texlive-fancyref-svn15878.0.9c-45.amzn1.noarch 130/262 Verifying : 2:texlive-listings-svn15878.1.4-45.amzn1.noarch 131/262 Verifying : 2:texlive-csquotes-svn24393.5.1d-45.amzn1.noarch 132/262 Verifying : 2:texlive-pslatex-svn16416.0-45.amzn1.noarch 133/262 Verifying : 2:texlive-enctex-svn28602.0-45.amzn1.noarch 134/262 Verifying : 2:texlive-geometry-svn19716.5.6-45.amzn1.noarch 135/262 Verifying : 2:texlive-dvipdfmx-svn26765.0-45.amzn1.noarch 136/262 Verifying : 2:texlive-tipa-svn29349.1.3-45.amzn1.noarch 137/262 Verifying : 2:texlive-dvips-svn29585.0-45.amzn1.noarch 138/262 Verifying : 2:texlive-luaotfload-bin-svn18579.0-45.20130427_r30134 139/262 Verifying : system-rpm-config-9.0.3-42.28.amzn1.noarch 140/262 Verifying : 2:texlive-pdftex-def-svn22653.0.06d-45.amzn1.noarch 141/262 Verifying : 2:texlive-cmextra-svn14075.0-45.amzn1.noarch 142/262 Verifying : 2:texlive-footmisc-svn23330.5.5b-45.amzn1.noarch 143/262 Verifying : 2:texlive-algorithms-svn15878.0.1-45.amzn1.noarch 144/262 Verifying : 2:texlive-hyph-utf8-svn29641.0-45.amzn1.noarch 145/262 Verifying : 2:texlive-bera-svn20031.0-45.amzn1.noarch 146/262 Verifying : 2:texlive-ae-svn15878.1.4-45.amzn1.noarch 147/262 Verifying : 2:texlive-luatex-bin-svn26912.0-45.20130427_r30134.amz 148/262 Verifying : 2:texlive-dvipdfmx-def-svn15878.0-45.amzn1.noarch 149/262 Verifying : R-core-3.4.1-1.52.amzn1.x86_64 150/262 Verifying : 2:texlive-tex-svn26689.3.1415926-45.amzn1.noarch 151/262 Verifying : 2:texlive-amsfonts-svn29208.3.04-45.amzn1.noarch 152/262 Verifying : 2:texlive-l3packages-svn29361.SVN_4467-45.amzn1.noarch 153/262 Verifying : libXmu-1.1.1-2.8.amzn1.x86_64 154/262 Verifying : 2:texlive-dvipdfm-svn26689.0.13.2d-45.amzn1.noarch 155/262 Verifying : 2:texlive-pst-eps-svn15878.1.0-45.amzn1.noarch 156/262 Verifying : 2:texlive-ltxmisc-svn21927.0-45.amzn1.noarch 157/262 Verifying : 2:texlive-palatino-svn28614.0-45.amzn1.noarch 158/262 Verifying : 2:texlive-currfile-svn29012.0.7b-45.amzn1.noarch 159/262 Verifying : 2:texlive-fp-svn15878.0-45.amzn1.noarch 160/262 Verifying : 2:texlive-soul-svn15878.2.4-45.amzn1.noarch 161/262 Verifying : 2:texlive-luatexbase-svn22560.0.31-45.amzn1.noarch 162/262 Verifying : 2:texlive-xunicode-svn23897.0.981-45.amzn1.noarch 163/262 Verifying : 2:texlive-memoir-svn21638.3.6j_patch_6.0g-45.amzn1.noa 164/262 Verifying : 2:texlive-float-svn15878.1.3d-45.amzn1.noarch 165/262 Verifying : 2:texlive-colortbl-svn25394.v1.0a-45.amzn1.noarch 166/262 Verifying : 2:texlive-mparhack-svn15878.1.4-45.amzn1.noarch 167/262 Verifying : 2:texlive-xcolor-svn15878.2.11-45.amzn1.noarch 168/262 Verifying : 2:texlive-texlive.infra-svn28217.0-45.amzn1.noarch 169/262 Verifying : openblas-Rblas-0.2.19-4.8.amzn1.x86_64 170/262 Verifying : 2:texlive-carlisle-svn18258.0-45.amzn1.noarch 171/262 Verifying : 2:texlive-ms-svn24467.0-45.amzn1.noarch 172/262 Verifying : 2:texlive-kpathsea-bin-svn27347.0-45.20130427_r30134.a 173/262 Verifying : 2:texlive-cmap-svn26568.0-45.amzn1.noarch 174/262 Verifying : 2:texlive-ifluatex-svn26725.1.3-45.amzn1.noarch 175/262 Verifying : R-core-devel-3.4.1-1.52.amzn1.x86_64 176/262 Verifying : 2:texlive-bibtex-svn26689.0.99d-45.amzn1.noarch 177/262 Verifying : 2:texlive-rcs-svn15878.0-45.amzn1.noarch 178/262 Verifying : 2:texlive-mptopdf-svn26689.0-45.amzn1.noarch 179/262 Verifying : 2:texlive-latex-fonts-svn28888.0-45.amzn1.noarch 180/262 Verifying : 2:texlive-latex-bin-bin-svn14050.0-45.20130427_r30134. 181/262 Verifying : 2:texlive-lm-svn28119.2.004-45.amzn1.noarch 182/262 Verifying : 2:texlive-ec-svn25033.1.0-45.amzn1.noarch 183/262 Verifying : xz-5.2.2-1.13.amzn1.x86_64 184/262 Verifying : 2:texlive-euler-svn17261.2.5-45.amzn1.noarch 185/262 Verifying : 2:texlive-cm-super-svn15878.0-45.amzn1.noarch 186/262 Verifying : R-devel-3.4.1-1.52.amzn1.x86_64 187/262 Verifying : cairo-1.12.14-6.9.amzn1.x86_64 188/262 Verifying : 2:texlive-pst-coil-svn24020.1.06-45.amzn1.noarch 189/262 Verifying : 2:texlive-pst-grad-svn15878.1.06-45.amzn1.noarch 190/262 Verifying : 2:texlive-kpathsea-lib-2012-45.20130427_r30134.amzn1.x 191/262 Verifying : 2:texlive-texconfig-svn29349.0-45.amzn1.noarch 192/262 Verifying : 2:texlive-latex-bin-svn26689.0-45.amzn1.noarch 193/262 Verifying : 2:texlive-ucs-svn27549.2.1-45.amzn1.noarch 194/262 Verifying : 2:texlive-babel-svn24756.3.8m-45.amzn1.noarch 195/262 Verifying : 2:texlive-tex-gyre-math-svn29045.0-45.amzn1.noarch 196/262 Verifying : 2:texlive-eso-pic-svn21515.2.0c-45.amzn1.noarch 197/262 Verifying : 2:texlive-utopia-svn15878.0-45.amzn1.noarch 198/262 Verifying : 2:texlive-graphics-svn25405.1.0o-45.amzn1.noarch 199/262 Verifying : 2:texlive-makeindex-svn26689.2.12-45.amzn1.noarch 200/262 Verifying : poppler-utils-0.26.5-43.22.amzn1.x86_64 201/262 Verifying : 2:texlive-multido-svn18302.1.42-45.amzn1.noarch 202/262 Verifying : 2:texlive-collection-fontsrecommended-svn28082.0-45.20 203/262 Verifying : 2:texlive-base-2012-45.20130427_r30134.amzn1.noarch 204/262 Verifying : 2:texlive-mflogo-svn17487.0-45.amzn1.noarch 205/262 Verifying : gnutls-2.12.23-21.18.amzn1.x86_64 206/262 Verifying : libRmath-3.4.1-1.52.amzn1.x86_64 207/262 Verifying : 2:texlive-courier-svn28614.0-45.amzn1.noarch 208/262 Verifying : 2:texlive-qstest-svn15878.0-45.amzn1.noarch 209/262 Verifying : 2:texlive-pst-math-svn20176.0.61-45.amzn1.noarch 210/262 Verifying : 2:texlive-pst-blur-svn15878.2.0-45.amzn1.noarch 211/262 Verifying : 2:texlive-lm-math-svn29044.1.958-45.amzn1.noarch 212/262 Verifying : texinfo-5.1-4.10.amzn1.x86_64 213/262 Verifying : 2:texlive-pspicture-svn15878.0-45.amzn1.noarch 214/262 Verifying : 2:texlive-dvips-bin-svn26509.0-45.20130427_r30134.amzn 215/262 Verifying : 2:texlive-paralist-svn15878.2.3b-45.amzn1.noarch 216/262 Verifying : 2:texlive-luaotfload-svn26718.1.26-45.amzn1.noarch 217/262 Verifying : perl-libintl-1.20-12.7.amzn1.x86_64 218/262 Verifying : 2:texlive-unicode-math-svn29413.0.7d-45.amzn1.noarch 219/262 Verifying : libXaw-1.0.11-2.8.amzn1.x86_64 220/262 Verifying : 2:texlive-babelbib-svn25245.1.31-45.amzn1.noarch 221/262 Verifying : 2:texlive-mptopdf-bin-svn18674.0-45.20130427_r30134.am 222/262 Verifying : texinfo-tex-5.1-4.10.amzn1.x86_64 223/262 Verifying : 2:texlive-mfware-svn26689.0-45.amzn1.noarch 224/262 Verifying : R-3.4.1-1.52.amzn1.x86_64 225/262 Verifying : 2:texlive-fancybox-svn18304.1.4-45.amzn1.noarch 226/262 Verifying : 2:texlive-xdvi-bin-svn26509.0-45.20130427_r30134.amzn1 227/262 Verifying : pango-1.28.1-10.11.amzn1.x86_64 228/262 Verifying : 2:texlive-koma-script-svn27255.3.11b-45.amzn1.noarch 229/262 Verifying : 2:texlive-jknapltx-svn19440.0-45.amzn1.noarch 230/262 Verifying : perl-Text-Unidecode-0.04-20.7.amzn1.noarch 231/262 Verifying : libRmath-devel-3.4.1-1.52.amzn1.x86_64 232/262 Verifying : 2:texlive-tools-svn26263.0-45.amzn1.noarch 233/262 Verifying : 2:texlive-marginnote-svn25880.v1.1i-45.amzn1.noarch 234/262 Verifying : 2:texlive-ctable-svn26694.1.23-45.amzn1.noarch 235/262 Verifying : xz-devel-5.2.2-1.13.amzn1.x86_64 236/262 Verifying : 2:texlive-bibtex-bin-svn26509.0-45.20130427_r30134.amz 237/262 Verifying : pcre-devel-8.21-7.8.amzn1.x86_64 238/262 Verifying : 2:texlive-section-svn20180.0-45.amzn1.noarch 239/262 Verifying : 2:texlive-fontspec-svn29412.v2.3a-45.amzn1.noarch 240/262 Verifying : 2:texlive-ncntrsbk-svn28614.0-45.amzn1.noarch 241/262 Verifying : 2:texlive-gsftopk-svn26689.1.19.2-45.amzn1.noarch 242/262 Verifying : 2:texlive-helvetic-svn28614.0-45.amzn1.noarch 243/262 Verifying : 2:texlive-rotating-svn16832.2.16b-45.amzn1.noarch 244/262 Verifying : 2:texlive-varwidth-svn24104.0.92-45.amzn1.noarch 245/262 Verifying : 2:texlive-misc-svn24955.0-45.amzn1.noarch 246/262 Verifying : 2:texlive-l3experimental-svn29361.SVN_4467-45.amzn1.no 247/262 Verifying : 2:texlive-pst-tree-svn24142.1.12-45.amzn1.noarch 248/262 Verifying : 2:texlive-charter-svn15878.0-45.amzn1.noarch 249/262 Verifying : 2:texlive-cite-svn19955.5.3-45.amzn1.noarch 250/262 Verifying : 2:texlive-mfnfss-svn19410.0-45.amzn1.noarch 251/262 Verifying : 2:texlive-pxfonts-svn15878.0-45.amzn1.noarch 252/262 Verifying : 2:texlive-symbol-svn28614.0-45.amzn1.noarch 253/262 Verifying : 2:texlive-l3kernel-svn29409.SVN_4469-45.amzn1.noarch 254/262 Verifying : 2:texlive-hyperref-svn28213.6.83m-45.amzn1.noarch 255/262 Verifying : 2:texlive-collection-latex-svn25030.0-45.20130427_r301 256/262 Verifying : libXpm-3.5.10-2.9.amzn1.x86_64 257/262 Verifying : 2:texlive-filehook-svn24280.0.5d-45.amzn1.noarch 258/262 Verifying : xz-libs-5.1.2-12alpha.12.amzn1.x86_64 259/262 Verifying : xz-5.1.2-12alpha.12.amzn1.x86_64 260/262 Verifying : libicu-50.1.2-11.12.amzn1.x86_64 261/262 Verifying : tzdata-java-2017b-1.69.amzn1.noarch 262/262 Installed: R.x86_64 0:3.4.1-1.52.amzn1 Dependency Installed: R-core.x86_64 0:3.4.1-1.52.amzn1 R-core-devel.x86_64 0:3.4.1-1.52.amzn1 R-devel.x86_64 0:3.4.1-1.52.amzn1 R-java.x86_64 0:3.4.1-1.52.amzn1 R-java-devel.x86_64 0:3.4.1-1.52.amzn1 avahi-libs.x86_64 0:0.6.25-12.17.amzn1 bzip2-devel.x86_64 0:1.0.6-8.12.amzn1 cairo.x86_64 0:1.12.14-6.9.amzn1 cups.x86_64 1:1.4.2-67.21.amzn1 cups-libs.x86_64 1:1.4.2-67.21.amzn1 gnutls.x86_64 0:2.12.23-21.18.amzn1 java-1.7.0-openjdk-devel.x86_64 1:1.7.0.261-2.6.22.1.83.amzn1 java-1.8.0-openjdk-headless.x86_64 1:1.8.0.282.b08-1.61.amzn1 jbigkit-libs.x86_64 0:2.0-11.4.amzn1 libRmath.x86_64 0:3.4.1-1.52.amzn1 libRmath-devel.x86_64 0:3.4.1-1.52.amzn1 libXaw.x86_64 0:1.0.11-2.8.amzn1 libXft.x86_64 0:2.3.1-2.7.amzn1 libXmu.x86_64 0:1.1.1-2.8.amzn1 libXpm.x86_64 0:3.5.10-2.9.amzn1 libicu-devel.x86_64 0:50.2-4.0.amzn1 libthai.x86_64 0:0.1.12-3.5.amzn1 libtiff.x86_64 0:4.0.3-35.36.amzn1 lksctp-tools.x86_64 0:1.0.10-7.7.amzn1 openblas-Rblas.x86_64 0:0.2.19-4.8.amzn1 openjpeg-libs.x86_64 0:1.3-16.9.amzn1 pango.x86_64 0:1.28.1-10.11.amzn1 pcre-devel.x86_64 0:8.21-7.8.amzn1 perl-Text-Unidecode.noarch 0:0.04-20.7.amzn1 perl-libintl.x86_64 0:1.20-12.7.amzn1 poppler.x86_64 0:0.26.5-43.22.amzn1 poppler-data.noarch 0:0.4.0-1.4.amzn1 poppler-utils.x86_64 0:0.26.5-43.22.amzn1 system-rpm-config.noarch 0:9.0.3-42.28.amzn1 texinfo.x86_64 0:5.1-4.10.amzn1 texinfo-tex.x86_64 0:5.1-4.10.amzn1 texlive-ae.noarch 2:svn15878.1.4-45.amzn1 texlive-algorithms.noarch 2:svn15878.0.1-45.amzn1 texlive-amscls.noarch 2:svn29207.0-45.amzn1 texlive-amsfonts.noarch 2:svn29208.3.04-45.amzn1 texlive-amsmath.noarch 2:svn29327.2.14-45.amzn1 texlive-anysize.noarch 2:svn15878.0-45.amzn1 texlive-attachfile.noarch 2:svn21866.v1.5b-45.amzn1 texlive-avantgar.noarch 2:svn28614.0-45.amzn1 texlive-babel.noarch 2:svn24756.3.8m-45.amzn1 texlive-babelbib.noarch 2:svn25245.1.31-45.amzn1 texlive-base.noarch 2:2012-45.20130427_r30134.amzn1 texlive-beamer.noarch 2:svn29349.3.26-45.amzn1 texlive-bera.noarch 2:svn20031.0-45.amzn1 texlive-beton.noarch 2:svn15878.0-45.amzn1 texlive-bibtex.noarch 2:svn26689.0.99d-45.amzn1 texlive-bibtex-bin.x86_64 2:svn26509.0-45.20130427_r30134.amzn1 texlive-bookman.noarch 2:svn28614.0-45.amzn1 texlive-booktabs.noarch 2:svn15878.1.61803-45.amzn1 texlive-breakurl.noarch 2:svn15878.1.30-45.amzn1 texlive-caption.noarch 2:svn29026.3.3__2013_02_03_-45.amzn1 texlive-carlisle.noarch 2:svn18258.0-45.amzn1 texlive-charter.noarch 2:svn15878.0-45.amzn1 texlive-chngcntr.noarch 2:svn17157.1.0a-45.amzn1 texlive-cite.noarch 2:svn19955.5.3-45.amzn1 texlive-cm.noarch 2:svn29581.0-45.amzn1 texlive-cm-super.noarch 2:svn15878.0-45.amzn1 texlive-cmap.noarch 2:svn26568.0-45.amzn1 texlive-cmextra.noarch 2:svn14075.0-45.amzn1 texlive-collection-basic.noarch 2:svn26314.0-45.20130427_r30134.amzn1 texlive-collection-documentation-base.noarch 2:svn17091.0-45.20130427_r30134.amzn1 texlive-collection-fontsrecommended.noarch 2:svn28082.0-45.20130427_r30134.amzn1 texlive-collection-latex.noarch 2:svn25030.0-45.20130427_r30134.amzn1 texlive-collection-latexrecommended.noarch 2:svn25795.0-45.20130427_r30134.amzn1 texlive-colortbl.noarch 2:svn25394.v1.0a-45.amzn1 texlive-courier.noarch 2:svn28614.0-45.amzn1 texlive-crop.noarch 2:svn15878.1.5-45.amzn1 texlive-csquotes.noarch 2:svn24393.5.1d-45.amzn1 texlive-ctable.noarch 2:svn26694.1.23-45.amzn1 texlive-currfile.noarch 2:svn29012.0.7b-45.amzn1 texlive-dvipdfm.noarch 2:svn26689.0.13.2d-45.amzn1 texlive-dvipdfm-bin.noarch 2:svn13663.0-45.20130427_r30134.amzn1 texlive-dvipdfmx.noarch 2:svn26765.0-45.amzn1 texlive-dvipdfmx-bin.x86_64 2:svn26509.0-45.20130427_r30134.amzn1 texlive-dvipdfmx-def.noarch 2:svn15878.0-45.amzn1 texlive-dvips.noarch 2:svn29585.0-45.amzn1 texlive-dvips-bin.x86_64 2:svn26509.0-45.20130427_r30134.amzn1 texlive-ec.noarch 2:svn25033.1.0-45.amzn1 texlive-enctex.noarch 2:svn28602.0-45.amzn1 texlive-enumitem.noarch 2:svn24146.3.5.2-45.amzn1 texlive-epsf.noarch 2:svn21461.2.7.4-45.amzn1 texlive-eso-pic.noarch 2:svn21515.2.0c-45.amzn1 texlive-etex.noarch 2:svn22198.2.1-45.amzn1 texlive-etex-pkg.noarch 2:svn15878.2.0-45.amzn1 texlive-etoolbox.noarch 2:svn20922.2.1-45.amzn1 texlive-euler.noarch 2:svn17261.2.5-45.amzn1 texlive-euro.noarch 2:svn22191.1.1-45.amzn1 texlive-eurosym.noarch 2:svn17265.1.4_subrfix-45.amzn1 texlive-extsizes.noarch 2:svn17263.1.4a-45.amzn1 texlive-fancybox.noarch 2:svn18304.1.4-45.amzn1 texlive-fancyhdr.noarch 2:svn15878.3.1-45.amzn1 texlive-fancyref.noarch 2:svn15878.0.9c-45.amzn1 texlive-fancyvrb.noarch 2:svn18492.2.8-45.amzn1 texlive-filecontents.noarch 2:svn24250.1.3-45.amzn1 texlive-filehook.noarch 2:svn24280.0.5d-45.amzn1 texlive-fix2col.noarch 2:svn17133.0-45.amzn1 texlive-float.noarch 2:svn15878.1.3d-45.amzn1 texlive-fontspec.noarch 2:svn29412.v2.3a-45.amzn1 texlive-footmisc.noarch 2:svn23330.5.5b-45.amzn1 texlive-fp.noarch 2:svn15878.0-45.amzn1 texlive-fpl.noarch 2:svn15878.1.002-45.amzn1 texlive-geometry.noarch 2:svn19716.5.6-45.amzn1 texlive-glyphlist.noarch 2:svn28576.0-45.amzn1 texlive-graphics.noarch 2:svn25405.1.0o-45.amzn1 texlive-gsftopk.noarch 2:svn26689.1.19.2-45.amzn1 texlive-gsftopk-bin.x86_64 2:svn26509.0-45.20130427_r30134.amzn1 texlive-helvetic.noarch 2:svn28614.0-45.amzn1 texlive-hyperref.noarch 2:svn28213.6.83m-45.amzn1 texlive-hyph-utf8.noarch 2:svn29641.0-45.amzn1 texlive-hyphen-base.noarch 2:svn29197.0-45.amzn1 texlive-ifetex.noarch 2:svn24853.1.2-45.amzn1 texlive-ifluatex.noarch 2:svn26725.1.3-45.amzn1 texlive-ifxetex.noarch 2:svn19685.0.5-45.amzn1 texlive-index.noarch 2:svn24099.4.1beta-45.amzn1 texlive-jknapltx.noarch 2:svn19440.0-45.amzn1 texlive-kastrup.noarch 2:svn15878.0-45.amzn1 texlive-koma-script.noarch 2:svn27255.3.11b-45.amzn1 texlive-kpathsea.noarch 2:svn28792.0-45.amzn1 texlive-kpathsea-bin.x86_64 2:svn27347.0-45.20130427_r30134.amzn1 texlive-kpathsea-lib.x86_64 2:2012-45.20130427_r30134.amzn1 texlive-l3experimental.noarch 2:svn29361.SVN_4467-45.amzn1 texlive-l3kernel.noarch 2:svn29409.SVN_4469-45.amzn1 texlive-l3packages.noarch 2:svn29361.SVN_4467-45.amzn1 texlive-latex.noarch 2:svn27907.0-45.amzn1 texlive-latex-bin.noarch 2:svn26689.0-45.amzn1 texlive-latex-bin-bin.noarch 2:svn14050.0-45.20130427_r30134.amzn1 texlive-latex-fonts.noarch 2:svn28888.0-45.amzn1 texlive-latexconfig.noarch 2:svn28991.0-45.amzn1 texlive-listings.noarch 2:svn15878.1.4-45.amzn1 texlive-lm.noarch 2:svn28119.2.004-45.amzn1 texlive-lm-math.noarch 2:svn29044.1.958-45.amzn1 texlive-ltxmisc.noarch 2:svn21927.0-45.amzn1 texlive-lua-alt-getopt.noarch 2:svn29349.0.7.0-45.amzn1 texlive-lualatex-math.noarch 2:svn29346.1.2-45.amzn1 texlive-luaotfload.noarch 2:svn26718.1.26-45.amzn1 texlive-luaotfload-bin.noarch 2:svn18579.0-45.20130427_r30134.amzn1 texlive-luatex.noarch 2:svn26689.0.70.1-45.amzn1 texlive-luatex-bin.x86_64 2:svn26912.0-45.20130427_r30134.amzn1 texlive-luatexbase.noarch 2:svn22560.0.31-45.amzn1 texlive-makeindex.noarch 2:svn26689.2.12-45.amzn1 texlive-makeindex-bin.x86_64 2:svn26509.0-45.20130427_r30134.amzn1 texlive-marginnote.noarch 2:svn25880.v1.1i-45.amzn1 texlive-marvosym.noarch 2:svn29349.2.2a-45.amzn1 texlive-mathpazo.noarch 2:svn15878.1.003-45.amzn1 texlive-mdwtools.noarch 2:svn15878.1.05.4-45.amzn1 texlive-memoir.noarch 2:svn21638.3.6j_patch_6.0g-45.amzn1 texlive-metafont.noarch 2:svn26689.2.718281-45.amzn1 texlive-metafont-bin.x86_64 2:svn26912.0-45.20130427_r30134.amzn1 texlive-metalogo.noarch 2:svn18611.0.12-45.amzn1 texlive-mflogo.noarch 2:svn17487.0-45.amzn1 texlive-mfnfss.noarch 2:svn19410.0-45.amzn1 texlive-mfware.noarch 2:svn26689.0-45.amzn1 texlive-mfware-bin.x86_64 2:svn26509.0-45.20130427_r30134.amzn1 texlive-mh.noarch 2:svn29420.0-45.amzn1 texlive-microtype.noarch 2:svn29392.2.5-45.amzn1 texlive-misc.noarch 2:svn24955.0-45.amzn1 texlive-mparhack.noarch 2:svn15878.1.4-45.amzn1 texlive-mptopdf.noarch 2:svn26689.0-45.amzn1 texlive-mptopdf-bin.noarch 2:svn18674.0-45.20130427_r30134.amzn1 texlive-ms.noarch 2:svn24467.0-45.amzn1 texlive-multido.noarch 2:svn18302.1.42-45.amzn1 texlive-natbib.noarch 2:svn20668.8.31b-45.amzn1 texlive-ncntrsbk.noarch 2:svn28614.0-45.amzn1 texlive-ntgclass.noarch 2:svn15878.0-45.amzn1 texlive-oberdiek.noarch 2:svn26725.0-45.amzn1 texlive-palatino.noarch 2:svn28614.0-45.amzn1 texlive-paralist.noarch 2:svn15878.2.3b-45.amzn1 texlive-parallel.noarch 2:svn15878.0-45.amzn1 texlive-parskip.noarch 2:svn19963.2.0-45.amzn1 texlive-pdfpages.noarch 2:svn27574.0.4t-45.amzn1 texlive-pdftex.noarch 2:svn29585.1.40.11-45.amzn1 texlive-pdftex-bin.x86_64 2:svn27321.0-45.20130427_r30134.amzn1 texlive-pdftex-def.noarch 2:svn22653.0.06d-45.amzn1 texlive-pgf.noarch 2:svn22614.2.10-45.amzn1 texlive-plain.noarch 2:svn26647.0-45.amzn1 texlive-powerdot.noarch 2:svn25656.1.4i-45.amzn1 texlive-psfrag.noarch 2:svn15878.3.04-45.amzn1 texlive-pslatex.noarch 2:svn16416.0-45.amzn1 texlive-psnfss.noarch 2:svn23394.9.2a-45.amzn1 texlive-pspicture.noarch 2:svn15878.0-45.amzn1 texlive-pst-3d.noarch 2:svn17257.1.10-45.amzn1 texlive-pst-blur.noarch 2:svn15878.2.0-45.amzn1 texlive-pst-coil.noarch 2:svn24020.1.06-45.amzn1 texlive-pst-eps.noarch 2:svn15878.1.0-45.amzn1 texlive-pst-fill.noarch 2:svn15878.1.01-45.amzn1 texlive-pst-grad.noarch 2:svn15878.1.06-45.amzn1 texlive-pst-math.noarch 2:svn20176.0.61-45.amzn1 texlive-pst-node.noarch 2:svn27799.1.25-45.amzn1 texlive-pst-plot.noarch 2:svn28729.1.44-45.amzn1 texlive-pst-slpe.noarch 2:svn24391.1.31-45.amzn1 texlive-pst-text.noarch 2:svn15878.1.00-45.amzn1 texlive-pst-tree.noarch 2:svn24142.1.12-45.amzn1 texlive-pstricks.noarch 2:svn29678.2.39-45.amzn1 texlive-pstricks-add.noarch 2:svn28750.3.59-45.amzn1 texlive-pxfonts.noarch 2:svn15878.0-45.amzn1 texlive-qstest.noarch 2:svn15878.0-45.amzn1 texlive-rcs.noarch 2:svn15878.0-45.amzn1 texlive-rotating.noarch 2:svn16832.2.16b-45.amzn1 texlive-rsfs.noarch 2:svn15878.0-45.amzn1 texlive-sansmath.noarch 2:svn17997.1.1-45.amzn1 texlive-sauerj.noarch 2:svn15878.0-45.amzn1 texlive-section.noarch 2:svn20180.0-45.amzn1 texlive-seminar.noarch 2:svn18322.1.5-45.amzn1 texlive-sepnum.noarch 2:svn20186.2.0-45.amzn1 texlive-setspace.noarch 2:svn24881.6.7a-45.amzn1 texlive-showexpl.noarch 2:svn27790.v0.3j-45.amzn1 texlive-soul.noarch 2:svn15878.2.4-45.amzn1 texlive-subfig.noarch 2:svn15878.1.3-45.amzn1 texlive-symbol.noarch 2:svn28614.0-45.amzn1 texlive-tetex.noarch 2:svn29585.3.0-45.amzn1 texlive-tetex-bin.noarch 2:svn27344.0-45.20130427_r30134.amzn1 texlive-tex.noarch 2:svn26689.3.1415926-45.amzn1 texlive-tex-bin.x86_64 2:svn26912.0-45.20130427_r30134.amzn1 texlive-tex-gyre.noarch 2:svn18651.2.004-45.amzn1 texlive-tex-gyre-math.noarch 2:svn29045.0-45.amzn1 texlive-texconfig.noarch 2:svn29349.0-45.amzn1 texlive-texconfig-bin.noarch 2:svn27344.0-45.20130427_r30134.amzn1 texlive-texlive.infra.noarch 2:svn28217.0-45.amzn1 texlive-texlive.infra-bin.x86_64 2:svn22566.0-45.20130427_r30134.amzn1 texlive-textcase.noarch 2:svn15878.0-45.amzn1 texlive-thumbpdf.noarch 2:svn26689.3.15-45.amzn1 texlive-thumbpdf-bin.noarch 2:svn6898.0-45.20130427_r30134.amzn1 texlive-times.noarch 2:svn28614.0-45.amzn1 texlive-tipa.noarch 2:svn29349.1.3-45.amzn1 texlive-tools.noarch 2:svn26263.0-45.amzn1 texlive-txfonts.noarch 2:svn15878.0-45.amzn1 texlive-type1cm.noarch 2:svn21820.0-45.amzn1 texlive-typehtml.noarch 2:svn17134.0-45.amzn1 texlive-ucs.noarch 2:svn27549.2.1-45.amzn1 texlive-underscore.noarch 2:svn18261.0-45.amzn1 texlive-unicode-math.noarch 2:svn29413.0.7d-45.amzn1 texlive-url.noarch 2:svn16864.3.2-45.amzn1 texlive-utopia.noarch 2:svn15878.0-45.amzn1 texlive-varwidth.noarch 2:svn24104.0.92-45.amzn1 texlive-wasy.noarch 2:svn15878.0-45.amzn1 texlive-wasysym.noarch 2:svn15878.2.0-45.amzn1 texlive-xcolor.noarch 2:svn15878.2.11-45.amzn1 texlive-xdvi.noarch 2:svn26689.22.85-45.amzn1 texlive-xdvi-bin.x86_64 2:svn26509.0-45.20130427_r30134.amzn1 texlive-xkeyval.noarch 2:svn27995.2.6a-45.amzn1 texlive-xunicode.noarch 2:svn23897.0.981-45.amzn1 texlive-zapfchan.noarch 2:svn28614.0-45.amzn1 texlive-zapfding.noarch 2:svn28614.0-45.amzn1 tre.x86_64 0:0.8.0-18.20140228gitc2f5d13.3.amzn1 tre-common.noarch 0:0.8.0-18.20140228gitc2f5d13.3.amzn1 tre-devel.x86_64 0:0.8.0-18.20140228gitc2f5d13.3.amzn1 xz-devel.x86_64 0:5.2.2-1.13.amzn1 zziplib.x86_64 0:0.13.62-1.3.amzn1 Dependency Updated: libicu.x86_64 0:50.2-4.0.amzn1 tzdata-java.noarch 0:2020d-2.76.amzn1 xz.x86_64 0:5.2.2-1.13.amzn1 xz-libs.x86_64 0:5.2.2-1.13.amzn1 Complete! checking build system type... x86_64-pc-linux-gnu checking host system type... x86_64-pc-linux-gnu loading site script './config.site' loading build-specific script './config.site' checking for pwd... /bin/pwd checking whether builddir is srcdir... yes checking whether ln -s works... yes checking for ar... ar checking for a BSD-compatible install... /usr/bin/install -c checking for sed... /bin/sed checking for which... /usr/bin/which checking for less... /usr/bin/less checking for gtar... /bin/gtar checking for tex... /usr/bin/tex checking for pdftex... /usr/bin/pdftex checking for pdflatex... /usr/bin/pdflatex checking for makeindex... /usr/bin/makeindex checking for texi2any... /usr/bin/texi2any checking whether texi2any version is at least 5.1... yes checking for ginstall-info... no checking for install-info... no checking for texi2dvi... /usr/bin/texi2dvi checking for kpsewhich... /usr/bin/kpsewhich checking for latex inconsolata package... missing checking for unzip... /usr/bin/unzip checking for zip... /usr/bin/zip checking for gzip... /bin/gzip checking for bzip2... /usr/bin/bzip2 checking for firefox... no checking for mozilla... no checking for galeon... no checking for opera... no checking for xdg-open... no checking for kfmclient... no checking for gnome-moz-remote... no checking for open... /usr/bin/open using default browser ... /usr/bin/open checking for acroread... no checking for acroread4... no checking for xdg-open... no checking for evince... no checking for xpdf... no checking for gv... no checking for gnome-gv... no checking for ggv... no checking for okular... no checking for kpdf... no checking for open... /usr/bin/open checking for working aclocal... found checking for working autoconf... found checking for working autoheader... found checking for bison... no checking for byacc... no checking for yacc... no checking for notangle... false checking for realpath... /usr/bin/realpath checking for pkg-config... /usr/bin/pkg-config checking for gcc... gcc checking whether the C compiler works... yes checking for C compiler default output file name... a.out checking for suffix of executables... checking whether we are cross compiling... no checking for suffix of object files... o checking whether we are using the GNU C compiler... yes checking whether gcc accepts -g... yes checking for gcc option to accept ISO C89... none needed checking how to run the C preprocessor... gcc -E checking for grep that handles long lines and -e... /bin/grep checking for egrep... /bin/grep -E checking whether gcc needs -traditional... no checking for ANSI C header files... yes checking for sys/types.h... yes checking for sys/stat.h... yes checking for stdlib.h... yes checking for string.h... yes checking for memory.h... yes checking for strings.h... yes checking for inttypes.h... yes checking for stdint.h... yes checking for unistd.h... yes checking minix/config.h usability... no checking minix/config.h presence... no checking for minix/config.h... no checking whether it is safe to define __EXTENSIONS__... yes checking how to run the C preprocessor... gcc -E looking for a modern Fortran compiler checking for gfortran... gfortran checking whether we are using the GNU Fortran compiler... yes checking whether gfortran accepts -g... yes checking for g++... g++ checking whether we are using the GNU C++ compiler... yes checking whether g++ accepts -g... yes checking whether g++ -g -O2 can compile C++ code... yes checking how to run the C++ preprocessor... g++ -E checking whether __attribute__((visibility())) is supported... yes checking whether gcc accepts -fvisibility... yes checking whether g++ accepts -fvisibility... yes checking whether gfortran accepts -fvisibility... yes checking for gcc... gcc checking whether we are using the GNU Objective C compiler... no checking whether gcc accepts -g... no checking whether g++ can compile ObjC++... no checking whether can compile ObjC++... no checking for Objective C++ compiler... no working ObjC++ compiler found checking how to print strings... printf checking for a sed that does not truncate output... (cached) /bin/sed checking for fgrep... /bin/grep -F checking for ld used by gcc... /usr/bin/ld checking if the linker (/usr/bin/ld) is GNU ld... yes checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -B checking the name lister (/usr/bin/nm -B) interface... BSD nm checking the maximum length of command line arguments... 1572864 checking how to convert x86_64-pc-linux-gnu file names to x86_64-pc-linux-gnu format... func_convert_file_noop checking how to convert x86_64-pc-linux-gnu file names to toolchain format... func_convert_file_noop checking for /usr/bin/ld option to reload object files... -r checking for objdump... objdump checking how to recognize dependent libraries... pass_all checking for dlltool... no checking how to associate runtime and link libraries... printf %s\n checking for archiver @FILE support... @ checking for strip... strip checking for ranlib... ranlib checking for gawk... gawk checking command to parse /usr/bin/nm -B output from gcc object... ok checking for sysroot... no checking for a working dd... /bin/dd checking how to truncate binary pipes... /bin/dd bs=4096 count=1 checking for mt... no checking if : is a manifest tool... no checking for dlfcn.h... yes checking for objdir... .libs checking if gcc supports -fno-rtti -fno-exceptions... no checking for gcc option to produce PIC... -fPIC -DPIC checking if gcc PIC flag -fPIC -DPIC works... yes checking if gcc static flag -static works... no checking if gcc supports -c -o file.o... yes checking if gcc supports -c -o file.o... (cached) yes checking whether the gcc linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes checking whether -lc should be explicitly linked in... no checking dynamic linker characteristics... GNU/Linux ld.so checking how to hardcode library paths into programs... immediate checking whether stripping libraries is possible... yes checking if libtool supports shared libraries... yes checking whether to build shared libraries... yes checking whether to build static libraries... no checking how to run the C++ preprocessor... g++ -E checking for ld used by g++... /usr/bin/ld -m elf_x86_64 checking if the linker (/usr/bin/ld -m elf_x86_64) is GNU ld... yes checking whether the g++ linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes checking for g++ option to produce PIC... -fPIC -DPIC checking if g++ PIC flag -fPIC -DPIC works... yes checking if g++ static flag -static works... no checking if g++ supports -c -o file.o... yes checking if g++ supports -c -o file.o... (cached) yes checking whether the g++ linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes checking dynamic linker characteristics... (cached) GNU/Linux ld.so checking how to hardcode library paths into programs... immediate checking if libtool supports shared libraries... yes checking whether to build shared libraries... yes checking whether to build static libraries... no checking for gfortran option to produce PIC... -fPIC checking if gfortran PIC flag -fPIC works... yes checking if gfortran static flag -static works... no checking if gfortran supports -c -o file.o... yes checking if gfortran supports -c -o file.o... (cached) yes checking whether the gfortran linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes checking dynamic linker characteristics... (cached) GNU/Linux ld.so checking how to hardcode library paths into programs... immediate checking for cos in -lm... yes checking for sin in -lm... yes checking for dlopen in -ldl... yes checking readline/history.h usability... yes checking readline/history.h presence... yes checking for readline/history.h... yes checking readline/readline.h usability... yes checking readline/readline.h presence... yes checking for readline/readline.h... yes checking for rl_callback_read_char in -lreadline... yes checking for history_truncate_file... yes checking for tilde_expand_word... yes checking whether rl_completion_matches exists and is declared... yes checking whether rl_resize_terminal exists and is declared... yes checking whether rl_sort_completion_matches exists and is declared... yes checking for ANSI C header files... (cached) yes checking for dirent.h that defines DIR... yes checking for library containing opendir... none required checking for sys/wait.h that is POSIX.1 compatible... yes checking for dlfcn.h... (cached) yes checking fcntl.h usability... yes checking fcntl.h presence... yes checking for fcntl.h... yes checking glob.h usability... yes checking glob.h presence... yes checking for glob.h... yes checking grp.h usability... yes checking grp.h presence... yes checking for grp.h... yes checking pwd.h usability... yes checking pwd.h presence... yes checking for pwd.h... yes checking sched.h usability... yes checking sched.h presence... yes checking for sched.h... yes checking for strings.h... (cached) yes checking sys/resource.h usability... yes checking sys/resource.h presence... yes checking for sys/resource.h... yes checking sys/select.h usability... yes checking sys/select.h presence... yes checking for sys/select.h... yes checking sys/socket.h usability... yes checking sys/socket.h presence... yes checking for sys/socket.h... yes checking for sys/stat.h... (cached) yes checking sys/time.h usability... yes checking sys/time.h presence... yes checking for sys/time.h... yes checking sys/times.h usability... yes checking sys/times.h presence... yes checking for sys/times.h... yes checking sys/utsname.h usability... yes checking sys/utsname.h presence... yes checking for sys/utsname.h... yes checking for unistd.h... (cached) yes checking utime.h usability... yes checking utime.h presence... yes checking for utime.h... yes checking arpa/inet.h usability... yes checking arpa/inet.h presence... yes checking for arpa/inet.h... yes checking elf.h usability... yes checking elf.h presence... yes checking for elf.h... yes checking features.h usability... yes checking features.h presence... yes checking for features.h... yes checking floatingpoint.h usability... no checking floatingpoint.h presence... no checking for floatingpoint.h... no checking langinfo.h usability... yes checking langinfo.h presence... yes checking for langinfo.h... yes checking netdb.h usability... yes checking netdb.h presence... yes checking for netdb.h... yes checking netinet/in.h usability... yes checking netinet/in.h presence... yes checking for netinet/in.h... yes checking sys/param.h usability... yes checking sys/param.h presence... yes checking for sys/param.h... yes checking stdalign.h usability... yes checking stdalign.h presence... yes checking for stdalign.h... yes checking errno.h usability... yes checking errno.h presence... yes checking for errno.h... yes checking for inttypes.h... (cached) yes checking limits.h usability... yes checking limits.h presence... yes checking for limits.h... yes checking locale.h usability... yes checking locale.h presence... yes checking for locale.h... yes checking stdarg.h usability... yes checking stdarg.h presence... yes checking for stdarg.h... yes checking stdbool.h usability... yes checking stdbool.h presence... yes checking for stdbool.h... yes checking for stdint.h... (cached) yes checking for string.h... (cached) yes checking whether setjmp.h is POSIX.1 compatible... yes checking whether sigsetjmp is declared... yes checking whether siglongjmp is declared... yes checking for GNU C library with version >= 2... yes checking return type of signal handlers... void checking for uint64_t... yes checking for int64_t... yes checking for int_fast64_t... yes checking for pid_t... yes checking for size_t... yes checking whether SIZE_MAX is declared... yes checking for blkcnt_t... yes checking for type of socket length... socklen_t * checking for stack_t... yes checking for intptr_t... yes checking for uintptr_t... yes checking whether byte ordering is bigendian... no checking for an ANSI C-conforming const... yes checking for gcc option to accept ISO C99... -std=gnu99 checking for gcc -std=gnu99 option to accept ISO Standard C... (cached) -std=gnu99 checking for inline... inline checking size of int... 4 checking size of long... 8 checking size of long long... 8 checking size of double... 8 checking size of size_t... 8 checking for C stack direction... down checking size of long double... 16 checking whether we can compute C Make dependencies... yes, using $(CC) -MM checking whether gcc -std=gnu99 supports -c -o FILE.lo... yes checking for gcc -std=gnu99 option to support OpenMP... -fopenmp checking how to get verbose linking output from gfortran... -v checking for Fortran libraries of gfortran... -L/usr/local/lib64 -L/usr/lib/gcc/x86_64-amazon-linux/4.8.5 -L/usr/lib/gcc/x86_64-amazon-linux/4.8.5/../../../../lib64 -L/lib/../lib64 -L/usr/lib/../lib64 -L/usr/lib/gcc/x86_64-amazon-linux/4.8.5/../../.. -lgfortran -lm -lquadmath checking how to get verbose linking output from gcc -std=gnu99... -v checking for C libraries of gcc -std=gnu99... -L/usr/local/lib64 -L/usr/lib/gcc/x86_64-amazon-linux/4.8.5 -L/usr/lib/gcc/x86_64-amazon-linux/4.8.5/../../../../lib64 -L/lib/../lib64 -L/usr/lib/../lib64 -L/usr/lib/gcc/x86_64-amazon-linux/4.8.5/../../.. -lgcc_s checking for dummy main to link with Fortran libraries... none checking for Fortran name-mangling scheme... lower case, underscore, no extra underscore checking whether gfortran appends underscores to external names... yes checking whether gfortran appends extra underscores to external names... no checking whether mixed C/Fortran code can be run... yes checking whether gfortran and gcc -std=gnu99 agree on int and double... yes checking whether gfortran and gcc -std=gnu99 agree on double complex... yes checking for gfortran option to support OpenMP... -fopenmp checking whether g++ accepts -M for generating dependencies... yes checking whether we can compute ObjC Make dependencies... no checking if need -fno-optimize-sibling-calls for gfortran... no checking for type of 'hidden' Fortran character lengths... size_t checking for xmkmf... no checking whether g++ supports C++11 features with -std=gnu++11... yes checking whether g++ supports C++14 features with -std=gnu++14... no checking whether g++ supports C++14 features with -std=gnu++1y... no checking whether g++ supports C++14 features with -std=c++14... no checking whether g++ supports C++14 features with -std=sun14... no checking whether g++ supports C++14 features with -std=c++1y... no checking whether g++ supports C++14 features with -std=sun1y... no checking whether g++ supports C++14 features by default... no configure: No compiler with C++14 support was found checking whether supports C++17 features with -std=gnu++17... no checking whether supports C++17 features with -std=gnu++1z... no checking whether supports C++17 features with -std=c++17... no checking whether supports C++17 features with -std=sun17... no checking whether supports C++17 features with -std=c++1z... no checking whether supports C++17 features with -std=sun1z... no checking whether supports C++17 features by default... no configure: No compiler with C++17 support was found checking whether supports C++20 features with -std=gnu++20... no checking whether supports C++20 features with -std=gnu++2a... no checking whether supports C++20 features with -std=c++20... no checking whether supports C++20 features with -std=sun20... no checking whether supports C++20 features with -std=c++2a... no checking whether supports C++20 features with -std=sun2a... no checking whether supports C++20 features by default... no configure: No compiler with C++20 support was found checking for g++ -std=gnu++11 option to support OpenMP... -fopenmp checking for option providing pthread_kill... none required checking whether POSIX threads are supported... yes checking for off_t... yes checking for working alloca.h... yes checking for alloca... yes checking whether alloca is declared... yes checking whether expm1 exists and is declared... yes checking whether hypot exists and is declared... yes checking whether log1p exists and is declared... yes checking whether log1pl exists and is declared... yes checking whether log2 exists and is declared... yes checking whether log10 exists and is declared... yes checking whether nearbyint exists and is declared... yes checking whether nearbyintl exists and is declared... yes checking whether powl exists and is declared... yes checking whether rintl exists and is declared... yes checking whether va_copy exists and is declared... yes checking for isblank... yes checking sunmath.h usability... no checking sunmath.h presence... no checking for sunmath.h... no checking for cospi in -lsunmath... no checking for atanpi... no checking for atan2pi... no checking for cospi... no checking for exp10... yes checking for pown... no checking for sinpi... no checking for tanpi... no checking for __cospi... no checking for __sinpi... no checking for __tanpi... no checking for fseeko... yes checking for ftello... yes checking for matherr... yes checking whether fcntl exists and is declared... yes checking whether getgrgid exists and is declared... yes checking whether getpwuid exists and is declared... yes checking whether kill exists and is declared... yes checking whether sigaction exists and is declared... yes checking whether sigaltstack exists and is declared... yes checking whether sigemptyset exists and is declared... yes checking whether fdopen exists and is declared... yes checking whether popen exists and is declared... yes checking whether getline exists and is declared... yes checking whether select exists and is declared... yes checking whether setenv exists and is declared... yes checking whether unsetenv exists and is declared... yes checking whether getrlimit exists and is declared... yes checking whether setrlimit exists and is declared... yes checking whether getrusage exists and is declared... yes checking whether getpriority exists and is declared... yes checking whether chmod exists and is declared... yes checking whether mkfifo exists and is declared... yes checking whether stat exists and is declared... yes checking whether umask exists and is declared... yes checking whether gettimeofday exists and is declared... yes checking whether utimes exists and is declared... yes checking whether times exists and is declared... yes checking whether gmtime_r exists and is declared... yes checking whether localtime_r exists and is declared... yes checking whether nl_langinfo exists and is declared... yes checking whether access exists and is declared... yes checking whether chdir exists and is declared... yes checking whether execv exists and is declared... yes checking whether ftruncate exists and is declared... yes checking whether getcwd exists and is declared... yes checking whether geteuid exists and is declared... yes checking whether getuid exists and is declared... yes checking whether link exists and is declared... yes checking whether readlink exists and is declared... yes checking whether symlink exists and is declared... yes checking whether sysconf exists and is declared... yes checking whether sched_setaffinity exists and is declared... yes checking whether sched_getaffinity exists and is declared... yes checking whether utime exists and is declared... yes checking whether utimensat exists and is declared... yes checking for clock_gettime in -lrt... yes checking whether clock_gettime exists and is declared... yes checking whether timespec_get exists and is declared... yes checking for putenv... yes checking whether putenv is declared... yes checking for vasprintf... yes checking whether vasprintf is declared... yes checking for mempcpy... yes checking for realpath... yes checking whether realpath is declared... yes checking whether glob exists and is declared... yes checking for dladdr... yes checking for dlsym... yes checking whether dladdr is declared... yes checking whether dlsym is declared... yes checking whether RTLD_DEFAULT is declared... yes checking whether RTLD_NEXT is declared... yes checking thread.h usability... no checking thread.h presence... no checking for thread.h... no checking whether thr_stksegment exists and is declared... no checking for isnan... yes checking whether isfinite is declared... yes checking whether isnan is declared... yes checking whether you have IEEE 754 floating-point arithmetic... yes checking whether putenv("FOO") can unset an environment variable... yes checking whether putenv("FOO=") can unset an environment variable... no checking for nl_langinfo and CODESET... yes checking for mkdtemp... yes checking for strdup... yes checking for strncasecmp... yes checking whether mkdtemp is declared... yes checking whether strdup is declared... yes checking whether strncasecmp is declared... yes checking for library containing connect... none required checking for library containing gethostbyname... none required checking for library containing xdr_string... none required checking for working calloc... yes checking for working isfinite... yes checking for working log1p... yes checking whether ftell works correctly on files opened for append... yes checking for working sigaction... yes checking whether mktime sets errno... no checking whether mktime works correctly outside 1902-2037... yes checking complex.h usability... yes checking complex.h presence... yes checking for complex.h... yes checking for double complex... yes checking whether C99 double complex is supported... yes checking whether cabs exists and is declared... yes checking whether carg exists and is declared... yes checking whether cexp exists and is declared... yes checking whether clog exists and is declared... yes checking whether csqrt exists and is declared... yes checking whether cpow exists and is declared... yes checking whether ccos exists and is declared... yes checking whether csin exists and is declared... yes checking whether ctan exists and is declared... yes checking whether cacos exists and is declared... yes checking whether casin exists and is declared... yes checking whether catan exists and is declared... yes checking whether ccosh exists and is declared... yes checking whether csinh exists and is declared... yes checking whether ctanh exists and is declared... yes checking for working ctanh... yes checking whether 'struct tm' includes tm_zone... yes checking whether 'struct tm' includes tm_gmtoff... yes checking iconv.h usability... yes checking iconv.h presence... yes checking for iconv.h... yes checking for iconv... yes checking whether iconv accepts "UTF-8", "latin1", "ASCII" and "UCS-*"... yes checking whether iconv accepts "CP1252"... yes checking for iconvlist... no checking for iconv... yes checking for iconv declaration... extern size_t iconv (iconv_t cd, char * *inbuf, size_t *inbytesleft, char * *outbuf, size_t *outbytesleft); checking wchar.h usability... yes checking wchar.h presence... yes checking for wchar.h... yes checking wctype.h usability... yes checking wctype.h presence... yes checking for wctype.h... yes checking whether mbrtowc exists and is declared... yes checking whether wcrtomb exists and is declared... yes checking whether wcscoll exists and is declared... yes checking whether wcsftime exists and is declared... yes checking whether wcstod exists and is declared... yes checking whether mbstowcs exists and is declared... yes checking whether wcstombs exists and is declared... yes checking whether wctrans exists and is declared... yes checking whether iswblank exists and is declared... yes checking whether wctype exists and is declared... yes checking whether iswctype exists and is declared... yes checking for wctrans_t... yes checking for mbstate_t... yes checking for ICU... yes checking for X... libraries , headers checking for gethostbyname... yes checking for connect... yes checking for remove... yes checking for shmat... yes checking for IceConnectionNumber in -lICE... yes checking X11/Intrinsic.h usability... yes checking X11/Intrinsic.h presence... yes checking for X11/Intrinsic.h... yes checking for XtToolkitInitialize in -lXt... yes using X11 ... yes checking for KeySym... yes checking X11/Xmu/Atoms.h usability... no checking X11/Xmu/Atoms.h presence... no checking for X11/Xmu/Atoms.h... no checking whether pkg-config knows about cairo and pango... no checking whether pkg-config knows about cairo... no checking for tclConfig.sh... no checking for tclConfig.sh in library (sub)directories... no checking for tkConfig.sh... no checking for tkConfig.sh in library (sub)directories... no checking for tcl.h... no checking for BSD networking... yes checking rpc/types.h usability... yes checking rpc/types.h presence... yes checking for rpc/types.h... yes checking for rpc/xdr.h... yes checking for XDR support... yes checking for inflateInit2_ in -lz... yes checking zlib.h usability... yes checking zlib.h presence... yes checking for zlib.h... yes checking if zlib version >= 1.2.5... yes checking whether zlib support suffices... yes checking for BZ2_bzlibVersion in -lbz2... yes checking bzlib.h usability... yes checking bzlib.h presence... yes checking for bzlib.h... yes checking if bzip2 version >= 1.0.6... yes checking whether bzip2 support suffices... yes checking for lzma_version_number in -llzma... yes checking lzma.h usability... yes checking lzma.h presence... yes checking for lzma.h... yes checking if lzma version >= 5.0.3... yes checking for pcre2-config... no checking whether PCRE support suffices... no R installed File download failed! ```
adiramani commented 11 months ago

I've got it to work, but it takes a few more changes.

Right after you unzip your tar file, you need to make a change as well. This is due to an issue you will run into down the line, where you won't be able to load utils. The root cause is that lambda doesn't have the which command in /usr/bin/, but R is hard coded to expect it there. As such, we need to move it to a location that can be accessible by the lambda. More details can be seen here: https://stackoverflow.com/questions/60037359/onload-failed-in-loadnamespace-for-utils-details You need to move the which command from /usr/bin/ into the R directory, which you can easily do with cp /usr/bin/which /opt/R/bin/ Then, you need to export an environment variable for which, telling R during configure to look for the new path. This can be done with export WHICH="/opt/R/bin/which"

After this, you can proceed to run ./configure, and then make.

For the error you mention, this will happen here. When you copy over all the files from lib64, you also need to copy over pcre (which is why you are getting the error that it doesn't exist):

sudo cp /usr/lib64/libpcre2-8.so.0 lib/

Then , assuming the rest is the same, you should be good to go!

jimjam-slam commented 11 months ago

Thank you, @adiramani! I moved pretty quickly to using {lambdr} as my Lambda R runtime, but I'm glad to hear you found success!