Re: Upgrading xmlto-0.0.24 to 0.0.25 failing

2012-07-24 Thread Matthias Andree
Am 23.07.2012 22:50, schrieb sindrome:
> Can't upgrade xmlto -- anyone have ideas?
> 
> ===>  Building for xmlto-0.0.25
> make  all-am
> depbase=`echo xmlif/xmlif.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`; cc
> -DHAVE_CONFIG_H -I.  -O2 -pipe -fno-strict-aliasing -MT
> xmlif/xmlif.o -MD -MP -MF $depbase.Tpo -c -o xmlif/xmlif.o
> xmlif/xmlif.c && mv -f $depbase.Tpo $depbase.Po
> cc  -O2 -pipe -fno-strict-aliasing   -o xmlif/xmlif xmlif/xmlif.o
> FORMAT_DIR=./format /usr/local/bin/bash ./xmlto -o man/man1 man

xmlto should not be trying to format manual pages during build, and it
seems to be lacking command line arguments in your case.

Note that xmlto 0.0.25 has been updated in February, so your update has
been a long time coming and may require some amount of manual work.

However, I do not recall having seen your problem, and the build
clusters are not complaining either, so it may be a local problem on
your computer (given the many other failing upgrades you have reported),
so check:

* when using networked file systems, if the server and client clocks
  are in synch (this is crucial!)

* that your disks use native file systems (ufs, zfs, or perhaps ext2fs)
  rather than underfeatured ones (msdosfs, for instance on
  an external disk, is insufficient)

* that your disks have sufficient free space (including free inodes)

* if your clock is erratic (virtual machines are notorious for that,
  and sometimes broken/aging/overheated/dirty hardware is causing that;
  check you don't have dust bunnies sitting around in heat sinks and
  that all extensions cards are properly seated)

* if your /usr/ports is completely updated

* if there are missed manual updates from /usr/ports/UPDATING

* if your system proper is a supported version and not in need of updating

If that's all working out, you can try:

- make sure that your ports tree is fully updated. In doubt,
  prepare for a c. 80 MB download and rebuild from scratch:

  rm -rf /usr/ports /var/db/portsnap/* && portsnap fetch extract

- fixing the pkg relations with pkgdb -F, possibly pkgdb -FLa

- upgrading in proper dependency order - try upgrading
  your upgrade tool first

- force-rebuilding portupgrade databases:
  pkgdb -fu ; portsdb -fu

- upgrading with portupgrade -R xmlto

- upgrading with portmaster instead:
  portmaster --check-depends
  portmaster -d xmlto-0.0.24

HTH
MA
___
freebsd-ports@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to "freebsd-ports-unsubscr...@freebsd.org"


Upgrading xmlto-0.0.24 to 0.0.25 failing

2012-07-23 Thread sindrome
Can't upgrade xmlto -- anyone have ideas?

===>  Building for xmlto-0.0.25
make  all-am
depbase=`echo xmlif/xmlif.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`; cc
-DHAVE_CONFIG_H -I.  -O2 -pipe -fno-strict-aliasing -MT
xmlif/xmlif.o -MD -MP -MF $depbase.Tpo -c -o xmlif/xmlif.o
xmlif/xmlif.c && mv -f $depbase.Tpo $depbase.Po
cc  -O2 -pipe -fno-strict-aliasing   -o xmlif/xmlif xmlif/xmlif.o
FORMAT_DIR=./format /usr/local/bin/bash ./xmlto -o man/man1 man
usage: xmlto [OPTION]... FORMAT XML
OPTIONs are:
  -v  verbose output (-vv for very verbose)
  -x stylesheet   use the specified stylesheet instead of choosing one
  -m fragment use the XSL fragment to customize the stylesheet
  -o directoryput output in the specified directory instead of
  the current working directory
  -p postprocopts pass option to postprocessor
  --extensionsturn on stylesheet extensions for this tool chain
  --noautosizedo not autodetect paper size via locales or paperconf
  --noclean   temp files are not deleted automatically
  (good for diagnostics)
  --noextensions  do not use passivetex/fop extensions
  --searchpathcolon-separated list of fallback directories
  --skip-validation
  do not attempt to validate the input before processing
  --stringparam paramname=paramvalue
  pass a named parameter to the stylesheet from the
  command line
  --with-fop  use fop for formatting (if fop available)
  --with-dblatex  use dblatex for formatting (if dblatex available)

Available FORMATs depend on the type of the XML file (which is
determined automatically).

For documents of type "docbook":
awtfo htmlhelp   mifps xhtml
dvihtml   javahelp   pclsvg
xhtml-nochunks
epub   html-nochunks  manpdftxt

For documents of type "xhtml1":
awt dvi fo  mif pcl pdf ps  svg txt

For documents of type "fo":
awt dvi mif pcl pdf ps  svg txt
*** Error code 1

Stop in /usr/ports/textproc/xmlto/work/xmlto-0.0.25.
*** Error code 1

Stop in /usr/ports/textproc/xmlto/work/xmlto-0.0.25.
*** Error code 1

Stop in /usr/ports/textproc/xmlto.
*** Error code 1

Stop in /usr/ports/textproc/xmlto.
** Command failed [exit code 1]: /usr/bin/script -qa
/tmp/portupgrade20120723-99809-daagk3-0 env UPGRADE_TOOL=portupgrade
UPGRADE_PORT=xmlto-0.0.24 UPGRADE_PORT_VER=0.0.24 make
** Fix the problem and try again.
** Listing the failed packages (-:ignored / *:skipped / !:failed)
! textproc/xmlto (xmlto-0.0.24) (unknown build error)
Exit 1
___
freebsd-ports@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to "freebsd-ports-unsubscr...@freebsd.org"