From owner-freebsd-current@FreeBSD.ORG Fri Jun 28 15:13:36 2013 Return-Path: Delivered-To: current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id 5A729390; Fri, 28 Jun 2013 15:13:36 +0000 (UTC) (envelope-from pluknet@gmail.com) Received: from mail-wi0-x22d.google.com (mail-wi0-x22d.google.com [IPv6:2a00:1450:400c:c05::22d]) by mx1.freebsd.org (Postfix) with ESMTP id 7256511FC; Fri, 28 Jun 2013 15:13:35 +0000 (UTC) Received: by mail-wi0-f173.google.com with SMTP id hq4so939678wib.12 for ; Fri, 28 Jun 2013 08:13:34 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type:content-transfer-encoding; bh=75+TVpSK1iyp1H15ZTEkG+2lUB+SMgdaha8VgpIbje0=; b=nbW4XvnUSdJeu5f2uKNbO9qKtqJ/4vDmi9KQfE2dexF311qdeZ/QhRoR/MX18eePYl sf98FvaQ0Wd/5UQLe2Itap1o2zol2Md0PQYmcGftHuUJ/fsXLHQM7oVkrz8C4csHimpj bJLL3e7kojl1kbCzOcB2lA6XeA1PNm2bdPqppkrrBxYb4s1DbMoUJhdj1vp5YTs78BJg OM7OlWseaHHpl5Te4Ze28+ekF4PIjYwIBkWdW5gNW7z1Yl/ZPoGs3QJGVWUEsOKQ1VJN fQCffHimFLHedjWbYGsdVNL91FkSw95L73ORrkpQ32pvoEzmb4OrK3n3VDG1cAbVLr0r SSYg== MIME-Version: 1.0 X-Received: by 10.180.183.104 with SMTP id el8mr2713079wic.43.1372432414372; Fri, 28 Jun 2013 08:13:34 -0700 (PDT) Received: by 10.194.172.133 with HTTP; Fri, 28 Jun 2013 08:13:34 -0700 (PDT) In-Reply-To: <201306281422.r5SEMPxk009049@freebsd-current.sentex.ca> References: <201306281422.r5SEMPxk009049@freebsd-current.sentex.ca> Date: Fri, 28 Jun 2013 19:13:34 +0400 Message-ID: Subject: Re: [head tinderbox] failure on ia64/ia64 From: Sergey Kandaurov To: FreeBSD Tinderbox , Hiroki Sato Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Cc: current@freebsd.org, ia64@freebsd.org X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.14 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: Fri, 28 Jun 2013 15:13:36 -0000 On 28 June 2013 18:22, FreeBSD Tinderbox wrote: > [...] > (cd /src/rescue/rescue/../../sbin/swapon && /obj/src/make.amd64/make -DR= ESCUE CRUNCH_CFLAGS=3D-DRESCUE DIRPRFX=3Drescue/rescue/swapon/ depend && /o= bj/src/make.amd64/make -DRESCUE CRUNCH_CFLAGS=3D-DRESCUE DIRPRFX=3Drescue/r= escue/swapon/ swapon.o) > rm -f .depend > CC=3D'cc ' mkdep -f .depend -a -DRESCUE -std=3Dgnu99 /src/sbin/swapo= n/swapon.c > echo swapon: /obj/ia64.ia64/src/tmp/usr/lib/libc.a /obj/ia64.ia64/src/tmp= /usr/lib/libutil.a >> .depend > cc -O2 -pipe -DRESCUE -std=3Dgnu99 -Wsystem-headers -Werror -Wall -Wno-= format-y2k -W -Wno-unused-parameter -Wstrict-prototypes -Wmissing-prototype= s -Wpointer-arith -Wreturn-type -Wcast-qual -Wwrite-strings -Wswitch -Wshad= ow -Wunused-parameter -Wcast-align -Wchar-subscripts -Winline -Wnested-exte= rns -Wredundant-decls -Wold-style-definition -Wno-pointer-sign -c /src/sbin= /swapon/swapon.c > cc1: warnings being treated as errors > /src/sbin/swapon/swapon.c: In function 'swap_on_off_geli': > /src/sbin/swapon/swapon.c:394: warning: cast discards qualifiers from poi= nter target type > *** Error code 1 To my belief, it's wrong to use a const variable for strdup/free. --=20 wbr, pluknet