Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 2690 - libiconv is masked and needed by abiword and many others
Summary: libiconv is masked and needed by abiword and many others
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: x86 Linux
: High normal (vote)
Assignee: Gentoo Linux bug wranglers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2002-05-13 02:52 UTC by Sander Balkenende
Modified: 2003-02-04 19:42 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Sander Balkenende 2002-05-13 02:52:18 UTC
Hi,
------------------
I recently deinstalled libiconv for some reason, but now I am not able to
reinstall it because it is blocked:

root@herman dev-libs # emerge libiconv/libiconv-1.7.ebuild
Calculating dependencies \

!!! ebuild dev-libs/libiconv-1.7 not found (possibly blocked by package.mask)
------------------

When I try to emerge for instance abiword, I get the following error:

-------------------
perl: error while loading shared libraries: libiconv.so.2: cannot open shared
object file: No such file or directory
/usr/bin/perl: error while loading shared libraries: libiconv.so.2: cannot open
shared object file: No such file or directory

*************************************************
* Ignore above ERROR as it does not cause build *
* to fail.                                      *
*************************************************

/usr/sbin/ebuild.sh: ./configure: No such file or directory

!!! ERROR: The ebuild did not complete successfully.
!!! Function src_compile, Line 106, Exitcode 127
!!! (no error message)

!!! emerge aborting on  /usr/portage/app-office/abiword/abiword-1.0.1.ebuild .
---------------------

To me personally, it is not really an issue, but it seams to me a bug so it
should be reported :)

Thanks,
Sander
Comment 1 Spider (RETIRED) gentoo-dev 2002-05-13 05:55:26 UTC
libiconv was masked for just this reason, it taints and interferes with a lot of
packages
emerge unmerge libiconv
emerge glibc
logout
login
emerge gal perl <-- those two link to libiconv if built when libiconv is installed.