Hi Roger,

Am 27.11.2009 um 14:45 schrieb Roger Håkansson:
My imagemagick package builds without a error now (exiftool still gives me an error, but a different one which I suspect is in gar and have nothing to do with the perl update)
Good to hear. If there is a problem with GAR just let me know also.

The problem is that pkgcheck fails with the following error

Examining 'depend' file
P CSWcommon common - common files and dirs for CSW packages
P CSWpmiocompress pm_iocompress - A Perl interface to allow reading and
writing of compressed data
P CSWcommon common - common files and dirs for CSW packages
ERROR: CSWexiftool has double depends
gmake: *** [pkgcheck] Error 2

In my Makefile I have "REQUIRED_PKGS += CSWperl CSWpmiocompress" and I
don't have a depend file (i.e use csw_dyndepend.gspec).
If I remove REQUIRED_PKGS totally, pkgcheck doesn't fail since CSWcommon is only found once in the depend file, but regardless of what package I
have in REQUIRED_PKGS when pkgcheck is run, there is two occurances of
CSWcommon in the generated depend file.

You are using a static gspec. This is generally possible, but GAR
has been tuned to be of easiest use for dynamic gspec files:
  <http://sourceforge.net/apps/trac/gar/wiki/DynamicPackageFiles>
This means that the information which resided in CSWexiftool.gspec
is now generated dynamically from the Makefile. For you this is
only ARCHALL = 1 as the package- and catalogname are already ok
with the default.

I change the Makefile to dynamic gspec for you in r7481. However,
the install-section doesn't seem to install anything, so you have
to look into that at exiftool.

Let me know if I can be of further assistance.


Best regards

  -- Dago

_______________________________________________
maintainers mailing list
[email protected]
https://lists.opencsw.org/mailman/listinfo/maintainers

Reply via email to