* installing to library ‘/home/hornik/tmp/R.check/r-patched-gcc/Work/build/Packages’
* installing *source* package ‘tikzDevice’ ...
** package ‘tikzDevice’ successfully unpacked and MD5 sums checked
** using staged installation
** libs
using C compiler: ‘gcc-13 (Debian 13.2.0-5) 13.2.0’
make[1]: Entering directory '/tmp/Rtmp7JZQH0/R.INSTALLae3014eedc4dd/tikzDevice/src'
gcc-13 -I"/home/hornik/tmp/R.check/r-patched-gcc/Work/build/include" -DNDEBUG   -I/usr/local/include -D_FORTIFY_SOURCE=3   -fpic  -g -O2 -Wall -Wstrict-prototypes -pedantic -mtune=native  -c init.c -o init.o
In file included from init.c:6:
tikzDevice.h:107:17: warning: ‘TikZ_Setup’ declared ‘static’ but never defined [-Wunused-function]
  107 | static Rboolean TikZ_Setup(
      |                 ^~~~~~~~~~
tikzDevice.h:123:17: warning: ‘TikZ_Open’ declared ‘static’ but never defined [-Wunused-function]
  123 | static Rboolean TikZ_Open( pDevDesc deviceInfo );
      |                 ^~~~~~~~~
tikzDevice.h:124:13: warning: ‘TikZ_Close’ declared ‘static’ but never defined [-Wunused-function]
  124 | static void TikZ_Close( pDevDesc deviceInfo );
      |             ^~~~~~~~~~
tikzDevice.h:125:13: warning: ‘TikZ_NewPage’ declared ‘static’ but never defined [-Wunused-function]
  125 | static void TikZ_NewPage( const pGEcontext plotParams, pDevDesc deviceInfo );
      |             ^~~~~~~~~~~~
tikzDevice.h:126:13: warning: ‘TikZ_Clip’ declared ‘static’ but never defined [-Wunused-function]
  126 | static void TikZ_Clip( double x0, double x1,
      |             ^~~~~~~~~
tikzDevice.h:128:13: warning: ‘TikZ_Size’ declared ‘static’ but never defined [-Wunused-function]
  128 | static void TikZ_Size( double *left, double *right,
      |             ^~~~~~~~~
tikzDevice.h:132:13: warning: ‘TikZ_MetricInfo’ declared ‘static’ but never defined [-Wunused-function]
  132 | static void TikZ_MetricInfo( int c, const pGEcontext plotParams,
      |             ^~~~~~~~~~~~~~~
tikzDevice.h:134:15: warning: ‘TikZ_StrWidth’ declared ‘static’ but never defined [-Wunused-function]
  134 | static double TikZ_StrWidth( const char *str,
      |               ^~~~~~~~~~~~~
tikzDevice.h:138:13: warning: ‘TikZ_Text’ declared ‘static’ but never defined [-Wunused-function]
  138 | static void TikZ_Text( double x, double y, const char *str,
      |             ^~~~~~~~~
tikzDevice.h:140:13: warning: ‘TikZ_Circle’ declared ‘static’ but never defined [-Wunused-function]
  140 | static void TikZ_Circle( double x, double y, double r,
      |             ^~~~~~~~~~~
tikzDevice.h:142:13: warning: ‘TikZ_Rectangle’ declared ‘static’ but never defined [-Wunused-function]
  142 | static void TikZ_Rectangle( double x0, double y0,
      |             ^~~~~~~~~~~~~~
tikzDevice.h:144:13: warning: ‘TikZ_Line’ declared ‘static’ but never defined [-Wunused-function]
  144 | static void TikZ_Line( double x1, double y1,
      |             ^~~~~~~~~
tikzDevice.h:146:13: warning: ‘TikZ_Polyline’ declared ‘static’ but never defined [-Wunused-function]
  146 | static void TikZ_Polyline( int n, double *x, double *y,
      |             ^~~~~~~~~~~~~
tikzDevice.h:148:13: warning: ‘TikZ_Polygon’ declared ‘static’ but never defined [-Wunused-function]
  148 | static void TikZ_Polygon( int n, double *x, double *y,
      |             ^~~~~~~~~~~~
tikzDevice.h:151:1: warning: ‘TikZ_Path’ declared ‘static’ but never defined [-Wunused-function]
  151 | TikZ_Path( double *x, double *y,
      | ^~~~~~~~~
tikzDevice.h:156:13: warning: ‘TikZ_Raster’ declared ‘static’ but never defined [-Wunused-function]
  156 | static void TikZ_Raster(
      |             ^~~~~~~~~~~
tikzDevice.h:166:17: warning: ‘TikZ_setPattern’ declared ‘static’ but never defined [-Wunused-function]
  166 | static SEXP     TikZ_setPattern(SEXP pattern, pDevDesc dd);
      |                 ^~~~~~~~~~~~~~~
tikzDevice.h:167:17: warning: ‘TikZ_releasePattern’ declared ‘static’ but never defined [-Wunused-function]
  167 | static void     TikZ_releasePattern(SEXP ref, pDevDesc dd);
      |                 ^~~~~~~~~~~~~~~~~~~
tikzDevice.h:168:17: warning: ‘TikZ_setClipPath’ declared ‘static’ but never defined [-Wunused-function]
  168 | static SEXP     TikZ_setClipPath(SEXP path, SEXP ref, pDevDesc dd);
      |                 ^~~~~~~~~~~~~~~~
tikzDevice.h:169:17: warning: ‘TikZ_releaseClipPath’ declared ‘static’ but never defined [-Wunused-function]
  169 | static void     TikZ_releaseClipPath(SEXP ref, pDevDesc dd);
      |                 ^~~~~~~~~~~~~~~~~~~~
tikzDevice.h:170:17: warning: ‘TikZ_setMask’ declared ‘static’ but never defined [-Wunused-function]
  170 | static SEXP     TikZ_setMask(SEXP path, SEXP ref, pDevDesc dd);
      |                 ^~~~~~~~~~~~
tikzDevice.h:171:17: warning: ‘TikZ_releaseMask’ declared ‘static’ but never defined [-Wunused-function]
  171 | static void     TikZ_releaseMask(SEXP ref, pDevDesc dd);
      |                 ^~~~~~~~~~~~~~~~
tikzDevice.h:174:13: warning: ‘TikZ_Cap’ declared ‘static’ but never defined [-Wunused-function]
  174 | static SEXP TikZ_Cap( pDevDesc deviceInfo );
      |             ^~~~~~~~
tikzDevice.h:175:13: warning: ‘TikZ_Activate’ declared ‘static’ but never defined [-Wunused-function]
  175 | static void TikZ_Activate( pDevDesc deviceInfo );
      |             ^~~~~~~~~~~~~
tikzDevice.h:176:13: warning: ‘TikZ_Deactivate’ declared ‘static’ but never defined [-Wunused-function]
  176 | static void TikZ_Deactivate( pDevDesc deviceInfo );
      |             ^~~~~~~~~~~~~~~
tikzDevice.h:177:17: warning: ‘TikZ_Locator’ declared ‘static’ but never defined [-Wunused-function]
  177 | static Rboolean TikZ_Locator( double *x, double *y, pDevDesc deviceInfo );
      |                 ^~~~~~~~~~~~
tikzDevice.h:178:13: warning: ‘TikZ_Mode’ declared ‘static’ but never defined [-Wunused-function]
  178 | static void TikZ_Mode( int mode, pDevDesc deviceInfo );
      |             ^~~~~~~~~
tikzDevice.h:198:21: warning: ‘TikZ_GetDrawOps’ declared ‘static’ but never defined [-Wunused-function]
  198 | static TikZ_DrawOps TikZ_GetDrawOps(pGEcontext plotParams);
      |                     ^~~~~~~~~~~~~~~
tikzDevice.h:200:13: warning: ‘TikZ_DefineColors’ declared ‘static’ but never defined [-Wunused-function]
  200 | static void TikZ_DefineColors(const pGEcontext plotParams, pDevDesc deviceInfo, TikZ_DrawOps ops);
      |             ^~~~~~~~~~~~~~~~~
tikzDevice.h:201:13: warning: ‘TikZ_WriteDrawOptions’ declared ‘static’ but never defined [-Wunused-function]
  201 | static void TikZ_WriteDrawOptions(const pGEcontext plotParams, pDevDesc deviceInfo, TikZ_DrawOps ops);
      |             ^~~~~~~~~~~~~~~~~~~~~
tikzDevice.h:202:13: warning: ‘TikZ_WriteLineStyle’ declared ‘static’ but never defined [-Wunused-function]
  202 | static void TikZ_WriteLineStyle(pGEcontext plotParams, tikzDevDesc *tikzInfo);
      |             ^~~~~~~~~~~~~~~~~~~
tikzDevice.h:204:15: warning: ‘ScaleFont’ declared ‘static’ but never defined [-Wunused-function]
  204 | static double ScaleFont( const pGEcontext plotParams, pDevDesc deviceInfo );
      |               ^~~~~~~~~
tikzDevice.h:209:13: warning: ‘printOutput’ declared ‘static’ but never defined [-Wunused-function]
  209 | static void printOutput(tikzDevDesc *tikzInfo, const char *format, ...);
      |             ^~~~~~~~~~~
tikzDevice.h:210:13: warning: ‘printColorOutput’ declared ‘static’ but never defined [-Wunused-function]
  210 | static void printColorOutput(tikzDevDesc *tikzInfo, const char *format, ...);
      |             ^~~~~~~~~~~~~~~~
tikzDevice.h:211:13: warning: ‘Print_TikZ_Header’ declared ‘static’ but never defined [-Wunused-function]
  211 | static void Print_TikZ_Header( tikzDevDesc *tikzInfo );
      |             ^~~~~~~~~~~~~~~~~
tikzDevice.h:212:14: warning: ‘Sanitize’ declared ‘static’ but never defined [-Wunused-function]
  212 | static char *Sanitize(const char *str);
      |              ^~~~~~~~
tikzDevice.h:216:15: warning: ‘dim2dev’ declared ‘static’ but never defined [-Wunused-function]
  216 | static double dim2dev( double length );
      |               ^~~~~~~
tikzDevice.h:217:13: warning: ‘TikZ_CheckState’ declared ‘static’ but never defined [-Wunused-function]
  217 | static void TikZ_CheckState(pDevDesc deviceInfo);
      |             ^~~~~~~~~~~~~~~
tikzDevice.h:218:14: warning: ‘calloc_strcpy’ declared ‘static’ but never defined [-Wunused-function]
  218 | static char *calloc_strcpy(const char *str);
      |              ^~~~~~~~~~~~~
tikzDevice.h:219:14: warning: ‘calloc_x_strcpy’ declared ‘static’ but never defined [-Wunused-function]
  219 | static char *calloc_x_strcpy(const char *str, size_t extra);
      |              ^~~~~~~~~~~~~~~
tikzDevice.h:220:14: warning: ‘calloc_x_strlen’ declared ‘static’ but never defined [-Wunused-function]
  220 | static char *calloc_x_strlen(const char *str, size_t extra);
      |              ^~~~~~~~~~~~~~~
tikzDevice.h:221:13: warning: ‘const_free’ declared ‘static’ but never defined [-Wunused-function]
  221 | static void const_free(const void *ptr);
      |             ^~~~~~~~~~
tikzDevice.h:222:13: warning: ‘strlcpy_’ declared ‘static’ but never defined [-Wunused-function]
  222 | static void strlcpy_(char *dst, const char* src, size_t n);
      |             ^~~~~~~~
gcc-13 -I"/home/hornik/tmp/R.check/r-patched-gcc/Work/build/include" -DNDEBUG   -I/usr/local/include -D_FORTIFY_SOURCE=3   -fpic  -g -O2 -Wall -Wstrict-prototypes -pedantic -mtune=native  -c tikzDevice.c -o tikzDevice.o
gcc-13 -shared -L/home/hornik/tmp/R.check/r-patched-gcc/Work/build/lib -Wl,-O1 -o tikzDevice.so init.o tikzDevice.o -L/home/hornik/tmp/R.check/r-patched-gcc/Work/build/lib -lR
make[1]: Leaving directory '/tmp/Rtmp7JZQH0/R.INSTALLae3014eedc4dd/tikzDevice/src'
make[1]: Entering directory '/tmp/Rtmp7JZQH0/R.INSTALLae3014eedc4dd/tikzDevice/src'
make[1]: Leaving directory '/tmp/Rtmp7JZQH0/R.INSTALLae3014eedc4dd/tikzDevice/src'
installing to /home/hornik/tmp/R.check/r-patched-gcc/Work/build/Packages/00LOCK-tikzDevice/00new/tikzDevice/libs
** R
** inst
** byte-compile and prepare package for lazy loading
** help
*** installing help indices
  converting help for package ‘tikzDevice’
    finding HTML links ... done
    anyMultibyteUTF8Characters              html  
    getLatexStrWidth                        html  
    gridToDevice                            html  
    sanitizeTexString                       html  
    setTikzDefaults                         html  
    tikz                                    html  
    tikzAnnotate                            html  
    tikzCompilerInfo                        html  
    tikzDevice-package                      html  
    tikzTest                                html  
** building package indices
** installing vignettes
** testing if installed package can be loaded from temporary location
** checking absolute paths in shared objects and dynamic libraries
** testing if installed package can be loaded from final location
** testing if installed package keeps a record of temporary installation path
* DONE (tikzDevice)