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 745581 - build: add AC_PROG_LN_S
build: add AC_PROG_LN_S
Status: RESOLVED FIXED
Product: gnome-weather
Classification: Applications
Component: general
unspecified
Other All
: Normal normal
: ---
Assigned To: GNOME Weather Maintainer(s)
GNOME Weather Maintainer(s)
Depends on:
Blocks:
 
 
Reported: 2015-03-04 08:04 UTC by Dominique Leuenberger
Modified: 2015-03-12 11:45 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
build: add AC_PROG_LN_S (1.19 KB, patch)
2015-03-04 08:04 UTC, Dominique Leuenberger
committed Details | Review

Description Dominique Leuenberger 2015-03-04 08:04:21 UTC
After the refactoring of the build system, we lost the implicit
declaration of $(LN_S), resulting in the symlink in $(bindir) no longer
to be created.

Instead, the build/install log contained:
  [   52s] /usr/bin/mkdir -p
  /home/abuild/rpmbuild/BUILDROOT/gnome-weather-3.15.91-0.x86_64/usr/bin
  [   52s] f /usr/share/org.gnome.Weather/org.gnome.Weather.Application
  /home/abuild/rpmbuild/BUILDROOT/gnome-weather-3.15.91-0.x86_64/usr/bin/gnome-weather
  [   52s] make[3]: f: Command not found
  [   52s] Makefile:563: recipe for target 'install-exec-hook' failed
  [   52s] make[3]: [install-exec-hook] Error 127 (ignored)
Comment 1 Dominique Leuenberger 2015-03-04 08:04:25 UTC
Created attachment 298500 [details] [review]
build: add AC_PROG_LN_S
Comment 2 Giovanni Campagna 2015-03-12 01:22:27 UTC
Review of attachment 298500 [details] [review]:

Looks good, thanks!