[csw-devel] SF.net SVN: gar:[15281] csw/mgar/pkg/libiconv/trunk

Peter Bonivart bonivart at opencsw.org
Mon Aug 8 16:37:40 CEST 2011


On Sun, Aug 7, 2011 at 10:48 PM,  <dmichelsen at users.sourceforge.net> wrote:
> Revision: 15281
>          http://gar.svn.sourceforge.net/gar/?rev=15281&view=rev
> Author:   dmichelsen
> Date:     2011-08-07 20:48:06 +0000 (Sun, 07 Aug 2011)
>
> Log Message:
> -----------
> libiconv: Update to 1.14, remove old unused stuff

I think you somehow introduced a cyclic dependency:

$ chkcat -e /var/opt/csw/pkgutil/catalog.mirror.opencsw.org_opencsw-future_unstable_i386_5.10
ERROR! Cyclic dependency detected in package CSWiconv.
ERROR! Cyclic dependency detected in package CSWlibiconv-utils.
ERROR! Cyclic dependency detected in package CSWlibintl8.


CSWiconv needs CSWlibiconv-utils which needs CSWlibintl8 which needs CSWiconv:

$ ./pkgutil --deptree=1 CSWiconv
CSWiconv
- CSWlibiconv-utils
...
$ ./pkgutil --deptree=1 CSWlibiconv-utils
CSWlibiconv-utils
- CSWlibintl8
...
$ ./pkgutil --deptree=1 CSWlibintl8
CSWlibintl8
- CSWiconv
...


I haven't looked into it but maybe it's enough to drop the dep from
CSWlibintl8 to CSWiconv?

/peter


More information about the devel mailing list