Date: Thu, 7 Mar 2002 19:13:06 +0100 (CET) From: Thomas Quinot <thomas@cuivre.fr.eu.org> To: FreeBSD-gnats-submit@freebsd.org Subject: kern/35635: [patch] missing dep in libiconv prevents parallel build Message-ID: <20020307181306.BC4DF2C3D1@melusine.cuivre.fr.eu.org>
next in thread | raw e-mail | index | archive | help
>Number: 35635 >Category: kern >Synopsis: [patch] missing dep in libiconv prevents parallel build >Confidential: no >Severity: non-critical >Priority: medium >Responsible: freebsd-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Thu Mar 07 10:20:01 PST 2002 >Closed-Date: >Last-Modified: >Originator: Thomas Quinot >Release: FreeBSD 4.5-STABLE i386 >Organization: >Environment: System: FreeBSD melusine.cuivre.fr.eu.org 4.5-STABLE FreeBSD 4.5-STABLE #5: Mon Mar 4 23:09:53 CET 2002 root@melusine.cuivre.fr.eu.org:/usr2/obj/usr2/src/sys/MELUSINE i386 >Description: The latest -STABLE kernel won't build with -jN (N > 1); the build dies with the following messages: ===> libiconv perl @/kern/makeobjops.pl -c @/libkern/iconv_converter_if.m perl @/kern/makeobjops.pl -h @/libkern/iconv_converter_if.m @ -> /usr/src/sys Can't open perl script "@/kern/makeobjops.pl": No such file or directory *** Error code 2 (note the @ symlink is made /after/ the perl invocations.) >How-To-Repeat: cvsup a fresh -STABLE make -j5 buildkernel >Fix: --- sys/modules/libiconv/Makefile.dist Thu Mar 7 18:34:52 2002 +++ sys/modules/libiconv/Makefile Thu Mar 7 18:34:59 2002 @@ -9,10 +9,10 @@ SRCS+= iconv_converter_if.c iconv_converter_if.h NOMAN= true -iconv_converter_if.h: +iconv_converter_if.h: @ perl @/kern/makeobjops.pl -h @/libkern/iconv_converter_if.m -iconv_converter_if.c: +iconv_converter_if.c: @ perl @/kern/makeobjops.pl -c @/libkern/iconv_converter_if.m .include <bsd.kmod.mk> >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20020307181306.BC4DF2C3D1>