View Issue Details

IDProjectCategoryView StatusLast Update
0005537TalerWeb site(s)public2019-12-20 19:11
ReporterLUG Assigned ToMarcello Stanisci  
PrioritynormalSeverityblockReproducibilityalways
Status closedResolutionfixed 
Product Versiongit (master) 
Target Version0.6Fixed in Version0.6 
Summary0005537: Make fails for setting up landing page repo
DescriptionThe last step of the setup instructions

  git submodule init
  git submodule update --remote
  AUTOMAKE="automake --foreign" autoreconf -fiv
  ./configure
  make

fails with the following error:

Making all in static
make[1]: Entering directory '/taler_landing/demo/static'
Making all in web-common
make[2]: Entering directory '/taler_landing/demo/static/web-common'
make[2]: *** No rule to make target 'logo-2015-medium.png', needed by 'all-am'. Stop.
make[2]: Leaving directory '/taler_landing/demo/static/web-common'
Makefile:295: recipe for target 'all-recursive' failed
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory '/taler_landing/demo/static'
Makefile:347: recipe for target 'all-recursive' failed
make: *** [all-recursive] Error 1
Steps To Reproducegit clone git://git.taler.net/landing.git
cd landing
git submodule init
git submodule update --remote
AUTOMAKE="automake --foreign" autoreconf -fiv
./configure
cd demo
make
TagsNo tags attached.

Activities

LUG

2019-02-01 22:26

reporter   ~0013555

An attempt to fix this is available in the web-common repo in branch bugfix/remove-logo-from-makefile

Marcello Stanisci

2019-02-14 19:41

reporter   ~0013782

I can't see that branch, did you push it?

Marcello Stanisci

2019-02-14 20:01

reporter   ~0013783

2b9168365c39e23 should fix this.

Issue History

Date Modified Username Field Change
2019-02-01 22:09 LUG New Issue
2019-02-01 22:26 LUG Note Added: 0013555
2019-02-02 10:49 Christian Grothoff Assigned To => Marcello Stanisci
2019-02-02 10:49 Christian Grothoff Status new => assigned
2019-02-14 19:41 Marcello Stanisci Note Added: 0013782
2019-02-14 20:01 Marcello Stanisci Note Added: 0013783
2019-02-14 20:01 Marcello Stanisci Status assigned => resolved
2019-02-14 20:01 Marcello Stanisci Resolution open => fixed
2019-09-16 09:25 Christian Grothoff Product Version => git (master)
2019-09-16 09:25 Christian Grothoff Fixed in Version => 0.6
2019-09-16 09:25 Christian Grothoff Target Version => 0.6
2019-12-20 19:11 Christian Grothoff Status resolved => closed