GNOME Bugzilla – Bug 767813
Tomboy fails to build with make 4.2
Last modified: 2016-08-28 18:42:27 UTC
Attempting to build tomboy on recent systems (with mae 4.2) fails with: [ 103s] make[3]: *** No rule to make target '.config.in', needed by '../bin/Tomboy.exe.config'. Stop.
Created attachment 329992 [details] [review] Fix a typo in Makefile.am, resulting in the error reported
Thanks Dominique, could you please tell me which distro you use? Just for me to check thins out. During the 1.15.5 release I've tested Tomboy on Fedora 24, openSUSE 42.1, Debian 8.5 and Ubuntu 16.04, but apparently they all have Make 4.0 and work fine even with this dollar sign, which indeed looks like typo.
all my tests are on openSUSE Tumbleweed. openSUSE Leap 42.1 ships with make 4.0 - as comment 0 said, the issue is surfaces with make 4.2 openSUSE Tumbleweed (the rolling release) was updated to make 4.2 on June 07 2016
Tumbleweed, I see. Will check it out, thanks. Yep, I got it that it only surfaces on 4.*2*, just wondered whether it's Arch or Tumbleweed or any other rolling release distro (or maybe something like Gentoo), to be able to reproduce it :)
Review of attachment 329992 [details] [review]: Confirmed and committed with 546b758380602fbe2962aaa75b311d239ea4ed23. Thanks a lot for your contribution!