"make distcheck" fails

Bug #257694 reported by Lenz Grimmer
2
Affects Status Importance Assigned to Milestone
Drizzle
Fix Released
Medium
Monty Taylor

Bug Description

Revision: 322

Running "make distcheck" fails with the following error:

make[3]: Entering directory `/space/my/bzr/drizzle-build/drizzle-7.0.0/_build/vio'
/bin/sh ../libtool --preserve-dup-deps --tag=CC --mode=compile gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../../vio -I.. -I../.. -I.. -W -Wall -Wextra -pedantic -Wundef -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wno-strict-aliasing -Werror -ggdb3 -g -O2 -DUNIV_LINUX -MT vio.lo -MD -MP -MF .deps/vio.Tpo -c -o vio.lo ../../vio/vio.c
mkdir .libs
 gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../../vio -I.. -I../.. -I.. -W -Wall -Wextra -pedantic -Wundef -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wno-strict-aliasing -Werror -ggdb3 -g -O2 -DUNIV_LINUX -MT vio.lo -MD -MP -MF .deps/vio.Tpo -c ../../vio/vio.c -fPIC -DPIC -o .libs/vio.o
In file included from ../../vio/vio_priv.h:19,
                 from ../../vio/vio.c:23:
../../drizzled/global.h:1044:32: error: libdrizzle/gettext.h: No such file or directory

Revision history for this message
Lenz Grimmer (lenzgr) wrote :

FWIW, the same happens when I try to compile from a source tarball that I created with "make dist" before:

 gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -I.. -I.. -W -Wall -Wextra -pedantic -Wundef -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wno-strict-aliasing -Werror -ggdb3 -g -O2 -DUNIV_LINUX -MT vio.lo -MD -MP -MF .deps/vio.Tpo -c vio.c -fPIC -DPIC -o.libs/vio.o
In file included from vio_priv.h:19,
                 from vio.c:23:
../drizzled/global.h:1044:32: error: libdrizzle/gettext.h: No such file or directory

Revision history for this message
Monty Taylor (mordred) wrote :

This and some other things have been missing in the Makefile.am's... fixing now.

Changed in drizzle:
assignee: nobody → mordred
importance: Undecided → Medium
status: New → In Progress
Revision history for this message
Monty Taylor (mordred) wrote :

Fixed this and some other distcheck issues. distcheck should now work properly.

Changed in drizzle:
status: In Progress → Fix Released
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.