Ubuntu Pastebin

Paste from Welastevil at Wed, 30 Mar 2016 13:11:53 +0000

Download as text
  1
  2
  3
  4
  5
  6
  7
  8
  9
 10
 11
 12
 13
 14
 15
 16
 17
 18
 19
 20
 21
 22
 23
 24
 25
 26
 27
 28
 29
 30
 31
 32
 33
 34
 35
 36
 37
 38
 39
 40
 41
 42
 43
 44
 45
 46
 47
 48
 49
 50
 51
 52
 53
 54
 55
 56
 57
 58
 59
 60
 61
 62
 63
 64
 65
 66
 67
 68
 69
 70
 71
 72
 73
 74
 75
 76
 77
 78
 79
 80
 81
 82
 83
 84
 85
 86
 87
 88
 89
 90
 91
 92
 93
 94
 95
 96
 97
 98
 99
100
root@amaury-VirtualBox:/home/amaury/ncmatrix-1.0# ./configure
creating cache ./config.cache
checking for a BSD compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking whether make sets ${MAKE}... yes
checking for working aclocal-1.4... missing
checking for working autoconf... missing
checking for working automake-1.4... missing
checking for working autoheader... missing
checking for working makeinfo... missing
checking for gcc... gcc
checking whether the C compiler (gcc  ) works... yes
checking whether the C compiler (gcc  ) is a cross-compiler... no
checking whether we are using GNU C... yes
checking whether gcc accepts -g... yes
checking for a BSD compatible install... /usr/bin/install -c
checking whether make sets ${MAKE}... (cached) yes
checking for main in -lncurses... no
checking how to run the C preprocessor... gcc -E
checking for ANSI C header files... yes
checking for fcntl.h... yes
checking for sys/ioctl.h... yes
checking for unistd.h... yes
checking for termios.h... yes
checking for termio.h... yes
checking return type of signal handlers... void
checking for putenv... yes
checking for curses.h... no
checking for ncurses.h... no
checking for tgetent in -lncurses... no
checking for tgetent in -lcurses... no
checking for tgetent in -ltermcap... no
configure: warning:
*** No termcap lib available, consider getting the official ncurses
*** distribution from ftp://ftp.gnu.org/pub/gnu/ncurses if you get
*** errors compiling nano.
checking for use_default_colors in -l... no
checking for resizeterm in -l... no
checking for wresize in -l... no
checking for consolechars... no
checking for setfont... /bin/setfont
checking for /usr/lib/kbd/consolefonts... no
checking for /usr/share/consolefonts... yes
checking for mkfontdir... /usr/bin/mkfontdir
checking for /usr/lib/X11/fonts/misc... no
checking for /usr/X11R6/lib/X11/fonts/misc... no
configure: warning:
amaury@amaury-VirtualBox:~$ sudo apt-get cmatirx
[sudo] password for amaury:
E: Invalid operation cmatirx
amaury@amaury-VirtualBox:~$ sudo apt-get install cmatrix
Reading package lists... Done
Building dependency tree
Reading state information... Done
You might want to run 'apt-get -f install' to correct these:
The following packages have unmet dependencies:
 terminology : Depends: libelementary but it is not going to be installed
E: Unmet dependencies. Try 'apt-get -f install' with no packages (or specify a solution).
amaury@amaury-VirtualBox:~$ apt-get -f install
E: Could not open lock file /var/lib/dpkg/lock - open (13: Permission denied)
E: Unable to lock the administration directory (/var/lib/dpkg/), are you root?
amaury@amaury-VirtualBox:~$ sudo apt-get -f install
Reading package lists... Done
Building dependency tree
Reading state information... Done
Correcting dependencies... Done
The following packages were automatically installed and are no longer required:
  emotion-generic-players evas-generic-loaders libproxy-tools libvlc5
  libvlccore7 vlc-data
Use 'apt-get autoremove' to remove them.
The following extra packages will be installed:
  libelementary
The following NEW packages will be installed:
  libelementary
0 upgraded, 1 newly installed, 0 to remove and 57 not upgraded.
1 not fully installed or removed.
Need to get 0 B/899 kB of archives.
After this operation, 3 282 kB of additional disk space will be used.
Do you want to continue? [Y/n] y
(Reading database ... 173062 files and directories currently installed.)
Preparing to unpack .../libelementary_201603242216-12490~ubuntu14.04.1_amd64.deb ...
Unpacking libelementary (201603242216-12490~ubuntu14.04.1) ...
dpkg: error processing archive /var/cache/apt/archives/libelementary_201603242216-12490~ubuntu14.04.1_amd64.deb (--unpack):
 trying to overwrite '/usr/lib/libelementary.so.1.17.99', which is also in package libefl 201603292132-31957~ubuntu14.04.1
dpkg-deb: error: subprocess paste was killed by signal (Broken pipe)
Errors were encountered while processing:
 /var/cache/apt/archives/libelementary_201603242216-12490~ubuntu14.04.1_amd64.deb
E: Sub-process /usr/bin/dpkg returned an error code (1)
amaury@amaury-VirtualBox:~$ apt-get cmatrix
E: Invalid operation cmatrix
amaury@amaury-VirtualBox:~$ sudo apt-get install cmatrix
[sudo] password for amaury:
Reading package lists... Done
Building dependency tree
Reading state information... Done
You might want to run 'apt-get -f install' to correct these:
The following packages have unmet dependencies:
 terminology : Depends: libelementary but it is not going to be installed
E: Unmet dependencies. Try 'apt-get -f install' with no packages (or specify a solution).
amaury@amaury-VirtualBox:~$
Download as text