missing tinderbox/scripts/sql/values.lp

mahonmesr at googlemail.com mahonmesr at googlemail.com
Fri Jan 30 17:18:38 PST 2009


On a fresh ports tree updated minutes ago with portsnap and a clean
workdir:

% cd /usr/ports/ports-mgmt/tinderbox
% make
===>  Found saved configuration for tinderbox-3.1.2_2
===>  Extracting for tinderbox-3.1.2_2
=> MD5 Checksum OK for tinderbox/tinderbox-3.1.2.tar.gz.
=> SHA256 Checksum OK for tinderbox/tinderbox-3.1.2.tar.gz.
=> MD5 Checksum OK for tinderbox/favicon.ico.
=> SHA256 Checksum OK for tinderbox/favicon.ico.
===>  Patching for tinderbox-3.1.2_2
===>   tinderbox-3.1.2_2 depends on shared library: pq.5 - found
===>  Configuring for tinderbox-3.1.2_2
% make package
===>  Installing for tinderbox-3.1.2_2
===>   tinderbox-3.1.2_2 depends on file: /usr/local/lib/perl5/site_perl/5.8.9/mach/DBD/Pg.pm - found
===>   tinderbox-3.1.2_2 depends on shared library: pq.5 - found
===>   Generating temporary packing list
===>  Checking if ports-mgmt/tinderbox already installed
Installing man pages ...
cd /var/ports/basejail/usr/ports/ports-mgmt/tinderbox/work/tinderbox-3.1.2/man/man1 && install  -o root -g wheel -m 444 tc-configCcache.1 tc-configDistfile.1 tc-configGet.1  tc-configJail.1 tc-configTinderd.1 tc-init.1 /usr/local/man/man1 &&  cd /var/ports/basejail/usr/ports/ports-mgmt/tinderbox/work/tinderbox-3.1.2 && /bin/rm -r /var/ports/basejail/usr/ports/ports-mgmt/tinderbox/work/tinderbox-3.1.2/man
Installing rc script ...
install  -o root -g wheel -m 555 /var/ports/basejail/usr/ports/ports-mgmt/tinderbox/work/tinderbox-3.1.2/etc/rc.d/tinderd /usr/local/etc/rc.d/tinderbox
Installing tinderbox ...
/bin/cp -R /var/ports/basejail/usr/ports/ports-mgmt/tinderbox/work/tinderbox-3.1.2/* /usr/local/tinderbox/scripts
All Done

===============================================================================
ports-mgmt/tinderbox is now installed, but it requires some additional setup.

****************************************************
Please do read: /usr/local/tinderbox/scripts/README
****************************************************

The following walkthrough is the webserver setup:

- In your Apache configuration add the following lines:

  Alias /tb/logs/ "/usr/local/tinderbox/logs/"
  Alias /tb/packages/ "/usr/local/tinderbox/packages/"
  Alias /tb/errors/ "/usr/local/tinderbox/errors/"
  Alias /tb/ "/usr/local/tinderbox/scripts/webui/"
  <Directory "/usr/local/tinderbox/">
      Order allow,deny
      Allow from all
  </Directory>

- In your Lighttpd configuration:

Turn on "mod_alias" and add the following lines:

alias.url = (	"/tb/logs/" => "/usr/local/tinderbox/logs/",
		"/tb/packages/" => "/usr/local/tinderbox/packages/",
		"/tb/errors/" => "/usr/local/tinderbox/errors/",
		"/tb/" => "/usr/local/tinderbox/scripts/webui/" )
dir-listing.activate = "enable"

  Check your system by going to http://localhost/tb/

=============================================================================

===>   Compressing manual pages for tinderbox-3.1.2_2
===>   Registering installation for tinderbox-3.1.2_2
===>  Building package for tinderbox-3.1.2_2
Creating package /var/ports/packages/All/tinderbox-3.1.2_2.tbz
Registering depends: p5-DBD-Pg-2.10.7 postgresql-client-8.2.11 gettext-0.17_1 libiconv-1.11_1 p5-DBI-1.60.4 p5-Storable-2.18 p5-version-0.76 perl-5.8.9.
Creating bzip'd tar ball in '/var/ports/packages/All/tinderbox-3.1.2_2.tbz'
tar: tinderbox/scripts/sql/values.lp: Cannot stat: No such file or directory
tar: Error exit delayed from previous errors.
pkg_create: make_dist: tar command failed with code 256
*** Error code 1

Stop in /basejail/usr/ports/ports-mgmt/tinderbox.
*** Error code 1

Stop in /basejail/usr/ports/ports-mgmt/tinderbox.

The file /usr/local/tinderbox/scripts/sql/values.lp doesn't exist.

Contents of make.conf:

WRKDIRPREFIX=		/var/ports
DISTDIR=		/var/ports/distfiles
PACKAGES=		/var/ports/packages

NO_PORTSUPDATE=true
NO_KERBEROS=true
NO_WPA_SUPPLICANT_EAPOL=true
NO_BLUETOOTH=true
NO_CVS=true
NO_DICT=true
NO_FORTRAN=true
NO_GDB=true
NO_GPIB=true
NO_I4B=true
NO_IPFILTER=true
NO_ATM=true
NO_LPR=true
NO_ACPI=true
NO_MAILWRAPPER=true
NO_NLS_CATALOGS=true
NO_OBJC=true
NO_SENDMAIL=true
NO_TCSH=true
NO_GAMES=true
NO_INFO=true
NO_LIBC_R=true
NO_BIND=true
PPP_NO_NAT=true
PPP_NO_NETGRAPH=true
PPP_NO_RADIUS=true
PPP_NO_SUID=true
NO_RCMDS=true

WITHOUT_DBUS=true
WITHOUT_HAL=true

WITH_DEBUG=true
DEBUG_FLAGS=-O2 -pipe -fno-strict-aliasing -g

Any ideas?


More information about the freebsd-ports mailing list