From nobody@FreeBSD.org  Thu Apr  5 16:58:57 2007
Return-Path: <nobody@FreeBSD.org>
Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52])
	by hub.freebsd.org (Postfix) with ESMTP id BCF9116A402
	for <freebsd-gnats-submit@FreeBSD.org>; Thu,  5 Apr 2007 16:58:57 +0000 (UTC)
	(envelope-from nobody@FreeBSD.org)
Received: from www.freebsd.org (www.freebsd.org [69.147.83.33])
	by mx1.freebsd.org (Postfix) with ESMTP id AF43E13C448
	for <freebsd-gnats-submit@FreeBSD.org>; Thu,  5 Apr 2007 16:58:57 +0000 (UTC)
	(envelope-from nobody@FreeBSD.org)
Received: from www.freebsd.org (localhost [127.0.0.1])
	by www.freebsd.org (8.13.1/8.13.1) with ESMTP id l35Gwvn4081752
	for <freebsd-gnats-submit@FreeBSD.org>; Thu, 5 Apr 2007 16:58:57 GMT
	(envelope-from nobody@www.freebsd.org)
Received: (from nobody@localhost)
	by www.freebsd.org (8.13.1/8.13.1/Submit) id l35GrunX080558;
	Thu, 5 Apr 2007 16:53:56 GMT
	(envelope-from nobody)
Message-Id: <200704051653.l35GrunX080558@www.freebsd.org>
Date: Thu, 5 Apr 2007 16:53:56 GMT
From: Guillermo<guiyic@gmail.com>
To: freebsd-gnats-submit@FreeBSD.org
Subject: Error al instalar sources /usr/src desde sysinstall
X-Send-Pr-Version: www-3.0

>Number:         111276
>Category:       kern
>Synopsis:       Error al instalar sources /usr/src desde sysinstall
>Confidential:   no
>Severity:       non-critical
>Priority:       medium
>Responsible:    freebsd-bugs
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Thu Apr 05 17:00:11 GMT 2007
>Closed-Date:    Thu Apr 12 05:54:49 GMT 2007
>Last-Modified:  Thu Apr 12 05:54:49 GMT 2007
>Originator:     Guillermo
>Release:        6.2-RELEASE
>Organization:
Estudiante 
>Environment:
FreeBSD guille 6.2-RELEASE FreeBSD 6.2-RELEASE #0: Tue Apr 3 12:32:49 UTC 2007 
root@guille:/usr/src/sys/i386/compile/MYKERNELMAQUINAVACIA i386
>Description:
Mi intencion era crearme un sistema de ficheros raiz como parte del proceso para ejecutar una maquina FreeBSD sin disco duro.
Al ejecutar el script siguiente :
    #!/bin/sh
    export DESTDIR=/data/misc/diskless
    mkdir -p ${DESTDIR}
    cd /usr/src; make world && make kernel
    cd /usr/src/etc; make distribution

Me di cuenta que no tenia instaladas los sources de /usr/src, con lo cual intente instalarlas desde sysinstall (configure,distributions,src).
El problema es que no te los instala por completo y por ejemplo el directorio /usr/src/tools/build esta vacio, y al ejecutar el script anterior me da un error como el siguiente:
"can't cd to /usr/src/tools/build/make_check"

He probado tambien a que se descarge los sources en el menu sysintall via ftp pero se obtiene el mismo problema.

Mencionar que el kernel que me he creado lleva unicamente las opciones aadidas :
options     BOOTP          # Use BOOTP to obtain IP address/hostname
options     BOOTP_NFSROOT  # NFS mount root filesystem using BOOTP info
   
>How-To-Repeat:
Instalar las sources desde sysinstall marcando las opciones (configure, distributions, src, tools).
>Fix:

>Release-Note:
>Audit-Trail:
State-Changed-From-To: open->feedback 
State-Changed-By: remko 
State-Changed-When: Thu Apr 5 19:55:54 UTC 2007 
State-Changed-Why:  
hello, this is an english only forum, please submit your issue 
in english and then we might be able to help you. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=111276 
State-Changed-From-To: feedback->closed 
State-Changed-By: remko 
State-Changed-When: Thu Apr 12 05:54:48 UTC 2007 
State-Changed-Why:  
No english text, no help. Time's up. If you still need help, please 
refer to a local FreeBSD mailinglist, or post your -question- in english 
at the questions@FreeBSD.org mailinglist. Thanks. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=111276 
>Unformatted:
