Bug#838590: dymo-cups-drivers: FTBFS: CupsFilterLabelWriter.h:58:104: error: 'ppd_file_t' has not been declared
Chris Lamb
lamby at debian.org
Thu Sep 22 17:10:38 UTC 2016
Source: dymo-cups-drivers
Version: 1.4.0-5
Severity: serious
Justification: fails to build from source
User: reproducible-builds at lists.alioth.debian.org
Usertags: ftbfs
X-Debbugs-Cc: reproducible-builds at lists.alioth.debian.org
Dear Maintainer,
dymo-cups-drivers fails to build from source in unstable/amd64:
[..]
^~~~~~~~~~
CupsFilterLabelWriter.h:58:104: error: 'ppd_file_t' has not been declared
static void ProcessPPDOptions (CLabelWriterDriverTwinTurbo& Driver, CLabelWriterLanguageMonitor& LM, ppd_file_t* ppd);
^~~~~~~~~~
CupsFilterLabelWriter.cpp:26:110: error: 'ppd_file_t' has not been declared
void CDriverInitializerLabelWriter::ProcessPPDOptions(CLabelWriterDriver& Driver, CDummyLanguageMonitor& LM, ppd_file_t* ppd)
^~~~~~~~~~
CupsFilterLabelWriter.cpp: In static member function 'static void DymoPrinterDriver::CDriverInitializerLabelWriter::ProcessPPDOptions(DymoPrinterDriver::CLabelWriterDriver&, DymoPrinterDriver::CDummyLanguageMonitor&, int*)':
CupsFilterLabelWriter.cpp:28:3: error: 'ppd_choice_t' was not declared in this scope
ppd_choice_t* choice = ppdFindMarkedChoice(ppd, "Resolution");
^~~~~~~~~~~~
CupsFilterLabelWriter.cpp:28:17: error: 'choice' was not declared in this scope
ppd_choice_t* choice = ppdFindMarkedChoice(ppd, "Resolution");
^~~~~~
CupsFilterLabelWriter.cpp:28:63: error: 'ppdFindMarkedChoice' was not declared in this scope
ppd_choice_t* choice = ppdFindMarkedChoice(ppd, "Resolution");
^
CupsFilterLabelWriter.cpp:37:57: error: 'stderr' was not declared in this scope
fputs("WARNING: unable to get Resolution choice\n", stderr);
^~~~~~
CupsFilterLabelWriter.cpp:37:63: error: 'fputs' was not declared in this scope
fputs("WARNING: unable to get Resolution choice\n", stderr);
^
CupsFilterLabelWriter.cpp:48:59: error: 'stderr' was not declared in this scope
fputs("WARNING: unable to get PrintQuality choice\n", stderr);
^~~~~~
CupsFilterLabelWriter.cpp:48:65: error: 'fputs' was not declared in this scope
fputs("WARNING: unable to get PrintQuality choice\n", stderr);
^
CupsFilterLabelWriter.cpp:64:59: error: 'stderr' was not declared in this scope
fputs("WARNING: unable to get PrintDensity choice\n", stderr);
^~~~~~
CupsFilterLabelWriter.cpp:64:65: error: 'fputs' was not declared in this scope
fputs("WARNING: unable to get PrintDensity choice\n", stderr);
^
CupsFilterLabelWriter.cpp:66:24: error: request for member 'modelname' in '* ppd', which is of non-class type 'int'
if (!strcasecmp(ppd->modelname, "DYMO LabelWriter 300")
^~~~~~~~~
CupsFilterLabelWriter.cpp:67:23: error: request for member 'modelname' in '* ppd', which is of non-class type 'int'
|| !strcasecmp(ppd->modelname, "DYMO LabelWriter 310")
^~~~~~~~~
CupsFilterLabelWriter.cpp:68:23: error: request for member 'modelname' in '* ppd', which is of non-class type 'int'
|| !strcasecmp(ppd->modelname, "DYMO LabelWriter 315"))
^~~~~~~~~
CupsFilterLabelWriter.cpp:71:24: error: request for member 'modelname' in '* ppd', which is of non-class type 'int'
if (!strcasecmp(ppd->modelname, "DYMO LabelWriter 4XL"))
^~~~~~~~~
CupsFilterLabelWriter.cpp:74:24: error: request for member 'modelname' in '* ppd', which is of non-class type 'int'
if (!strcasecmp(ppd->modelname, "DYMO LabelWriter SE450"))
^~~~~~~~~
CupsFilterLabelWriter.cpp: In static member function 'static void DymoPrinterDriver::CDriverInitializerLabelWriter::ProcessPageOptions(DymoPrinterDriver::CLabelWriterDriver&, DymoPrinterDriver::CDummyLanguageMonitor&, cups_page_header2_t&)':
CupsFilterLabelWriter.cpp:88:13: error: 'stderr' was not declared in this scope
fprintf(stderr, "WARNING: Invalid value for cupsMediaType (%d)\n", PageHeader.cupsMediaType);
^~~~~~
CupsFilterLabelWriter.cpp:88:96: error: 'fprintf' was not declared in this scope
fprintf(stderr, "WARNING: Invalid value for cupsMediaType (%d)\n", PageHeader.cupsMediaType);
^
CupsFilterLabelWriter.cpp: At global scope:
CupsFilterLabelWriter.cpp:99:123: error: 'ppd_file_t' has not been declared
CDriverInitializerLabelWriterTwinTurbo::ProcessPPDOptions(CLabelWriterDriverTwinTurbo& Driver, CDummyLanguageMonitor& LM, ppd_file_t* ppd)
^~~~~~~~~~
CupsFilterLabelWriter.cpp: In static member function 'static void DymoPrinterDriver::CDriverInitializerLabelWriterTwinTurbo::ProcessPPDOptions(DymoPrinterDriver::CLabelWriterDriverTwinTurbo&, DymoPrinterDriver::CDummyLanguageMonitor&, int*)':
CupsFilterLabelWriter.cpp:103:3: error: 'ppd_choice_t' was not declared in this scope
ppd_choice_t* choice = ppdFindMarkedChoice(ppd, "InputSlot");
^~~~~~~~~~~~
CupsFilterLabelWriter.cpp:103:17: error: 'choice' was not declared in this scope
ppd_choice_t* choice = ppdFindMarkedChoice(ppd, "InputSlot");
^~~~~~
CupsFilterLabelWriter.cpp:103:62: error: 'ppdFindMarkedChoice' was not declared in this scope
ppd_choice_t* choice = ppdFindMarkedChoice(ppd, "InputSlot");
^
CupsFilterLabelWriter.cpp:114:56: error: 'stderr' was not declared in this scope
fputs("WARNING: unable to get InputSlot choice\n", stderr);
^~~~~~
CupsFilterLabelWriter.cpp:114:62: error: 'fputs' was not declared in this scope
fputs("WARNING: unable to get InputSlot choice\n", stderr);
^
CupsFilterLabelWriter.cpp: At global scope:
CupsFilterLabelWriter.cpp:125:122: error: 'ppd_file_t' has not been declared
void CDriverInitializerLabelWriterWithLM::ProcessPPDOptions(CLabelWriterDriver& Driver, CLabelWriterLanguageMonitor& LM, ppd_file_t* ppd)
^~~~~~~~~~
CupsFilterLabelWriter.cpp:139:135: error: 'ppd_file_t' has not been declared
CDriverInitializerLabelWriterTwinTurboWithLM::ProcessPPDOptions(CLabelWriterDriverTwinTurbo& Driver, CLabelWriterLanguageMonitor& LM, ppd_file_t* ppd)
^~~~~~~~~~
Makefile:470: recipe for target 'CupsFilterLabelWriter.o' failed
make[5]: *** [CupsFilterLabelWriter.o] Error 1
make[5]: *** Waiting for unfinished jobs....
In file included from raster2dymolw.cpp:37:0:
../common/CupsFilter.h: In member function 'int DymoPrinterDriver::CCupsFilter<D, DI, LM>::Run(int, char**)':
../common/CupsFilter.h:135:10: warning: 'template<class> class std::auto_ptr' is deprecated [-Wdeprecated-declarations]
std::auto_ptr<CHalftoneFilter> H;
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from raster2dymolw.cpp:28:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from raster2dymolw.cpp:37:0:
../common/CupsFilter.h: In member function 'void DymoPrinterDriver::CCupsFilter<D, DI, LM>::InitDocument(const char*)':
../common/CupsFilter.h:218:3: error: 'ppd_file_t' was not declared in this scope
ppd_file_t* ppd = ppdOpenFile(getenv("PPD"));
^~~~~~~~~~
../common/CupsFilter.h:218:15: error: 'ppd' was not declared in this scope
ppd_file_t* ppd = ppdOpenFile(getenv("PPD"));
^~~
../common/CupsFilter.h:218:46: error: there are no arguments to 'ppdOpenFile' that depend on a template parameter, so a declaration of 'ppdOpenFile' must be available [-fpermissive]
ppd_file_t* ppd = ppdOpenFile(getenv("PPD"));
^
../common/CupsFilter.h:218:46: note: (if you use '-fpermissive', G++ will accept your code, but allowing the use of an undeclared name is deprecated)
../common/CupsFilter.h:228:22: error: there are no arguments to 'ppdMarkDefaults' that depend on a template parameter, so a declaration of 'ppdMarkDefaults' must be available [-fpermissive]
ppdMarkDefaults(ppd);
^
../common/CupsFilter.h:234:59: error: there are no arguments to 'ppdMarkOption' that depend on a template parameter, so a declaration of 'ppdMarkOption' must be available [-fpermissive]
ppdMarkOption(ppd, Options[i].name, Options[i].value);
^
../common/CupsFilter.h:238:44: error: there are no arguments to 'cupsMarkOptions' that depend on a template parameter, so a declaration of 'cupsMarkOptions' must be available [-fpermissive]
cupsMarkOptions(ppd, OptionCount, Options);
^
../common/CupsFilter.h:243:3: error: 'ppd_choice_t' was not declared in this scope
ppd_choice_t* choice = ppdFindMarkedChoice(ppd, "DymoHalftoning");
^~~~~~~~~~~~
../common/CupsFilter.h:243:17: error: 'choice' was not declared in this scope
ppd_choice_t* choice = ppdFindMarkedChoice(ppd, "DymoHalftoning");
^~~~~~
../common/CupsFilter.h:243:67: error: there are no arguments to 'ppdFindMarkedChoice' that depend on a template parameter, so a declaration of 'ppdFindMarkedChoice' must be available [-fpermissive]
ppd_choice_t* choice = ppdFindMarkedChoice(ppd, "DymoHalftoning");
^
../common/CupsFilter.h:248:15: error: there are no arguments to 'ppdClose' that depend on a template parameter, so a declaration of 'ppdClose' must be available [-fpermissive]
ppdClose(ppd);
^
In file included from raster2dymolw.cpp:38:0:
CupsFilterLabelWriter.h: At global scope:
CupsFilterLabelWriter.h:36:89: error: 'ppd_file_t' has not been declared
static void ProcessPPDOptions (CLabelWriterDriver& Driver, CDummyLanguageMonitor& LM, ppd_file_t* ppd);
^~~~~~~~~~
CupsFilterLabelWriter.h:43:98: error: 'ppd_file_t' has not been declared
static void ProcessPPDOptions (CLabelWriterDriverTwinTurbo& Driver, CDummyLanguageMonitor& LM, ppd_file_t* ppd);
^~~~~~~~~~
In file included from raster2dymolw.cpp:38:0:
CupsFilterLabelWriter.h:50:95: error: 'ppd_file_t' has not been declared
static void ProcessPPDOptions (CLabelWriterDriver& Driver, CLabelWriterLanguageMonitor& LM, ppd_file_t* ppd);
^~~~~~~~~~
CupsFilterLabelWriter.h:58:104: error: 'ppd_file_t' has not been declared
static void ProcessPPDOptions (CLabelWriterDriverTwinTurbo& Driver, CLabelWriterLanguageMonitor& LM, ppd_file_t* ppd);
^~~~~~~~~~
raster2dymolw.cpp: In function 'int main(int, char**)':
raster2dymolw.cpp:60:3: error: 'ppd_file_t' was not declared in this scope
ppd_file_t* ppd = ppdOpenFile(getenv("PPD"));
^~~~~~~~~~
raster2dymolw.cpp:60:15: error: 'ppd' was not declared in this scope
ppd_file_t* ppd = ppdOpenFile(getenv("PPD"));
^~~
raster2dymolw.cpp:60:46: error: 'ppdOpenFile' was not declared in this scope
ppd_file_t* ppd = ppdOpenFile(getenv("PPD"));
^
In file included from raster2dymolw.cpp:37:0:
../common/CupsFilter.h: In instantiation of 'void DymoPrinterDriver::CCupsFilter<D, DI, LM>::InitDocument(const char*) [with D = DymoPrinterDriver::CLabelWriterDriver; DI = DymoPrinterDriver::CDriverInitializerLabelWriterWithLM; LM = DymoPrinterDriver::CLabelWriterLanguageMonitor]':
../common/CupsFilter.h:99:15: required from 'int DymoPrinterDriver::CCupsFilter<D, DI, LM>::Run(int, char**) [with D = DymoPrinterDriver::CLabelWriterDriver; DI = DymoPrinterDriver::CDriverInitializerLabelWriterWithLM; LM = DymoPrinterDriver::CLabelWriterLanguageMonitor]'
raster2dymolw.cpp:68:35: required from here
../common/CupsFilter.h:218:32: error: 'ppdOpenFile' was not declared in this scope
ppd_file_t* ppd = ppdOpenFile(getenv("PPD"));
~~~~~~~~~~~^~~~~~~~~~~~~~~
../common/CupsFilter.h:228:18: error: 'ppdMarkDefaults' was not declared in this scope
ppdMarkDefaults(ppd);
~~~~~~~~~~~~~~~^~~~~
../common/CupsFilter.h:234:20: error: 'ppdMarkOption' was not declared in this scope
ppdMarkOption(ppd, Options[i].name, Options[i].value);
~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../common/CupsFilter.h:238:18: error: 'cupsMarkOptions' was not declared in this scope
cupsMarkOptions(ppd, OptionCount, Options);
~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~
../common/CupsFilter.h:243:45: error: 'ppdFindMarkedChoice' was not declared in this scope
ppd_choice_t* choice = ppdFindMarkedChoice(ppd, "DymoHalftoning");
~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~
../common/CupsFilter.h:248:11: error: 'ppdClose' was not declared in this scope
ppdClose(ppd);
~~~~~~~~^~~~~
../common/CupsFilter.h: In instantiation of 'void DymoPrinterDriver::CCupsFilter<D, DI, LM>::InitDocument(const char*) [with D = DymoPrinterDriver::CLabelWriterDriver; DI = DymoPrinterDriver::CDriverInitializerLabelWriter; LM = DymoPrinterDriver::CDummyLanguageMonitor]':
../common/CupsFilter.h:99:15: required from 'int DymoPrinterDriver::CCupsFilter<D, DI, LM>::Run(int, char**) [with D = DymoPrinterDriver::CLabelWriterDriver; DI = DymoPrinterDriver::CDriverInitializerLabelWriter; LM = DymoPrinterDriver::CDummyLanguageMonitor]'
raster2dymolw.cpp:73:35: required from here
../common/CupsFilter.h:218:32: error: 'ppdOpenFile' was not declared in this scope
ppd_file_t* ppd = ppdOpenFile(getenv("PPD"));
~~~~~~~~~~~^~~~~~~~~~~~~~~
../common/CupsFilter.h:228:18: error: 'ppdMarkDefaults' was not declared in this scope
ppdMarkDefaults(ppd);
~~~~~~~~~~~~~~~^~~~~
../common/CupsFilter.h:234:20: error: 'ppdMarkOption' was not declared in this scope
ppdMarkOption(ppd, Options[i].name, Options[i].value);
~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../common/CupsFilter.h:238:18: error: 'cupsMarkOptions' was not declared in this scope
cupsMarkOptions(ppd, OptionCount, Options);
~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~
../common/CupsFilter.h:243:45: error: 'ppdFindMarkedChoice' was not declared in this scope
ppd_choice_t* choice = ppdFindMarkedChoice(ppd, "DymoHalftoning");
~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~
../common/CupsFilter.h:248:11: error: 'ppdClose' was not declared in this scope
ppdClose(ppd);
~~~~~~~~^~~~~
../common/CupsFilter.h: In instantiation of 'void DymoPrinterDriver::CCupsFilter<D, DI, LM>::InitDocument(const char*) [with D = DymoPrinterDriver::CLabelWriterDriverTwinTurbo; DI = DymoPrinterDriver::CDriverInitializerLabelWriterTwinTurboWithLM; LM = DymoPrinterDriver::CLabelWriterLanguageMonitor]':
../common/CupsFilter.h:99:15: required from 'int DymoPrinterDriver::CCupsFilter<D, DI, LM>::Run(int, char**) [with D = DymoPrinterDriver::CLabelWriterDriverTwinTurbo; DI = DymoPrinterDriver::CDriverInitializerLabelWriterTwinTurboWithLM; LM = DymoPrinterDriver::CLabelWriterLanguageMonitor]'
raster2dymolw.cpp:84:37: required from here
../common/CupsFilter.h:218:32: error: 'ppdOpenFile' was not declared in this scope
ppd_file_t* ppd = ppdOpenFile(getenv("PPD"));
~~~~~~~~~~~^~~~~~~~~~~~~~~
../common/CupsFilter.h:228:18: error: 'ppdMarkDefaults' was not declared in this scope
ppdMarkDefaults(ppd);
~~~~~~~~~~~~~~~^~~~~
../common/CupsFilter.h:234:20: error: 'ppdMarkOption' was not declared in this scope
ppdMarkOption(ppd, Options[i].name, Options[i].value);
~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../common/CupsFilter.h:238:18: error: 'cupsMarkOptions' was not declared in this scope
cupsMarkOptions(ppd, OptionCount, Options);
~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~
../common/CupsFilter.h:243:45: error: 'ppdFindMarkedChoice' was not declared in this scope
ppd_choice_t* choice = ppdFindMarkedChoice(ppd, "DymoHalftoning");
~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~
../common/CupsFilter.h:248:11: error: 'ppdClose' was not declared in this scope
ppdClose(ppd);
~~~~~~~~^~~~~
../common/CupsFilter.h: In instantiation of 'void DymoPrinterDriver::CCupsFilter<D, DI, LM>::InitDocument(const char*) [with D = DymoPrinterDriver::CLabelWriterDriverTwinTurbo; DI = DymoPrinterDriver::CDriverInitializerLabelWriterTwinTurbo; LM = DymoPrinterDriver::CDummyLanguageMonitor]':
../common/CupsFilter.h:99:15: required from 'int DymoPrinterDriver::CCupsFilter<D, DI, LM>::Run(int, char**) [with D = DymoPrinterDriver::CLabelWriterDriverTwinTurbo; DI = DymoPrinterDriver::CDriverInitializerLabelWriterTwinTurbo; LM = DymoPrinterDriver::CDummyLanguageMonitor]'
raster2dymolw.cpp:89:37: required from here
../common/CupsFilter.h:218:32: error: 'ppdOpenFile' was not declared in this scope
ppd_file_t* ppd = ppdOpenFile(getenv("PPD"));
~~~~~~~~~~~^~~~~~~~~~~~~~~
../common/CupsFilter.h:228:18: error: 'ppdMarkDefaults' was not declared in this scope
ppdMarkDefaults(ppd);
~~~~~~~~~~~~~~~^~~~~
../common/CupsFilter.h:234:20: error: 'ppdMarkOption' was not declared in this scope
ppdMarkOption(ppd, Options[i].name, Options[i].value);
~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../common/CupsFilter.h:238:18: error: 'cupsMarkOptions' was not declared in this scope
cupsMarkOptions(ppd, OptionCount, Options);
~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~
../common/CupsFilter.h:243:45: error: 'ppdFindMarkedChoice' was not declared in this scope
ppd_choice_t* choice = ppdFindMarkedChoice(ppd, "DymoHalftoning");
~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~
../common/CupsFilter.h:248:11: error: 'ppdClose' was not declared in this scope
ppdClose(ppd);
~~~~~~~~^~~~~
../common/CupsFilter.h: In instantiation of 'void DymoPrinterDriver::CCupsFilter<D, DI, LM>::InitDocument(const char*) [with D = DymoPrinterDriver::CLabelWriterDriver400; DI = DymoPrinterDriver::CDriverInitializerLabelWriterWithLM; LM = DymoPrinterDriver::CLabelWriterLanguageMonitor]':
../common/CupsFilter.h:99:15: required from 'int DymoPrinterDriver::CCupsFilter<D, DI, LM>::Run(int, char**) [with D = DymoPrinterDriver::CLabelWriterDriver400; DI = DymoPrinterDriver::CDriverInitializerLabelWriterWithLM; LM = DymoPrinterDriver::CLabelWriterLanguageMonitor]'
raster2dymolw.cpp:103:37: required from here
../common/CupsFilter.h:218:32: error: 'ppdOpenFile' was not declared in this scope
ppd_file_t* ppd = ppdOpenFile(getenv("PPD"));
~~~~~~~~~~~^~~~~~~~~~~~~~~
../common/CupsFilter.h:228:18: error: 'ppdMarkDefaults' was not declared in this scope
ppdMarkDefaults(ppd);
~~~~~~~~~~~~~~~^~~~~
../common/CupsFilter.h:234:20: error: 'ppdMarkOption' was not declared in this scope
ppdMarkOption(ppd, Options[i].name, Options[i].value);
~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../common/CupsFilter.h:238:18: error: 'cupsMarkOptions' was not declared in this scope
cupsMarkOptions(ppd, OptionCount, Options);
~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~
../common/CupsFilter.h:243:45: error: 'ppdFindMarkedChoice' was not declared in this scope
ppd_choice_t* choice = ppdFindMarkedChoice(ppd, "DymoHalftoning");
~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~
../common/CupsFilter.h:248:11: error: 'ppdClose' was not declared in this scope
ppdClose(ppd);
~~~~~~~~^~~~~
../common/CupsFilter.h: In instantiation of 'void DymoPrinterDriver::CCupsFilter<D, DI, LM>::InitDocument(const char*) [with D = DymoPrinterDriver::CLabelWriterDriver400; DI = DymoPrinterDriver::CDriverInitializerLabelWriter; LM = DymoPrinterDriver::CDummyLanguageMonitor]':
../common/CupsFilter.h:99:15: required from 'int DymoPrinterDriver::CCupsFilter<D, DI, LM>::Run(int, char**) [with D = DymoPrinterDriver::CLabelWriterDriver400; DI = DymoPrinterDriver::CDriverInitializerLabelWriter; LM = DymoPrinterDriver::CDummyLanguageMonitor]'
raster2dymolw.cpp:108:37: required from here
../common/CupsFilter.h:218:32: error: 'ppdOpenFile' was not declared in this scope
ppd_file_t* ppd = ppdOpenFile(getenv("PPD"));
~~~~~~~~~~~^~~~~~~~~~~~~~~
../common/CupsFilter.h:228:18: error: 'ppdMarkDefaults' was not declared in this scope
ppdMarkDefaults(ppd);
~~~~~~~~~~~~~~~^~~~~
../common/CupsFilter.h:234:20: error: 'ppdMarkOption' was not declared in this scope
ppdMarkOption(ppd, Options[i].name, Options[i].value);
~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../common/CupsFilter.h:238:18: error: 'cupsMarkOptions' was not declared in this scope
cupsMarkOptions(ppd, OptionCount, Options);
~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~
../common/CupsFilter.h:243:45: error: 'ppdFindMarkedChoice' was not declared in this scope
ppd_choice_t* choice = ppdFindMarkedChoice(ppd, "DymoHalftoning");
~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~
../common/CupsFilter.h:248:11: error: 'ppdClose' was not declared in this scope
ppdClose(ppd);
~~~~~~~~^~~~~
Makefile:470: recipe for target 'raster2dymolw.o' failed
make[5]: *** [raster2dymolw.o] Error 1
make[5]: Leaving directory '/home/lamby/temp/cdt.20160922190917.oO3VUpM919.db.dymo-cups-drivers/dymo-cups-drivers-1.4.0/src/lw'
Makefile:556: recipe for target 'all-recursive' failed
make[4]: *** [all-recursive] Error 1
make[4]: Leaving directory '/home/lamby/temp/cdt.20160922190917.oO3VUpM919.db.dymo-cups-drivers/dymo-cups-drivers-1.4.0/src/lw'
Makefile:355: recipe for target 'all-recursive' failed
make[3]: *** [all-recursive] Error 1
make[3]: Leaving directory '/home/lamby/temp/cdt.20160922190917.oO3VUpM919.db.dymo-cups-drivers/dymo-cups-drivers-1.4.0/src'
Makefile:300: recipe for target 'all' failed
make[2]: *** [all] Error 2
make[2]: Leaving directory '/home/lamby/temp/cdt.20160922190917.oO3VUpM919.db.dymo-cups-drivers/dymo-cups-drivers-1.4.0/src'
Makefile:364: recipe for target 'all-recursive' failed
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory '/home/lamby/temp/cdt.20160922190917.oO3VUpM919.db.dymo-cups-drivers/dymo-cups-drivers-1.4.0'
dh_auto_build: make -j9 returned exit code 2
debian/rules:4: recipe for target 'build' failed
make: *** [build] Error 2
[..]
The full build log is attached.
Regards,
--
,''`.
: :' : Chris Lamb
`. `'` lamby at debian.org / chris-lamb.co.uk
`-
-------------- next part --------------
A non-text attachment was scrubbed...
Name: dymo-cups-drivers.1.4.0-5.unstable.amd64.log.txt.gz
Type: application/octet-stream
Size: 7484 bytes
Desc: not available
URL: <http://lists.alioth.debian.org/pipermail/reproducible-builds/attachments/20160922/b9b625ab/attachment.obj>
More information about the Reproducible-builds
mailing list