[pkg-firebird-general] Bug#846025: firebird3.0: FTBFS (segfaults during build)

Santiago Vila sanvila at unex.es
Sun Nov 27 22:02:25 UTC 2016


Package: src:firebird3.0
Version: 3.0.1.32609.ds4-10
Severity: serious

Dear maintainer:

I tried to build this package in stretch with "dpkg-buildpackage -A"
(which is what the "Arch: all" autobuilder would do to build it)
but it failed:

--------------------------------------------------------------------------------
[...]
 debian/rules build-indep
pod2man -c "Firebird documentation" --release "Firebird 3.0"  debian/man/isql-fb.pod > debian/man/isql-fb.1
pod2man -c "Firebird documentation" --release "Firebird 3.0"  debian/man/gbak.pod > debian/man/gbak.1
pod2man -c "Firebird documentation" --release "Firebird 3.0"  debian/man/gfix.pod > debian/man/gfix.1
pod2man -c "Firebird documentation" --release "Firebird 3.0"  debian/man/gpre.pod > debian/man/gpre.1
pod2man -c "Firebird documentation" --release "Firebird 3.0"  debian/man/gsec.pod > debian/man/gsec.1
pod2man -c "Firebird documentation" --release "Firebird 3.0"  debian/man/fbstat.pod > debian/man/fbstat.1
pod2man -c "Firebird documentation" --release "Firebird 3.0"  debian/man/nbackup.pod > debian/man/nbackup.1
pod2man -c "Firebird documentation" --release "Firebird 3.0"  debian/man/fbsvcmgr.pod > debian/man/fbsvcmgr.1
pod2man -c "Firebird documentation" --release "Firebird 3.0"  debian/man/fbtracemgr.pod > debian/man/fbtracemgr.1
pod2man -c "Firebird documentation" --release "Firebird 3.0"  debian/man/fbguard.pod > debian/man/fbguard.1
pod2man -c "Firebird documentation" --release "Firebird 3.0"  debian/man/fb_lock_print.pod > debian/man/fb_lock_print.1
pod2man -c "Firebird documentation" --release "Firebird 3.0"  debian/man/firebird.pod > debian/man/firebird.1

[... snipped ...]

            'NOW',
            user,
            old.salary,
            (new.salary - old.salary) * 100 / old.salary);
END ^

CREATE TRIGGER POST_NEW_ORDER FOR SALES 
ACTIVE AFTER INSERT POSITION 0 
AS
BEGIN
    POST_EVENT 'new_order';
END ^


SET TERM ; ^
COMMIT WORK;

/* Grant permissions for this database */
GRANT DELETE, INSERT, SELECT, UPDATE, REFERENCES ON COUNTRY TO PUBLIC WITH GRANT OPTION;
GRANT DELETE, INSERT, SELECT, UPDATE, REFERENCES ON CUSTOMER TO PUBLIC WITH GRANT OPTION;
GRANT DELETE, INSERT, SELECT, UPDATE, REFERENCES ON DEPARTMENT TO PUBLIC WITH GRANT OPTION;
GRANT DELETE, INSERT, SELECT, UPDATE, REFERENCES ON EMPLOYEE TO PUBLIC WITH GRANT OPTION;
GRANT DELETE, INSERT, SELECT, UPDATE, REFERENCES ON EMPLOYEE_PROJECT TO PUBLIC WITH GRANT OPTION;
GRANT DELETE, INSERT, SELECT, UPDATE, REFERENCES ON JOB TO PUBLIC WITH GRANT OPTION;
GRANT DELETE, INSERT, SELECT, UPDATE, REFERENCES ON PHONE_LIST TO PUBLIC WITH GRANT OPTION;
GRANT DELETE, INSERT, SELECT, UPDATE, REFERENCES ON PROJECT TO PUBLIC WITH GRANT OPTION;
GRANT DELETE, INSERT, SELECT, UPDATE, REFERENCES ON PROJ_DEPT_BUDGET TO PUBLIC WITH GRANT OPTION;
GRANT DELETE, INSERT, SELECT, UPDATE, REFERENCES ON SALARY_HISTORY TO PUBLIC WITH GRANT OPTION;
GRANT DELETE, INSERT, SELECT, UPDATE, REFERENCES ON SALES TO PUBLIC WITH GRANT OPTION;
GRANT EXECUTE ON PROCEDURE ADD_EMP_PROJ TO PUBLIC WITH GRANT OPTION;
GRANT EXECUTE ON PROCEDURE ALL_LANGS TO PUBLIC WITH GRANT OPTION;
GRANT EXECUTE ON PROCEDURE DELETE_EMPLOYEE TO PUBLIC WITH GRANT OPTION;
GRANT EXECUTE ON PROCEDURE DEPT_BUDGET TO PUBLIC WITH GRANT OPTION;
GRANT EXECUTE ON PROCEDURE GET_EMP_PROJ TO PUBLIC WITH GRANT OPTION;
GRANT EXECUTE ON PROCEDURE MAIL_LABEL TO PUBLIC WITH GRANT OPTION;
GRANT EXECUTE ON PROCEDURE ORG_CHART TO PUBLIC WITH GRANT OPTION;
GRANT EXECUTE ON PROCEDURE SHIP_ORDER TO PUBLIC WITH GRANT OPTION;
GRANT EXECUTE ON PROCEDURE SHOW_LANGS TO PUBLIC WITH GRANT OPTION;
GRANT EXECUTE ON PROCEDURE SUB_TOT_BUDGET TO PUBLIC WITH GRANT OPTION;
tables=$( echo "show tables;" | FIREBIRD_BOOT_BUILD=true FIREBIRD=debian/firebird-image LD_LIBRARY_PATH=debian/firebird-image/lib FIREBIRD_MSG=debian/firebird-image debian/firebird-image/bin/isql -user SYSDBA debian/firebird-image/examples/empbuild/employee.fdb ) && \
    for table in $tables; do \
	echo "select * from $table;" | FIREBIRD_BOOT_BUILD=true FIREBIRD=debian/firebird-image LD_LIBRARY_PATH=debian/firebird-image/lib FIREBIRD_MSG=debian/firebird-image debian/firebird-image/bin/isql -user SYSDBA -e debian/firebird-image/examples/empbuild/employee.fdb ; \
    done
Segmentation fault
debian/rules:166: recipe for target 'build-firebird-stamp' failed
make: *** [build-firebird-stamp] Error 139
dpkg-buildpackage: error: debian/rules build-indep gave error exit status 2
--------------------------------------------------------------------------------

The relevant part of the build log is included above.

It always fail for me, and I've checked using several different
autobuilders. I attach several build logs.

I know this is suspiciously similar to #840666, but I'm not confident
enough to tell that it's the "same" bug, so I'm filing a separate bug.

Thanks.
-------------- next part --------------
A non-text attachment was scrubbed...
Name: firebird3.0_3.0.1.32609.ds4-10_amd64-20161125T172211Z.gz
Type: application/gzip
Size: 43527 bytes
Desc: 
URL: <http://lists.alioth.debian.org/pipermail/pkg-firebird-general/attachments/20161127/d07fadac/attachment-0009.bin>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: firebird3.0_3.0.1.32609.ds4-10_amd64-20161126T112753Z.gz
Type: application/gzip
Size: 42911 bytes
Desc: 
URL: <http://lists.alioth.debian.org/pipermail/pkg-firebird-general/attachments/20161127/d07fadac/attachment-0010.bin>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: firebird3.0_3.0.1.32609.ds4-10_amd64-20161126T112814Z.gz
Type: application/gzip
Size: 42953 bytes
Desc: 
URL: <http://lists.alioth.debian.org/pipermail/pkg-firebird-general/attachments/20161127/d07fadac/attachment-0011.bin>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: firebird3.0_3.0.1.32609.ds4-10_amd64-20161126T112831Z.gz
Type: application/gzip
Size: 31076 bytes
Desc: 
URL: <http://lists.alioth.debian.org/pipermail/pkg-firebird-general/attachments/20161127/d07fadac/attachment-0012.bin>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: firebird3.0_3.0.1.32609.ds4-10_amd64-20161126T112835Z.gz
Type: application/gzip
Size: 43033 bytes
Desc: 
URL: <http://lists.alioth.debian.org/pipermail/pkg-firebird-general/attachments/20161127/d07fadac/attachment-0013.bin>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: firebird3.0_3.0.1.32609.ds4-10_amd64-20161126T113600Z.gz
Type: application/gzip
Size: 42915 bytes
Desc: 
URL: <http://lists.alioth.debian.org/pipermail/pkg-firebird-general/attachments/20161127/d07fadac/attachment-0014.bin>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: firebird3.0_3.0.1.32609.ds4-10_amd64-20161126T113610Z.gz
Type: application/gzip
Size: 42953 bytes
Desc: 
URL: <http://lists.alioth.debian.org/pipermail/pkg-firebird-general/attachments/20161127/d07fadac/attachment-0015.bin>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: firebird3.0_3.0.1.32609.ds4-10_amd64-20161126T113628Z.gz
Type: application/gzip
Size: 43022 bytes
Desc: 
URL: <http://lists.alioth.debian.org/pipermail/pkg-firebird-general/attachments/20161127/d07fadac/attachment-0016.bin>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: firebird3.0_3.0.1.32609.ds4-10_amd64-20161126T113643Z.gz
Type: application/gzip
Size: 42980 bytes
Desc: 
URL: <http://lists.alioth.debian.org/pipermail/pkg-firebird-general/attachments/20161127/d07fadac/attachment-0017.bin>


More information about the pkg-firebird-general mailing list