Turn libarchive warnings into libalpm warnings
commitb276a76dc9e02e1cdc227661ae4ffe97a24d9f4d
authorDan McGee <dan@archlinux.org>
Mon, 13 Oct 2008 02:08:39 +0000 (12 21:08 -0500)
committerDan McGee <dan@archlinux.org>
Mon, 13 Dec 2010 03:42:41 +0000 (12 21:42 -0600)
tree18badc62a62c7a5fcb97ebbbf0831af60e5def9b
parent3030542d10d4e87997a894a9eb63122cd2426a94
Turn libarchive warnings into libalpm warnings

Rather than hiding these warnings, show them to the user as they happen.
This will prevent things such as hiding full filesystem errors (ENOSPC) from
the user as seen in FS#11639.

Signed-off-by: Dan McGee <dan@archlinux.org>
[Allan: adjust warning wording and add gettext calls]
Signed-off-by: Allan McRae <allan@archlinux.org>
Signed-off-by: Dan McGee <dan@archlinux.org>
lib/libalpm/add.c
lib/libalpm/util.c