Your message dated Sat, 30 Aug 2014 23:41:28 +0400
with message-id <20140830194128.ga2...@darkstar.order.hcn-strela.ru>
and subject line Re: Bug#759840: parser: FTBFS: string3.h:51: undefined 
reference to `_pcre_default_tables'
has caused the Debian Bug report #759840,
regarding parser: FTBFS: string3.h:51: undefined reference to 
`_pcre_default_tables'
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact ow...@bugs.debian.org
immediately.)


-- 
759840: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=759840
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Source: parser
Version: 3.4.3-3
Severity: serious
Tags: jessie sid
User: debian...@lists.debian.org
Usertags: qa-ftbfs-20140830 qa-ftbfs
Justification: FTBFS on amd64

Hi,

During a rebuild of all packages in sid, your package failed to build on
amd64.

Relevant part (hopefully):
> g++ -DHAVE_CONFIG_H -I. -I../../../src/include -I../../classes -I../../types 
> -I../../lib/gc/include -I../../lib/cord/include -I/usr/include/libxml2  
> -D_FORTIFY_SOURCE=2  -g -O2 -fstack-protector-strong -Wformat 
> -Werror=format-security -c -o parser3.o parser3.C
> /bin/bash ../../../libtool --preserve-dup-deps --mode=link --tag=CXX g++  -g 
> -O2 -fstack-protector-strong -Wformat -Werror=format-security  -Wl,-z,relro 
> -o parser3 pa_threads.o parser3.o ../../main/.libs/libmain.a 
> ../../classes/.libs/libclasses.a ../../types/.libs/libtypes.a 
> ../../main/.libs/libmain.a ../../lib/gd/libgd.la ../../lib/cord/libcord.la 
> ../../lib/md5/libmd5.la ../../lib/sdbm/libsdbm.la ../../lib/smtp/libsmtp.la 
> ../../lib/json/libjson.la ../../lib/memcached/libmemcached.la -lltdl -lgc 
> -lpcre -lxml2 -lxslt -lexslt  -lcrypt -lm -ldl 
> libtool: link: g++ -g -O2 -fstack-protector-strong -Wformat 
> -Werror=format-security -Wl,-z -Wl,relro -o parser3 pa_threads.o parser3.o  
> ../../main/.libs/libmain.a ../../classes/.libs/libclasses.a 
> ../../types/.libs/libtypes.a ../../main/.libs/libmain.a 
> ../../lib/gd/.libs/libgd.a ../../lib/cord/.libs/libcord.a 
> ../../lib/md5/.libs/libmd5.a ../../lib/sdbm/.libs/libsdbm.a 
> ../../lib/smtp/.libs/libsmtp.a ../../lib/json/.libs/libjson.a 
> ../../lib/memcached/.libs/libmemcached.a /usr/lib/x86_64-linux-gnu/libltdl.so 
> -lgc -lpcre -lxml2 -lxslt -lexslt -lcrypt -lm -ldl
> ../../main/.libs/libmain.a(pa_charset.o): In function `memcpy':
> /usr/include/x86_64-linux-gnu/bits/string3.h:51: undefined reference to 
> `_pcre_default_tables'
> ../../main/.libs/libmain.a(pa_charset.o): In function `fixUTF8(char const*)':
> /«PKGBUILDDIR»/src/main/pa_charset.C:1298: undefined reference to 
> `_pcre_valid_utf'
> /«PKGBUILDDIR»/src/main/pa_charset.C:1318: undefined reference to 
> `_pcre_valid_utf'
> collect2: error: ld returned 1 exit status

The full build log is available from:
   http://aws-logs.debian.net/ftbfs-logs/2014/08/30/parser_3.4.3-3_unstable.log

A list of current common problems and possible solutions is available at
http://wiki.debian.org/qa.debian.org/FTBFS . You're welcome to contribute!

About the archive rebuild: The rebuild was done on EC2 VM instances from
Amazon Web Services, using a clean, minimal and up-to-date chroot. Every
failed build was retried once to eliminate random failures. The build
was done with DEB_BUILD_OPTIONS="parallel=4", so if your packaging tries
to support this, it might be a good idea to explore whether this might
be the cause of the failure.

--- End Message ---
--- Begin Message ---
Closed as a duplicate of #755346

On Sat, Aug 30, 2014 at 11:02 PM, Lucas Nussbaum <lu...@lucas-nussbaum.net> 
wrote:
> Source: parser
> Version: 3.4.3-3
> Severity: serious
> Tags: jessie sid
> User: debian...@lists.debian.org
> Usertags: qa-ftbfs-20140830 qa-ftbfs
> Justification: FTBFS on amd64
>
> Hi,
>
> During a rebuild of all packages in sid, your package failed to build on
> amd64.
>
> Relevant part (hopefully):
>> g++ -DHAVE_CONFIG_H -I. -I../../../src/include -I../../classes -I../../types 
>> -I../../lib/gc/include -I../../lib/cord/include -I/usr/include/libxml2  
>> -D_FORTIFY_SOURCE=2  -g -O2 -fstack-protector-strong -Wformat 
>> -Werror=format-security -c -o parser3.o parser3.C
>> /bin/bash ../../../libtool --preserve-dup-deps --mode=link --tag=CXX g++  -g 
>> -O2 -fstack-protector-strong -Wformat -Werror=format-security  -Wl,-z,relro 
>> -o parser3 pa_threads.o parser3.o ../../main/.libs/libmain.a 
>> ../../classes/.libs/libclasses.a ../../types/.libs/libtypes.a 
>> ../../main/.libs/libmain.a ../../lib/gd/libgd.la ../../lib/cord/libcord.la 
>> ../../lib/md5/libmd5.la ../../lib/sdbm/libsdbm.la ../../lib/smtp/libsmtp.la 
>> ../../lib/json/libjson.la ../../lib/memcached/libmemcached.la -lltdl -lgc 
>> -lpcre -lxml2 -lxslt -lexslt  -lcrypt -lm -ldl
>> libtool: link: g++ -g -O2 -fstack-protector-strong -Wformat 
>> -Werror=format-security -Wl,-z -Wl,relro -o parser3 pa_threads.o parser3.o  
>> ../../main/.libs/libmain.a ../../classes/.libs/libclasses.a 
>> ../../types/.libs/libtypes.a ../../main/.libs/libmain.a 
>> ../../lib/gd/.libs/libgd.a ../../lib/cord/.libs/libcord.a 
>> ../../lib/md5/.libs/libmd5.a ../../lib/sdbm/.libs/libsdbm.a 
>> ../../lib/smtp/.libs/libsmtp.a ../../lib/json/.libs/libjson.a 
>> ../../lib/memcached/.libs/libmemcached.a 
>> /usr/lib/x86_64-linux-gnu/libltdl.so -lgc -lpcre -lxml2 -lxslt -lexslt 
>> -lcrypt -lm -ldl
>> ../../main/.libs/libmain.a(pa_charset.o): In function `memcpy':
>> /usr/include/x86_64-linux-gnu/bits/string3.h:51: undefined reference to 
>> `_pcre_default_tables'
>> ../../main/.libs/libmain.a(pa_charset.o): In function `fixUTF8(char const*)':
>> /«PKGBUILDDIR»/src/main/pa_charset.C:1298: undefined reference to 
>> `_pcre_valid_utf'
>> /«PKGBUILDDIR»/src/main/pa_charset.C:1318: undefined reference to 
>> `_pcre_valid_utf'
>> collect2: error: ld returned 1 exit status
>
> The full build log is available from:
>    
> http://aws-logs.debian.net/ftbfs-logs/2014/08/30/parser_3.4.3-3_unstable.log
>
> A list of current common problems and possible solutions is available at
> http://wiki.debian.org/qa.debian.org/FTBFS . You're welcome to contribute!
>
> About the archive rebuild: The rebuild was done on EC2 VM instances from
> Amazon Web Services, using a clean, minimal and up-to-date chroot. Every
> failed build was retried once to eliminate random failures. The build
> was done with DEB_BUILD_OPTIONS="parallel=4", so if your packaging tries
> to support this, it might be a good idea to explore whether this might
> be the cause of the failure.
>

--- End Message ---

Reply via email to