Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 7 Oct 2013 08:27:41 +0200
From:      Matthias Apitz <guru@unixarea.de>
To:        freebsd-ports@freebsd.org
Subject:   pkg_create error in port graphics/libgphoto2
Message-ID:  <20131007062741.GA11029@sh4-5.1blu.de>

next in thread | raw e-mail | index | archive | help

Hello,

While making packages of the ports I compiled (to transfer them to
another netbook) I'm getting the folloging error woth ports r328930 on
10-CURRENT:

# pkg_create -Rnb libgphoto2-2.4.14_3
tar: lib/libgphoto2_port/0.8.0/usb.a: Cannot stat: No such file or directory
tar: lib/libgphoto2_port/0.8.0/usb.la: Cannot stat: No such file or directory
tar: lib/libgphoto2_port/0.8.0/usb.so: Cannot stat: No such file or directory

The problem is in libgphoto2/pkg-plist

# egrep 'usb\.' pkg-plist
lib/libgphoto2_port/%%VERSION_PORT%%/usb.a
lib/libgphoto2_port/%%VERSION_PORT%%/usb.la
lib/libgphoto2_port/%%VERSION_PORT%%/usb.so

while the files are in:

# ls -l /usr/local/lib/libgphoto2_port/0.8.0/usb1.*
-rw-r--r--  1 root  wheel  42518 Oct  4 09:43 /usr/local/lib/libgphoto2_port/0.8.0/usb1.a
-rwxr-xr-x  1 root  wheel   1028 Oct  4 09:43 /usr/local/lib/libgphoto2_port/0.8.0/usb1.la
-rwxr-xr-x  1 root  wheel  33702 Oct  4 09:43 /usr/local/lib/libgphoto2_port/0.8.0/usb1.so

HIH

Vy 73

	matthias

-- 
Matthias Apitz               |  /"\ ASCII Ribbon Campaign: www.asciiribbon.org
E-mail: guru@unixarea.de     |  \ / - No HTML/RTF in E-mail
WWW: http://www.unixarea.de/ |   X  - No proprietary attachments
phone: +49-170-4527211       |  / \ - Respect for open standards



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