From owner-freebsd-current@FreeBSD.ORG Sat Jun 13 12:34:39 2015 Return-Path: Delivered-To: current@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 6DE53EB2 for ; Sat, 13 Jun 2015 12:34:39 +0000 (UTC) (envelope-from oliver.pinter@hardenedbsd.org) Received: from mail-wi0-f182.google.com (mail-wi0-f182.google.com [209.85.212.182]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 1231A379 for ; Sat, 13 Jun 2015 12:34:38 +0000 (UTC) (envelope-from oliver.pinter@hardenedbsd.org) Received: by wigg3 with SMTP id g3so36944947wig.1 for ; Sat, 13 Jun 2015 05:34:37 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:date:message-id:subject:from:to:cc :content-type; bh=Cumar3jHufB9qOGGWQ8Giu3koNUuBPqHIBab4/3uoK8=; b=MLsNnts6ou5T6g1Yt3DRrYTt+PKvXYiNaQXDTZKtWHB8lPaU6rhbZEo8Zn/QFExm4N yURDB/iRa1Zf4ZWCEXmL0+iYM/7wy5NalSGtTxfXoK/6AktaGEup9ptK25ejUZ0cgSCN tuFp+1TS3oeQ1R8KOtTeBS3hQM1+i5iZbXYvFLIbCBRy59TcsjuajQ2eeCKfFzp+ntzZ UC5v0luDI11A02MTji1fmbmY12GlKqEY5atw/MJk8Xw5l+UVb6J4bLzESjmpD5EiUfZf ZPUqe7/B1VlK5jbtfom0TNJQ8oxH47YQk7oDTXf7s15PBIzwmhYhc0zhJ2tluex9xath xWvQ== X-Gm-Message-State: ALoCoQmLOQXKQ6/mavwxTiuj0C3hoTsXt78xFl5UmhHGFbDrqyOlZ63mh865ox4NDr5slq9ujFtB MIME-Version: 1.0 X-Received: by 10.180.102.227 with SMTP id fr3mr15114327wib.19.1434198877225; Sat, 13 Jun 2015 05:34:37 -0700 (PDT) Received: by 10.194.162.225 with HTTP; Sat, 13 Jun 2015 05:34:37 -0700 (PDT) Date: Sat, 13 Jun 2015 14:34:37 +0200 Message-ID: Subject: broken release generation when From: Oliver Pinter To: current@freebsd.org Cc: gjb@freebsd.org Content-Type: text/plain; charset=UTF-8 X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 13 Jun 2015 12:34:39 -0000 Hi all! We got build error with custom BRANCH= in newvers.sh. The release process unable to generate the ISO files but they not stopped with error, just ignore them, and continue with memstick images. cp /jenkins/workspace/HardenedBSD-stable-master-amd64/release/rc.local bootonly/etc sh /jenkins/workspace/HardenedBSD-stable-master-amd64/release/amd64/mkisoimages.sh -b 11_0_CURRENT_HARDENEDBSD_amd64_BO bootonly.iso bootonly 100+0 records in 100+0 records out 409600 bytes transferred in 0.007822 secs (52361998 bytes/sec) newfs_msdos: cannot get number of sectors per track: Operation not supported newfs_msdos: cannot get number of heads: Operation not supported newfs_msdos: trim 44 sectors to adjust to a multiple of 63 /dev/md0: 717 sectors in 717 FAT12 clusters (512 bytes/cluster) BytesPerSec=512 SecPerClust=1 ResSectors=1 FATs=2 RootDirEnts=512 Sectors=756 Media=0xf8 FATsecs=3 SecPerTrack=63 Heads=1 HiddenSecs=0 makefs: error: The Disk Label must be at most 32 characters long usage: makefs [-t fs-type] [-o fs-options] [-d debug-mask] [-B endian] [-S sector-size] [-M minimum-size] [-m maximum-size] [-s image-size] [-b free-blocks] [-f free-files] [-F mtree-specfile] [-xZ] [-N userdb-dir] image-file directory | manifest [extra-directory ...] More info: http://jenkins.hardenedbsd.org:8180/jenkins/job/HardenedBSD-stable-master-amd64/59/console