Bug 227912 - Building for misc/shared-mime-info-1.8 failed
Summary: Building for misc/shared-mime-info-1.8 failed
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Only Me
Assignee: freebsd-gnome (Nobody)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2018-05-01 23:36 UTC by p5B2EA84B3
Modified: 2019-01-16 23:09 UTC (History)
1 user (show)

See Also:
bugzilla: maintainer-feedback? (gnome)


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description p5B2EA84B3 2018-05-01 23:36:38 UTC
=>> Building misc/shared-mime-info
build started at Wed May  2 01:15:10 CEST 2018
port directory: /usr/ports/misc/shared-mime-info
package name: shared-mime-info-1.8
building for: FreeBSD builder.name 11.1-RELEASE-p6 FreeBSD 11.1-RELEASE-p6 amd64
maintained by: gnome@FreeBSD.org
Makefile ident:      $FreeBSD: head/misc/shared-mime-info/Makefile 437508 2017-04-01 23:07:57Z bapt $
Poudriere version: 3.2.99.20180328
Host OSVERSION: 1101001
Jail OSVERSION: 1101001
Job Id: 02

== // ==
file=`echo zh_TW | sed 's,.*/,,'`.gmo \
  && rm -f $file && /usr/local/bin/msgfmt -o $file zh_TW.po
rm -f missing notexist
srcdir=. /usr/local/bin/intltool-update -m
if [ -r missing -o -r notexist ]; then \
  exit 1; \
fi
gmake[2]: Leaving directory '/wrkdirs/usr/ports/misc/shared-mime-info/work/shared-mime-info-1.8/po'
if test -e ./freedesktop.org.xml; then \
	xmllint --noout --valid ./freedesktop.org.xml || exit 1;	\
else \
	xmllint --noout --valid ./freedesktop.org.xml || exit 1;	\
fi; \
if test -d .git/ && test -x ./update-mime-database && test -d ./mime-db-tests ; then \
	./update-mime-database mime-db-tests/ ; \
fi
Unknown option --valid

== // ==
Libxml project home page: http://xmlsoft.org/
To report bugs or get some help check: http://xmlsoft.org/bugs.html
gmake[1]: *** [Makefile:1201: check] Error 1
gmake[1]: Leaving directory '/wrkdirs/usr/ports/misc/shared-mime-info/work/shared-mime-info-1.8'
*** Error code 1

Stop.
make: stopped in /usr/ports/misc/shared-mime-info
=>> Cleaning up wrkdir
===>  Cleaning for shared-mime-info-1.8
build of misc/shared-mime-info | shared-mime-info-1.8 ended at Wed May  2 01:16:56 CEST 2018
build time: 00:01:46
!!! build failure encountered !!!
Comment 1 Tijl Coosemans freebsd_committer freebsd_triage 2018-05-02 07:39:17 UTC
Did you disable the VALID option in textproc/libxml2 perhaps?
Comment 2 p5B2EA84B3 2018-05-05 08:50:45 UTC
(In reply to Tijl Coosemans from comment #1)
Yes. That was the reason.