From mboxrd@z Thu Jan 1 00:00:00 1970 From: Roberto A. Foglietta Date: Wed, 5 Nov 2008 00:53:42 +0100 Subject: [Buildroot] svn commit: trunk/buildroot In-Reply-To: References: <20081104125039.199A23C8D7@busybox.net> Message-ID: List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: buildroot@busybox.net 2008/11/5 hartleys : > On Tuesday, November 04, 2008 4:36 PM, Roberto A. Foglietta wrote: >>> FYI, with the patch for revision 23923 I get the following messages >>> when doing a "make menuconfig" >>> >>> Usage: grep [OPTION]... PATTERN [FILE]... >>> Try `grep --help' for more information. >>> dirname: missing operand >>> Try `dirname --help' for more information. >>> dirname: missing operand >>> Try `dirname --help' for more information. >>> >>> It's something in the change to HOST_GLIB_BIN:= but I can't figure it > >>> out... >> >> Because in 'make menuconfig' BR2_STAGING_DIR="" and some >> commands fail, try this patch: >> >> http://busybox.net/bugs/view.php?id=5984 > > Just found that patch and tried it. Better but still no go... > > The new messages are: > > Usage: grep [OPTION]... PATTERN [FILE]... > Try `grep --help' for more information. > > Could this be because I don't have a glib-genmarshal anywhere on my > system? Actually, I'm not even sure what that executable is... Sorry, you are right. Please try again http://busybox.net/bugs/view.php?id=5984 patch -R < Makefile.patch patch < Makefile.patch2 or svn revert Makefile patch < Makefile.patch2 -- /roberto