NetBSD Problem Report #39846

From mlelstv@henery.1st.de  Sat Nov  1 12:34:19 2008
Return-Path: <mlelstv@henery.1st.de>
Received: from mail.netbsd.org (mail.netbsd.org [204.152.190.11])
	by narn.NetBSD.org (Postfix) with ESMTP id CBEA863B88A
	for <gnats-bugs@gnats.NetBSD.org>; Sat,  1 Nov 2008 12:34:19 +0000 (UTC)
Message-Id: <20081101123342.A13BA2818A@henery.1st.de>
Date: Sat,  1 Nov 2008 13:33:42 +0100 (CET)
From: mlelstv@serpens.de
Reply-To: mlelstv@serpens.de
To: gnats-bugs@gnats.NetBSD.org
Subject: netbsd-5 build failure in compat/lib
X-Send-Pr-Version: 3.95

>Number:         39846
>Category:       lib
>Synopsis:       netbsd-5 build failure in compat/lib
>Confidential:   no
>Severity:       non-critical
>Priority:       medium
>Responsible:    mrg
>State:          closed
>Class:          sw-bug
>Submitter-Id:   net
>Arrival-Date:   Sat Nov 01 12:35:00 +0000 2008
>Closed-Date:    Sat Nov 22 17:18:49 +0000 2008
>Last-Modified:  Sat Nov 22 17:18:49 +0000 2008
>Originator:     Michael van Elst
>Release:        netbsd-5
>Organization:
-- 
                                Michael van Elst
Internet: mlelstv@serpens.de
                                "A potential Snark may lurk in every tree."
>Environment:


System: NetBSD henery 4.0_STABLE NetBSD 4.0_STABLE (HENERY) #1: Sun Aug 3 10:27:48 CEST 2008 mlelstv@henery:/home/netbsd4/obj.i386/home/netbsd4/src/sys/arch/i386/compile/HENERY i386
Architecture: i386
Machine: i386
>Description:
Cross-building netbsd-5/amd64 fails with

cleandir ===> compat/lib/libcrypto_idea
cd: can't cd to /home/netbsd5/src/compat/lib/libcrypto_idea

when you have MKCRYPTO_IDEA=yes in your mk.conf. This is
caused by missing directories and Makefiles for

libcrypto_idea
libcrypto_mdc2
libcrypto_rc5

in compat/lib

>How-To-Repeat:
see above
>Fix:
Provide compat Makefiles for the 3 missing libraries

>Release-Note:

>Audit-Trail:

Responsible-Changed-From-To: lib-bug-people->mrg
Responsible-Changed-By: mrg@NetBSD.org
Responsible-Changed-When: Sat, 01 Nov 2008 18:03:04 +0000
Responsible-Changed-Why:
take.


From: Michael van Elst <mlelstv@henery.1st.de>
To: gnats-bugs@gnats.netbsd.org
Cc: 
Subject: Re: lib/39846: netbsd-5 build failure in compat/lib
Date: Tue, 4 Nov 2008 00:28:54 +0100

 The Makefiles used by the other compat libraries work fine here.

 The libraries also require only building of a static and a static
 profile version, so an extra NOPIC= is required and the files
 have to be added to comp/md.amd64 (and comp/md.sparc64).

 -- 
                                 Michael van Elst
 Internet: mlelstv@serpens.de
                                 "A potential Snark may lurk in every tree."

From: Michael van Elst <mlelstv@netbsd.org>
To: gnats-bugs@gnats.NetBSD.org
Cc: 
Subject: PR/39846 CVS commit: src
Date: Mon,  3 Nov 2008 23:43:16 +0000 (UTC)

 Module Name:	src
 Committed By:	mlelstv
 Date:		Mon Nov  3 23:43:16 UTC 2008

 Modified Files:
 	src/distrib/sets/lists/comp: md.amd64 md.sparc64
 Added Files:
 	src/compat/lib/libcrypto_idea: Makefile
 	src/compat/lib/libcrypto_mdc2: Makefile
 	src/compat/lib/libcrypto_rc5: Makefile

 Log Message:
 Add Makefiles and file lists for various optional crypto libraries.
 Fixes PR lib/39846 and needs to be pulled up to netbsd-5.


 To generate a diff of this commit:
 cvs rdiff -r0 -r1.1 src/compat/lib/libcrypto_idea/Makefile
 cvs rdiff -r0 -r1.1 src/compat/lib/libcrypto_mdc2/Makefile
 cvs rdiff -r0 -r1.1 src/compat/lib/libcrypto_rc5/Makefile
 cvs rdiff -r1.40 -r1.41 src/distrib/sets/lists/comp/md.amd64
 cvs rdiff -r1.38 -r1.39 src/distrib/sets/lists/comp/md.sparc64

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

From: Soren Jacobsen <snj@netbsd.org>
To: gnats-bugs@gnats.NetBSD.org
Cc: 
Subject: PR/39846 CVS commit: [netbsd-5] src
Date: Sat, 22 Nov 2008 16:41:06 +0000 (UTC)

 Module Name:	src
 Committed By:	snj
 Date:		Sat Nov 22 16:41:06 UTC 2008

 Modified Files:
 	src/distrib/sets/lists/comp [netbsd-5]: md.amd64 md.sparc64
 Added Files:
 	src/compat/lib/libcrypto_idea [netbsd-5]: Makefile
 	src/compat/lib/libcrypto_mdc2 [netbsd-5]: Makefile
 	src/compat/lib/libcrypto_rc5 [netbsd-5]: Makefile

 Log Message:
 Pull up following revision(s) (requested by mlelstv in ticket #106):
 	compat/lib/libcrypto_idea/Makefile: revision 1.1
 	compat/lib/libcrypto_rc5/Makefile: revision 1.1
 	compat/lib/libcrypto_mdc2/Makefile: revision 1.1
 	distrib/sets/lists/comp/md.amd64: revision 1.41
 	distrib/sets/lists/comp/md.sparc64: revision 1.39
 Add Makefiles and file lists for various optional crypto libraries.
 Fixes PR lib/39846 and needs to be pulled up to netbsd-5.


 To generate a diff of this commit:
 cvs rdiff -r0 -r1.1.2.2 src/compat/lib/libcrypto_idea/Makefile
 cvs rdiff -r0 -r1.1.2.2 src/compat/lib/libcrypto_mdc2/Makefile
 cvs rdiff -r0 -r1.1.2.2 src/compat/lib/libcrypto_rc5/Makefile
 cvs rdiff -r1.39.2.1 -r1.39.2.2 src/distrib/sets/lists/comp/md.amd64
 cvs rdiff -r1.37.2.1 -r1.37.2.2 src/distrib/sets/lists/comp/md.sparc64

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

State-Changed-From-To: open->closed
State-Changed-By: mlelstv@NetBSD.org
State-Changed-When: Sat, 22 Nov 2008 17:18:49 +0000
State-Changed-Why:
missing files have been added and pulled up to netbsd-5


>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.