From owner-freebsd-ports@FreeBSD.ORG Wed Oct 31 19:01:56 2007 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 7202D16A419 for ; Wed, 31 Oct 2007 19:01:56 +0000 (UTC) (envelope-from gahr@gahr.ch) Received: from cpanel03.rubas-s03.net (cpanel03.rubas-s03.net [195.182.222.73]) by mx1.freebsd.org (Postfix) with ESMTP id F3F9313C4B2 for ; Wed, 31 Oct 2007 19:01:55 +0000 (UTC) (envelope-from gahr@gahr.ch) Received: from 80-218-191-236.dclient.hispeed.ch ([80.218.191.236] helo=gahrtop.localhost) by cpanel03.rubas-s03.net with esmtpsa (TLSv1:AES256-SHA:256) (Exim 4.63) (envelope-from ) id 1InIoJ-0000XE-Se; Wed, 31 Oct 2007 20:01:03 +0100 Message-ID: <4728D0DE.1060507@gahr.ch> Date: Wed, 31 Oct 2007 20:00:46 +0100 From: Pietro Cerutti User-Agent: Thunderbird 2.0.0.6 (X11/20070808) MIME-Version: 1.0 To: javier prats References: <457037.95523.qm@web53201.mail.re2.yahoo.com> In-Reply-To: <457037.95523.qm@web53201.mail.re2.yahoo.com> X-Enigmail-Version: 0.95.5 OpenPGP: id=9571F78E; url=http://www.gahr.ch/pgp Content-Type: multipart/signed; micalg=pgp-sha512; protocol="application/pgp-signature"; boundary="------------enig605CF7D72F47E85644561624" X-Antivirus-Scanner: Clean mail though you should still use an Antivirus X-AntiAbuse: This header was added to track abuse, please include it with any abuse report X-AntiAbuse: Primary Hostname - cpanel03.rubas-s03.net X-AntiAbuse: Original Domain - freebsd.org X-AntiAbuse: Originator/Caller UID/GID - [0 0] / [47 12] X-AntiAbuse: Sender Address Domain - gahr.ch X-Source: X-Source-Args: X-Source-Dir: Cc: freebsd-ports@freebsd.org Subject: Re: port test error X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 31 Oct 2007 19:01:56 -0000 This is an OpenPGP/MIME signed message (RFC 2440 and 3156) --------------enig605CF7D72F47E85644561624 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable javier prats wrote: > Good morning, >=20 > I am new to creating ports, and am running into a little trouble. I hav= e created a Makefile which seems to work correctly when testing with both= `portlint -A` and `port test`. A "registering installation" message is = recieved and the program can be executed successfully. When `port test` = attempts to create a package it fails with the following error. >=20 > *--- Cut out similar messages to save room --* > tar: metamorphose_1.1.0/icons/failed.png: Cannot stat: No such file or = directory > pkg_create: make_dist: tar command failed with code 256 > *** Error code 1 Check your pkg-plist. Probably "failed.png" isn't installed where your pkg-plist says it should= =2E >=20 > Stop in /usr/ports/sysutils/metamorphose. > =3D=3D=3D> Error running make package > =3D=3D=3D> Files currently installed in PREFIX > =3D=3D=3D> Cleaning up >=20 > Below is my Makefile >=20 > # New ports collection makefile for: metamorphose > # Date created: 28 September 2007 > # Whom: javier > # > # $FreeBSD$ > # >=20 > PORTNAME=3D metamorphose > PORTVERSION=3D 1.1 > CATEGORIES=3D sysutils > MASTER_SITES=3D ${MASTER_SITE_SOURCEFORGE} > MASTER_SITE_SUBDIR=3D file-folder-ren > DISTNAME=3D metamorphose_1.1.0 >=20 > MAINTAINER=3D javpra@FreeBSD.org > COMMENT=3D A program to rename files and folders >=20 > RUN_DEPENDS=3D python:${PORTSDIR}/lang/python24 wxgtk2-unicode:${POR= TSDIR}/x11-toolkits/wxgtk26-unicode >=20 > USE_GMAKE=3D yes > USE_GETTEXT=3D YES > MANCOMPRESSED=3D yes > MAN1=3D metamorphose.1 > USE_PYTHON=3D 2.4 > USE_WX=3D 2.6 > WITH_UNICODE=3D YES > WX_COMPS=3D python > WX_UNICODE=3D YES >=20 > .include >=20 > .if ((${OSVERSION} < 500000)) > IGNORE=3D systems prior to FreeBSD 5.0 do not support Unicode > .endif >=20 > .if defined (WITHOUT_NLS) > USE_GETTEXT=3D NO > .endif >=20 > .include >=20 > The package always seems to end up in ${PORTSDIR}/work/${PACKAGENAME} > and that is where it is executable from. It's as if tar does not know = to look there. Any assistance would be greatly appreciated. >=20 >=20 > Javier Prats >=20 --=20 Pietro Cerutti PGP Public Key: http://gahr.ch/pgp --------------enig605CF7D72F47E85644561624 Content-Type: application/pgp-signature; name="signature.asc" Content-Description: OpenPGP digital signature Content-Disposition: attachment; filename="signature.asc" -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.7 (FreeBSD) iD8DBQFHKNDjwMJqmJVx944RCtxPAKDh6aD9QP/1pICcN6o1LpuQU+n51QCeOhVH 9ECRNl8mQ3P1EWXaxZBYSYw= =uMGx -----END PGP SIGNATURE----- --------------enig605CF7D72F47E85644561624--