Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 15 Sep 2015 04:08:43 +0000 (UTC)
From:      Nomad Esst <noname.esst@yahoo.com>
To:        FreeBSD Questions <freebsd-questions@freebsd.org>
Subject:   make fails
Message-ID:  <1354414719.67099.1442290123813.JavaMail.yahoo@mail.yahoo.com>

next in thread | raw e-mail | index | archive | help
I'm trying to compile netgraph. When I change the ng_base.c file, I face this error :
warning: missing braces around initializer

No matter what the change is, the error appears every time. Even when I add a space to file !After some googlings I found out that this is a gcc bug. How can ignore these warnings?
Regards.
From owner-freebsd-questions@freebsd.org  Tue Sep 15 09:13:27 2015
Return-Path: <owner-freebsd-questions@freebsd.org>
Delivered-To: freebsd-questions@mailman.ysv.freebsd.org
Received: from mx1.freebsd.org (mx1.freebsd.org
 [IPv6:2001:1900:2254:206a::19:1])
 by mailman.ysv.freebsd.org (Postfix) with ESMTP id 21264A03140
 for <freebsd-questions@mailman.ysv.freebsd.org>;
 Tue, 15 Sep 2015 09:13:27 +0000 (UTC) (envelope-from bc979@lafn.org)
Received: from zoom.lafn.org (zoom.lafn.org [108.92.93.123])
 by mx1.freebsd.org (Postfix) with ESMTP id E7F061489
 for <freebsd-questions@freebsd.org>; Tue, 15 Sep 2015 09:13:26 +0000 (UTC)
 (envelope-from bc979@lafn.org)
Received: from [10.0.1.12] (static-71-177-216-148.lsanca.fios.verizon.net
 [71.177.216.148]) (authenticated bits=0)
 by zoom.lafn.org (8.14.7/8.14.9) with ESMTP id t8F9DJHY060236
 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO)
 for <freebsd-questions@freebsd.org>; Tue, 15 Sep 2015 02:13:19 -0700 (PDT)
 (envelope-from bc979@lafn.org)
Content-Type: text/plain; charset=windows-1252
Mime-Version: 1.0 (Mac OS X Mail 8.2 \(2104\))
Subject: Re: Replacing Drive with SSD
From: Doug Hardie <bc979@lafn.org>
In-Reply-To: <08306F31-955B-4710-B20B-4F2ABE0CBA56@kraus-haus.org>
Date: Tue, 15 Sep 2015 02:13:18 -0700
Content-Transfer-Encoding: quoted-printable
Message-Id: <997E40C8-6C07-4621-B5D8-E0672DC4517B@lafn.org>
References: <CEAD84AD-341A-4FB9-A3A1-D0D5A550AFFD@lafn.org>
 <alpine.BSF.2.20.1508281235390.74312@wonkity.com>
 <20150829220311.c7608be1.freebsd@edvax.de>
 <alpine.BSF.2.20.1508300633160.44682@wonkity.com>
 <55E45973.2050103@sneakertech.com>
 <alpine.BSF.2.20.1508311000550.42983@wonkity.com>
 <55E4865B.1000104@sneakertech.com>
 <20150831181135.7682a810@gumby.homeunix.com> <867fnywc8i.fsf@WorkBox.Home>
 <08306F31-955B-4710-B20B-4F2ABE0CBA56@kraus-haus.org>
To: FreeBSD Questions <freebsd-questions@freebsd.org>
X-Mailer: Apple Mail (2.2104)
X-Virus-Scanned: clamav-milter 0.98 at zoom.lafn.org
X-Virus-Status: Clean
X-BeenThere: freebsd-questions@freebsd.org
X-Mailman-Version: 2.1.20
Precedence: list
List-Id: User questions <freebsd-questions.freebsd.org>
List-Unsubscribe: <https://lists.freebsd.org/mailman/options/freebsd-questions>, 
 <mailto:freebsd-questions-request@freebsd.org?subject=unsubscribe>
List-Archive: <http://lists.freebsd.org/pipermail/freebsd-questions/>;
List-Post: <mailto:freebsd-questions@freebsd.org>
List-Help: <mailto:freebsd-questions-request@freebsd.org?subject=help>
List-Subscribe: <https://lists.freebsd.org/mailman/listinfo/freebsd-questions>, 
 <mailto:freebsd-questions-request@freebsd.org?subject=subscribe>
X-List-Received-Date: Tue, 15 Sep 2015 09:13:27 -0000

After spending a lot of time reading through the various responses, I =
decided to use a larger SSD and use dump/restore to move the data.  =
However, I encountered an interesting problem which I do not have a =
solution for at this time.  The system will only boot a memstick image.  =
That works fine.  I formatted the new SSD and got it all setup.  =
However, none of the current systems have enough space to do a dump on.  =
I needed to dump from the existing machine over to the new one with the =
SSD.  The only thing running on the SSD machine is the live file system. =
 Dump uses rsh/rcmd which need some files set in /root.  Unfortunately =
that is mounted as read only as its a memstick image.  I can=92t see how =
to easily get dump to dump to a remote system when you can=92t get =
rsh/rcmd to login.

Since the SSD has a swap partition, perhaps I could newfs that and then =
mount it over /root?  That might be a bit messy but might work.=



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?1354414719.67099.1442290123813.JavaMail.yahoo>