From owner-freebsd-questions@FreeBSD.ORG Wed Jan 23 15:22:36 2013 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id 1F8DFF8 for ; Wed, 23 Jan 2013 15:22:36 +0000 (UTC) (envelope-from vrwmiller@gmail.com) Received: from mail-ia0-x22a.google.com (mail-ia0-x22a.google.com [IPv6:2607:f8b0:4001:c02::22a]) by mx1.freebsd.org (Postfix) with ESMTP id E62E7A08 for ; Wed, 23 Jan 2013 15:22:35 +0000 (UTC) Received: by mail-ia0-f170.google.com with SMTP id k20so4097498iak.1 for ; Wed, 23 Jan 2013 07:22:35 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:x-received:sender:date:x-google-sender-auth:message-id :subject:from:to:content-type; bh=PPyKVocN+sCTgtnGrBpuek1kVReEQNp2J4SGAyGvWfE=; b=n++J1JMygInAaT+g1pVLYNQXPZXAWBjbOYxO79Uf8vsvKnVJyrzKowVlteVOCRK2d/ i2wedWQXgggqCAzoSambe7I86hESo4zdkdy/zK3yWiHuvBrfd/plhlclqAa0mwliShtl MvfTlyjT7Y35QMNTe9UkFXFRrZLGSIic4bgytZ2ZvYv5JVYby+wv9QPIcF6ujj4O7UfT We2qDzLGjRNRMArvjhp0e+L7lmguHbHIBPZSDdle8JxiE3iahBGYp93HIFuaT2WD55Mi CUh4x/c40C59nsdEKIk/0+O6AVRdJ3xPQivWJ2bb4Yqai1r0073ciq5ONBvorPWJP92p 302A== MIME-Version: 1.0 X-Received: by 10.50.33.138 with SMTP id r10mr1438091igi.6.1358954555098; Wed, 23 Jan 2013 07:22:35 -0800 (PST) Sender: vrwmiller@gmail.com Received: by 10.231.158.73 with HTTP; Wed, 23 Jan 2013 07:22:34 -0800 (PST) Date: Wed, 23 Jan 2013 10:22:34 -0500 X-Google-Sender-Auth: nbrMmzzeeQAm3p1Z7HDltttt0GE Message-ID: Subject: building crunchgen fails From: Rick Miller To: FreeBSD Questions Content-Type: text/plain; charset=ISO-8859-1 X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 23 Jan 2013 15:22:36 -0000 Hi All, When executing crunchgen -o boot_crunch.conf && make -f boot_crunch.mk I get the following error: cc -static -o boot_crunch boot_crunch.o hostname.lo pwd.lo rm.lo sh.lo ls.lo test.lo cat.lo df.lo sleep.lo camcontrol.lo dhclient.lo fsck_ffs.lo ifconfig.lo mount_nfs.lo newfs.lo route.lo rtsol.lo tunefs.lo kenv.lo sysctl.lo mdmfs.lo dmesg.lo fdisk.lo bsdlabel.lo uname.lo cpio.lo find.lo minigzip.lo sed.lo awk.lo fetch.lo arp.lo sysinstall.lo usbconfig.lo grep.lo -lcam -lsbuf -lutil -ll -ledit -lfetch -lmd -lcrypt -lftpio -lz -lnetgraph -ldialog -lncurses -ldisk -lufs -ldevinfo -lkvm -lgeom -lbsdxml -larchive -lbz2 -lusb -lgnuregex -llzma -lssl -lcrypto -ljail -lm camcontrol.lo(.text+0x730b): In function `main': : undefined reference to `mode_edit' camcontrol.lo(.text+0x73fa): In function `main': : undefined reference to `mode_list' *** Error code 1 Stop in /tmp/crunchtmp. I understand that there may need to be some shuffling of the libraries in the boot_crunch.conf, but I've done that to no avail. Wondering if anyone else may be able to shed some light on this... The boot_crunch.conf can be viewed at http://pastebin.com/ZwVPQn3h -- Take care Rick Miller