Ticket #66 (closed fixme: worksforme)
gdl-package fails to compile with dpkg-buildpackage
| Reported by: | rockfx01 | Owned by: | ichthyo |
|---|---|---|---|
| Priority: | lesser | Milestone: | 0integration |
| Component: | infrastructure | Keywords: | debian |
| Cc: | Blocked By: | ||
| Blocking: |
Description
When using "dpkg-buildpackage" to compile gdl-package from source (git clone from 4/27/09), compilation fails with the error:
... checking for native Win32... no /home/tim/Documents/Projects/Lumiera/gdl-package/./configure: line 17282: syntax error near unexpected token `0.35.0' /home/tim/Documents/Projects/Lumiera/gdl-package/./configure: line 17282: `IT_PROG_INTLTOOL(0.35.0)' make: *** [config.status] Error 2
Compiled on Ubuntu 9.04 Jaunty
Change History
comment:2 Changed 3 years ago by ichthyo
- Priority changed from urgent to lesser
- Status changed from closed to reopened
- Resolution done deleted
- Milestone set to 0integration
Sorry ... I'll re-open this ticket, to remind me to investigate this issue further.
If actually dpkg-buildpackage aborts with an error in the configure stage, this is a defect, as the debian buildsystem should already have detected the missing dependency. Maybe the package description in insufficient.
Note: See
TracTickets for help on using
tickets.

I found the problem, I was doing the build incorrectly and missing some packages.
First, I found that the gtk-doc-tools package and dependencies had to be installed or autoreconf would fail with the following error(s):
The proper install process (that worked for me) was:
(must use sudo for 'make install' in Ubuntu it seems)
This should be documented in the newbies tutorial. Currently there is no documentation for installing gdl-package in the tutorial, which the gui build does not work without.