Skip to content

Instantly share code, notes, and snippets.

Total Download Size: 17.95 MiB
Total Installed Size: 479.91 MiB
Net Upgrade Size: 93.61 MiB
Proceed with installation? [Y/n]
:: Retrieving packages from extra...
error: failed retrieving file 'qt-4.8.2-1-x86_64.pkg.tar.xz' from mirrors.kernel.org : Recv failure: Connection reset by peer
error: failed retrieving file 'qt-4.8.2-1-x86_64.pkg.tar.xz' from mirrors.kernel.org : couldn't connect to host
error: failed retrieving file 'qt-4.8.2-1-x86_64.pkg.tar.xz' from mirror.cse.iitk.ac.in : Recv failure: Connection reset by peer
@seekshiva
seekshiva / error
Created May 31, 2012 11:26
error msg
[root@svijayakumar shiva]# pacman -Sf qt
resolving dependencies...
looking for inter-conflicts...
Targets (1): qt-4.8.2-1
Total Download Size: 17.95 MiB
Total Installed Size: 90.15 MiB
Proceed with installation? [Y/n]
@seekshiva
seekshiva / gist:2872643
Created June 5, 2012 04:29
error while updating using pacman
[root@svijayakumar shiva]# pacman -Su
:: Starting full system upgrade...
warning: gc: local (7.2-1) is newer than extra (7.1-4)
warning: linux: local (3.4-1) is newer than core (3.3.7-1)
warning: linux-headers: local (3.4-1) is newer than core (3.3.7-1)
warning: pinentry: local (0.8.1-4) is newer than core (0.8.1-3)
resolving dependencies...
looking for inter-conflicts...
@seekshiva
seekshiva / gist:2872662
Created June 5, 2012 04:37
failure to remove python
[root@svijayakumar shiva]# whereis python
python: /usr/bin/python2.7 /usr/bin/python2.7-config /usr/bin/python /usr/lib/python2.7 /usr/include/python2.7
[root@svijayakumar shiva]# pacman -R python
error: target not found: python
[root@svijayakumar shiva]# pacman -R python2
checking dependencies...
error: failed to prepare transaction (could not satisfy dependencies)
:: asciidoc: requires python2
:: batterymon-clone: requires python2
:: dbus-python: requires python2
@seekshiva
seekshiva / gist:2934418
Created June 15, 2012 02:42
error updating the packages
[root@svijayakumar shiva]# pacman -Su
:: Starting full system upgrade...
:: Replace dbus-python with extra/python2-dbus? [Y/n]
:: Replace libusb with core/libusbx? [Y/n]
warning: linux: local (3.4-1) is newer than core (3.3.8-1)
warning: linux-headers: local (3.4-1) is newer than core (3.3.8-1)
resolving dependencies...
looking for inter-conflicts...
Targets (51): apache-2.2.22-4 awesome-3.4.12-1 bison-2.5.1-1 cairo-1.12.2-2
@seekshiva
seekshiva / gist:2948530
Created June 18, 2012 14:04
dependency cycle
[root@svijayakumar shiva]# pacman -Su
:: Starting full system upgrade...
resolving dependencies...
warning: dependency cycle detected:
warning: lib32-gcc-libs will be installed before its gcc-libs-multilib dependency
looking for inter-conflicts...
:: gcc-libs-multilib and gcc-libs are in conflict. Remove gcc-libs? [y/N] y
error: failed to prepare transaction (could not satisfy dependencies)
:: gcc: requires gcc-libs=4.7.0-6
[root@svijayakumar shiva]#
[shiva@svijayakumar ~]$ npm install socket.io
node.js:201
throw e; // process.nextTick error, or 'error' event on first tick
^
Error: No such module
at Object.<anonymous> (/home/shiva/local/node/lib/node_modules/npm/lib/utils/config-defs.js:5:21)
at Module._compile (module.js:441:26)
at Object..js (module.js:459:10)
[shiva@svijayakumar node]$ ./configure
File "./configure", line 206
'''
^
SyntaxError: invalid syntax
[root@svijayakumar shiva]# pacman -R udev
error: target not found: udev
[root@svijayakumar shiva]# pacman -S udev
warning: systemd-tools-188-2 is up to date -- reinstalling
resolving dependencies...
looking for inter-conflicts...
Targets (1): systemd-tools-188-2
Total Installed Size: 3.34 MiB
[root@svijayakumar shiva]# find /lib -exec pacman -Qo -- {} +
error: cannot determine ownership of directory '/lib'
/lib/libresolv.so.2 is owned by glibc 2.16.0-1
/lib/libnss_compat.so.2 is owned by glibc 2.16.0-1
/lib/ld-2.16.so is owned by glibc 2.16.0-1
/lib/libanl-2.16.so is owned by glibc 2.16.0-1
/lib/libpthread.so.0 is owned by glibc 2.16.0-1
/lib/libcrypt-2.16.so is owned by glibc 2.16.0-1
/lib/librt-2.16.so is owned by glibc 2.16.0-1
/lib/libnss_hesiod.so.2 is owned by glibc 2.16.0-1