pkgsrc-Bugs archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

pkg/35086: security/pinentry: PLIST is wrong



>Number:         35086
>Category:       pkg
>Synopsis:       security/pinentry: PLIST is wrong
>Confidential:   no
>Severity:       serious
>Priority:       medium
>Responsible:    pkg-manager
>State:          open
>Class:          sw-bug
>Submitter-Id:   net
>Arrival-Date:   Mon Nov 20 13:45:00 +0000 2006
>Originator:     Ryo HAYASAKA
>Release:        NetBSD 4.99.3, pkgsrc-current
>Organization:
Japan Advanced Institute of Science and Technology (JAIST)
>Environment:
System: NetBSD bonnie.jaist.ac.jp 4.99.3 NetBSD 4.99.3 (BONNIE.MPACPI) #35: Fri 
Nov 10 13:53:42 JST 2006 
ryoh%bonnie.jaist.ac.jp@localhost:/sys/arch/i386/compile/BONNIE.MPACPI i386
Architecture: i386
Machine: i386
>Description:
pinentry fails to install as follows:

$ make package
...
=> Running POST-INSTALL script actions
===========================================================================
Registering info files for pinentry-0.7.2nb1:

        /usr/pkg/info/pinentry.info

===========================================================================
pkg_create: can't stat `/usr/pkg/bin/pinentry-gtk2'
=> Registering installation for pinentry-0.7.2nb1
pkg_admin: pinentry-0.7.2nb1: File `/usr/pkg/bin/pinentry-gtk2' is in +CONTENTS 
but not on filesystem!
pinentry-0.7.2nb1 requires installed package gtk2+-2.10.6
pinentry-0.7.2nb1 requires installed package libgpg-error-1.4nb1
pinentry-0.7.2nb1 requires installed package libksba-1.0.0
pinentry-0.7.2nb1 requires installed package xorg-libs-6.9.0nb10
=> Checking file permissions in pinentry-0.7.2nb1
error: /usr/pkg/bin/pinentry-gtk2: No such file or directory
1 errors and 0 warnings.
*** Error code 1

Stop.
make: stopped in /usr/pkgsrc/security/pinentry
*** Error code 1
        
>How-To-Repeat:
        
>Fix:
Index: PLIST
===================================================================
RCS file: /usr/cvsup/pkgsrc/security/pinentry/PLIST,v
retrieving revision 1.5
diff -d -p -u -r1.5 PLIST
--- PLIST       11 Oct 2006 18:53:38 -0000      1.5
+++ PLIST       12 Oct 2006 11:39:56 -0000
@@ -3,5 +3,5 @@ bin/pinentry
 bin/pinentry-curses
 info/pinentry.info
 ${USE_GTK}bin/pinentry-gtk
-${USE_GTK2}bin/pinentry-gtk2
+${USE_GTK2}bin/pinentry-gtk-2
 ${USE_QT}bin/pinentry-qt
        




Home | Main Index | Thread Index | Old Index