stereograph version 0.30a-6 failed to build on i386
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
stereograph (Debian) |
Fix Released
|
Unknown
|
|||
stereograph (Ubuntu) |
Fix Released
|
High
|
Sebastian Carneiro | ||
Oneiric |
Fix Released
|
High
|
Sebastian Carneiro |
Bug Description
stereograph version 0.30a-6 failed to build on i386
Link to failed build: https:/
Direct link to the build log: https:/
This log snippet might be of interest, since it triggered the matcher 'Purging chroot-autobuild'.
Excerpt 813 lines into the build log:
renderer.c:317:2: warning: incompatible implicit declaration of built-in function 'memcpy'
renderer.c: In function 'ZoomScan':
renderer.c:454:3: warning: incompatible implicit declaration of built-in function 'memcpy'
renderer.c: In function 'ZoomAAScan':
renderer.c:523:3: warning: incompatible implicit declaration of built-in function 'memcpy'
gcc -Wall -Dlinux -g -O2 -c -o gfxio.o gfxio.c
gfxio.c: In function 'Generate_
gfxio.c:902:9: warning: 'a' may be used uninitialized in this function
gcc -lm /usr/lib/libpng.so /usr/lib/libz.so stereograph.o renderer.o gfxio.o -o stereograph
gcc: /usr/lib/libpng.so: No such file or directory
gcc: /usr/lib/libz.so: No such file or directory
make[1]: *** [stereograph] Error 1
make[1]: Leaving directory `/build/
make: *** [build-stamp] Error 2
dpkg-buildpackage: error: debian/rules build gave error exit status 2
*******
Build finished at 20110408-1454
FAILED [dpkg-buildpackage died]
Purging chroot-
Related branches
- Marc Deslauriers: Approve
- Ubuntu branches: Pending requested
-
Diff: 63 lines (+19/-3)4 files modifiedMakefile (+1/-1)
Makefile.in (+2/-0)
debian/changelog (+13/-0)
debian/control (+3/-2)
Changed in stereograph (Ubuntu): | |
importance: | Undecided → High |
tags: | added: oneiric |
Changed in stereograph (Ubuntu): | |
milestone: | none → oneiric-alpha-1 |
Changed in stereograph (Ubuntu Oneiric): | |
milestone: | oneiric-alpha-1 → oneiric-alpha-2 |
Changed in stereograph (Ubuntu Oneiric): | |
milestone: | oneiric-alpha-2 → none |
status: | New → Confirmed |
tags: | added: universe |
Changed in stereograph (Ubuntu Oneiric): | |
assignee: | nobody → Sebastian Carneiro (scarneiro) |
status: | Confirmed → In Progress |
Changed in stereograph (Debian): | |
status: | Unknown → New |
Changed in stereograph (Debian): | |
status: | New → Fix Released |
This bug was fixed in the package stereograph - 0.30a-6ubuntu1
---------------
stereograph (0.30a-6ubuntu1) oneiric; urgency=low
* Changed library references, changed and updated parameters
to linker to solve FTBFS (LP: #755934):
- Makefile: replaced hardcoded libraries with library
parameters for libpng and libz.
- Makefile.in: added target to build stereograph executable
putting the library references after the objects that
needs them, to build with ld --no-as-needed.
- debian/control: updated build depends for libpng.
-- Sebastian Carneiro <email address hidden> Wed, 27 Jul 2011 09:18:43 -0300