NetBSD Problem Report #46597

From www@NetBSD.org  Wed Jun 13 06:08:19 2012
Return-Path: <www@NetBSD.org>
Received: from mail.netbsd.org (mail.netbsd.org [149.20.53.66])
	by www.NetBSD.org (Postfix) with ESMTP id 8F35163B89C
	for <gnats-bugs@gnats.NetBSD.org>; Wed, 13 Jun 2012 06:08:19 +0000 (UTC)
Message-Id: <20120613060818.B272363B882@www.NetBSD.org>
Date: Wed, 13 Jun 2012 06:08:18 +0000 (UTC)
From: szptvlfn@a-net.email.ne.jp
Reply-To: szptvlfn@a-net.email.ne.jp
To: gnats-bugs@NetBSD.org
Subject: No such file or directory
X-Send-Pr-Version: www-1.0

>Number:         46597
>Category:       pkg
>Synopsis:       No such file or directory
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    markd
>State:          closed
>Class:          change-request
>Submitter-Id:   net
>Arrival-Date:   Wed Jun 13 06:10:01 +0000 2012
>Closed-Date:    Tue Apr 09 02:10:53 +0000 2013
>Last-Modified:  Tue Apr 09 02:10:53 +0000 2013
>Originator:     Ryosuke Moro
>Release:        NetBSD Current
>Organization:
>Environment:
NetBSD p_1.s.local 6.99.7 NetBSD 6.99.7 (amnesia) #10: Sun Jun 10 07:22:53 JST 2012  szptvlfn@p_1.s.local:/usr/obj/sys/arch/i386/compile/amnesia i386
>Description:
=> Automatic manual page handling
pkg_create: can't stat `/usr/pkgsrc/net/netatalk/work/.destdir/usr/pkg/share/examples/netatalk/afp_ldap.conf'
===> Building binary package for netatalk-2.2.1nb5
=> Creating binary package /usr/pkgsrc/packages/All/netatalk-2.2.1nb5.tgz
pkg_create: can't stat `/usr/pkgsrc/net/netatalk/work/.destdir/usr/pkg/share/examples/netatalk/afp_ldap.conf'
pkg_create: lstat failed for file share/examples/netatalk/afp_ldap.conf: No such file or directory
*** Error code 2

Stop.
make: stopped in /usr/pkgsrc/net/netatalk
*** Error code 1

>How-To-Repeat:
#cd /usr/pkgsrc/net/netatalk
#make && make install
>Fix:
# mv /usr/pkgsrc/net/netatalk/work/netatalk-2.2.1/config/afp_ldap.conf /usr/pkgsrc/net/netatalk/work/.destdir/usr/pkg/share/examples/netatalk/afp_ldap.conf

>Release-Note:

>Audit-Trail:
From: "OBATA Akio" <obache@netbsd.org>
To: gnats-bugs@gnats.NetBSD.org
Cc: 
Subject: PR/46597 CVS commit: pkgsrc/net/netatalk
Date: Wed, 13 Jun 2012 07:18:20 +0000

 Module Name:	pkgsrc
 Committed By:	obache
 Date:		Wed Jun 13 07:18:19 UTC 2012

 Modified Files:
 	pkgsrc/net/netatalk: Makefile PLIST

 Log Message:
 afp_ldap.conf will be installed for platfoms having ACL support.
 PR 46597.
 XXX: please update the condition if it is not adapted to your platforms.


 To generate a diff of this commit:
 cvs rdiff -u -r1.85 -r1.86 pkgsrc/net/netatalk/Makefile
 cvs rdiff -u -r1.24 -r1.25 pkgsrc/net/netatalk/PLIST

 Please note that diffs are not public domain; they are subject to the
 copyright notices on the relevant files.

State-Changed-From-To: open->feedback
State-Changed-By: obache@NetBSD.org
State-Changed-When: Wed, 13 Jun 2012 12:22:22 +0000
State-Changed-Why:
Should be fixed.
Could you confirm it and feedback?


From: szptvlfn@a-net.email.ne.jp
To: gnats-bugs@NetBSD.org
Cc: 
Subject: Re:Re: pkg/46597 (No such file or directory)
Date: Fri, 15 Jun 2012 18:15:51 +0900

 Thank you rapid reply. I had installed net/netatalk, but I have two  
 problem.
 One: Does not connect between NetBSD and MacOS X(10.4, 10.5 not  
 simultaneously).

 10.4; enabled slp, using PKG_OPTIONS.netatalk.
 10.5; default.

 The other:
 Just run asip-status.pl, and get this output.
 |# asip-status.pl $HOST
 | connect to p_1.s.local failure: Invalid argument at
 | /usr/pkg/bin/asip-status.pl line 95.

 I confirmed which is the same things.
 ./netatalk-2.2.1/contrib/shell_utils/asip-status.pl.in
 ./netatalk-3.0beta2/contrib/shell_utils/asip-status.pl.in

Responsible-Changed-From-To: pkg-manager->markd
Responsible-Changed-By: obache@NetBSD.org
Responsible-Changed-When: Fri, 15 Jun 2012 11:07:51 +0000
Responsible-Changed-Why:
Over to maintainer.


State-Changed-From-To: feedback->open
State-Changed-By: obache@NetBSD.org
State-Changed-When: Fri, 15 Jun 2012 11:07:51 +0000
State-Changed-Why:
other issues still remain.


From: szptvlfn@a-net.email.ne.jp
To: gnats-bugs@NetBSD.org
Cc: 
Subject: Re: pkg/46597 (No such file or directory)
Date: Tue, 19 Jun 2012 06:37:31 +0900

 I apologize for the mistake in the information that I had sent it.
 http://mail-index.netbsd.org/pkgsrc-bugs/2012/06/15/msg048111.html

 How to establish the connexion between NetBSD and MacOS X(10.4, 10.5  
 not simultaneously).

 To recognise which afpd are listen to.
 |$ netstat -a | grep afp
 |tcp6       0      0  *.afpovertcp           *.*    LISTEN

 Change from IPv6 to IPv4; add "-ipaddr 192.168.0.2" to afpd.conf
 (This server's IP: 192.168.0.2)

 |$ netstat -a | grep afp
 |tcp        0      0  192.168.0.2.afpovertcp 192.168.0.3.49193  
 ESTABLISHED
 |tcp        0      0  192.168.0.2.afpovertcp *.* LISTEN

 I confirmed the connexion.

 Thanks for this link I took some hints.
 http://gnats.netbsd.org/44889

State-Changed-From-To: open->feedback
State-Changed-By: markd@NetBSD.org
State-Changed-When: Fri, 05 Apr 2013 23:51:20 +0000
State-Changed-Why:
is there still an issue here?


From: Ryosuke Moro <szptvlfn@a-net.email.ne.jp>
To: gnats-bugs@NetBSD.org
Cc: 
Subject: Re: pkg/46597 (No such file or directory)
Date: Tue, 9 Apr 2013 04:30:08 +0900

 It seems work fine, thank you.

State-Changed-From-To: feedback->closed
State-Changed-By: obache@NetBSD.org
State-Changed-When: Tue, 09 Apr 2013 02:10:53 +0000
State-Changed-Why:
confirmed fixed.


>Unformatted:

NetBSD Home
NetBSD PR Database Search

(Contact us) $NetBSD: query-full-pr,v 1.39 2013/11/01 18:47:49 spz Exp $
$NetBSD: gnats_config.sh,v 1.8 2006/05/07 09:23:38 tsutsui Exp $
Copyright © 1994-2007 The NetBSD Foundation, Inc. ALL RIGHTS RESERVED.