Comment 4 for bug 217742

Revision history for this message
Cesare Tirabassi (norsetto) wrote :

root@norsetto:/root/debian# apt-get install littler
Reading package lists... Done
Building dependency tree
Reading state information... Done
The following extra packages will be installed:
  libblas3gf r-base-core
Suggested packages:
  ess r-base-html r-base-latex r-doc-info r-doc-pdf r-doc-html r-mathlib
Recommended packages:
  r-base-dev r-recommended
The following NEW packages will be installed:
  libblas3gf littler r-base-core
0 upgraded, 3 newly installed, 0 to remove and 29 not upgraded.
Need to get 10.8MB/10.8MB of archives.
After this operation, 34.2MB of additional disk space will be used.
Do you want to continue [Y/n]?
WARNING: The following packages cannot be authenticated!
  littler
Install these packages without verification [y/N]? y
Get:1 http://archive.ubuntu.com hardy/main libblas3gf 1.2-1.3ubuntu3 [221kB]
Get:2 http://archive.ubuntu.com hardy/universe r-base-core 2.6.2-2 [10.6MB]
Fetched 10.8MB in 1min33s (116kB/s)
Can not write log, openpty() failed (/dev/pts not mounted?)
Selecting previously deselected package libblas3gf.
(Reading database ... 294315 files and directories currently installed.)
Unpacking libblas3gf (from .../libblas3gf_1.2-1.3ubuntu3_amd64.deb) ...
Selecting previously deselected package r-base-core.
Unpacking r-base-core (from .../r-base-core_2.6.2-2_amd64.deb) ...
Selecting previously deselected package littler.
Unpacking littler (from .../littler_0.1.0-1ubuntu1_amd64.deb) ...
Can not write log, openpty() failed (/dev/pts not mounted?)
Setting up libblas3gf (1.2-1.3ubuntu3) ...

Setting up r-base-core (2.6.2-2) ...
Setting R_PAPERSIZE_USER default to 'a4'

Setting up littler (0.1.0-1ubuntu1) ...
Processing triggers for libc6 ...
ldconfig deferred processing now taking place
root@norsetto:/root/debian# ldd /usr/bin/r
        libR.so => /usr/lib64/R/lib/libR.so (0x00002affa8e27000)
        libblas.so.3gf => /usr/lib/libblas.so.3gf (0x00002affa9346000)
        libRlapack.so => /usr/lib64/R/lib/libRlapack.so (0x00002affa95c0000)
        libc.so.6 => /lib/libc.so.6 (0x00002affa99ae000)
        libgfortran.so.2 => /usr/lib/libgfortran.so.2 (0x00002affa9d11000)
        libm.so.6 => /lib/libm.so.6 (0x00002affa9fd0000)
        libgcc_s.so.1 => /lib/libgcc_s.so.1 (0x00002affaa251000)
        libreadline.so.5 => /lib/libreadline.so.5 (0x00002affaa460000)
        libpcre.so.3 => /usr/lib/libpcre.so.3 (0x00002affaa6a0000)
        libbz2.so.1.0 => /lib/libbz2.so.1.0 (0x00002affaa8c6000)
        libz.so.1 => /usr/lib/libz.so.1 (0x00002affaaad7000)
        libdl.so.2 => /lib/libdl.so.2 (0x00002affaacee000)
        /lib64/ld-linux-x86-64.so.2 (0x00002affa8c08000)
        libncurses.so.5 => /lib/libncurses.so.5 (0x00002affaaef2000)