Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 08 Mar 2010 22:15:01 +0200
From:      chukharev@mail.ru
To:        "freebsd-qa@freebsd.org" <freebsd-qa@freebsd.org>
Subject:   multimedia/totem ; port test
Message-ID:  <op.u89mjbqhmhpy7y@vova-vaio>

next in thread | raw e-mail | index | archive | help
The 'port test' command (ports-mgmt/porttools) tests a port for a number of
possible errors by running portlint, building, packaging, installing, and
de-installing with a check for left files. This is done with defined PREFIX and
PKG_DBDIR variables. 'port test' command is recommended by the Porter's Handbook.

Note that the port installs the usual way.

$ cd multimedia/totem ; port test
+++++++++++++++

===> Validating port with portlint
WARN: Makefile: use ".if !defined(NOPORTDOCS)" to wrap installation of files into /usr/local/share/doc.
WARN: Makefile: Consider adding support for a WITHOUT_NLS knob to conditionally disable gettext support.
WARN: Makefile: [53]: possible direct use of command "install" found. use ${INSTALL_foobaa} instead.
WARN: Makefile: [33]: possible direct use of command "python" found. use ${PYTHON_CMD} instead.
WARN: Makefile: possible use of absolute pathname "/dev/somedevice\".
WARN: Makefile: unless this is a master port, MAINTAINER has to be set by "=", not by "?=".
WARN: Makefile: unless this is a master port, COMMENT has to be set by "=", not by "?=".
0 fatal errors and 7 warnings found.
===> flags: PREFIX=/home/chu/tmp/totem-2.28.5_1 NO_DEPENDS=yes PKG_DBDIR=/tmp/pkg_db.kc4jHFDG --
===> Cleaning workspace before port test
===>  Cleaning for totem-2.28.5_1
===> The default DVD device is /dev/acd0
===> Define WITH_DVD_DEVICE if you want to change the default
===> For example, 'make WITH_DVD_DEVICE="/dev/somedevice"'
===>  Extracting for totem-2.28.5_1
=> MD5 Checksum OK for gnome2/totem-2.28.5.tar.bz2.
=> SHA256 Checksum OK for gnome2/totem-2.28.5.tar.bz2.
===>  Patching for totem-2.28.5_1
===>  Applying FreeBSD patches for totem-2.28.5_1
===>  Configuring for totem-2.28.5_1
checking whether to enable maintainer-specific portions of Makefiles... no
checking for a BSD-compatible install... /usr/bin/install -c -o root -g wheel
checking whether build environment is sane... yes
checking for a thread-safe mkdir -p... /usr/local/bin/gmkdir -p
checking for gawk... gawk

....

gmake[2]: Entering directory `/usr/ports/multimedia/totem/work/totem-2.28.5'
gmake[2]: Nothing to be done for `install-exec-am'.
gmake[2]: Nothing to be done for `install-data-am'.
gmake[2]: Leaving directory `/usr/ports/multimedia/totem/work/totem-2.28.5'
gmake[1]: Leaving directory `/usr/ports/multimedia/totem/work/totem-2.28.5'
/bin/mkdir -p /home/chu/tmp/totem-2.28.5_1/share/vala/vapi
install  -o root -g wheel -m 444 /usr/ports/multimedia/totem/work/totem-2.28.5/bindings/vala/totem.vapi /home/chu/tmp/totem-2.28.5_1/share/vala/vapi
install  -o root -g wheel -m 444 /usr/ports/multimedia/totem/work/totem-2.28.5/bindings/vala/totem.deps /home/chu/tmp/totem-2.28.5_1/share/vala/vapi
********************************************************
* Make sure you've enough shared memory, the xine FAQ  *
* advises to have the following sysctl settings:       *
* kern.ipc.shmmax=67108864                             *
* kern.ipc.shmall=32768                                *
********************************************************
===>   Compressing manual pages for totem-2.28.5_1
===>   Running ldconfig
/sbin/ldconfig -m /home/chu/tmp/totem-2.28.5_1/lib
===>   Registering installation for totem-2.28.5_1
===>  Building package for totem-2.28.5_1
tar: lib/nautilus/extensions-2.0/libtotem-properties-page.a: Cannot stat: No such file or directory
tar: lib/nautilus/extensions-2.0/libtotem-properties-page.la: Cannot stat: No such file or directory
tar: lib/nautilus/extensions-2.0/libtotem-properties-page.so: Cannot stat: No such file or directory
tar: Error exit delayed from previous errors.
pkg_create: make_dist: tar command failed with code 256
Creating package /usr/ports/packages/All/totem-2.28.5_1.tbz
Registering depends:.
Creating bzip'd tar ball in '/usr/ports/packages/All/totem-2.28.5_1.tbz'
*** Error code 1

Stop in /usr/ports/multimedia/totem.
===> Error running make package
===> Files currently installed in PREFIX
bin/totem
bin/totem-video-thumbnailer
bin/totem-video-indexer
bin/totem-audio-preview
etc/gconf/gconf.xml.defaults/%gconf-tree-sv.xml

....

share/totem/playlist.ui
share/totem/plugins.ui
share/totem/mozilla-viewer.ui
share/totem/properties.ui
share/totem/uri.ui
share/totem/video-list.ui
===> Cleaning up



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?op.u89mjbqhmhpy7y>