After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 644517 - Invalid line in Makefiles
Invalid line in Makefiles
Status: RESOLVED DUPLICATE of bug 633333
Product: hyena
Classification: Other
Component: Hyena
0.5
Other Linux
: Normal normal
: ---
Assigned To: hyena-maint
hyena-maint
Depends on:
Blocks:
 
 
Reported: 2011-03-11 16:19 UTC by Loren Bandiera
Modified: 2011-08-19 09:23 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Loren Bandiera 2011-03-11 16:19:09 UTC
The files:

hyena-0.5/Hyena/Makefile.in
hyena-0.5/Hyena.Data.Sqlite/Makefile.in
hyena-0.5/Hyena.Gui/Makefile.in
hyena-0.5/Mono.Data.Sqlite/Makefile.in

Have this line in them:

dnl SOURCES_BUILD += $(top_srcdir)/src/AssemblyInfo.cs\

This causes the build to fail with:

make[1]: Entering directory `/home/lorenb/hyena-0.5/Hyena'
Makefile:501: *** missing separator.  Stop.

Removing the offending line allows the compile to succeed.  It seems to come from hyena-0.5/build/build.rules.mk
Comment 1 Bertrand Lorentz 2011-08-19 09:23:40 UTC
Thanks for taking the time to report this bug.
This particular bug has already been reported into our bug tracking system, but we are happy to tell you that the problem has already been fixed. It should be solved in the next software version. You may want to check for a software upgrade.

*** This bug has been marked as a duplicate of bug 633333 ***