All of lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] package/atk/atk.mk:43: *** recipe commences before first target. Stop.
@ 2010-08-30 11:45 James J. Dines
  2010-08-30 13:05 ` Yann E. MORIN
  0 siblings, 1 reply; 17+ messages in thread
From: James J. Dines @ 2010-08-30 11:45 UTC (permalink / raw)
  To: buildroot

-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

I am getting the error in the subject line.  I have tried this both from
a test branch in the git repository and by unpacking the 2010.05 tarball
with the same results.  Perhaps I am doing something stupid, but I
cannot imagine what it might be.  I searched the list for ANY "recipe
commences before first target" instances but it seems I am the first to
encounter it, or at least the first to report it here.

Does anyone know what might be causing this?


[jdines at hydra buildroot-2010.05 ] make menuconfig
make CC="/usr/bin/gcc" -C package/config mconf
make[1]: Entering directory
`/home/jdines/Build/buildroot-2010.05/package/config'
/usr/bin/gcc -I/usr/include/ncurses -DCURSES_LOC="<ncurses.h>" -DLOCALE
 -g -O2 -MM *.c > .depend 2>/dev/null || :
make[1]: Leaving directory
`/home/jdines/Build/buildroot-2010.05/package/config'
make[1]: Entering directory
`/home/jdines/Build/buildroot-2010.05/package/config'
/usr/bin/gcc -I/usr/include/ncurses -DCURSES_LOC="<ncurses.h>" -DLOCALE
 -g -O2  -c lxdialog/checklist.c -o lxdialog/checklist.o
/usr/bin/gcc -I/usr/include/ncurses -DCURSES_LOC="<ncurses.h>" -DLOCALE
 -g -O2  -c lxdialog/inputbox.c -o lxdialog/inputbox.o
/usr/bin/gcc -I/usr/include/ncurses -DCURSES_LOC="<ncurses.h>" -DLOCALE
 -g -O2  -c lxdialog/menubox.c -o lxdialog/menubox.o
/usr/bin/gcc -I/usr/include/ncurses -DCURSES_LOC="<ncurses.h>" -DLOCALE
 -g -O2  -c lxdialog/textbox.c -o lxdialog/textbox.o
/usr/bin/gcc -I/usr/include/ncurses -DCURSES_LOC="<ncurses.h>" -DLOCALE
 -g -O2  -c lxdialog/util.c -o lxdialog/util.o
/usr/bin/gcc -I/usr/include/ncurses -DCURSES_LOC="<ncurses.h>" -DLOCALE
 -g -O2  -c lxdialog/yesno.c -o lxdialog/yesno.o
/usr/bin/gcc -I/usr/include/ncurses -DCURSES_LOC="<ncurses.h>" -DLOCALE
 -g -O2  -c mconf.c -o mconf.o
/usr/bin/gcc -I/usr/include/ncurses -DCURSES_LOC="<ncurses.h>" -DLOCALE
 -g -O2  mconf.o zconf.tab.o lxdialog/checklist.o lxdialog/util.o
lxdialog/inputbox.o lxdialog/textbox.o lxdialog/yesno.o
lxdialog/menubox.o -lncurses -o mconf
make[1]: Leaving directory
`/home/jdines/Build/buildroot-2010.05/package/config'
#
# configuration written to .config
#


*** End of Buildroot configuration.
*** Execute 'make' to build Buildroot or try 'make help'.

#
# make dependencies written to .auto.deps
# ATTENTION buildroot devels!
# See top of this file before playing with this auto-preprequisites!
#
[jdines at hydra buildroot-2010.05 ] cp .config
configs-make-menuconfig-no-changes
[jdines at hydra buildroot-2010.05 ] rm .config
rm: remove regular file `.config'? y
[jdines at hydra buildroot-2010.05 ] make defconfig
#
# configuration written to .config
#
#
# make dependencies written to .auto.deps
# ATTENTION buildroot devels!
# See top of this file before playing with this auto-preprequisites!
#
[jdines at hydra buildroot-2010.05 ] diff .config
configs-make-menuconfig-no-changes
3c3
< # Mon Aug 30 07:39:30 2010
- ---
> # Mon Aug 30 07:38:50 2010
[jdines at hydra buildroot-2010.05 ] make
package/atk/atk.mk:43: *** recipe commences before first target.  Stop.
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.10 (GNU/Linux)

iQEcBAEBAgAGBQJMe5nJAAoJECSpOhdQESq6gdgIAIcKzSD/71L9mKosYOGyFJTb
VIf3UyADZnsUQC5JxrFel4EQEZdOzOUckbBJ/E3rvOgNbbhtIJH30hTZnWgbe5/4
bD4rlG1oUJAtqu65dPyrG5eGPANhA7U9Yca6//tU4xdy2Ecova35Fblw54AkWA+P
WhDyObVEjU/MagXP9KVlUlUKhcLJaDNFODdeBRe5UY2BiUtURBRJjz31+1BcBPPv
4lUrfYz6DrOoLc1iwh9ni2aICBDGd16exDAnvdqRbMeHoHKhCenzQagWlV7fGzdi
D1oyEYiQHraNxmJymXdTSQaBFynMVImWYAtDVQkd6r2bOwKdP/jRKYKT9spL568=
=3F3s
-----END PGP SIGNATURE-----

^ permalink raw reply	[flat|nested] 17+ messages in thread

end of thread, other threads:[~2010-08-31 22:17 UTC | newest]

Thread overview: 17+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-08-30 11:45 [Buildroot] package/atk/atk.mk:43: *** recipe commences before first target. Stop James J. Dines
2010-08-30 13:05 ` Yann E. MORIN
2010-08-30 13:37   ` Peter Korsgaard
2010-08-30 14:46     ` James J. Dines
2010-08-30 15:01       ` Yann E. MORIN
2010-08-30 15:44         ` [Buildroot] Make 3.82 does behave differently than make 3.81 for sure, but James J. Dines
2010-08-30 16:31           ` Sam Ravnborg
     [not found]             ` <4C7BE3C4.1060706@jdines.net>
     [not found]               ` <20100830185017.GA12921@merkur.ravnborg.org>
2010-08-30 19:01                 ` [Buildroot] Make 3.82 does behave differently than make 3.81 James J. Dines
2010-08-30 20:00             ` [Buildroot] Make 3.82 does behave differently than make 3.81 for sure, but Peter Korsgaard
2010-08-30 20:21               ` James J. Dines
2010-08-30 20:57                 ` Peter Korsgaard
2010-08-30 21:10                   ` James J. Dines
2010-08-30 21:36                     ` Peter Korsgaard
2010-08-30 23:28                       ` James J. Dines
2010-08-31 22:17                       ` [Buildroot] Make 3.82 testing progress update James J. Dines
2010-08-30 22:15                     ` [Buildroot] Make 3.82 does behave differently than make 3.81 for sure, but Malte Starostik
2010-08-31 12:38                       ` James J. Dines

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.