Activity log for bug #383825

Date Who What changed Old value New value Message
2009-06-05 04:21:47 Fabrice Coutadeur bug added bug
2009-06-05 04:21:59 Fabrice Coutadeur texlive-bin (Ubuntu): status New In Progress
2009-06-05 04:21:59 Fabrice Coutadeur texlive-bin (Ubuntu): assignee fabrice_sp (fabricesp)
2009-06-05 04:42:10 Fabrice Coutadeur summary FTBFS with latest libpoppler 0.11 with "error: 'virtual GfxFont::~GfxFont()' is protected" [karmic] libpoppler4 -> libpoppler5 transition
2009-06-05 04:42:10 Fabrice Coutadeur description Hi, With the latest libpoppler, texlive-bin FTBFS, because the GfxFont destructor became protected: c++ -g -O2 -DHAVE_CONFIG_H -I. -I../../../../texk/web2c/pdftexdir -I../.. -I../../../../texk/web2c/pdftexdir/../.. -I/usr/include/poppler -I../../../libs/obsdcompat -I../../../libs/obsdcompat/.. -I../../../../texk/web2c/pdftexdir/../../../libs/obsdcompat -I../../../../texk/web2c/pdftexdir/../../../libs/obsdcompat/.. -c ../../../../texk/web2c/pdftexdir/pdftoepdf.cc ../../../../texk/web2c/pdftexdir/pdftoepdf.cc: In function 'void copyFont(char*, Object*)': ../../../../texk/web2c/pdftexdir/pdftoepdf.cc:384: warning: deprecated conversion from string constant to 'char*' ../../../../texk/web2c/pdftexdir/pdftoepdf.cc:386: warning: deprecated conversion from string constant to 'char*' ../../../../texk/web2c/pdftexdir/pdftoepdf.cc:387: warning: deprecated conversion from string constant to 'char*' ../../../../texk/web2c/pdftexdir/pdftoepdf.cc:389: warning: deprecated conversion from string constant to 'char*' ../../../../texk/web2c/pdftexdir/pdftoepdf.cc:391: warning: deprecated conversion from string constant to 'char*' ../../../../texk/web2c/pdftexdir/pdftoepdf.cc:393: warning: deprecated conversion from string constant to 'char*' ../../../../texk/web2c/pdftexdir/pdftoepdf.cc:397: warning: deprecated conversion from string constant to 'char*' /usr/include/poppler/GfxFont.h: In function 'void writeEncodings()': /usr/include/poppler/GfxFont.h:230: error: 'virtual GfxFont::~GfxFont()' is protected ../../../../texk/web2c/pdftexdir/pdftoepdf.cc:636: error: within this context ../../../../texk/web2c/pdftexdir/pdftoepdf.cc: In function 'void write_epdf()': ../../../../texk/web2c/pdftexdir/pdftoepdf.cc:851: warning: format not a string literal and no format arguments ../../../../texk/web2c/pdftexdir/pdftoepdf.cc:858: warning: format not a string literal and no format arguments make[4]: *** [pdftoepdf.o] Error 1 make[4]: Leaving directory `/build/fabrice-texlive-bin_2007.dfsg.2-6ubuntu1-amd64-VsqtJ0/texlive-bin-2007.dfsg.2-6ubuntu1/build/source/Work/texk/web2c/pdftexdir' make[3]: *** [pdftexdir/libpdf.a] Error 2 make[3]: Leaving directory `/build/fabrice-texlive-bin_2007.dfsg.2-6ubuntu1-amd64-VsqtJ0/texlive-bin-2007.dfsg.2-6ubuntu1/build/source/Work/texk/web2c' make[2]: *** [all] Error 1 make[2]: Leaving directory `/build/fabrice-texlive-bin_2007.dfsg.2-6ubuntu1-amd64-VsqtJ0/texlive-bin-2007.dfsg.2-6ubuntu1/build/source/Work/texk' make[1]: *** [all] Error 1 make[1]: Leaving directory `/build/fabrice-texlive-bin_2007.dfsg.2-6ubuntu1-amd64-VsqtJ0/texlive-bin-2007.dfsg.2-6ubuntu1/build/source/Work' make: *** [build-stamp] Error 2 dpkg-buildpackage: failure: debian/rules build gave error exit status 2 This call to the destructor can be dropped as it's a virtual method, that don't do anything Hi, According to apt-cache rdepends, the following packages are still using the 'old' libpoppler 0.10: poppler-data texlive-xetex pdfcube pdf2djvu luatex kbib texlive-base-bin krita inkscape texlive-xetex and texlive-base-bin: With the latest libpoppler, texlive-bin FTBFS, because the GfxFont destructor became protected: c++ -g -O2 -DHAVE_CONFIG_H -I. -I../../../../texk/web2c/pdftexdir -I../.. -I../../../../texk/web2c/pdftexdir/../.. -I/usr/include/poppler -I../../../libs/obsdcompat -I../../../libs/obsdcompat/.. -I../../../../texk/web2c/pdftexdir/../../../libs/obsdcompat -I../../../../texk/web2c/pdftexdir/../../../libs/obsdcompat/.. -c ../../../../texk/web2c/pdftexdir/pdftoepdf.cc ../../../../texk/web2c/pdftexdir/pdftoepdf.cc: In function 'void copyFont(char*, Object*)': ../../../../texk/web2c/pdftexdir/pdftoepdf.cc:384: warning: deprecated conversion from string constant to 'char*' ../../../../texk/web2c/pdftexdir/pdftoepdf.cc:386: warning: deprecated conversion from string constant to 'char*' ../../../../texk/web2c/pdftexdir/pdftoepdf.cc:387: warning: deprecated conversion from string constant to 'char*' ../../../../texk/web2c/pdftexdir/pdftoepdf.cc:389: warning: deprecated conversion from string constant to 'char*' ../../../../texk/web2c/pdftexdir/pdftoepdf.cc:391: warning: deprecated conversion from string constant to 'char*' ../../../../texk/web2c/pdftexdir/pdftoepdf.cc:393: warning: deprecated conversion from string constant to 'char*' ../../../../texk/web2c/pdftexdir/pdftoepdf.cc:397: warning: deprecated conversion from string constant to 'char*' /usr/include/poppler/GfxFont.h: In function 'void writeEncodings()': /usr/include/poppler/GfxFont.h:230: error: 'virtual GfxFont::~GfxFont()' is protected ../../../../texk/web2c/pdftexdir/pdftoepdf.cc:636: error: within this context ../../../../texk/web2c/pdftexdir/pdftoepdf.cc: In function 'void write_epdf()': ../../../../texk/web2c/pdftexdir/pdftoepdf.cc:851: warning: format not a string literal and no format arguments ../../../../texk/web2c/pdftexdir/pdftoepdf.cc:858: warning: format not a string literal and no format arguments make[4]: *** [pdftoepdf.o] Error 1 make[4]: Leaving directory `/build/fabrice-texlive-bin_2007.dfsg.2-6ubuntu1-amd64-VsqtJ0/texlive-bin-2007.dfsg.2-6ubuntu1/build/source/Work/texk/web2c/pdftexdir' make[3]: *** [pdftexdir/libpdf.a] Error 2 make[3]: Leaving directory `/build/fabrice-texlive-bin_2007.dfsg.2-6ubuntu1-amd64-VsqtJ0/texlive-bin-2007.dfsg.2-6ubuntu1/build/source/Work/texk/web2c' make[2]: *** [all] Error 1 make[2]: Leaving directory `/build/fabrice-texlive-bin_2007.dfsg.2-6ubuntu1-amd64-VsqtJ0/texlive-bin-2007.dfsg.2-6ubuntu1/build/source/Work/texk' make[1]: *** [all] Error 1 make[1]: Leaving directory `/build/fabrice-texlive-bin_2007.dfsg.2-6ubuntu1-amd64-VsqtJ0/texlive-bin-2007.dfsg.2-6ubuntu1/build/source/Work' make: *** [build-stamp] Error 2 dpkg-buildpackage: failure: debian/rules build gave error exit status 2 This call to the destructor can be dropped as it's a virtual method, that don't do anything
2009-06-05 04:42:48 Fabrice Coutadeur bug task added poppler-data (Ubuntu)
2009-06-05 04:43:46 Fabrice Coutadeur bug task added pdfcube (Ubuntu)
2009-06-05 04:47:42 Fabrice Coutadeur description Hi, According to apt-cache rdepends, the following packages are still using the 'old' libpoppler 0.10: poppler-data texlive-xetex pdfcube pdf2djvu luatex kbib texlive-base-bin krita inkscape texlive-xetex and texlive-base-bin: With the latest libpoppler, texlive-bin FTBFS, because the GfxFont destructor became protected: c++ -g -O2 -DHAVE_CONFIG_H -I. -I../../../../texk/web2c/pdftexdir -I../.. -I../../../../texk/web2c/pdftexdir/../.. -I/usr/include/poppler -I../../../libs/obsdcompat -I../../../libs/obsdcompat/.. -I../../../../texk/web2c/pdftexdir/../../../libs/obsdcompat -I../../../../texk/web2c/pdftexdir/../../../libs/obsdcompat/.. -c ../../../../texk/web2c/pdftexdir/pdftoepdf.cc ../../../../texk/web2c/pdftexdir/pdftoepdf.cc: In function 'void copyFont(char*, Object*)': ../../../../texk/web2c/pdftexdir/pdftoepdf.cc:384: warning: deprecated conversion from string constant to 'char*' ../../../../texk/web2c/pdftexdir/pdftoepdf.cc:386: warning: deprecated conversion from string constant to 'char*' ../../../../texk/web2c/pdftexdir/pdftoepdf.cc:387: warning: deprecated conversion from string constant to 'char*' ../../../../texk/web2c/pdftexdir/pdftoepdf.cc:389: warning: deprecated conversion from string constant to 'char*' ../../../../texk/web2c/pdftexdir/pdftoepdf.cc:391: warning: deprecated conversion from string constant to 'char*' ../../../../texk/web2c/pdftexdir/pdftoepdf.cc:393: warning: deprecated conversion from string constant to 'char*' ../../../../texk/web2c/pdftexdir/pdftoepdf.cc:397: warning: deprecated conversion from string constant to 'char*' /usr/include/poppler/GfxFont.h: In function 'void writeEncodings()': /usr/include/poppler/GfxFont.h:230: error: 'virtual GfxFont::~GfxFont()' is protected ../../../../texk/web2c/pdftexdir/pdftoepdf.cc:636: error: within this context ../../../../texk/web2c/pdftexdir/pdftoepdf.cc: In function 'void write_epdf()': ../../../../texk/web2c/pdftexdir/pdftoepdf.cc:851: warning: format not a string literal and no format arguments ../../../../texk/web2c/pdftexdir/pdftoepdf.cc:858: warning: format not a string literal and no format arguments make[4]: *** [pdftoepdf.o] Error 1 make[4]: Leaving directory `/build/fabrice-texlive-bin_2007.dfsg.2-6ubuntu1-amd64-VsqtJ0/texlive-bin-2007.dfsg.2-6ubuntu1/build/source/Work/texk/web2c/pdftexdir' make[3]: *** [pdftexdir/libpdf.a] Error 2 make[3]: Leaving directory `/build/fabrice-texlive-bin_2007.dfsg.2-6ubuntu1-amd64-VsqtJ0/texlive-bin-2007.dfsg.2-6ubuntu1/build/source/Work/texk/web2c' make[2]: *** [all] Error 1 make[2]: Leaving directory `/build/fabrice-texlive-bin_2007.dfsg.2-6ubuntu1-amd64-VsqtJ0/texlive-bin-2007.dfsg.2-6ubuntu1/build/source/Work/texk' make[1]: *** [all] Error 1 make[1]: Leaving directory `/build/fabrice-texlive-bin_2007.dfsg.2-6ubuntu1-amd64-VsqtJ0/texlive-bin-2007.dfsg.2-6ubuntu1/build/source/Work' make: *** [build-stamp] Error 2 dpkg-buildpackage: failure: debian/rules build gave error exit status 2 This call to the destructor can be dropped as it's a virtual method, that don't do anything Hi, According to apt-cache rdepends, the following packages are still using the 'old' libpoppler 0.10: poppler-data texlive-xetex pdfcube pdf2djvu luatex kbib texlive-base-bin krita inkscape texlive-xetex and texlive-base-bin FTBFS: see below
2009-06-05 04:49:05 Fabrice Coutadeur attachment added texlive-bin_2007.dfsg.2-6ubuntu2.debdiff http://launchpadlibrarian.net/27514092/texlive-bin_2007.dfsg.2-6ubuntu2.debdiff
2009-06-05 04:49:35 Fabrice Coutadeur texlive-bin (Ubuntu): status In Progress Confirmed
2009-06-05 04:49:35 Fabrice Coutadeur texlive-bin (Ubuntu): assignee fabrice_sp (fabricesp)
2009-06-05 04:50:08 Fabrice Coutadeur pdfcube (Ubuntu): status New In Progress
2009-06-05 04:50:08 Fabrice Coutadeur pdfcube (Ubuntu): assignee fabrice_sp (fabricesp)
2009-06-05 04:50:56 Fabrice Coutadeur attachment added pdfcube_0.0.2-3build5.debdiff http://launchpadlibrarian.net/27514123/pdfcube_0.0.2-3build5.debdiff
2009-06-05 04:52:45 Fabrice Coutadeur description Hi, According to apt-cache rdepends, the following packages are still using the 'old' libpoppler 0.10: poppler-data texlive-xetex pdfcube pdf2djvu luatex kbib texlive-base-bin krita inkscape texlive-xetex and texlive-base-bin FTBFS: see below Hi, According to apt-cache rdepends, the following packages are still using the 'old' libpoppler 0.10 (libpoppler4): poppler-data texlive-xetex pdfcube pdf2djvu luatex kbib texlive-base-bin krita inkscape texlive-xetex and texlive-base-bin FTBFS: see below luatex: merge pending with debian (bug #381539)
2009-06-05 04:53:03 Fabrice Coutadeur bug task added pdf2djvu (Ubuntu)
2009-06-05 04:53:20 Fabrice Coutadeur bug task added kbib (Ubuntu)
2009-06-05 04:53:44 Fabrice Coutadeur bug task added koffice (Ubuntu)
2009-06-05 04:54:01 Fabrice Coutadeur bug task added inkscape (Ubuntu)
2009-06-05 04:54:27 Fabrice Coutadeur pdfcube (Ubuntu): status In Progress Confirmed
2009-06-05 04:54:43 Fabrice Coutadeur pdfcube (Ubuntu): assignee fabrice_sp (fabricesp)
2009-06-05 04:56:14 Fabrice Coutadeur bug added subscriber Ubuntu Sponsors for universe
2009-06-05 05:12:55 Fabrice Coutadeur kbib (Ubuntu): status New In Progress
2009-06-05 05:12:55 Fabrice Coutadeur kbib (Ubuntu): assignee fabrice_sp (fabricesp)
2009-06-05 05:17:03 Fabrice Coutadeur attachment removed pdfcube_0.0.2-3build5.debdiff http://launchpadlibrarian.net/27514123/pdfcube_0.0.2-3build5.debdiff
2009-06-05 05:18:10 Fabrice Coutadeur attachment added pdfcube_0.0.2-3build5.debdiff http://launchpadlibrarian.net/27514496/pdfcube_0.0.2-3build5.debdiff
2009-06-05 05:54:26 Fabrice Coutadeur attachment added kbib_0.6.5-0ubuntu3.debdiff http://launchpadlibrarian.net/27515001/kbib_0.6.5-0ubuntu3.debdiff
2009-06-05 05:56:40 Fabrice Coutadeur kbib (Ubuntu): status In Progress Confirmed
2009-06-05 05:56:40 Fabrice Coutadeur kbib (Ubuntu): assignee fabrice_sp (fabricesp)
2009-06-05 06:10:58 Fabrice Coutadeur pdf2djvu (Ubuntu): status New In Progress
2009-06-05 06:10:58 Fabrice Coutadeur pdf2djvu (Ubuntu): assignee fabrice_sp (fabricesp)
2009-06-09 07:10:06 Launchpad Janitor pdfcube (Ubuntu): status Confirmed Fix Released
2009-06-09 07:15:06 Launchpad Janitor kbib (Ubuntu): status Confirmed Fix Released
2009-06-09 19:05:12 Fabrice Coutadeur attachment added pdf2djvu_0.4.13-0ubuntu3.debdiff http://launchpadlibrarian.net/27705552/pdf2djvu_0.4.13-0ubuntu3.debdiff
2009-06-09 19:05:28 Fabrice Coutadeur pdf2djvu (Ubuntu): status In Progress Confirmed
2009-06-09 19:05:28 Fabrice Coutadeur pdf2djvu (Ubuntu): assignee fabrice_sp (fabricesp)
2009-06-09 19:14:08 Fabrice Coutadeur poppler-data (Ubuntu): status New In Progress
2009-06-09 19:14:08 Fabrice Coutadeur poppler-data (Ubuntu): assignee fabrice_sp (fabricesp)
2009-06-09 19:15:44 Fabrice Coutadeur attachment added poppler-data_0.2.1-4ubuntu1.debdiff http://launchpadlibrarian.net/27705791/poppler-data_0.2.1-4ubuntu1.debdiff
2009-06-09 19:16:03 Fabrice Coutadeur poppler-data (Ubuntu): status In Progress Confirmed
2009-06-09 19:16:03 Fabrice Coutadeur poppler-data (Ubuntu): assignee fabrice_sp (fabricesp)
2009-06-11 07:31:52 Fabrice Coutadeur koffice (Ubuntu): status New In Progress
2009-06-11 07:31:52 Fabrice Coutadeur koffice (Ubuntu): assignee fabrice_sp (fabricesp)
2009-06-11 07:33:46 Fabrice Coutadeur attachment added koffice_1.6.3-7ubuntu7.debdiff http://launchpadlibrarian.net/27769482/koffice_1.6.3-7ubuntu7.debdiff
2009-06-11 07:34:14 Fabrice Coutadeur koffice (Ubuntu): status In Progress Confirmed
2009-06-11 07:34:14 Fabrice Coutadeur koffice (Ubuntu): assignee fabrice_sp (fabricesp)
2009-06-11 07:34:39 Fabrice Coutadeur bug added subscriber Ubuntu Sponsors for main
2009-06-11 16:42:09 Fabrice Coutadeur inkscape (Ubuntu): status New Invalid
2009-06-15 09:25:06 Launchpad Janitor texlive-bin (Ubuntu): status Confirmed Fix Released
2009-06-15 10:21:51 Martin Pitt poppler-data (Ubuntu): status Confirmed Won't Fix
2009-06-17 08:10:06 Launchpad Janitor pdf2djvu (Ubuntu): status Confirmed Fix Released
2009-06-17 08:15:07 Launchpad Janitor koffice (Ubuntu): status Confirmed Fix Released
2009-06-27 06:09:11 Launchpad Janitor branch linked lp:ubuntu/karmic/koffice
2009-08-08 09:05:18 Launchpad Janitor branch linked lp:ubuntu/karmic/pdf2djvu
2009-08-15 10:11:15 Launchpad Janitor branch linked lp:ubuntu/karmic/pdfcube
2009-08-21 09:35:33 Launchpad Janitor branch linked lp:ubuntu/karmic/kbib
2010-01-02 02:28:46 Benjamin Drung removed subscriber Ubuntu Sponsors for universe
2010-02-20 17:24:21 Launchpad Janitor branch linked lp:debian/texlive-bin
2010-02-20 17:32:49 Launchpad Janitor branch linked lp:ubuntu/texlive-bin
2011-02-17 12:42:07 Daniel Holbach removed subscriber [DEPRECATED] Ubuntu Sponsors for main