← Back to team overview

hugin-devs team mailing list archive

Re: [Bug 1468520] Re: make dist fails

 

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

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

Starting with a clean checkout:

make -f Makefile.scm
mkdir BUILD
cd BUILD
../configure
make dist

This tries to compile enblend/enfuse, but fails with:
../../src/enblend.cc:81:23: fatal error: signature.h: No such file or directory
..and:
No rule to make target 'layer_selection/liblayersel.a'

If I then just do this it all works fine:

make
make dist

- -----BEGIN PGP SIGNATURE-----
Version: GnuPG v1

iEYEARECAAYFAlWlkDsACgkQFqOhwCjyCLqojACeOF4KHAfXszmSyFt3h+deN6k0
pD4AoJ/a82lYQtOcogHUVs/vX0TjdrYI
=fAJy
- -----END PGP SIGNATURE-----
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1

iEYEARECAAYFAlWlksYACgkQFqOhwCjyCLpejwCfUsABlhJlbM/zkayxdM0Ay6F5
CK0An0hsr9q69UgUz8uhltzUpzq2noSF
=+upu
-----END PGP SIGNATURE-----

-- 
You received this bug notification because you are a member of Hugin
Developers, which is subscribed to Enblend.
https://bugs.launchpad.net/bugs/1468520

Title:
  make dist fails

Status in Enblend:
  Incomplete

Bug description:
  I'm trying to make a tarball from the default branch so I can update
  the fedora package but `make dist` fails:

  $ make dist
  make  dist-gzip am__post_remove_distdir='@:'
  make[1]: Entering directory '/home/bruno/src/enblend'
  if test -d "enblend-enfuse-4.2-add32106f8f5"; then find "enblend-enfuse-4.2-add32106f8f5" -type d ! -perm -200 -exec chmod u+w {} ';' && rm -rf "enblend-enfuse-4.2-add32106f8f5" || { sleep 5 && rm -rf "enblend-enfuse-4.2-add32106f8f5"; }; else :; fi
  test -d "enblend-enfuse-4.2-add32106f8f5" || mkdir "enblend-enfuse-4.2-add32106f8f5"
   (cd share && make  top_distdir=../enblend-enfuse-4.2-add32106f8f5 distdir=../enblend-enfuse-4.2-add32106f8f5/share \
       am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)
  make[2]: Entering directory '/home/bruno/src/enblend/share'
   (cd enfuse && make  top_distdir=../../enblend-enfuse-4.2-add32106f8f5 distdir=../../enblend-enfuse-4.2-add32106f8f5/share/enfuse \
       am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)
  make[3]: Entering directory '/home/bruno/src/enblend/share/enfuse'
  make[3]: *** No rule to make target 'distdir'.  Stop.
  make[3]: Leaving directory '/home/bruno/src/enblend/share/enfuse'
  Makefile:489: recipe for target 'distdir' failed
  make[2]: *** [distdir] Error 1
  make[2]: Leaving directory '/home/bruno/src/enblend/share'
  Makefile:548: recipe for target 'distdir' failed
  make[1]: *** [distdir] Error 1
  make[1]: Leaving directory '/home/bruno/src/enblend'
  Makefile:647: recipe for target 'dist' failed
  make: *** [dist] Error 2

  This is fedora f22
  automake-1.15
  autoconf-2.69

  `./configure && make` works ok, so does `cmake . && make
  package_source`

To manage notifications about this bug go to:
https://bugs.launchpad.net/enblend/+bug/1468520/+subscriptions


References