Build · 172e4a93Finished ·
Pause
•••
Download raw log ↓
← Earlier output320 KiB captured
gmime-2.6.23
      |                                            ^
gmime-certificate.c:672:3: warning: Deprecated pre-processor symbol: replace with "memmove" [-W#pragma-messages]
  672 |                 g_memmove (dest, src, (sizeof (void *) * n));
      |                 ^
/nix/store/k6yvz42inl4qskndrwvn4jri1pagm3hp-glib-2.80.4-x86_64-unknown-linux-gnufilc0-dev/include/glib-2.0/glib/gutils.h:315:64: note: expanded from macro 'g_memmove'
  315 |   G_STMT_START { memmove ((dest), (src), (len)); } G_STMT_END  GLIB_DEPRECATED_MACRO_IN_2_40_FOR(memmove)
      |                                                                ^
/nix/store/k6yvz42inl4qskndrwvn4jri1pagm3hp-glib-2.80.4-x86_64-unknown-linux-gnufilc0-dev/include/glib-2.0/glib/glib-visibility.h:278:46: note: expanded from macro 'GLIB_DEPRECATED_MACRO_IN_2_40_FOR'
  278 | #define GLIB_DEPRECATED_MACRO_IN_2_40_FOR(f) GLIB_DEPRECATED_MACRO_FOR (f)
      |                                              ^
/nix/store/k6yvz42inl4qskndrwvn4jri1pagm3hp-glib-2.80.4-x86_64-unknown-linux-gnufilc0-dev/include/glib-2.0/glib/gmacros.h:1300:3: note: expanded from macro 'GLIB_DEPRECATED_MACRO_FOR'
 1300 |   _GLIB_GNUC_DO_PRAGMA(GCC warning G_STRINGIFY (Deprecated pre-processor symbol: replace with #f))
      |   ^
/nix/store/k6yvz42inl4qskndrwvn4jri1pagm3hp-glib-2.80.4-x86_64-unknown-linux-gnufilc0-dev/include/glib-2.0/glib/gmacros.h:1297:33: note: expanded from macro '_GLIB_GNUC_DO_PRAGMA'
 1297 | #define _GLIB_GNUC_DO_PRAGMA(x) _Pragma(G_STRINGIFY (x))
      |                                 ^
<scratch space>:13:6: note: expanded from here
   13 |  GCC warning "Deprecated pre-processor symbol: replace with \"memmove\""
      |      ^
3 warnings generated.
  CC       gmime-filter-charset.lo
gmime-disposition.c:123:16: warning: 'g_object_newv' is deprecated: Use 'g_object_new_with_properties' instead [-Wdeprecated-declarations]
  123 |         disposition = g_object_newv (GMIME_TYPE_CONTENT_DISPOSITION, 0, NULL);
      |                       ^
/nix/store/k6yvz42inl4qskndrwvn4jri1pagm3hp-glib-2.80.4-x86_64-unknown-linux-gnufilc0-dev/include/glib-2.0/gobject/gobject.h:443:1: note: 'g_object_newv' has been explicitly marked deprecated here
  443 | GOBJECT_DEPRECATED_IN_2_54_FOR(g_object_new_with_properties)
      | ^
/nix/store/k6yvz42inl4qskndrwvn4jri1pagm3hp-glib-2.80.4-x86_64-unknown-linux-gnufilc0-dev/include/glib-2.0/gobject/gobject-visibility.h:514:43: note: expanded from macro 'GOBJECT_DEPRECATED_IN_2_54_FOR'
  514 | #define GOBJECT_DEPRECATED_IN_2_54_FOR(f) GOBJECT_DEPRECATED_FOR (f)
      |                                           ^
/nix/store/k6yvz42inl4qskndrwvn4jri1pagm3hp-glib-2.80.4-x86_64-unknown-linux-gnufilc0-dev/include/glib-2.0/gobject/gobject-visibility.h:31:35: note: expanded from macro 'GOBJECT_DEPRECATED_FOR'
   31 | #define GOBJECT_DEPRECATED_FOR(f) G_DEPRECATED_FOR(f) _GOBJECT_EXTERN
      |                                   ^
/nix/store/k6yvz42inl4qskndrwvn4jri1pagm3hp-glib-2.80.4-x86_64-unknown-linux-gnufilc0-dev/include/glib-2.0/glib/gmacros.h:1273:44: note: expanded from macro 'G_DEPRECATED_FOR'
 1273 | #define G_DEPRECATED_FOR(f) __attribute__((__deprecated__("Use '" #f "' instead")))
      |                                            ^
gmime-disposition.c:149:16: warning: 'g_object_newv' is deprecated: Use 'g_object_new_with_properties' instead [-Wdeprecated-declarations]
  149 |         disposition = g_object_newv (GMIME_TYPE_CONTENT_DISPOSITION, 0, NULL);
      |                       ^
/nix/store/k6yvz42inl4qskndrwvn4jri1pagm3hp-glib-2.80.4-x86_64-unknown-linux-gnufilc0-dev/include/glib-2.0/gobject/gobject.h:443:1: note: 'g_object_newv' has been explicitly marked deprecated here
  443 | GOBJECT_DEPRECATED_IN_2_54_FOR(g_object_new_with_properties)
      | ^
/nix/store/k6yvz42inl4qskndrwvn4jri1pagm3hp-glib-2.80.4-x86_64-unknown-linux-gnufilc0-dev/include/glib-2.0/gobject/gobject-visibility.h:514:43: note: expanded from macro 'GOBJECT_DEPRECATED_IN_2_54_FOR'
  514 | #define GOBJECT_DEPRECATED_IN_2_54_FOR(f) GOBJECT_DEPRECATED_FOR (f)
      |                                           ^
/nix/store/k6yvz42inl4qskndrwvn4jri1pagm3hp-glib-2.80.4-x86_64-unknown-linux-gnufilc0-dev/include/glib-2.0/gobject/gobject-visibility.h:31:35: note: expanded from macro 'GOBJECT_DEPRECATED_FOR'
   31 | #define GOBJECT_DEPRECATED_FOR(f) G_DEPRECATED_FOR(f) _GOBJECT_EXTERN
      |                                   ^
/nix/store/k6yvz42inl4qskndrwvn4jri1pagm3hp-glib-2.80.4-x86_64-unknown-linux-gnufilc0-dev/include/glib-2.0/glib/gmacros.h:1273:44: note: expanded from macro 'G_DEPRECATED_FOR'
 1273 | #define G_DEPRECATED_FOR(f) __attribute__((__deprecated__("Use '" #f "' instead")))
      |                                            ^
2 warnings generated.
  CC       gmime-filter-crlf.lo
  CC       gmime-filter-enriched.lo
  CC       gmime-filter-from.lo
gmime-filter-basic.c:248:10: warning: 'g_object_newv' is deprecated: Use 'g_object_new_with_properties' instead [-Wdeprecated-declarations]
  248 |         basic = g_object_newv (GMIME_TYPE_FILTER_BASIC, 0, NULL);
      |                 ^
/nix/store/k6yvz42inl4qskndrwvn4jri1pagm3hp-glib-2.80.4-x86_64-unknown-linux-gnufilc0-dev/include/glib-2.0/gobject/gobject.h:443:1: note: 'g_object_newv' has been explicitly marked deprecated here
  443 | GOBJECT_DEPRECATED_IN_2_54_FOR(g_object_new_with_properties)
      | ^
/nix/store/k6yvz42inl4qskndrwvn4jri1pagm3hp-glib-2.80.4-x86_64-unknown-linux-gnufilc0-dev/include/glib-2.0/gobject/gobject-visibility.h:514:43: note: expanded from macro 'GOBJECT_DEPRECATED_IN_2_54_FOR'
  514 | #define GOBJECT_DEPRECATED_IN_2_54_FOR(f) GOBJECT_DEPRECATED_FOR (f)
      |                                           ^
/nix/store/k6yvz42inl4qskndrwvn4jri1pagm3hp-glib-2.80.4-x86_64-unknown-linux-gnufilc0-dev/include/glib-2.0/gobject/gobject-visibility.h:31:35: note: expanded from macro 'GOBJECT_DEPRECATED_FOR'
   31 | #define GOBJECT_DEPRECATED_FOR(f) G_DEPRECATED_FOR(f) _GOBJECT_EXTERN
      |                                   ^
/nix/store/k6yvz42inl4qskndrwvn4jri1pagm3hp-glib-2.80.4-x86_64-unknown-linux-gnufilc0-dev/include/glib-2.0/glib/gmacros.h:1273:44: note: expanded from macro 'G_DEPRECATED_FOR'
 1273 | #define G_DEPRECATED_FOR(f) __attribute__((__deprecated__("Use '" #f "' instead")))
      |                                            ^
1 warning generated.
  CC       gmime-filter-gzip.lo
gmime-filter-best.c:248:8: warning: 'g_object_newv' is deprecated: Use 'g_object_new_with_properties' instead [-Wdeprecated-declarations]
  248 |         new = g_object_newv (GMIME_TYPE_FILTER_BEST, 0, NULL);
      |               ^
/nix/store/k6yvz42inl4qskndrwvn4jri1pagm3hp-glib-2.80.4-x86_64-unknown-linux-gnufilc0-dev/include/glib-2.0/gobject/gobject.h:443:1: note: 'g_object_newv' has been explicitly marked deprecated here
  443 | GOBJECT_DEPRECATED_IN_2_54_FOR(g_object_new_with_properties)
      | ^
/nix/store/k6yvz42inl4qskndrwvn4jri1pagm3hp-glib-2.80.4-x86_64-unknown-linux-gnufilc0-dev/include/glib-2.0/gobject/gobject-visibility.h:514:43: note: expanded from macro 'GOBJECT_DEPRECATED_IN_2_54_FOR'
  514 | #define GOBJECT_DEPRECATED_IN_2_54_FOR(f) GOBJECT_DEPRECATED_FOR (f)
      |                                           ^
/nix/store/k6yvz42inl4qskndrwvn4jri1pagm3hp-glib-2.80.4-x86_64-unknown-linux-gnufilc0-dev/include/glib-2.0/gobject/gobject-visibility.h:31:35: note: expanded from macro 'GOBJECT_DEPRECATED_FOR'
   31 | #define GOBJECT_DEPRECATED_FOR(f) G_DEPRECATED_FOR(f) _GOBJECT_EXTERN
      |                                   ^
/nix/store/k6yvz42inl4qskndrwvn4jri1pagm3hp-glib-2.80.4-x86_64-unknown-linux-gnufilc0-dev/include/glib-2.0/glib/gmacros.h:1273:44: note: expanded from macro 'G_DEPRECATED_FOR'
 1273 | #define G_DEPRECATED_FOR(f) __attribute__((__deprecated__("Use '" #f "' instead")))
      |                                            ^
1 warning generated.
  CC       gmime-filter-html.lo
gmime-filter-crlf.c:235:8: warning: 'g_object_newv' is deprecated: Use 'g_object_new_with_properties' instead [-Wdeprecated-declarations]
  235 |         new = g_object_newv (GMIME_TYPE_FILTER_CRLF, 0, NULL);
      |               ^
/nix/store/k6yvz42inl4qskndrwvn4jri1pagm3hp-glib-2.80.4-x86_64-unknown-linux-gnufilc0-dev/include/glib-2.0/gobject/gobject.h:443:1: note: 'g_object_newv' has been explicitly marked deprecated here
  443 | GOBJECT_DEPRECATED_IN_2_54_FOR(g_object_new_with_properties)
      | ^
/nix/store/k6yvz42inl4qskndrwvn4jri1pagm3hp-glib-2.80.4-x86_64-unknown-linux-gnufilc0-dev/include/glib-2.0/gobject/gobject-visibility.h:514:43: note: expanded from macro 'GOBJECT_DEPRECATED_IN_2_54_FOR'
  514 | #define GOBJECT_DEPRECATED_IN_2_54_FOR(f) GOBJECT_DEPRECATED_FOR (f)
      |                                           ^
/nix/store/k6yvz42inl4qskndrwvn4jri1pagm3hp-glib-2.80.4-x86_64-unknown-linux-gnufilc0-dev/include/glib-2.0/gobject/gobject-visibility.h:31:35: note: expanded from macro 'GOBJECT_DEPRECATED_FOR'
   31 | #define GOBJECT_DEPRECATED_FOR(f) G_DEPRECATED_FOR(f) _GOBJECT_EXTERN
      |                                   ^
/nix/store/k6yvz42inl4qskndrwvn4jri1pagm3hp-glib-2.80.4-x86_64-unknown-linux-gnufilc0-dev/include/glib-2.0/glib/gmacros.h:1273:44: note: expanded from macro 'G_DEPRECATED_FOR'
 1273 | #define G_DEPRECATED_FOR(f) __attribute__((__deprecated__("Use '" #f "' instead")))
      |                                            ^
1 warning generated.
  CC       gmime-filter-md5.lo
gmime-filter-charset.c:314:8: warning: 'g_object_newv' is deprecated: Use 'g_object_new_with_properties' instead [-Wdeprecated-declarations]
  314 |         new = g_object_newv (GMIME_TYPE_FILTER_CHARSET, 0, NULL);
      |               ^
/nix/store/k6yvz42inl4qskndrwvn4jri1pagm3hp-glib-2.80.4-x86_64-unknown-linux-gnufilc0-dev/include/glib-2.0/gobject/gobject.h:443:1: note: 'g_object_newv' has been explicitly marked deprecated here
  443 | GOBJECT_DEPRECATED_IN_2_54_FOR(g_object_new_with_properties)
      | ^
/nix/store/k6yvz42inl4qskndrwvn4jri1pagm3hp-glib-2.80.4-x86_64-unknown-linux-gnufilc0-dev/include/glib-2.0/gobject/gobject-visibility.h:514:43: note: expanded from macro 'GOBJECT_DEPRECATED_IN_2_54_FOR'
  514 | #define GOBJECT_DEPRECATED_IN_2_54_FOR(f) GOBJECT_DEPRECATED_FOR (f)
      |                                           ^
/nix/store/k6yvz42inl4qskndrwvn4jri1pagm3hp-glib-2.80.4-x86_64-unknown-linux-gnufilc0-dev/include/glib-2.0/gobject/gobject-visibility.h:31:35: note: expanded from macro 'GOBJECT_DEPRECATED_FOR'
   31 | #define GOBJECT_DEPRECATED_FOR(f) G_DEPRECATED_FOR(f) _GOBJECT_EXTERN
      |                                   ^
/nix/store/k6yvz42inl4qskndrwvn4jri1pagm3hp-glib-2.80.4-x86_64-unknown-linux-gnufilc0-dev/include/glib-2.0/glib/gmacros.h:1273:44: note: expanded from macro 'G_DEPRECATED_FOR'
 1273 | #define G_DEPRECATED_FOR(f) __attribute__((__deprecated__("Use '" #f "' instead")))
      |                                            ^
1 warning generated.
  CC       gmime-filter-strip.lo
gmime-filter-from.c:255:8: warning: 'g_object_newv' is deprecated: Use 'g_object_new_with_properties' instead [-Wdeprecated-declarations]
  255 |         new = g_object_newv (GMIME_TYPE_FILTER_FROM, 0, NULL);
      |               ^
/nix/store/k6yvz42inl4qskndrwvn4jri1pagm3hp-glib-2.80.4-x86_64-unknown-linux-gnufilc0-dev/include/glib-2.0/gobject/gobject.h:443:1: note: 'g_object_newv' has been explicitly marked deprecated here
  443 | GOBJECT_DEPRECATED_IN_2_54_FOR(g_object_new_with_properties)
      | ^
/nix/store/k6yvz42inl4qskndrwvn4jri1pagm3hp-glib-2.80.4-x86_64-unknown-linux-gnufilc0-dev/include/glib-2.0/gobject/gobject-visibility.h:514:43: note: expanded from macro 'GOBJECT_DEPRECATED_IN_2_54_FOR'
  514 | #define GOBJECT_DEPRECATED_IN_2_54_FOR(f) GOBJECT_DEPRECATED_FOR (f)
      |                                           ^
/nix/store/k6yvz42inl4qskndrwvn4jri1pagm3hp-glib-2.80.4-x86_64-unknown-linux-gnufilc0-dev/include/glib-2.0/gobject/gobject-visibility.h:31:35: note: expanded from macro 'GOBJECT_DEPRECATED_FOR'
   31 | #define GOBJECT_DEPRECATED_FOR(f) G_DEPRECATED_FOR(f) _GOBJECT_EXTERN
      |                                   ^
/nix/store/k6yvz42inl4qskndrwvn4jri1pagm3hp-glib-2.80.4-x86_64-unknown-linux-gnufilc0-dev/include/glib-2.0/glib/gmacros.h:1273:44: note: expanded from macro 'G_DEPRECATED_FOR'
 1273 | #define G_DEPRECATED_FOR(f) __attribute__((__deprecated__("Use '" #f "' instead")))
      |                                            ^
1 warning generated.
  CC       gmime-filter-windows.lo
gmime-filter-md5.c:165:9: warning: 'g_object_newv' is deprecated: Use 'g_object_new_with_properties' instead [-Wdeprecated-declarations]
  165 |         return g_object_newv (GMIME_TYPE_FILTER_MD5, 0, NULL);
      |                ^
/nix/store/k6yvz42inl4qskndrwvn4jri1pagm3hp-glib-2.80.4-x86_64-unknown-linux-gnufilc0-dev/include/glib-2.0/gobject/gobject.h:443:1: note: 'g_object_newv' has been explicitly marked deprecated here
  443 | GOBJECT_DEPRECATED_IN_2_54_FOR(g_object_new_with_properties)
      | ^
/nix/store/k6yvz42inl4qskndrwvn4jri1pagm3hp-glib-2.80.4-x86_64-unknown-linux-gnufilc0-dev/include/glib-2.0/gobject/gobject-visibility.h:514:43: note: expanded from macro 'GOBJECT_DEPRECATED_IN_2_54_FOR'
  514 | #define GOBJECT_DEPRECATED_IN_2_54_FOR(f) GOBJECT_DEPRECATED_FOR (f)
      |                                           ^
/nix/store/k6yvz42inl4qskndrwvn4jri1pagm3hp-glib-2.80.4-x86_64-unknown-linux-gnufilc0-dev/include/glib-2.0/gobject/gobject-visibility.h:31:35: note: expanded from macro 'GOBJECT_DEPRECATED_FOR'
   31 | #define GOBJECT_DEPRECATED_FOR(f) G_DEPRECATED_FOR(f) _GOBJECT_EXTERN
      |                                   ^
/nix/store/k6yvz42inl4qskndrwvn4jri1pagm3hp-glib-2.80.4-x86_64-unknown-linux-gnufilc0-dev/include/glib-2.0/glib/gmacros.h:1273:44: note: expanded from macro 'G_DEPRECATED_FOR'
 1273 | #define G_DEPRECATED_FOR(f) __attribute__((__deprecated__("Use '" #f "' instead")))
      |                                            ^
1 warning generated.
  CC       gmime-filter-yenc.lo
gmime-filter-strip.c:183:9: warning: 'g_object_newv' is deprecated: Use 'g_object_new_with_properties' instead [-Wdeprecated-declarations]
  183 |         return g_object_newv (GMIME_TYPE_FILTER_STRIP, 0, NULL);
      |                ^
/nix/store/k6yvz42inl4qskndrwvn4jri1pagm3hp-glib-2.80.4-x86_64-unknown-linux-gnufilc0-dev/include/glib-2.0/gobject/gobject.h:443:1: note: 'g_object_newv' has been explicitly marked deprecated here
  443 | GOBJECT_DEPRECATED_IN_2_54_FOR(g_object_new_with_properties)
      | ^
/nix/store/k6yvz42inl4qskndrwvn4jri1pagm3hp-glib-2.80.4-x86_64-unknown-linux-gnufilc0-dev/include/glib-2.0/gobject/gobject-visibility.h:514:43: note: expanded from macro 'GOBJECT_DEPRECATED_IN_2_54_FOR'
  514 | #define GOBJECT_DEPRECATED_IN_2_54_FOR(f) GOBJECT_DEPRECATED_FOR (f)
      |                                           ^
/nix/store/k6yvz42inl4qskndrwvn4jri1pagm3hp-glib-2.80.4-x86_64-unknown-linux-gnufilc0-dev/include/glib-2.0/gobject/gobject-visibility.h:31:35: note: expanded from macro 'GOBJECT_DEPRECATED_FOR'
   31 | #define GOBJECT_DEPRECATED_FOR(f) G_DEPRECATED_FOR(f) _GOBJECT_EXTERN
      |                                   ^
/nix/store/k6yvz42inl4qskndrwvn4jri1pagm3hp-glib-2.80.4-x86_64-unknown-linux-gnufilc0-dev/include/glib-2.0/glib/gmacros.h:1273:44: note: expanded from macro 'G_DEPRECATED_FOR'
 1273 | #define G_DEPRECATED_FOR(f) __attribute__((__deprecated__("Use '" #f "' instead")))
      |                                            ^
1 warning generated.
  CC       gmime-gpg-context.lo
gmime-filter-enriched.c:607:8: warning: 'g_object_newv' is deprecated: Use 'g_object_new_with_properties' instead [-Wdeprecated-declarations]
  607 |         new = g_object_newv (GMIME_TYPE_FILTER_ENRICHED, 0, NULL);
      |               ^
/nix/store/k6yvz42inl4qskndrwvn4jri1pagm3hp-glib-2.80.4-x86_64-unknown-linux-gnufilc0-dev/include/glib-2.0/gobject/gobject.h:443:1: note: 'g_object_newv' has been explicitly marked deprecated here
  443 | GOBJECT_DEPRECATED_IN_2_54_FOR(g_object_new_with_properties)
      | ^
/nix/store/k6yvz42inl4qskndrwvn4jri1pagm3hp-glib-2.80.4-x86_64-unknown-linux-gnufilc0-dev/include/glib-2.0/gobject/gobject-visibility.h:514:43: note: expanded from macro 'GOBJECT_DEPRECATED_IN_2_54_FOR'
  514 | #define GOBJECT_DEPRECATED_IN_2_54_FOR(f) GOBJECT_DEPRECATED_FOR (f)
      |                                           ^
/nix/store/k6yvz42inl4qskndrwvn4jri1pagm3hp-glib-2.80.4-x86_64-unknown-linux-gnufilc0-dev/include/glib-2.0/gobject/gobject-visibility.h:31:35: note: expanded from macro 'GOBJECT_DEPRECATED_FOR'
   31 | #define GOBJECT_DEPRECATED_FOR(f) G_DEPRECATED_FOR(f) _GOBJECT_EXTERN
      |                                   ^
/nix/store/k6yvz42inl4qskndrwvn4jri1pagm3hp-glib-2.80.4-x86_64-unknown-linux-gnufilc0-dev/include/glib-2.0/glib/gmacros.h:1273:44: note: expanded from macro 'G_DEPRECATED_FOR'
 1273 | #define G_DEPRECATED_FOR(f) __attribute__((__deprecated__("Use '" #f "' instead")))
      |                                            ^
1 warning generated.
  CC       gmime-header.lo
gmime-filter-gzip.c:509:8: warning: 'g_object_newv' is deprecated: Use 'g_object_new_with_properties' instead [-Wdeprecated-declarations]
  509 |         new = g_object_newv (GMIME_TYPE_FILTER_GZIP, 0, NULL);
      |               ^
/nix/store/k6yvz42inl4qskndrwvn4jri1pagm3hp-glib-2.80.4-x86_64-unknown-linux-gnufilc0-dev/include/glib-2.0/gobject/gobject.h:443:1: note: 'g_object_newv' has been explicitly marked deprecated here
  443 | GOBJECT_DEPRECATED_IN_2_54_FOR(g_object_new_with_properties)
      | ^
/nix/store/k6yvz42inl4qskndrwvn4jri1pagm3hp-glib-2.80.4-x86_64-unknown-linux-gnufilc0-dev/include/glib-2.0/gobject/gobject-visibility.h:514:43: note: expanded from macro 'GOBJECT_DEPRECATED_IN_2_54_FOR'
  514 | #define GOBJECT_DEPRECATED_IN_2_54_FOR(f) GOBJECT_DEPRECATED_FOR (f)
      |                                           ^
/nix/store/k6yvz42inl4qskndrwvn4jri1pagm3hp-glib-2.80.4-x86_64-unknown-linux-gnufilc0-dev/include/glib-2.0/gobject/gobject-visibility.h:31:35: note: expanded from macro 'GOBJECT_DEPRECATED_FOR'
   31 | #define GOBJECT_DEPRECATED_FOR(f) G_DEPRECATED_FOR(f) _GOBJECT_EXTERN
      |                                   ^
/nix/store/k6yvz42inl4qskndrwvn4jri1pagm3hp-glib-2.80.4-x86_64-unknown-linux-gnufilc0-dev/include/glib-2.0/glib/gmacros.h:1273:44: note: expanded from macro 'G_DEPRECATED_FOR'
 1273 | #define G_DEPRECATED_FOR(f) __attribute__((__deprecated__("Use '" #f "' instead")))
      |                                            ^
1 warning generated.
  CC       gmime-iconv.lo
gmime-filter-html.c:495:11: warning: 'g_object_newv' is deprecated: Use 'g_object_new_with_properties' instead [-Wdeprecated-declarations]
  495 |         filter = g_object_newv (GMIME_TYPE_FILTER_HTML, 0, NULL);
      |                  ^
/nix/store/k6yvz42inl4qskndrwvn4jri1pagm3hp-glib-2.80.4-x86_64-unknown-linux-gnufilc0-dev/include/glib-2.0/gobject/gobject.h:443:1: note: 'g_object_newv' has been explicitly marked deprecated here
  443 | GOBJECT_DEPRECATED_IN_2_54_FOR(g_object_new_with_properties)
      | ^
/nix/store/k6yvz42inl4qskndrwvn4jri1pagm3hp-glib-2.80.4-x86_64-unknown-linux-gnufilc0-dev/include/glib-2.0/gobject/gobject-visibility.h:514:43: note: expanded from macro 'GOBJECT_DEPRECATED_IN_2_54_FOR'
  514 | #define GOBJECT_DEPRECATED_IN_2_54_FOR(f) GOBJECT_DEPRECATED_FOR (f)
      |                                           ^
/nix/store/k6yvz42inl4qskndrwvn4jri1pagm3hp-glib-2.80.4-x86_64-unknown-linux-gnufilc0-dev/include/glib-2.0/gobject/gobject-visibility.h:31:35: note: expanded from macro 'GOBJECT_DEPRECATED_FOR'
   31 | #define GOBJECT_DEPRECATED_FOR(f) G_DEPRECATED_FOR(f) _GOBJECT_EXTERN
      |                                   ^
/nix/store/k6yvz42inl4qskndrwvn4jri1pagm3hp-glib-2.80.4-x86_64-unknown-linux-gnufilc0-dev/include/glib-2.0/glib/gmacros.h:1273:44: note: expanded from macro 'G_DEPRECATED_FOR'
 1273 | #define G_DEPRECATED_FOR(f) __attribute__((__deprecated__("Use '" #f "' instead")))
      |                                            ^
1 warning generated.
gmime-filter-windows.c:188:8: warning: 'g_object_newv' is deprecated: Use 'g_object_new_with_properties' instead [-Wdeprecated-declarations]
  188 |         new = g_object_newv (GMIME_TYPE_FILTER_WINDOWS, 0, NULL);
      |               ^
/nix/store/k6yvz42inl4qskndrwvn4jri1pagm3hp-glib-2.80.4-x86_64-unknown-linux-gnufilc0-dev/include/glib-2.0/gobject/gobject.h:443:1: note: 'g_object_newv' has been explicitly marked deprecated here
  443 | GOBJECT_DEPRECATED_IN_2_54_FOR(g_object_new_with_properties)
      | ^
/nix/store/k6yvz42inl4qskndrwvn4jri1pagm3hp-glib-2.80.4-x86_64-unknown-linux-gnufilc0-dev/include/glib-2.0/gobject/gobject-visibility.h:514:43: note: expanded from macro 'GOBJECT_DEPRECATED_IN_2_54_FOR'
  514 | #define GOBJECT_DEPRECATED_IN_2_54_FOR(f) GOBJECT_DEPRECATED_FOR (f)
      |                                           ^
/nix/store/k6yvz42inl4qskndrwvn4jri1pagm3hp-glib-2.80.4-x86_64-unknown-linux-gnufilc0-dev/include/glib-2.0/gobject/gobject-visibility.h:31:35: note: expanded from macro 'GOBJECT_DEPRECATED_FOR'
   31 | #define GOBJECT_DEPRECATED_FOR(f) G_DEPRECATED_FOR(f) _GOBJECT_EXTERN
      |                                   ^
/nix/store/k6yvz42inl4qskndrwvn4jri1pagm3hp-glib-2.80.4-x86_64-unknown-linux-gnufilc0-dev/include/glib-2.0/glib/gmacros.h:1273:44: note: expanded from macro 'G_DEPRECATED_FOR'
 1273 | #define G_DEPRECATED_FOR(f) __attribute__((__deprecated__("Use '" #f "' instead")))
      |                                            ^
1 warning generated.
  CC       gmime-iconv-utils.lo
  CC       gmime-message.lo
  CC       gmime-message-part.lo
  CC       gmime-message-partial.lo
gmime-filter-yenc.c:285:8: warning: 'g_object_newv' is deprecated: Use 'g_object_new_with_properties' instead [-Wdeprecated-declarations]
  285 |         new = g_object_newv (GMIME_TYPE_FILTER_YENC, 0, NULL);
      |               ^
/nix/store/k6yvz42inl4qskndrwvn4jri1pagm3hp-glib-2.80.4-x86_64-unknown-linux-gnufilc0-dev/include/glib-2.0/gobject/gobject.h:443:1: note: 'g_object_newv' has been explicitly marked deprecated here
  443 | GOBJECT_DEPRECATED_IN_2_54_FOR(g_object_new_with_properties)
      | ^
/nix/store/k6yvz42inl4qskndrwvn4jri1pagm3hp-glib-2.80.4-x86_64-unknown-linux-gnufilc0-dev/include/glib-2.0/gobject/gobject-visibility.h:514:43: note: expanded from macro 'GOBJECT_DEPRECATED_IN_2_54_FOR'
  514 | #define GOBJECT_DEPRECATED_IN_2_54_FOR(f) GOBJECT_DEPRECATED_FOR (f)
      |                                           ^
/nix/store/k6yvz42inl4qskndrwvn4jri1pagm3hp-glib-2.80.4-x86_64-unknown-linux-gnufilc0-dev/include/glib-2.0/gobject/gobject-visibility.h:31:35: note: expanded from macro 'GOBJECT_DEPRECATED_FOR'
   31 | #define GOBJECT_DEPRECATED_FOR(f) G_DEPRECATED_FOR(f) _GOBJECT_EXTERN
      |                                   ^
/nix/store/k6yvz42inl4qskndrwvn4jri1pagm3hp-glib-2.80.4-x86_64-unknown-linux-gnufilc0-dev/include/glib-2.0/glib/gmacros.h:1273:44: note: expanded from macro 'G_DEPRECATED_FOR'
 1273 | #define G_DEPRECATED_FOR(f) __attribute__((__deprecated__("Use '" #f "' instead")))
      |                                            ^
1 warning generated.
  CC       gmime-multipart.lo
gmime-message-part.c:157:9: warning: 'g_object_newv' is deprecated: Use 'g_object_new_with_properties' instead [-Wdeprecated-declarations]
  157 |         part = g_object_newv (GMIME_TYPE_MESSAGE_PART, 0, NULL);
      |                ^
/nix/store/k6yvz42inl4qskndrwvn4jri1pagm3hp-glib-2.80.4-x86_64-unknown-linux-gnufilc0-dev/include/glib-2.0/gobject/gobject.h:443:1: note: 'g_object_newv' has been explicitly marked deprecated here
  443 | GOBJECT_DEPRECATED_IN_2_54_FOR(g_object_new_with_properties)
      | ^
/nix/store/k6yvz42inl4qskndrwvn4jri1pagm3hp-glib-2.80.4-x86_64-unknown-linux-gnufilc0-dev/include/glib-2.0/gobject/gobject-visibility.h:514:43: note: expanded from macro 'GOBJECT_DEPRECATED_IN_2_54_FOR'
  514 | #define GOBJECT_DEPRECATED_IN_2_54_FOR(f) GOBJECT_DEPRECATED_FOR (f)
      |                                           ^
/nix/store/k6yvz42inl4qskndrwvn4jri1pagm3hp-glib-2.80.4-x86_64-unknown-linux-gnufilc0-dev/include/glib-2.0/gobject/gobject-visibility.h:31:35: note: expanded from macro 'GOBJECT_DEPRECATED_FOR'
   31 | #define GOBJECT_DEPRECATED_FOR(f) G_DEPRECATED_FOR(f) _GOBJECT_EXTERN
      |                                   ^
/nix/store/k6yvz42inl4qskndrwvn4jri1pagm3hp-glib-2.80.4-x86_64-unknown-linux-gnufilc0-dev/include/glib-2.0/glib/gmacros.h:1273:44: note: expanded from macro 'G_DEPRECATED_FOR'
 1273 | #define G_DEPRECATED_FOR(f) __attribute__((__deprecated__("Use '" #f "' instead")))
      |                                            ^
1 warning generated.
  CC       gmime-multipart-encrypted.lo
  CC       gmime-multipart-signed.lo
gmime-message-partial.c:202:12: warning: 'g_object_newv' is deprecated: Use 'g_object_new_with_properties' instead [-Wdeprecated-declarations]
  202 |         partial = g_object_newv (GMIME_TYPE_MESSAGE_PARTIAL, 0, NULL);
      |                   ^
/nix/store/k6yvz42inl4qskndrwvn4jri1pagm3hp-glib-2.80.4-x86_64-unknown-linux-gnufilc0-dev/include/glib-2.0/gobject/gobject.h:443:1: note: 'g_object_newv' has been explicitly marked deprecated here
  443 | GOBJECT_DEPRECATED_IN_2_54_FOR(g_object_new_with_properties)
      | ^
/nix/store/k6yvz42inl4qskndrwvn4jri1pagm3hp-glib-2.80.4-x86_64-unknown-linux-gnufilc0-dev/include/glib-2.0/gobject/gobject-visibility.h:514:43: note: expanded from macro 'GOBJECT_DEPRECATED_IN_2_54_FOR'
  514 | #define GOBJECT_DEPRECATED_IN_2_54_FOR(f) GOBJECT_DEPRECATED_FOR (f)
      |                                           ^
/nix/store/k6yvz42inl4qskndrwvn4jri1pagm3hp-glib-2.80.4-x86_64-unknown-linux-gnufilc0-dev/include/glib-2.0/gobject/gobject-visibility.h:31:35: note: expanded from macro 'GOBJECT_DEPRECATED_FOR'
   31 | #define GOBJECT_DEPRECATED_FOR(f) G_DEPRECATED_FOR(f) _GOBJECT_EXTERN
      |                                   ^
/nix/store/k6yvz42inl4qskndrwvn4jri1pagm3hp-glib-2.80.4-x86_64-unknown-linux-gnufilc0-dev/include/glib-2.0/glib/gmacros.h:1273:44: note: expanded from macro 'G_DEPRECATED_FOR'
 1273 | #define G_DEPRECATED_FOR(f) __attribute__((__deprecated__("Use '" #f "' instead")))
      |                                            ^
1 warning generated.
  CC       gmime-object.lo
gmime-multipart-encrypted.c:130:14: warning: 'g_object_newv' is deprecated: Use 'g_object_new_with_properties' instead [-Wdeprecated-declarations]
  130 |         multipart = g_object_newv (GMIME_TYPE_MULTIPART_ENCRYPTED, 0, NULL);
      |                     ^
/nix/store/k6yvz42inl4qskndrwvn4jri1pagm3hp-glib-2.80.4-x86_64-unknown-linux-gnufilc0-dev/include/glib-2.0/gobject/gobject.h:443:1: note: 'g_object_newv' has been explicitly marked deprecated here
  443 | GOBJECT_DEPRECATED_IN_2_54_FOR(g_object_new_with_properties)
      | ^
/nix/store/k6yvz42inl4qskndrwvn4jri1pagm3hp-glib-2.80.4-x86_64-unknown-linux-gnufilc0-dev/include/glib-2.0/gobject/gobject-visibility.h:514:43: note: expanded from macro 'GOBJECT_DEPRECATED_IN_2_54_FOR'
  514 | #define GOBJECT_DEPRECATED_IN_2_54_FOR(f) GOBJECT_DEPRECATED_FOR (f)
      |                                           ^
/nix/store/k6yvz42inl4qskndrwvn4jri1pagm3hp-glib-2.80.4-x86_64-unknown-linux-gnufilc0-dev/include/glib-2.0/gobject/gobject-visibility.h:31:35: note: expanded from macro 'GOBJECT_DEPRECATED_FOR'
   31 | #define GOBJECT_DEPRECATED_FOR(f) G_DEPRECATED_FOR(f) _GOBJECT_EXTERN
      |                                   ^
/nix/store/k6yvz42inl4qskndrwvn4jri1pagm3hp-glib-2.80.4-x86_64-unknown-linux-gnufilc0-dev/include/glib-2.0/glib/gmacros.h:1273:44: note: expanded from macro 'G_DEPRECATED_FOR'
 1273 | #define G_DEPRECATED_FOR(f) __attribute__((__deprecated__("Use '" #f "' instead")))
      |                                            ^
1 warning generated.
  CC       gmime-param.lo
gmime-multipart-signed.c:144:14: warning: 'g_object_newv' is deprecated: Use 'g_object_new_with_properties' instead [-Wdeprecated-declarations]
  144 |         multipart = g_object_newv (GMIME_TYPE_MULTIPART_SIGNED, 0, NULL);
      |                     ^
/nix/store/k6yvz42inl4qskndrwvn4jri1pagm3hp-glib-2.80.4-x86_64-unknown-linux-gnufilc0-dev/include/glib-2.0/gobject/gobject.h:443:1: note: 'g_object_newv' has been explicitly marked deprecated here
  443 | GOBJECT_DEPRECATED_IN_2_54_FOR(g_object_new_with_properties)
      | ^
/nix/store/k6yvz42inl4qskndrwvn4jri1pagm3hp-glib-2.80.4-x86_64-unknown-linux-gnufilc0-dev/include/glib-2.0/gobject/gobject-visibility.h:514:43: note: expanded from macro 'GOBJECT_DEPRECATED_IN_2_54_FOR'
  514 | #define GOBJECT_DEPRECATED_IN_2_54_FOR(f) GOBJECT_DEPRECATED_FOR (f)
      |                                           ^
/nix/store/k6yvz42inl4qskndrwvn4jri1pagm3hp-glib-2.80.4-x86_64-unknown-linux-gnufilc0-dev/include/glib-2.0/gobject/gobject-visibility.h:31:35: note: expanded from macro 'GOBJECT_DEPRECATED_FOR'
   31 | #define GOBJECT_DEPRECATED_FOR(f) G_DEPRECATED_FOR(f) _GOBJECT_EXTERN
      |                                   ^
/nix/store/k6yvz42inl4qskndrwvn4jri1pagm3hp-glib-2.80.4-x86_64-unknown-linux-gnufilc0-dev/include/glib-2.0/glib/gmacros.h:1273:44: note: expanded from macro 'G_DEPRECATED_FOR'
 1273 | #define G_DEPRECATED_FOR(f) __attribute__((__deprecated__("Use '" #f "' instead")))
      |                                            ^
1 warning generated.
gmime-multipart.c:257:14: warning: 'g_object_newv' is deprecated: Use 'g_object_new_with_properties' instead [-Wdeprecated-declarations]
  257 |         multipart = g_object_newv (GMIME_TYPE_MULTIPART, 0, NULL);
      |                     ^
/nix/store/k6yvz42inl4qskndrwvn4jri1pagm3hp-glib-2.80.4-x86_64-unknown-linux-gnufilc0-dev/include/glib-2.0/gobject/gobject.h:443:1: note: 'g_object_newv' has been explicitly marked deprecated here
  443 | GOBJECT_DEPRECATED_IN_2_54_FOR(g_object_new_with_properties)
      | ^
/nix/store/k6yvz42inl4qskndrwvn4jri1pagm3hp-glib-2.80.4-x86_64-unknown-linux-gnufilc0-dev/include/glib-2.0/gobject/gobject-visibility.h:514:43: note: expanded from macro 'GOBJECT_DEPRECATED_IN_2_54_FOR'
  514 | #define GOBJECT_DEPRECATED_IN_2_54_FOR(f) GOBJECT_DEPRECATED_FOR (f)
      |                                           ^
/nix/store/k6yvz42inl4qskndrwvn4jri1pagm3hp-glib-2.80.4-x86_64-unknown-linux-gnufilc0-dev/include/glib-2.0/gobject/gobject-visibility.h:31:35: note: expanded from macro 'GOBJECT_DEPRECATED_FOR'
   31 | #define GOBJECT_DEPRECATED_FOR(f) G_DEPRECATED_FOR(f) _GOBJECT_EXTERN
      |                                   ^
/nix/store/k6yvz42inl4qskndrwvn4jri1pagm3hp-glib-2.80.4-x86_64-unknown-linux-gnufilc0-dev/include/glib-2.0/glib/gmacros.h:1273:44: note: expanded from macro 'G_DEPRECATED_FOR'
 1273 | #define G_DEPRECATED_FOR(f) __attribute__((__deprecated__("Use '" #f "' instead")))
      |                                            ^
gmime-multipart.c:283:14: warning: 'g_object_newv' is deprecated: Use 'g_object_new_with_properties' instead [-Wdeprecated-declarations]
  283 |         multipart = g_object_newv (GMIME_TYPE_MULTIPART, 0, NULL);
      |                     ^
/nix/store/k6yvz42inl4qskndrwvn4jri1pagm3hp-glib-2.80.4-x86_64-unknown-linux-gnufilc0-dev/include/glib-2.0/gobject/gobject.h:443:1: note: 'g_object_newv' has been explicitly marked deprecated here
  443 | GOBJECT_DEPRECATED_IN_2_54_FOR(g_object_new_with_properties)
      | ^
/nix/store/k6yvz42inl4qskndrwvn4jri1pagm3hp-glib-2.80.4-x86_64-unknown-linux-gnufilc0-dev/include/glib-2.0/gobject/gobject-visibility.h:514:43: note: expanded from macro 'GOBJECT_DEPRECATED_IN_2_54_FOR'
  514 | #define GOBJECT_DEPRECATED_IN_2_54_FOR(f) GOBJECT_DEPRECATED_FOR (f)
      |                                           ^
/nix/store/k6yvz42inl4qskndrwvn4jri1pagm3hp-glib-2.80.4-x86_64-unknown-linux-gnufilc0-dev/include/glib-2.0/gobject/gobject-visibility.h:31:35: note: expanded from macro 'GOBJECT_DEPRECATED_FOR'
   31 | #define GOBJECT_DEPRECATED_FOR(f) G_DEPRECATED_FOR(f) _GOBJECT_EXTERN
      |                                   ^
/nix/store/k6yvz42inl4qskndrwvn4jri1pagm3hp-glib-2.80.4-x86_64-unknown-linux-gnufilc0-dev/include/glib-2.0/glib/gmacros.h:1273:44: note: expanded from macro 'G_DEPRECATED_FOR'
 1273 | #define G_DEPRECATED_FOR(f) __attribute__((__deprecated__("Use '" #f "' instead")))
      |                                            ^
gmime-multipart.c:427:3: warning: Deprecated pre-processor symbol: replace with "memmove" [-W#pragma-messages]
  427 |                 g_memmove (dest, src, (sizeof (void *) * n));
      |                 ^
/nix/store/k6yvz42inl4qskndrwvn4jri1pagm3hp-glib-2.80.4-x86_64-unknown-linux-gnufilc0-dev/include/glib-2.0/glib/gutils.h:315:64: note: expanded from macro 'g_memmove'
  315 |   G_STMT_START { memmove ((dest), (src), (len)); } G_STMT_END  GLIB_DEPRECATED_MACRO_IN_2_40_FOR(memmove)
      |                                                                ^
/nix/store/k6yvz42inl4qskndrwvn4jri1pagm3hp-glib-2.80.4-x86_64-unknown-linux-gnufilc0-dev/include/glib-2.0/glib/glib-visibility.h:278:46: note: expanded from macro 'GLIB_DEPRECATED_MACRO_IN_2_40_FOR'
  278 | #define GLIB_DEPRECATED_MACRO_IN_2_40_FOR(f) GLIB_DEPRECATED_MACRO_FOR (f)
      |                                              ^
/nix/store/k6yvz42inl4qskndrwvn4jri1pagm3hp-glib-2.80.4-x86_64-unknown-linux-gnufilc0-dev/include/glib-2.0/glib/gmacros.h:1300:3: note: expanded from macro 'GLIB_DEPRECATED_MACRO_FOR'
 1300 |   _GLIB_GNUC_DO_PRAGMA(GCC warning G_STRINGIFY (Deprecated pre-processor symbol: replace with #f))
      |   ^
/nix/store/k6yvz42inl4qskndrwvn4jri1pagm3hp-glib-2.80.4-x86_64-unknown-linux-gnufilc0-dev/include/glib-2.0/glib/gmacros.h:1297:33: note: expanded from macro '_GLIB_GNUC_DO_PRAGMA'
 1297 | #define _GLIB_GNUC_DO_PRAGMA(x) _Pragma(G_STRINGIFY (x))
      |                                 ^
<scratch space>:121:6: note: expanded from here
  121 |  GCC warning "Deprecated pre-processor symbol: replace with \"memmove\""
      |      ^
3 warnings generated.
  CC       gmime-parse-utils.lo
  CC       gmime-parser.lo
  CC       gmime-part.lo
gmime-gpg-context.c:2366:8: warning: 'g_object_newv' is deprecated: Use 'g_object_new_with_properties' instead [-Wdeprecated-declarations]
 2366 |         ctx = g_object_newv (GMIME_TYPE_GPG_CONTEXT, 0, NULL);
      |               ^
/nix/store/k6yvz42inl4qskndrwvn4jri1pagm3hp-glib-2.80.4-x86_64-unknown-linux-gnufilc0-dev/include/glib-2.0/gobject/gobject.h:443:1: note: 'g_object_newv' has been explicitly marked deprecated here
  443 | GOBJECT_DEPRECATED_IN_2_54_FOR(g_object_new_with_properties)
      | ^
/nix/store/k6yvz42inl4qskndrwvn4jri1pagm3hp-glib-2.80.4-x86_64-unknown-linux-gnufilc0-dev/include/glib-2.0/gobject/gobject-visibility.h:514:43: note: expanded from macro 'GOBJECT_DEPRECATED_IN_2_54_FOR'
  514 | #define GOBJECT_DEPRECATED_IN_2_54_FOR(f) GOBJECT_DEPRECATED_FOR (f)
      |                                           ^
/nix/store/k6yvz42inl4qskndrwvn4jri1pagm3hp-glib-2.80.4-x86_64-unknown-linux-gnufilc0-dev/include/glib-2.0/gobject/gobject-visibility.h:31:35: note: expanded from macro 'GOBJECT_DEPRECATED_FOR'
   31 | #define GOBJECT_DEPRECATED_FOR(f) G_DEPRECATED_FOR(f) _GOBJECT_EXTERN
      |                                   ^
/nix/store/k6yvz42inl4qskndrwvn4jri1pagm3hp-glib-2.80.4-x86_64-unknown-linux-gnufilc0-dev/include/glib-2.0/glib/gmacros.h:1273:44: note: expanded from macro 'G_DEPRECATED_FOR'
 1273 | #define G_DEPRECATED_FOR(f) __attribute__((__deprecated__("Use '" #f "' instead")))
      |                                            ^
1 warning generated.
  CC       gmime-part-iter.lo
gmime-message.c:1092:12: warning: 'g_object_newv' is deprecated: Use 'g_object_new_with_properties' instead [-Wdeprecated-declarations]
 1092 |         message = g_object_newv (GMIME_TYPE_MESSAGE, 0, NULL);
      |                   ^
/nix/store/k6yvz42inl4qskndrwvn4jri1pagm3hp-glib-2.80.4-x86_64-unknown-linux-gnufilc0-dev/include/glib-2.0/gobject/gobject.h:443:1: note: 'g_object_newv' has been explicitly marked deprecated here
  443 | GOBJECT_DEPRECATED_IN_2_54_FOR(g_object_new_with_properties)
      | ^
/nix/store/k6yvz42inl4qskndrwvn4jri1pagm3hp-glib-2.80.4-x86_64-unknown-linux-gnufilc0-dev/include/glib-2.0/gobject/gobject-visibility.h:514:43: note: expanded from macro 'GOBJECT_DEPRECATED_IN_2_54_FOR'
  514 | #define GOBJECT_DEPRECATED_IN_2_54_FOR(f) GOBJECT_DEPRECATED_FOR (f)
      |                                           ^
/nix/store/k6yvz42inl4qskndrwvn4jri1pagm3hp-glib-2.80.4-x86_64-unknown-linux-gnufilc0-dev/include/glib-2.0/gobject/gobject-visibility.h:31:35: note: expanded from macro 'GOBJECT_DEPRECATED_FOR'
   31 | #define GOBJECT_DEPRECATED_FOR(f) G_DEPRECATED_FOR(f) _GOBJECT_EXTERN
      |                                   ^
/nix/store/k6yvz42inl4qskndrwvn4jri1pagm3hp-glib-2.80.4-x86_64-unknown-linux-gnufilc0-dev/include/glib-2.0/glib/gmacros.h:1273:44: note: expanded from macro 'G_DEPRECATED_FOR'
 1273 | #define G_DEPRECATED_FOR(f) __attribute__((__deprecated__("Use '" #f "' instead")))
      |                                            ^
1 warning generated.
  CC       gmime-pkcs7-context.lo
  CC       gmime-signature.lo
gmime-object.c:339:11: warning: 'g_object_newv' is deprecated: Use 'g_object_new_with_properties' instead [-Wdeprecated-declarations]
  339 |         object = g_object_newv (obj_type, 0, NULL);
      |                  ^
/nix/store/k6yvz42inl4qskndrwvn4jri1pagm3hp-glib-2.80.4-x86_64-unknown-linux-gnufilc0-dev/include/glib-2.0/gobject/gobject.h:443:1: note: 'g_object_newv' has been explicitly marked deprecated here
  443 | GOBJECT_DEPRECATED_IN_2_54_FOR(g_object_new_with_properties)
      | ^
/nix/store/k6yvz42inl4qskndrwvn4jri1pagm3hp-glib-2.80.4-x86_64-unknown-linux-gnufilc0-dev/include/glib-2.0/gobject/gobject-visibility.h:514:43: note: expanded from macro 'GOBJECT_DEPRECATED_IN_2_54_FOR'
  514 | #define GOBJECT_DEPRECATED_IN_2_54_FOR(f) GOBJECT_DEPRECATED_FOR (f)
      |                                           ^
/nix/store/k6yvz42inl4qskndrwvn4jri1pagm3hp-glib-2.80.4-x86_64-unknown-linux-gnufilc0-dev/include/glib-2.0/gobject/gobject-visibility.h:31:35: note: expanded from macro 'GOBJECT_DEPRECATED_FOR'
   31 | #define GOBJECT_DEPRECATED_FOR(f) G_DEPRECATED_FOR(f) _GOBJECT_EXTERN
      |                                   ^
/nix/store/k6yvz42inl4qskndrwvn4jri1pagm3hp-glib-2.80.4-x86_64-unknown-linux-gnufilc0-dev/include/glib-2.0/glib/gmacros.h:1273:44: note: expanded from macro 'G_DEPRECATED_FOR'
 1273 | #define G_DEPRECATED_FOR(f) __attribute__((__deprecated__("Use '" #f "' instead")))
      |                                            ^
gmime-object.c:392:9: warning: 'g_object_newv' is deprecated: Use 'g_object_new_with_properties' instead [-Wdeprecated-declarations]
  392 |         return g_object_newv (obj_type, 0, NULL);
      |                ^
/nix/store/k6yvz42inl4qskndrwvn4jri1pagm3hp-glib-2.80.4-x86_64-unknown-linux-gnufilc0-dev/include/glib-2.0/gobject/gobject.h:443:1: note: 'g_object_newv' has been explicitly marked deprecated here
  443 | GOBJECT_DEPRECATED_IN_2_54_FOR(g_object_new_with_properties)
      | ^
/nix/store/k6yvz42inl4qskndrwvn4jri1pagm3hp-glib-2.80.4-x86_64-unknown-linux-gnufilc0-dev/include/glib-2.0/gobject/gobject-visibility.h:514:43: note: expanded from macro 'GOBJECT_DEPRECATED_IN_2_54_FOR'
  514 | #define GOBJECT_DEPRECATED_IN_2_54_FOR(f) GOBJECT_DEPRECATED_FOR (f)
      |                                           ^
/nix/store/k6yvz42inl4qskndrwvn4jri1pagm3hp-glib-2.80.4-x86_64-unknown-linux-gnufilc0-dev/include/glib-2.0/gobject/gobject-visibility.h:31:35: note: expanded from macro 'GOBJECT_DEPRECATED_FOR'
   31 | #define GOBJECT_DEPRECATED_FOR(f) G_DEPRECATED_FOR(f) _GOBJECT_EXTERN
      |                                   ^
/nix/store/k6yvz42inl4qskndrwvn4jri1pagm3hp-glib-2.80.4-x86_64-unknown-linux-gnufilc0-dev/include/glib-2.0/glib/gmacros.h:1273:44: note: expanded from macro 'G_DEPRECATED_FOR'
 1273 | #define G_DEPRECATED_FOR(f) __attribute__((__deprecated__("Use '" #f "' instead")))
      |                                            ^
2 warnings generated.
  CC       gmime-stream.lo
  CC       gmime-stream-buffer.lo
  CC       gmime-stream-cat.lo
gmime-part.c:448:14: warning: 'g_object_newv' is deprecated: Use 'g_object_new_with_properties' instead [-Wdeprecated-declarations]
  448 |         mime_part = g_object_newv (GMIME_TYPE_PART, 0, NULL);
      |                     ^
/nix/store/k6yvz42inl4qskndrwvn4jri1pagm3hp-glib-2.80.4-x86_64-unknown-linux-gnufilc0-dev/include/glib-2.0/gobject/gobject.h:443:1: note: 'g_object_newv' has been explicitly marked deprecated here
  443 | GOBJECT_DEPRECATED_IN_2_54_FOR(g_object_new_with_properties)
      | ^
/nix/store/k6yvz42inl4qskndrwvn4jri1pagm3hp-glib-2.80.4-x86_64-unknown-linux-gnufilc0-dev/include/glib-2.0/gobject/gobject-visibility.h:514:43: note: expanded from macro 'GOBJECT_DEPRECATED_IN_2_54_FOR'
  514 | #define GOBJECT_DEPRECATED_IN_2_54_FOR(f) GOBJECT_DEPRECATED_FOR (f)
      |                                           ^
/nix/store/k6yvz42inl4qskndrwvn4jri1pagm3hp-glib-2.80.4-x86_64-unknown-linux-gnufilc0-dev/include/glib-2.0/gobject/gobject-visibility.h:31:35: note: expanded from macro 'GOBJECT_DEPRECATED_FOR'
   31 | #define GOBJECT_DEPRECATED_FOR(f) G_DEPRECATED_FOR(f) _GOBJECT_EXTERN
      |                                   ^
/nix/store/k6yvz42inl4qskndrwvn4jri1pagm3hp-glib-2.80.4-x86_64-unknown-linux-gnufilc0-dev/include/glib-2.0/glib/gmacros.h:1273:44: note: expanded from macro 'G_DEPRECATED_FOR'
 1273 | #define G_DEPRECATED_FOR(f) __attribute__((__deprecated__("Use '" #f "' instead")))
      |                                            ^
gmime-part.c:473:14: warning: 'g_object_newv' is deprecated: Use 'g_object_new_with_properties' instead [-Wdeprecated-declarations]
  473 |         mime_part = g_object_newv (GMIME_TYPE_PART, 0, NULL);
      |                     ^
/nix/store/k6yvz42inl4qskndrwvn4jri1pagm3hp-glib-2.80.4-x86_64-unknown-linux-gnufilc0-dev/include/glib-2.0/gobject/gobject.h:443:1: note: 'g_object_newv' has been explicitly marked deprecated here
  443 | GOBJECT_DEPRECATED_IN_2_54_FOR(g_object_new_with_properties)
      | ^
/nix/store/k6yvz42inl4qskndrwvn4jri1pagm3hp-glib-2.80.4-x86_64-unknown-linux-gnufilc0-dev/include/glib-2.0/gobject/gobject-visibility.h:514:43: note: expanded from macro 'GOBJECT_DEPRECATED_IN_2_54_FOR'
  514 | #define GOBJECT_DEPRECATED_IN_2_54_FOR(f) GOBJECT_DEPRECATED_FOR (f)
      |                                           ^
/nix/store/k6yvz42inl4qskndrwvn4jri1pagm3hp-glib-2.80.4-x86_64-unknown-linux-gnufilc0-dev/include/glib-2.0/gobject/gobject-visibility.h:31:35: note: expanded from macro 'GOBJECT_DEPRECATED_FOR'
   31 | #define GOBJECT_DEPRECATED_FOR(f) G_DEPRECATED_FOR(f) _GOBJECT_EXTERN
      |                                   ^
/nix/store/k6yvz42inl4qskndrwvn4jri1pagm3hp-glib-2.80.4-x86_64-unknown-linux-gnufilc0-dev/include/glib-2.0/glib/gmacros.h:1273:44: note: expanded from macro 'G_DEPRECATED_FOR'
 1273 | #define G_DEPRECATED_FOR(f) __attribute__((__deprecated__("Use '" #f "' instead")))
      |                                            ^
2 warnings generated.
  CC       gmime-stream-file.lo
gmime-signature.c:115:9: warning: 'g_object_newv' is deprecated: Use 'g_object_new_with_properties' instead [-Wdeprecated-declarations]
  115 |         return g_object_newv (GMIME_TYPE_SIGNATURE, 0, NULL);
      |                ^
/nix/store/k6yvz42inl4qskndrwvn4jri1pagm3hp-glib-2.80.4-x86_64-unknown-linux-gnufilc0-dev/include/glib-2.0/gobject/gobject.h:443:1: note: 'g_object_newv' has been explicitly marked deprecated here
  443 | GOBJECT_DEPRECATED_IN_2_54_FOR(g_object_new_with_properties)
      | ^
/nix/store/k6yvz42inl4qskndrwvn4jri1pagm3hp-glib-2.80.4-x86_64-unknown-linux-gnufilc0-dev/include/glib-2.0/gobject/gobject-visibility.h:514:43: note: expanded from macro 'GOBJECT_DEPRECATED_IN_2_54_FOR'
  514 | #define GOBJECT_DEPRECATED_IN_2_54_FOR(f) GOBJECT_DEPRECATED_FOR (f)
      |                                           ^
/nix/store/k6yvz42inl4qskndrwvn4jri1pagm3hp-glib-2.80.4-x86_64-unknown-linux-gnufilc0-dev/include/glib-2.0/gobject/gobject-visibility.h:31:35: note: expanded from macro 'GOBJECT_DEPRECATED_FOR'
   31 | #define GOBJECT_DEPRECATED_FOR(f) G_DEPRECATED_FOR(f) _GOBJECT_EXTERN
      |                                   ^
/nix/store/k6yvz42inl4qskndrwvn4jri1pagm3hp-glib-2.80.4-x86_64-unknown-linux-gnufilc0-dev/include/glib-2.0/glib/gmacros.h:1273:44: note: expanded from macro 'G_DEPRECATED_FOR'
 1273 | #define G_DEPRECATED_FOR(f) __attribute__((__deprecated__("Use '" #f "' instead")))
      |                                            ^
gmime-signature.c:373:9: warning: 'g_object_newv' is deprecated: Use 'g_object_new_with_properties' instead [-Wdeprecated-declarations]
  373 |         return g_object_newv (GMIME_TYPE_SIGNATURE_LIST, 0, NULL);
      |                ^
/nix/store/k6yvz42inl4qskndrwvn4jri1pagm3hp-glib-2.80.4-x86_64-unknown-linux-gnufilc0-dev/include/glib-2.0/gobject/gobject.h:443:1: note: 'g_object_newv' has been explicitly marked deprecated here
  443 | GOBJECT_DEPRECATED_IN_2_54_FOR(g_object_new_with_properties)
      | ^
/nix/store/k6yvz42inl4qskndrwvn4jri1pagm3hp-glib-2.80.4-x86_64-unknown-linux-gnufilc0-dev/include/glib-2.0/gobject/gobject-visibility.h:514:43: note: expanded from macro 'GOBJECT_DEPRECATED_IN_2_54_FOR'
  514 | #define GOBJECT_DEPRECATED_IN_2_54_FOR(f) GOBJECT_DEPRECATED_FOR (f)
      |                                           ^
/nix/store/k6yvz42inl4qskndrwvn4jri1pagm3hp-glib-2.80.4-x86_64-unknown-linux-gnufilc0-dev/include/glib-2.0/gobject/gobject-visibility.h:31:35: note: expanded from macro 'GOBJECT_DEPRECATED_FOR'
   31 | #define GOBJECT_DEPRECATED_FOR(f) G_DEPRECATED_FOR(f) _GOBJECT_EXTERN
      |                                   ^
/nix/store/k6yvz42inl4qskndrwvn4jri1pagm3hp-glib-2.80.4-x86_64-unknown-linux-gnufilc0-dev/include/glib-2.0/glib/gmacros.h:1273:44: note: expanded from macro 'G_DEPRECATED_FOR'
 1273 | #define G_DEPRECATED_FOR(f) __attribute__((__deprecated__("Use '" #f "' instead")))
      |                                            ^
gmime-signature.c:468:3: warning: Deprecated pre-processor symbol: replace with "memmove" [-W#pragma-messages]
  468 |                 g_memmove (dest, src, (sizeof (void *) * n));
      |                 ^
/nix/store/k6yvz42inl4qskndrwvn4jri1pagm3hp-glib-2.80.4-x86_64-unknown-linux-gnufilc0-dev/include/glib-2.0/glib/gutils.h:315:64: note: expanded from macro 'g_memmove'
  315 |   G_STMT_START { memmove ((dest), (src), (len)); } G_STMT_END  GLIB_DEPRECATED_MACRO_IN_2_40_FOR(memmove)
      |                                                                ^
/nix/store/k6yvz42inl4qskndrwvn4jri1pagm3hp-glib-2.80.4-x86_64-unknown-linux-gnufilc0-dev/include/glib-2.0/glib/glib-visibility.h:278:46: note: expanded from macro 'GLIB_DEPRECATED_MACRO_IN_2_40_FOR'
  278 | #define GLIB_DEPRECATED_MACRO_IN_2_40_FOR(f) GLIB_DEPRECATED_MACRO_FOR (f)
      |                                              ^
/nix/store/k6yvz42inl4qskndrwvn4jri1pagm3hp-glib-2.80.4-x86_64-unknown-linux-gnufilc0-dev/include/glib-2.0/glib/gmacros.h:1300:3: note: expanded from macro 'GLIB_DEPRECATED_MACRO_FOR'
 1300 |   _GLIB_GNUC_DO_PRAGMA(GCC warning G_STRINGIFY (Deprecated pre-processor symbol: replace with #f))
      |   ^
/nix/store/k6yvz42inl4qskndrwvn4jri1pagm3hp-glib-2.80.4-x86_64-unknown-linux-gnufilc0-dev/include/glib-2.0/glib/gmacros.h:1297:33: note: expanded from macro '_GLIB_GNUC_DO_PRAGMA'
 1297 | #define _GLIB_GNUC_DO_PRAGMA(x) _Pragma(G_STRINGIFY (x))
      |                                 ^
<scratch space>:154:6: note: expanded from here
  154 |  GCC warning "Deprecated pre-processor symbol: replace with \"memmove\""
      |      ^
3 warnings generated.
  CC       gmime-stream-filter.lo
  CC       gmime-stream-fs.lo
gmime-stream-buffer.c:670:11: warning: 'g_object_newv' is deprecated: Use 'g_object_new_with_properties' instead [-Wdeprecated-declarations]
  670 |         buffer = g_object_newv (GMIME_TYPE_STREAM_BUFFER, 0, NULL);
      |                  ^
/nix/store/k6yvz42inl4qskndrwvn4jri1pagm3hp-glib-2.80.4-x86_64-unknown-linux-gnufilc0-dev/include/glib-2.0/gobject/gobject.h:443:1: note: 'g_object_newv' has been explicitly marked deprecated here
  443 | GOBJECT_DEPRECATED_IN_2_54_FOR(g_object_new_with_properties)
      | ^
/nix/store/k6yvz42inl4qskndrwvn4jri1pagm3hp-glib-2.80.4-x86_64-unknown-linux-gnufilc0-dev/include/glib-2.0/gobject/gobject-visibility.h:514:43: note: expanded from macro 'GOBJECT_DEPRECATED_IN_2_54_FOR'
  514 | #define GOBJECT_DEPRECATED_IN_2_54_FOR(f) GOBJECT_DEPRECATED_FOR (f)
      |                                           ^
/nix/store/k6yvz42inl4qskndrwvn4jri1pagm3hp-glib-2.80.4-x86_64-unknown-linux-gnufilc0-dev/include/glib-2.0/gobject/gobject-visibility.h:31:35: note: expanded from macro 'GOBJECT_DEPRECATED_FOR'
   31 | #define GOBJECT_DEPRECATED_FOR(f) G_DEPRECATED_FOR(f) _GOBJECT_EXTERN
      |                                   ^
/nix/store/k6yvz42inl4qskndrwvn4jri1pagm3hp-glib-2.80.4-x86_64-unknown-linux-gnufilc0-dev/include/glib-2.0/glib/gmacros.h:1273:44: note: expanded from macro 'G_DEPRECATED_FOR'
 1273 | #define G_DEPRECATED_FOR(f) __attribute__((__deprecated__("Use '" #f "' instead")))
      |                                            ^
1 warning generated.
  CC       gmime-stream-gio.lo
gmime-stream-file.c:347:12: warning: 'g_object_newv' is deprecated: Use 'g_object_new_with_properties' instead [-Wdeprecated-declarations]
  347 |         fstream = g_object_newv (GMIME_TYPE_STREAM_FILE, 0, NULL);
      |                   ^
/nix/store/k6yvz42inl4qskndrwvn4jri1pagm3hp-glib-2.80.4-x86_64-unknown-linux-gnufilc0-dev/include/glib-2.0/gobject/gobject.h:443:1: note: 'g_object_newv' has been explicitly marked deprecated here
  443 | GOBJECT_DEPRECATED_IN_2_54_FOR(g_object_new_with_properties)
      | ^
/nix/store/k6yvz42inl4qskndrwvn4jri1pagm3hp-glib-2.80.4-x86_64-unknown-linux-gnufilc0-dev/include/glib-2.0/gobject/gobject-visibility.h:514:43: note: expanded from macro 'GOBJECT_DEPRECATED_IN_2_54_FOR'
  514 | #define GOBJECT_DEPRECATED_IN_2_54_FOR(f) GOBJECT_DEPRECATED_FOR (f)
      |                                           ^
/nix/store/k6yvz42inl4qskndrwvn4jri1pagm3hp-glib-2.80.4-x86_64-unknown-linux-gnufilc0-dev/include/glib-2.0/gobject/gobject-visibility.h:31:35: note: expanded from macro 'GOBJECT_DEPRECATED_FOR'
   31 | #define GOBJECT_DEPRECATED_FOR(f) G_DEPRECATED_FOR(f) _GOBJECT_EXTERN
      |                                   ^
/nix/store/k6yvz42inl4qskndrwvn4jri1pagm3hp-glib-2.80.4-x86_64-unknown-linux-gnufilc0-dev/include/glib-2.0/glib/gmacros.h:1273:44: note: expanded from macro 'G_DEPRECATED_FOR'
 1273 | #define G_DEPRECATED_FOR(f) __attribute__((__deprecated__("Use '" #f "' instead")))
      |                                            ^
gmime-stream-file.c:382:12: warning: 'g_object_newv' is deprecated: Use 'g_object_new_with_properties' instead [-Wdeprecated-declarations]
  382 |         fstream = g_object_newv (GMIME_TYPE_STREAM_FILE, 0, NULL);
      |                   ^
/nix/store/k6yvz42inl4qskndrwvn4jri1pagm3hp-glib-2.80.4-x86_64-unknown-linux-gnufilc0-dev/include/glib-2.0/gobject/gobject.h:443:1: note: 'g_object_newv' has been explicitly marked deprecated here
  443 | GOBJECT_DEPRECATED_IN_2_54_FOR(g_object_new_with_properties)
      | ^
/nix/store/k6yvz42inl4qskndrwvn4jri1pagm3hp-glib-2.80.4-x86_64-unknown-linux-gnufilc0-dev/include/glib-2.0/gobject/gobject-visibility.h:514:43: note: expanded from macro 'GOBJECT_DEPRECATED_IN_2_54_FOR'
  514 | #define GOBJECT_DEPRECATED_IN_2_54_FOR(f) GOBJECT_DEPRECATED_FOR (f)
      |                                           ^
/nix/store/k6yvz42inl4qskndrwvn4jri1pagm3hp-glib-2.80.4-x86_64-unknown-linux-gnufilc0-dev/include/glib-2.0/gobject/gobject-visibility.h:31:35: note: expanded from macro 'GOBJECT_DEPRECATED_FOR'
   31 | #define GOBJECT_DEPRECATED_FOR(f) G_DEPRECATED_FOR(f) _GOBJECT_EXTERN
      |                                   ^
/nix/store/k6yvz42inl4qskndrwvn4jri1pagm3hp-glib-2.80.4-x86_64-unknown-linux-gnufilc0-dev/include/glib-2.0/glib/gmacros.h:1273:44: note: expanded from macro 'G_DEPRECATED_FOR'
 1273 | #define G_DEPRECATED_FOR(f) __attribute__((__deprecated__("Use '" #f "' instead")))
      |                                            ^
gmime-stream-file.c:416:12: warning: 'g_object_newv' is deprecated: Use 'g_object_new_with_properties' instead [-Wdeprecated-declarations]
  416 |         fstream = g_object_newv (GMIME_TYPE_STREAM_FILE, 0, NULL);
      |                   ^
/nix/store/k6yvz42inl4qskndrwvn4jri1pagm3hp-glib-2.80.4-x86_64-unknown-linux-gnufilc0-dev/include/glib-2.0/gobject/gobject.h:443:1: note: 'g_object_newv' has been explicitly marked deprecated here
  443 | GOBJECT_DEPRECATED_IN_2_54_FOR(g_object_new_with_properties)
      | ^
/nix/store/k6yvz42inl4qskndrwvn4jri1pagm3hp-glib-2.80.4-x86_64-unknown-linux-gnufilc0-dev/include/glib-2.0/gobject/gobject-visibility.h:514:43: note: expanded from macro 'GOBJECT_DEPRECATED_IN_2_54_FOR'
  514 | #define GOBJECT_DEPRECATED_IN_2_54_FOR(f) GOBJECT_DEPRECATED_FOR (f)
      |                                           ^
/nix/store/k6yvz42inl4qskndrwvn4jri1pagm3hp-glib-2.80.4-x86_64-unknown-linux-gnufilc0-dev/include/glib-2.0/gobject/gobject-visibility.h:31:35: note: expanded from macro 'GOBJECT_DEPRECATED_FOR'
   31 | #define GOBJECT_DEPRECATED_FOR(f) G_DEPRECATED_FOR(f) _GOBJECT_EXTERN
      |                                   ^
/nix/store/k6yvz42inl4qskndrwvn4jri1pagm3hp-glib-2.80.4-x86_64-unknown-linux-gnufilc0-dev/include/glib-2.0/glib/gmacros.h:1273:44: note: expanded from macro 'G_DEPRECATED_FOR'
 1273 | #define G_DEPRECATED_FOR(f) __attribute__((__deprecated__("Use '" #f "' instead")))
      |                                            ^
3 warnings generated.
  CC       gmime-stream-mem.lo
gmime-stream-cat.c:644:8: warning: 'g_object_newv' is deprecated: Use 'g_object_new_with_properties' instead [-Wdeprecated-declarations]
  644 |         cat = g_object_newv (GMIME_TYPE_STREAM_CAT, 0, NULL);
      |               ^
/nix/store/k6yvz42inl4qskndrwvn4jri1pagm3hp-glib-2.80.4-x86_64-unknown-linux-gnufilc0-dev/include/glib-2.0/gobject/gobject.h:443:1: note: 'g_object_newv' has been explicitly marked deprecated here
  443 | GOBJECT_DEPRECATED_IN_2_54_FOR(g_object_new_with_properties)
      | ^
/nix/store/k6yvz42inl4qskndrwvn4jri1pagm3hp-glib-2.80.4-x86_64-unknown-linux-gnufilc0-dev/include/glib-2.0/gobject/gobject-visibility.h:514:43: note: expanded from macro 'GOBJECT_DEPRECATED_IN_2_54_FOR'
  514 | #define GOBJECT_DEPRECATED_IN_2_54_FOR(f) GOBJECT_DEPRECATED_FOR (f)
      |                                           ^
/nix/store/k6yvz42inl4qskndrwvn4jri1pagm3hp-glib-2.80.4-x86_64-unknown-linux-gnufilc0-dev/include/glib-2.0/gobject/gobject-visibility.h:31:35: note: expanded from macro 'GOBJECT_DEPRECATED_FOR'
   31 | #define GOBJECT_DEPRECATED_FOR(f) G_DEPRECATED_FOR(f) _GOBJECT_EXTERN
      |                                   ^
/nix/store/k6yvz42inl4qskndrwvn4jri1pagm3hp-glib-2.80.4-x86_64-unknown-linux-gnufilc0-dev/include/glib-2.0/glib/gmacros.h:1273:44: note: expanded from macro 'G_DEPRECATED_FOR'
 1273 | #define G_DEPRECATED_FOR(f) __attribute__((__deprecated__("Use '" #f "' instead")))
      |                                            ^
gmime-stream-cat.c:687:11: warning: 'g_object_newv' is deprecated: Use 'g_object_new_with_properties' instead [-Wdeprecated-declarations]
  687 |         stream = g_object_newv (GMIME_TYPE_STREAM_CAT, 0, NULL);
      |                  ^
/nix/store/k6yvz42inl4qskndrwvn4jri1pagm3hp-glib-2.80.4-x86_64-unknown-linux-gnufilc0-dev/include/glib-2.0/gobject/gobject.h:443:1: note: 'g_object_newv' has been explicitly marked deprecated here
  443 | GOBJECT_DEPRECATED_IN_2_54_FOR(g_object_new_with_properties)
      | ^
/nix/store/k6yvz42inl4qskndrwvn4jri1pagm3hp-glib-2.80.4-x86_64-unknown-linux-gnufilc0-dev/include/glib-2.0/gobject/gobject-visibility.h:514:43: note: expanded from macro 'GOBJECT_DEPRECATED_IN_2_54_FOR'
  514 | #define GOBJECT_DEPRECATED_IN_2_54_FOR(f) GOBJECT_DEPRECATED_FOR (f)
      |                                           ^
/nix/store/k6yvz42inl4qskndrwvn4jri1pagm3hp-glib-2.80.4-x86_64-unknown-linux-gnufilc0-dev/include/glib-2.0/gobject/gobject-visibility.h:31:35: note: expanded from macro 'GOBJECT_DEPRECATED_FOR'
   31 | #define GOBJECT_DEPRECATED_FOR(f) G_DEPRECATED_FOR(f) _GOBJECT_EXTERN
      |                                   ^
/nix/store/k6yvz42inl4qskndrwvn4jri1pagm3hp-glib-2.80.4-x86_64-unknown-linux-gnufilc0-dev/include/glib-2.0/glib/gmacros.h:1273:44: note: expanded from macro 'G_DEPRECATED_FOR'
 1273 | #define G_DEPRECATED_FOR(f) __attribute__((__deprecated__("Use '" #f "' instead")))
      |                                            ^
2 warnings generated.
  CC       gmime-stream-mmap.lo
gmime-stream-fs.c:396:7: warning: 'g_object_newv' is deprecated: Use 'g_object_new_with_properties' instead [-Wdeprecated-declarations]
  396 |         fs = g_object_newv (GMIME_TYPE_STREAM_FS, 0, NULL);
      |              ^
/nix/store/k6yvz42inl4qskndrwvn4jri1pagm3hp-glib-2.80.4-x86_64-unknown-linux-gnufilc0-dev/include/glib-2.0/gobject/gobject.h:443:1: note: 'g_object_newv' has been explicitly marked deprecated here
  443 | GOBJECT_DEPRECATED_IN_2_54_FOR(g_object_new_with_properties)
      | ^
/nix/store/k6yvz42inl4qskndrwvn4jri1pagm3hp-glib-2.80.4-x86_64-unknown-linux-gnufilc0-dev/include/glib-2.0/gobject/gobject-visibility.h:514:43: note: expanded from macro 'GOBJECT_DEPRECATED_IN_2_54_FOR'
  514 | #define GOBJECT_DEPRECATED_IN_2_54_FOR(f) GOBJECT_DEPRECATED_FOR (f)
      |                                           ^
/nix/store/k6yvz42inl4qskndrwvn4jri1pagm3hp-glib-2.80.4-x86_64-unknown-linux-gnufilc0-dev/include/glib-2.0/gobject/gobject-visibility.h:31:35: note: expanded from macro 'GOBJECT_DEPRECATED_FOR'
   31 | #define GOBJECT_DEPRECATED_FOR(f) G_DEPRECATED_FOR(f) _GOBJECT_EXTERN
      |                                   ^
/nix/store/k6yvz42inl4qskndrwvn4jri1pagm3hp-glib-2.80.4-x86_64-unknown-linux-gnufilc0-dev/include/glib-2.0/glib/gmacros.h:1273:44: note: expanded from macro 'G_DEPRECATED_FOR'
 1273 | #define G_DEPRECATED_FOR(f) __attribute__((__deprecated__("Use '" #f "' instead")))
      |                                            ^
gmime-stream-fs.c:427:7: warning: 'g_object_newv' is deprecated: Use 'g_object_new_with_properties' instead [-Wdeprecated-declarations]
  427 |         fs = g_object_newv (GMIME_TYPE_STREAM_FS, 0, NULL);
      |              ^
/nix/store/k6yvz42inl4qskndrwvn4jri1pagm3hp-glib-2.80.4-x86_64-unknown-linux-gnufilc0-dev/include/glib-2.0/gobject/gobject.h:443:1: note: 'g_object_newv' has been explicitly marked deprecated here
  443 | GOBJECT_DEPRECATED_IN_2_54_FOR(g_object_new_with_properties)
      | ^
/nix/store/k6yvz42inl4qskndrwvn4jri1pagm3hp-glib-2.80.4-x86_64-unknown-linux-gnufilc0-dev/include/glib-2.0/gobject/gobject-visibility.h:514:43: note: expanded from macro 'GOBJECT_DEPRECATED_IN_2_54_FOR'
  514 | #define GOBJECT_DEPRECATED_IN_2_54_FOR(f) GOBJECT_DEPRECATED_FOR (f)
      |                                           ^
/nix/store/k6yvz42inl4qskndrwvn4jri1pagm3hp-glib-2.80.4-x86_64-unknown-linux-gnufilc0-dev/include/glib-2.0/gobject/gobject-visibility.h:31:35: note: expanded from macro 'GOBJECT_DEPRECATED_FOR'
   31 | #define GOBJECT_DEPRECATED_FOR(f) G_DEPRECATED_FOR(f) _GOBJECT_EXTERN
      |                                   ^
/nix/store/k6yvz42inl4qskndrwvn4jri1pagm3hp-glib-2.80.4-x86_64-unknown-linux-gnufilc0-dev/include/glib-2.0/glib/gmacros.h:1273:44: note: expanded from macro 'G_DEPRECATED_FOR'
 1273 | #define G_DEPRECATED_FOR(f) __attribute__((__deprecated__("Use '" #f "' instead")))
      |                                            ^
gmime-stream-fs.c:457:7: warning: 'g_object_newv' is deprecated: Use 'g_object_new_with_properties' instead [-Wdeprecated-declarations]
  457 |         fs = g_object_newv (GMIME_TYPE_STREAM_FS, 0, NULL);
      |              ^
/nix/store/k6yvz42inl4qskndrwvn4jri1pagm3hp-glib-2.80.4-x86_64-unknown-linux-gnufilc0-dev/include/glib-2.0/gobject/gobject.h:443:1: note: 'g_object_newv' has been explicitly marked deprecated here
  443 | GOBJECT_DEPRECATED_IN_2_54_FOR(g_object_new_with_properties)
      | ^
/nix/store/k6yvz42inl4qskndrwvn4jri1pagm3hp-glib-2.80.4-x86_64-unknown-linux-gnufilc0-dev/include/glib-2.0/gobject/gobject-visibility.h:514:43: note: expanded from macro 'GOBJECT_DEPRECATED_IN_2_54_FOR'
  514 | #define GOBJECT_DEPRECATED_IN_2_54_FOR(f) GOBJECT_DEPRECATED_FOR (f)
      |                                           ^
/nix/store/k6yvz42inl4qskndrwvn4jri1pagm3hp-glib-2.80.4-x86_64-unknown-linux-gnufilc0-dev/include/glib-2.0/gobject/gobject-visibility.h:31:35: note: expanded from macro 'GOBJECT_DEPRECATED_FOR'
   31 | #define GOBJECT_DEPRECATED_FOR(f) G_DEPRECATED_FOR(f) _GOBJECT_EXTERN
      |                                   ^
/nix/store/k6yvz42inl4qskndrwvn4jri1pagm3hp-glib-2.80.4-x86_64-unknown-linux-gnufilc0-dev/include/glib-2.0/glib/gmacros.h:1273:44: note: expanded from macro 'G_DEPRECATED_FOR'
 1273 | #define G_DEPRECATED_FOR(f) __attribute__((__deprecated__("Use '" #f "' instead")))
      |                                            ^
3 warnings generated.
  CC       gmime-stream-null.lo
gmime-parser.c:426:9: warning: 'g_object_newv' is deprecated: Use 'g_object_new_with_properties' instead [-Wdeprecated-declarations]
  426 |         return g_object_newv (GMIME_TYPE_PARSER, 0, NULL);
      |                ^
/nix/store/k6yvz42inl4qskndrwvn4jri1pagm3hp-glib-2.80.4-x86_64-unknown-linux-gnufilc0-dev/include/glib-2.0/gobject/gobject.h:443:1: note: 'g_object_newv' has been explicitly marked deprecated here
  443 | GOBJECT_DEPRECATED_IN_2_54_FOR(g_object_new_with_properties)
      | ^
/nix/store/k6yvz42inl4qskndrwvn4jri1pagm3hp-glib-2.80.4-x86_64-unknown-linux-gnufilc0-dev/include/glib-2.0/gobject/gobject-visibility.h:514:43: note: expanded from macro 'GOBJECT_DEPRECATED_IN_2_54_FOR'
  514 | #define GOBJECT_DEPRECATED_IN_2_54_FOR(f) GOBJECT_DEPRECATED_FOR (f)
      |                                           ^
/nix/store/k6yvz42inl4qskndrwvn4jri1pagm3hp-glib-2.80.4-x86_64-unknown-linux-gnufilc0-dev/include/glib-2.0/gobject/gobject-visibility.h:31:35: note: expanded from macro 'GOBJECT_DEPRECATED_FOR'
   31 | #define GOBJECT_DEPRECATED_FOR(f) G_DEPRECATED_FOR(f) _GOBJECT_EXTERN
      |                                   ^
/nix/store/k6yvz42inl4qskndrwvn4jri1pagm3hp-glib-2.80.4-x86_64-unknown-linux-gnufilc0-dev/include/glib-2.0/glib/gmacros.h:1273:44: note: expanded from macro 'G_DEPRECATED_FOR'
 1273 | #define G_DEPRECATED_FOR(f) __attribute__((__deprecated__("Use '" #f "' instead")))
      |                                            ^
1 warning generated.
  CC       gmime-stream-pipe.lo
gmime-stream-filter.c:147:30: warning: implicit truncation from 'int' to a one-bit wide bit-field changes value from 1 to -1 [-Wsingle-bit-bitfield-constant-conversion]
  147 |         stream->priv->last_was_read = TRUE;
      |                                     ^ ~~~~
gmime-stream-filter.c:185:22: warning: implicit truncation from 'int' to a one-bit wide bit-field changes value from 1 to -1 [-Wsingle-bit-bitfield-constant-conversion]
  185 |         priv->last_was_read = TRUE;
      |                             ^ ~~~~
gmime-stream-filter.c:206:19: warning: implicit truncation from 'int' to a one-bit wide bit-field changes value from 1 to -1 [-Wsingle-bit-bitfield-constant-conversion]
  206 |                                 priv->flushed = TRUE;
      |                                               ^ ~~~~
gmime-stream-filter.c:367:8: warning: 'g_object_newv' is deprecated: Use 'g_object_new_with_properties' instead [-Wdeprecated-declarations]
  367 |         sub = g_object_newv (GMIME_TYPE_STREAM_FILTER, 0, NULL);
      |               ^
/nix/store/k6yvz42inl4qskndrwvn4jri1pagm3hp-glib-2.80.4-x86_64-unknown-linux-gnufilc0-dev/include/glib-2.0/gobject/gobject.h:443:1: note: 'g_object_newv' has been explicitly marked deprecated here
  443 | GOBJECT_DEPRECATED_IN_2_54_FOR(g_object_new_with_properties)
      | ^
/nix/store/k6yvz42inl4qskndrwvn4jri1pagm3hp-glib-2.80.4-x86_64-unknown-linux-gnufilc0-dev/include/glib-2.0/gobject/gobject-visibility.h:514:43: note: expanded from macro 'GOBJECT_DEPRECATED_IN_2_54_FOR'
  514 | #define GOBJECT_DEPRECATED_IN_2_54_FOR(f) GOBJECT_DEPRECATED_FOR (f)
      |                                           ^
/nix/store/k6yvz42inl4qskndrwvn4jri1pagm3hp-glib-2.80.4-x86_64-unknown-linux-gnufilc0-dev/include/glib-2.0/gobject/gobject-visibility.h:31:35: note: expanded from macro 'GOBJECT_DEPRECATED_FOR'
   31 | #define GOBJECT_DEPRECATED_FOR(f) G_DEPRECATED_FOR(f) _GOBJECT_EXTERN
      |                                   ^
/nix/store/k6yvz42inl4qskndrwvn4jri1pagm3hp-glib-2.80.4-x86_64-unknown-linux-gnufilc0-dev/include/glib-2.0/glib/gmacros.h:1273:44: note: expanded from macro 'G_DEPRECATED_FOR'
 1273 | #define G_DEPRECATED_FOR(f) __attribute__((__deprecated__("Use '" #f "' instead")))
      |                                            ^
gmime-stream-filter.c:417:11: warning: 'g_object_newv' is deprecated: Use 'g_object_new_with_properties' instead [-Wdeprecated-declarations]
  417 |         filter = g_object_newv (GMIME_TYPE_STREAM_FILTER, 0, NULL);
      |                  ^
/nix/store/k6yvz42inl4qskndrwvn4jri1pagm3hp-glib-2.80.4-x86_64-unknown-linux-gnufilc0-dev/include/glib-2.0/gobject/gobject.h:443:1: note: 'g_object_newv' has been explicitly marked deprecated here
  443 | GOBJECT_DEPRECATED_IN_2_54_FOR(g_object_new_with_properties)
      | ^
/nix/store/k6yvz42inl4qskndrwvn4jri1pagm3hp-glib-2.80.4-x86_64-unknown-linux-gnufilc0-dev/include/glib-2.0/gobject/gobject-visibility.h:514:43: note: expanded from macro 'GOBJECT_DEPRECATED_IN_2_54_FOR'
  514 | #define GOBJECT_DEPRECATED_IN_2_54_FOR(f) GOBJECT_DEPRECATED_FOR (f)
      |                                           ^
/nix/store/k6yvz42inl4qskndrwvn4jri1pagm3hp-glib-2.80.4-x86_64-unknown-linux-gnufilc0-dev/include/glib-2.0/gobject/gobject-visibility.h:31:35: note: expanded from macro 'GOBJECT_DEPRECATED_FOR'
   31 | #define GOBJECT_DEPRECATED_FOR(f) G_DEPRECATED_FOR(f) _GOBJECT_EXTERN
      |                                   ^
/nix/store/k6yvz42inl4qskndrwvn4jri1pagm3hp-glib-2.80.4-x86_64-unknown-linux-gnufilc0-dev/include/glib-2.0/glib/gmacros.h:1273:44: note: expanded from macro 'G_DEPRECATED_FOR'
 1273 | #define G_DEPRECATED_FOR(f) __attribute__((__deprecated__("Use '" #f "' instead")))
      |                                            ^
5 warnings generated.
  CC       gmime-utils.lo
gmime-stream-mmap.c:367:12: warning: 'g_object_newv' is deprecated: Use 'g_object_new_with_properties' instead [-Wdeprecated-declarations]
  367 |         mstream = g_object_newv (GMIME_TYPE_STREAM_MMAP, 0, NULL);
      |                   ^
/nix/store/k6yvz42inl4qskndrwvn4jri1pagm3hp-glib-2.80.4-x86_64-unknown-linux-gnufilc0-dev/include/glib-2.0/gobject/gobject.h:443:1: note: 'g_object_newv' has been explicitly marked deprecated here
  443 | GOBJECT_DEPRECATED_IN_2_54_FOR(g_object_new_with_properties)
      | ^
/nix/store/k6yvz42inl4qskndrwvn4jri1pagm3hp-glib-2.80.4-x86_64-unknown-linux-gnufilc0-dev/include/glib-2.0/gobject/gobject-visibility.h:514:43: note: expanded from macro 'GOBJECT_DEPRECATED_IN_2_54_FOR'
  514 | #define GOBJECT_DEPRECATED_IN_2_54_FOR(f) GOBJECT_DEPRECATED_FOR (f)
      |                                           ^
/nix/store/k6yvz42inl4qskndrwvn4jri1pagm3hp-glib-2.80.4-x86_64-unknown-linux-gnufilc0-dev/include/glib-2.0/gobject/gobject-visibility.h:31:35: note: expanded from macro 'GOBJECT_DEPRECATED_FOR'
   31 | #define GOBJECT_DEPRECATED_FOR(f) G_DEPRECATED_FOR(f) _GOBJECT_EXTERN
      |                                   ^
/nix/store/k6yvz42inl4qskndrwvn4jri1pagm3hp-glib-2.80.4-x86_64-unknown-linux-gnufilc0-dev/include/glib-2.0/glib/gmacros.h:1273:44: note: expanded from macro 'G_DEPRECATED_FOR'
 1273 | #define G_DEPRECATED_FOR(f) __attribute__((__deprecated__("Use '" #f "' instead")))
      |                                            ^
1 warning generated.
  CC       internet-address.lo
gmime-stream-null.c:231:9: warning: 'g_object_newv' is deprecated: Use 'g_object_new_with_properties' instead [-Wdeprecated-declarations]
  231 |         null = g_object_newv (GMIME_TYPE_STREAM_NULL, 0, NULL);
      |                ^
/nix/store/k6yvz42inl4qskndrwvn4jri1pagm3hp-glib-2.80.4-x86_64-unknown-linux-gnufilc0-dev/include/glib-2.0/gobject/gobject.h:443:1: note: 'g_object_newv' has been explicitly marked deprecated here
  443 | GOBJECT_DEPRECATED_IN_2_54_FOR(g_object_new_with_properties)
      | ^
/nix/store/k6yvz42inl4qskndrwvn4jri1pagm3hp-glib-2.80.4-x86_64-unknown-linux-gnufilc0-dev/include/glib-2.0/gobject/gobject-visibility.h:514:43: note: expanded from macro 'GOBJECT_DEPRECATED_IN_2_54_FOR'
  514 | #define GOBJECT_DEPRECATED_IN_2_54_FOR(f) GOBJECT_DEPRECATED_FOR (f)
      |                                           ^
/nix/store/k6yvz42inl4qskndrwvn4jri1pagm3hp-glib-2.80.4-x86_64-unknown-linux-gnufilc0-dev/include/glib-2.0/gobject/gobject-visibility.h:31:35: note: expanded from macro 'GOBJECT_DEPRECATED_FOR'
   31 | #define GOBJECT_DEPRECATED_FOR(f) G_DEPRECATED_FOR(f) _GOBJECT_EXTERN
      |                                   ^
/nix/store/k6yvz42inl4qskndrwvn4jri1pagm3hp-glib-2.80.4-x86_64-unknown-linux-gnufilc0-dev/include/glib-2.0/glib/gmacros.h:1273:44: note: expanded from macro 'G_DEPRECATED_FOR'
 1273 | #define G_DEPRECATED_FOR(f) __attribute__((__deprecated__("Use '" #f "' instead")))
      |                                            ^
gmime-stream-null.c:250:9: warning: 'g_object_newv' is deprecated: Use 'g_object_new_with_properties' instead [-Wdeprecated-declarations]
  250 |         null = g_object_newv (GMIME_TYPE_STREAM_NULL, 0, NULL);
      |                ^
/nix/store/k6yvz42inl4qskndrwvn4jri1pagm3hp-glib-2.80.4-x86_64-unknown-linux-gnufilc0-dev/include/glib-2.0/gobject/gobject.h:443:1: note: 'g_object_newv' has been explicitly marked deprecated here
  443 | GOBJECT_DEPRECATED_IN_2_54_FOR(g_object_new_with_properties)
      | ^
/nix/store/k6yvz42inl4qskndrwvn4jri1pagm3hp-glib-2.80.4-x86_64-unknown-linux-gnufilc0-dev/include/glib-2.0/gobject/gobject-visibility.h:514:43: note: expanded from macro 'GOBJECT_DEPRECATED_IN_2_54_FOR'
  514 | #define GOBJECT_DEPRECATED_IN_2_54_FOR(f) GOBJECT_DEPRECATED_FOR (f)
      |                                           ^
/nix/store/k6yvz42inl4qskndrwvn4jri1pagm3hp-glib-2.80.4-x86_64-unknown-linux-gnufilc0-dev/include/glib-2.0/gobject/gobject-visibility.h:31:35: note: expanded from macro 'GOBJECT_DEPRECATED_FOR'
   31 | #define GOBJECT_DEPRECATED_FOR(f) G_DEPRECATED_FOR(f) _GOBJECT_EXTERN
      |                                   ^
/nix/store/k6yvz42inl4qskndrwvn4jri1pagm3hp-glib-2.80.4-x86_64-unknown-linux-gnufilc0-dev/include/glib-2.0/glib/gmacros.h:1273:44: note: expanded from macro 'G_DEPRECATED_FOR'
 1273 | #define G_DEPRECATED_FOR(f) __attribute__((__deprecated__("Use '" #f "' instead")))
      |                                            ^
2 warnings generated.
  CC       gen-table.o
gmime-stream-mem.c:322:8: warning: 'g_object_newv' is deprecated: Use 'g_object_new_with_properties' instead [-Wdeprecated-declarations]
  322 |         mem = g_object_newv (GMIME_TYPE_STREAM_MEM, 0, NULL);
      |               ^
/nix/store/k6yvz42inl4qskndrwvn4jri1pagm3hp-glib-2.80.4-x86_64-unknown-linux-gnufilc0-dev/include/glib-2.0/gobject/gobject.h:443:1: note: 'g_object_newv' has been explicitly marked deprecated here
  443 | GOBJECT_DEPRECATED_IN_2_54_FOR(g_object_new_with_properties)
      | ^
/nix/store/k6yvz42inl4qskndrwvn4jri1pagm3hp-glib-2.80.4-x86_64-unknown-linux-gnufilc0-dev/include/glib-2.0/gobject/gobject-visibility.h:514:43: note: expanded from macro 'GOBJECT_DEPRECATED_IN_2_54_FOR'
  514 | #define GOBJECT_DEPRECATED_IN_2_54_FOR(f) GOBJECT_DEPRECATED_FOR (f)
      |                                           ^
/nix/store/k6yvz42inl4qskndrwvn4jri1pagm3hp-glib-2.80.4-x86_64-unknown-linux-gnufilc0-dev/include/glib-2.0/gobject/gobject-visibility.h:31:35: note: expanded from macro 'GOBJECT_DEPRECATED_FOR'
   31 | #define GOBJECT_DEPRECATED_FOR(f) G_DEPRECATED_FOR(f) _GOBJECT_EXTERN
      |                                   ^
/nix/store/k6yvz42inl4qskndrwvn4jri1pagm3hp-glib-2.80.4-x86_64-unknown-linux-gnufilc0-dev/include/glib-2.0/glib/gmacros.h:1273:44: note: expanded from macro 'G_DEPRECATED_FOR'
 1273 | #define G_DEPRECATED_FOR(f) __attribute__((__deprecated__("Use '" #f "' instead")))
      |                                            ^
gmime-stream-mem.c:343:8: warning: 'g_object_newv' is deprecated: Use 'g_object_new_with_properties' instead [-Wdeprecated-declarations]
  343 |         mem = g_object_newv (GMIME_TYPE_STREAM_MEM, 0, NULL);
      |               ^
/nix/store/k6yvz42inl4qskndrwvn4jri1pagm3hp-glib-2.80.4-x86_64-unknown-linux-gnufilc0-dev/include/glib-2.0/gobject/gobject.h:443:1: note: 'g_object_newv' has been explicitly marked deprecated here
  443 | GOBJECT_DEPRECATED_IN_2_54_FOR(g_object_new_with_properties)
      | ^
/nix/store/k6yvz42inl4qskndrwvn4jri1pagm3hp-glib-2.80.4-x86_64-unknown-linux-gnufilc0-dev/include/glib-2.0/gobject/gobject-visibility.h:514:43: note: expanded from macro 'GOBJECT_DEPRECATED_IN_2_54_FOR'
  514 | #define GOBJECT_DEPRECATED_IN_2_54_FOR(f) GOBJECT_DEPRECATED_FOR (f)
      |                                           ^
/nix/store/k6yvz42inl4qskndrwvn4jri1pagm3hp-glib-2.80.4-x86_64-unknown-linux-gnufilc0-dev/include/glib-2.0/gobject/gobject-visibility.h:31:35: note: expanded from macro 'GOBJECT_DEPRECATED_FOR'
   31 | #define GOBJECT_DEPRECATED_FOR(f) G_DEPRECATED_FOR(f) _GOBJECT_EXTERN
      |                                   ^
/nix/store/k6yvz42inl4qskndrwvn4jri1pagm3hp-glib-2.80.4-x86_64-unknown-linux-gnufilc0-dev/include/glib-2.0/glib/gmacros.h:1273:44: note: expanded from macro 'G_DEPRECATED_FOR'
 1273 | #define G_DEPRECATED_FOR(f) __attribute__((__deprecated__("Use '" #f "' instead")))
      |                                            ^
gmime-stream-mem.c:365:8: warning: 'g_object_newv' is deprecated: Use 'g_object_new_with_properties' instead [-Wdeprecated-declarations]
  365 |         mem = g_object_newv (GMIME_TYPE_STREAM_MEM, 0, NULL);
      |               ^
/nix/store/k6yvz42inl4qskndrwvn4jri1pagm3hp-glib-2.80.4-x86_64-unknown-linux-gnufilc0-dev/include/glib-2.0/gobject/gobject.h:443:1: note: 'g_object_newv' has been explicitly marked deprecated here
  443 | GOBJECT_DEPRECATED_IN_2_54_FOR(g_object_new_with_properties)
      | ^
/nix/store/k6yvz42inl4qskndrwvn4jri1pagm3hp-glib-2.80.4-x86_64-unknown-linux-gnufilc0-dev/include/glib-2.0/gobject/gobject-visibility.h:514:43: note: expanded from macro 'GOBJECT_DEPRECATED_IN_2_54_FOR'
  514 | #define GOBJECT_DEPRECATED_IN_2_54_FOR(f) GOBJECT_DEPRECATED_FOR (f)
      |                                           ^
/nix/store/k6yvz42inl4qskndrwvn4jri1pagm3hp-glib-2.80.4-x86_64-unknown-linux-gnufilc0-dev/include/glib-2.0/gobject/gobject-visibility.h:31:35: note: expanded from macro 'GOBJECT_DEPRECATED_FOR'
   31 | #define GOBJECT_DEPRECATED_FOR(f) G_DEPRECATED_FOR(f) _GOBJECT_EXTERN
      |                                   ^
/nix/store/k6yvz42inl4qskndrwvn4jri1pagm3hp-glib-2.80.4-x86_64-unknown-linux-gnufilc0-dev/include/glib-2.0/glib/gmacros.h:1273:44: note: expanded from macro 'G_DEPRECATED_FOR'
 1273 | #define G_DEPRECATED_FOR(f) __attribute__((__deprecated__("Use '" #f "' instead")))
      |                                            ^
gmime-stream-mem.c:389:8: warning: 'g_object_newv' is deprecated: Use 'g_object_new_with_properties' instead [-Wdeprecated-declarations]
  389 |         mem = g_object_newv (GMIME_TYPE_STREAM_MEM, 0, NULL);
      |               ^
/nix/store/k6yvz42inl4qskndrwvn4jri1pagm3hp-glib-2.80.4-x86_64-unknown-linux-gnufilc0-dev/include/glib-2.0/gobject/gobject.h:443:1: note: 'g_object_newv' has been explicitly marked deprecated here
  443 | GOBJECT_DEPRECATED_IN_2_54_FOR(g_object_new_with_properties)
      | ^
/nix/store/k6yvz42inl4qskndrwvn4jri1pagm3hp-glib-2.80.4-x86_64-unknown-linux-gnufilc0-dev/include/glib-2.0/gobject/gobject-visibility.h:514:43: note: expanded from macro 'GOBJECT_DEPRECATED_IN_2_54_FOR'
  514 | #define GOBJECT_DEPRECATED_IN_2_54_FOR(f) GOBJECT_DEPRECATED_FOR (f)
      |                                           ^
/nix/store/k6yvz42inl4qskndrwvn4jri1pagm3hp-glib-2.80.4-x86_64-unknown-linux-gnufilc0-dev/include/glib-2.0/gobject/gobject-visibility.h:31:35: note: expanded from macro 'GOBJECT_DEPRECATED_FOR'
   31 | #define GOBJECT_DEPRECATED_FOR(f) G_DEPRECATED_FOR(f) _GOBJECT_EXTERN
      |                                   ^
/nix/store/k6yvz42inl4qskndrwvn4jri1pagm3hp-glib-2.80.4-x86_64-unknown-linux-gnufilc0-dev/include/glib-2.0/glib/gmacros.h:1273:44: note: expanded from macro 'G_DEPRECATED_FOR'
 1273 | #define G_DEPRECATED_FOR(f) __attribute__((__deprecated__("Use '" #f "' instead")))
      |                                            ^
4 warnings generated.
  CC       charset-map.o
gmime-stream-pipe.c:299:10: warning: 'g_object_newv' is deprecated: Use 'g_object_new_with_properties' instead [-Wdeprecated-declarations]
  299 |         pipes = g_object_newv (GMIME_TYPE_STREAM_PIPE, 0, NULL);
      |                 ^
/nix/store/k6yvz42inl4qskndrwvn4jri1pagm3hp-glib-2.80.4-x86_64-unknown-linux-gnufilc0-dev/include/glib-2.0/gobject/gobject.h:443:1: note: 'g_object_newv' has been explicitly marked deprecated here
  443 | GOBJECT_DEPRECATED_IN_2_54_FOR(g_object_new_with_properties)
      | ^
/nix/store/k6yvz42inl4qskndrwvn4jri1pagm3hp-glib-2.80.4-x86_64-unknown-linux-gnufilc0-dev/include/glib-2.0/gobject/gobject-visibility.h:514:43: note: expanded from macro 'GOBJECT_DEPRECATED_IN_2_54_FOR'
  514 | #define GOBJECT_DEPRECATED_IN_2_54_FOR(f) GOBJECT_DEPRECATED_FOR (f)
      |                                           ^
/nix/store/k6yvz42inl4qskndrwvn4jri1pagm3hp-glib-2.80.4-x86_64-unknown-linux-gnufilc0-dev/include/glib-2.0/gobject/gobject-visibility.h:31:35: note: expanded from macro 'GOBJECT_DEPRECATED_FOR'
   31 | #define GOBJECT_DEPRECATED_FOR(f) G_DEPRECATED_FOR(f) _GOBJECT_EXTERN
      |                                   ^
/nix/store/k6yvz42inl4qskndrwvn4jri1pagm3hp-glib-2.80.4-x86_64-unknown-linux-gnufilc0-dev/include/glib-2.0/glib/gmacros.h:1273:44: note: expanded from macro 'G_DEPRECATED_FOR'
 1273 | #define G_DEPRECATED_FOR(f) __attribute__((__deprecated__("Use '" #f "' instead")))
      |                                            ^
1 warning generated.
gmime-stream-gio.c:623:8: warning: 'g_object_newv' is deprecated: Use 'g_object_new_with_properties' instead [-Wdeprecated-declarations]
  623 |         gio = g_object_newv (GMIME_TYPE_STREAM_GIO, 0, NULL);
      |               ^
/nix/store/k6yvz42inl4qskndrwvn4jri1pagm3hp-glib-2.80.4-x86_64-unknown-linux-gnufilc0-dev/include/glib-2.0/gobject/gobject.h:443:1: note: 'g_object_newv' has been explicitly marked deprecated here
  443 | GOBJECT_DEPRECATED_IN_2_54_FOR(g_object_new_with_properties)
      | ^
/nix/store/k6yvz42inl4qskndrwvn4jri1pagm3hp-glib-2.80.4-x86_64-unknown-linux-gnufilc0-dev/include/glib-2.0/gobject/gobject-visibility.h:514:43: note: expanded from macro 'GOBJECT_DEPRECATED_IN_2_54_FOR'
  514 | #define GOBJECT_DEPRECATED_IN_2_54_FOR(f) GOBJECT_DEPRECATED_FOR (f)
      |                                           ^
/nix/store/k6yvz42inl4qskndrwvn4jri1pagm3hp-glib-2.80.4-x86_64-unknown-linux-gnufilc0-dev/include/glib-2.0/gobject/gobject-visibility.h:31:35: note: expanded from macro 'GOBJECT_DEPRECATED_FOR'
   31 | #define GOBJECT_DEPRECATED_FOR(f) G_DEPRECATED_FOR(f) _GOBJECT_EXTERN
      |                                   ^
/nix/store/k6yvz42inl4qskndrwvn4jri1pagm3hp-glib-2.80.4-x86_64-unknown-linux-gnufilc0-dev/include/glib-2.0/glib/gmacros.h:1273:44: note: expanded from macro 'G_DEPRECATED_FOR'
 1273 | #define G_DEPRECATED_FOR(f) __attribute__((__deprecated__("Use '" #f "' instead")))
      |                                            ^
gmime-stream-gio.c:648:8: warning: 'g_object_newv' is deprecated: Use 'g_object_new_with_properties' instead [-Wdeprecated-declarations]
  648 |         gio = g_object_newv (GMIME_TYPE_STREAM_GIO, 0, NULL);
      |               ^
/nix/store/k6yvz42inl4qskndrwvn4jri1pagm3hp-glib-2.80.4-x86_64-unknown-linux-gnufilc0-dev/include/glib-2.0/gobject/gobject.h:443:1: note: 'g_object_newv' has been explicitly marked deprecated here
  443 | GOBJECT_DEPRECATED_IN_2_54_FOR(g_object_new_with_properties)
      | ^
/nix/store/k6yvz42inl4qskndrwvn4jri1pagm3hp-glib-2.80.4-x86_64-unknown-linux-gnufilc0-dev/include/glib-2.0/gobject/gobject-visibility.h:514:43: note: expanded from macro 'GOBJECT_DEPRECATED_IN_2_54_FOR'
  514 | #define GOBJECT_DEPRECATED_IN_2_54_FOR(f) GOBJECT_DEPRECATED_FOR (f)
      |                                           ^
/nix/store/k6yvz42inl4qskndrwvn4jri1pagm3hp-glib-2.80.4-x86_64-unknown-linux-gnufilc0-dev/include/glib-2.0/gobject/gobject-visibility.h:31:35: note: expanded from macro 'GOBJECT_DEPRECATED_FOR'
   31 | #define GOBJECT_DEPRECATED_FOR(f) G_DEPRECATED_FOR(f) _GOBJECT_EXTERN
      |                                   ^
/nix/store/k6yvz42inl4qskndrwvn4jri1pagm3hp-glib-2.80.4-x86_64-unknown-linux-gnufilc0-dev/include/glib-2.0/glib/gmacros.h:1273:44: note: expanded from macro 'G_DEPRECATED_FOR'
 1273 | #define G_DEPRECATED_FOR(f) __attribute__((__deprecated__("Use '" #f "' instead")))
      |                                            ^
gmime-stream-gio.c:677:8: warning: 'g_object_newv' is deprecated: Use 'g_object_new_with_properties' instead [-Wdeprecated-declarations]
  677 |         gio = g_object_newv (GMIME_TYPE_STREAM_GIO, 0, NULL);
      |               ^
/nix/store/k6yvz42inl4qskndrwvn4jri1pagm3hp-glib-2.80.4-x86_64-unknown-linux-gnufilc0-dev/include/glib-2.0/gobject/gobject.h:443:1: note: 'g_object_newv' has been explicitly marked deprecated here
  443 | GOBJECT_DEPRECATED_IN_2_54_FOR(g_object_new_with_properties)
      | ^
/nix/store/k6yvz42inl4qskndrwvn4jri1pagm3hp-glib-2.80.4-x86_64-unknown-linux-gnufilc0-dev/include/glib-2.0/gobject/gobject-visibility.h:514:43: note: expanded from macro 'GOBJECT_DEPRECATED_IN_2_54_FOR'
  514 | #define GOBJECT_DEPRECATED_IN_2_54_FOR(f) GOBJECT_DEPRECATED_FOR (f)
      |                                           ^
/nix/store/k6yvz42inl4qskndrwvn4jri1pagm3hp-glib-2.80.4-x86_64-unknown-linux-gnufilc0-dev/include/glib-2.0/gobject/gobject-visibility.h:31:35: note: expanded from macro 'GOBJECT_DEPRECATED_FOR'
   31 | #define GOBJECT_DEPRECATED_FOR(f) G_DEPRECATED_FOR(f) _GOBJECT_EXTERN
      |                                   ^
/nix/store/k6yvz42inl4qskndrwvn4jri1pagm3hp-glib-2.80.4-x86_64-unknown-linux-gnufilc0-dev/include/glib-2.0/glib/gmacros.h:1273:44: note: expanded from macro 'G_DEPRECATED_FOR'
 1273 | #define G_DEPRECATED_FOR(f) __attribute__((__deprecated__("Use '" #f "' instead")))
      |                                            ^
3 warnings generated.
  CCLD     gen-table
  CCLD     charset-map
internet-address.c:322:12: warning: 'g_object_newv' is deprecated: Use 'g_object_new_with_properties' instead [-Wdeprecated-declarations]
  322 |         mailbox = g_object_newv (INTERNET_ADDRESS_TYPE_MAILBOX, 0, NULL);
      |                   ^
/nix/store/k6yvz42inl4qskndrwvn4jri1pagm3hp-glib-2.80.4-x86_64-unknown-linux-gnufilc0-dev/include/glib-2.0/gobject/gobject.h:443:1: note: 'g_object_newv' has been explicitly marked deprecated here
  443 | GOBJECT_DEPRECATED_IN_2_54_FOR(g_object_new_with_properties)
      | ^
/nix/store/k6yvz42inl4qskndrwvn4jri1pagm3hp-glib-2.80.4-x86_64-unknown-linux-gnufilc0-dev/include/glib-2.0/gobject/gobject-visibility.h:514:43: note: expanded from macro 'GOBJECT_DEPRECATED_IN_2_54_FOR'
  514 | #define GOBJECT_DEPRECATED_IN_2_54_FOR(f) GOBJECT_DEPRECATED_FOR (f)
      |                                           ^
/nix/store/k6yvz42inl4qskndrwvn4jri1pagm3hp-glib-2.80.4-x86_64-unknown-linux-gnufilc0-dev/include/glib-2.0/gobject/gobject-visibility.h:31:35: note: expanded from macro 'GOBJECT_DEPRECATED_FOR'
   31 | #define GOBJECT_DEPRECATED_FOR(f) G_DEPRECATED_FOR(f) _GOBJECT_EXTERN
      |                                   ^
/nix/store/k6yvz42inl4qskndrwvn4jri1pagm3hp-glib-2.80.4-x86_64-unknown-linux-gnufilc0-dev/include/glib-2.0/glib/gmacros.h:1273:44: note: expanded from macro 'G_DEPRECATED_FOR'
 1273 | #define G_DEPRECATED_FOR(f) __attribute__((__deprecated__("Use '" #f "' instead")))
      |                                            ^
internet-address.c:461:10: warning: 'g_object_newv' is deprecated: Use 'g_object_new_with_properties' instead [-Wdeprecated-declarations]
  461 |         group = g_object_newv (INTERNET_ADDRESS_TYPE_GROUP, 0, NULL);
      |                 ^
/nix/store/k6yvz42inl4qskndrwvn4jri1pagm3hp-glib-2.80.4-x86_64-unknown-linux-gnufilc0-dev/include/glib-2.0/gobject/gobject.h:443:1: note: 'g_object_newv' has been explicitly marked deprecated here
  443 | GOBJECT_DEPRECATED_IN_2_54_FOR(g_object_new_with_properties)
      | ^
/nix/store/k6yvz42inl4qskndrwvn4jri1pagm3hp-glib-2.80.4-x86_64-unknown-linux-gnufilc0-dev/include/glib-2.0/gobject/gobject-visibility.h:514:43: note: expanded from macro 'GOBJECT_DEPRECATED_IN_2_54_FOR'
  514 | #define GOBJECT_DEPRECATED_IN_2_54_FOR(f) GOBJECT_DEPRECATED_FOR (f)
      |                                           ^
/nix/store/k6yvz42inl4qskndrwvn4jri1pagm3hp-glib-2.80.4-x86_64-unknown-linux-gnufilc0-dev/include/glib-2.0/gobject/gobject-visibility.h:31:35: note: expanded from macro 'GOBJECT_DEPRECATED_FOR'
   31 | #define GOBJECT_DEPRECATED_FOR(f) G_DEPRECATED_FOR(f) _GOBJECT_EXTERN
      |                                   ^
/nix/store/k6yvz42inl4qskndrwvn4jri1pagm3hp-glib-2.80.4-x86_64-unknown-linux-gnufilc0-dev/include/glib-2.0/glib/gmacros.h:1273:44: note: expanded from macro 'G_DEPRECATED_FOR'
 1273 | #define G_DEPRECATED_FOR(f) __attribute__((__deprecated__("Use '" #f "' instead")))
      |                                            ^
internet-address.c:627:9: warning: 'g_object_newv' is deprecated: Use 'g_object_new_with_properties' instead [-Wdeprecated-declarations]
  627 |         return g_object_newv (INTERNET_ADDRESS_LIST_TYPE, 0, NULL);
      |                ^
/nix/store/k6yvz42inl4qskndrwvn4jri1pagm3hp-glib-2.80.4-x86_64-unknown-linux-gnufilc0-dev/include/glib-2.0/gobject/gobject.h:443:1: note: 'g_object_newv' has been explicitly marked deprecated here
  443 | GOBJECT_DEPRECATED_IN_2_54_FOR(g_object_new_with_properties)
      | ^
/nix/store/k6yvz42inl4qskndrwvn4jri1pagm3hp-glib-2.80.4-x86_64-unknown-linux-gnufilc0-dev/include/glib-2.0/gobject/gobject-visibility.h:514:43: note: expanded from macro 'GOBJECT_DEPRECATED_IN_2_54_FOR'
  514 | #define GOBJECT_DEPRECATED_IN_2_54_FOR(f) GOBJECT_DEPRECATED_FOR (f)
      |                                           ^
/nix/store/k6yvz42inl4qskndrwvn4jri1pagm3hp-glib-2.80.4-x86_64-unknown-linux-gnufilc0-dev/include/glib-2.0/gobject/gobject-visibility.h:31:35: note: expanded from macro 'GOBJECT_DEPRECATED_FOR'
   31 | #define GOBJECT_DEPRECATED_FOR(f) G_DEPRECATED_FOR(f) _GOBJECT_EXTERN
      |                                   ^
/nix/store/k6yvz42inl4qskndrwvn4jri1pagm3hp-glib-2.80.4-x86_64-unknown-linux-gnufilc0-dev/include/glib-2.0/glib/gmacros.h:1273:44: note: expanded from macro 'G_DEPRECATED_FOR'
 1273 | #define G_DEPRECATED_FOR(f) __attribute__((__deprecated__("Use '" #f "' instead")))
      |                                            ^
internet-address.c:740:2: warning: Deprecated pre-processor symbol: replace with "memmove" [-W#pragma-messages]
  740 |         g_memmove (dest, src, (sizeof (void *) * list->array->len));
      |         ^
/nix/store/k6yvz42inl4qskndrwvn4jri1pagm3hp-glib-2.80.4-x86_64-unknown-linux-gnufilc0-dev/include/glib-2.0/glib/gutils.h:315:64: note: expanded from macro 'g_memmove'
  315 |   G_STMT_START { memmove ((dest), (src), (len)); } G_STMT_END  GLIB_DEPRECATED_MACRO_IN_2_40_FOR(memmove)
      |                                                                ^
/nix/store/k6yvz42inl4qskndrwvn4jri1pagm3hp-glib-2.80.4-x86_64-unknown-linux-gnufilc0-dev/include/glib-2.0/glib/glib-visibility.h:278:46: note: expanded from macro 'GLIB_DEPRECATED_MACRO_IN_2_40_FOR'
  278 | #define GLIB_DEPRECATED_MACRO_IN_2_40_FOR(f) GLIB_DEPRECATED_MACRO_FOR (f)
      |                                              ^
/nix/store/k6yvz42inl4qskndrwvn4jri1pagm3hp-glib-2.80.4-x86_64-unknown-linux-gnufilc0-dev/include/glib-2.0/glib/gmacros.h:1300:3: note: expanded from macro 'GLIB_DEPRECATED_MACRO_FOR'
 1300 |   _GLIB_GNUC_DO_PRAGMA(GCC warning G_STRINGIFY (Deprecated pre-processor symbol: replace with #f))
      |   ^
/nix/store/k6yvz42inl4qskndrwvn4jri1pagm3hp-glib-2.80.4-x86_64-unknown-linux-gnufilc0-dev/include/glib-2.0/glib/gmacros.h:1297:33: note: expanded from macro '_GLIB_GNUC_DO_PRAGMA'
 1297 | #define _GLIB_GNUC_DO_PRAGMA(x) _Pragma(G_STRINGIFY (x))
      |                                 ^
<scratch space>:162:6: note: expanded from here
  162 |  GCC warning "Deprecated pre-processor symbol: replace with \"memmove\""
      |      ^
internet-address.c:812:3: warning: Deprecated pre-processor symbol: replace with "memmove" [-W#pragma-messages]
  812 |                 g_memmove (dest, src, (sizeof (void *) * n));
      |                 ^
/nix/store/k6yvz42inl4qskndrwvn4jri1pagm3hp-glib-2.80.4-x86_64-unknown-linux-gnufilc0-dev/include/glib-2.0/glib/gutils.h:315:64: note: expanded from macro 'g_memmove'
  315 |   G_STMT_START { memmove ((dest), (src), (len)); } G_STMT_END  GLIB_DEPRECATED_MACRO_IN_2_40_FOR(memmove)
      |                                                                ^
/nix/store/k6yvz42inl4qskndrwvn4jri1pagm3hp-glib-2.80.4-x86_64-unknown-linux-gnufilc0-dev/include/glib-2.0/glib/glib-visibility.h:278:46: note: expanded from macro 'GLIB_DEPRECATED_MACRO_IN_2_40_FOR'
  278 | #define GLIB_DEPRECATED_MACRO_IN_2_40_FOR(f) GLIB_DEPRECATED_MACRO_FOR (f)
      |                                              ^
/nix/store/k6yvz42inl4qskndrwvn4jri1pagm3hp-glib-2.80.4-x86_64-unknown-linux-gnufilc0-dev/include/glib-2.0/glib/gmacros.h:1300:3: note: expanded from macro 'GLIB_DEPRECATED_MACRO_FOR'
 1300 |   _GLIB_GNUC_DO_PRAGMA(GCC warning G_STRINGIFY (Deprecated pre-processor symbol: replace with #f))
      |   ^
/nix/store/k6yvz42inl4qskndrwvn4jri1pagm3hp-glib-2.80.4-x86_64-unknown-linux-gnufilc0-dev/include/glib-2.0/glib/gmacros.h:1297:33: note: expanded from macro '_GLIB_GNUC_DO_PRAGMA'
 1297 | #define _GLIB_GNUC_DO_PRAGMA(x) _Pragma(G_STRINGIFY (x))
      |                                 ^
<scratch space>:5:6: note: expanded from here
    5 |  GCC warning "Deprecated pre-processor symbol: replace with \"memmove\""
      |      ^
internet-address.c:1343:12: warning: 'g_object_newv' is deprecated: Use 'g_object_new_with_properties' instead [-Wdeprecated-declarations]
 1343 |         mailbox = g_object_newv (INTERNET_ADDRESS_TYPE_MAILBOX, 0, NULL);
      |                   ^
/nix/store/k6yvz42inl4qskndrwvn4jri1pagm3hp-glib-2.80.4-x86_64-unknown-linux-gnufilc0-dev/include/glib-2.0/gobject/gobject.h:443:1: note: 'g_object_newv' has been explicitly marked deprecated here
  443 | GOBJECT_DEPRECATED_IN_2_54_FOR(g_object_new_with_properties)
      | ^
/nix/store/k6yvz42inl4qskndrwvn4jri1pagm3hp-glib-2.80.4-x86_64-unknown-linux-gnufilc0-dev/include/glib-2.0/gobject/gobject-visibility.h:514:43: note: expanded from macro 'GOBJECT_DEPRECATED_IN_2_54_FOR'
  514 | #define GOBJECT_DEPRECATED_IN_2_54_FOR(f) GOBJECT_DEPRECATED_FOR (f)
      |                                           ^
/nix/store/k6yvz42inl4qskndrwvn4jri1pagm3hp-glib-2.80.4-x86_64-unknown-linux-gnufilc0-dev/include/glib-2.0/gobject/gobject-visibility.h:31:35: note: expanded from macro 'GOBJECT_DEPRECATED_FOR'
   31 | #define GOBJECT_DEPRECATED_FOR(f) G_DEPRECATED_FOR(f) _GOBJECT_EXTERN
      |                                   ^
/nix/store/k6yvz42inl4qskndrwvn4jri1pagm3hp-glib-2.80.4-x86_64-unknown-linux-gnufilc0-dev/include/glib-2.0/glib/gmacros.h:1273:44: note: expanded from macro 'G_DEPRECATED_FOR'
 1273 | #define G_DEPRECATED_FOR(f) __attribute__((__deprecated__("Use '" #f "' instead")))
      |                                            ^
6 warnings generated.
  CCLD     libgmime-2.6.la
  GISCAN   GMime-2.6.gir
/build/gmime-2.6.23/gmime/tmp-introspecty3xbsc2k/GMime-2.6.c:183:14: warning: cast to smaller integer type 'GQuark' (aka 'unsigned int') from 'GType' (aka 'struct _GTypeOpaque *') [-Wpointer-to-int-cast]
  183 |       return (GQuark)G_TYPE_INVALID;
      |              ^~~~~~~~~~~~~~~~~~~~~~
1 warning generated.
'Class' object has no attribute 'get_parameter'
'Class' object has no attribute 'get_parameter'
  GICOMP   GMime-2.6.gir
make[3]: Leaving directory '/build/gmime-2.6.23/gmime'
make[2]: Leaving directory '/build/gmime-2.6.23/gmime'
Making all in tests
make[2]: Entering directory '/build/gmime-2.6.23/tests'
Making all in .
make[3]: Entering directory '/build/gmime-2.6.23/tests'
  CC       test-iconv.o
  CC       testsuite.o
  CC       test-streams.o
  CC       test-cat.o
  CC       test-headers.o
  CC       test-mbox.o
test-iconv.c:114:5: warning: illegal character encoding in string literal [-Winvalid-source-encoding]
  114 |         { "<C4><EE><E1><E0><E2><E8> <D3><F1><EB><F3><E3><E0>", "windows-cp1251" },      /* bg */
      |            ^~~~~~~~~~~~~~~~~~~~~~~~ ~~~~~~~~~~~~~~~~~~~~~~~~
test-iconv.c:115:6: warning: illegal character encoding in string literal [-Winvalid-source-encoding]
  115 |         { "C<F2>njuge", "iso-8859-1" },                /* ca */
      |             ^~~~
test-iconv.c:116:16: warning: illegal character encoding in string literal [-Winvalid-source-encoding]
  116 |         { "Avanceret s<F8>gning", "iso-8859-1" },      /* da */
      |                       ^~~~
test-iconv.c:117:6: warning: illegal character encoding in string literal [-Winvalid-source-encoding]
  117 |         { "L<F6>schen", "iso-8859-1" },                /* de */
      |             ^~~~
test-iconv.c:119:6: warning: illegal character encoding in string literal [-Winvalid-source-encoding]
  119 |         { "p<E4>iv<E4><E4>", "iso-8859-15" },                /* fi */
      |             ^~~~  ~~~~~~~~
test-iconv.c:120:11: warning: illegal character encoding in string literal [-Winvalid-source-encoding]
  120 |         { "Modifi<E9>", "iso-8859-1" },                /* fr */
      |                  ^~~~
test-iconv.c:121:8: warning: illegal character encoding in string literal [-Winvalid-source-encoding]
  121 |         { "Tid<E9>al", "iso-8859-1" },                 /* ga */
      |               ^~~~
test-iconv.c:122:6: warning: illegal character encoding in string literal [-Winvalid-source-encoding]
  122 |         { "F<E1>brica", "iso-8859-1" },                /* gl */
      |             ^~~~
test-iconv.c:123:12: warning: illegal character encoding in string literal [-Winvalid-source-encoding]
  123 |         { "Szem<U+001B>-B<E9>lyh<ED>v<F3><U+001B>-A ", "iso-8859-2" },            /* hu */
      |                          ^~~~   ~~~~ ~~~~
test-iconv.c:124:11: warning: illegal character encoding in string literal [-Winvalid-source-encoding]
  124 |         { "Non c'<E9> corrispondenza", "iso-8859-1" }, /* it */
      |                  ^~~~
test-iconv.c:127:6: warning: illegal character encoding in string literal [-Winvalid-source-encoding]
  127 |         { "I<F0>sami paie<F0>ka", "iso-8859-13" },        /* lt */
      |             ^~~~         ~~~~
test-iconv.c:128:10: warning: illegal character encoding in string literal [-Winvalid-source-encoding]
  128 |         { "Papla<F0>in<E2>t<E2> Mekl<E7><F0>ana", "iso-8859-13" }, /* lv */
      |                 ^~~~  ~~~~ ~~~~     ~~~~~~~~
test-iconv.c:129:9: warning: illegal character encoding in string literal [-Winvalid-source-encoding]
  129 |         { "Kopi<EB>ren", "iso-8859-15" },              /* nl */
      |                ^~~~
test-iconv.c:130:5: warning: illegal character encoding in string literal [-Winvalid-source-encoding]
  130 |         { "<D8>ydelagd S<F8>k", "iso-8859-1" },           /* nn */
      |            ^~~~         ~~~~
test-iconv.c:131:15: warning: illegal character encoding in string literal [-Winvalid-source-encoding]
  131 |         { "Avansert s<F8>k", "iso-8859-1" },           /* no */
      |                      ^~~~
test-iconv.c:132:8: warning: illegal character encoding in string literal [-Winvalid-source-encoding]
  132 |         { "<U+001B>-B<AC>r<F3>d<B3>a<U+001B>-A ksi<U+001B>-B<B1><BF>ki<U+001B>-A adresowej", "iso-8859-2" }, /* pl */
      |                      ^~~~ ~~~~ ~~~~                         ~~~~~~~~
test-iconv.c:133:9: warning: illegal character encoding in string literal [-Winvalid-source-encoding]
  133 |         { "C<U+001B>-B<E3>utare<U+001B>-A avansat<U+001B>-B<E3><U+001B>-A ", "iso-8859-2" },      /* ro */
      |                       ^~~~                                 ~~~~
test-iconv.c:134:8: warning: illegal character encoding in string literal [-Winvalid-source-encoding]
  134 |         { "<U+001B>-L<C0><D0><E1><E8><D8><E0><D5><DD><DD><EB><D9><U+001B>-A <U+001B>-L<DF><DE><D8><E1><DA><U+001B>-A ", "koi8-r" },         /* ru */
      |                      ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~                     ~~~~~~~~~~~~~~~~~~~~
test-iconv.c:137:9: warning: illegal character encoding in string literal [-Winvalid-source-encoding]
  137 |         { "den <E4>nd<E5>?", "iso-8859-1" },              /* sv */
      |                ^~~~  ~~~~
test-iconv.c:138:12: warning: illegal character encoding in string literal [-Winvalid-source-encoding]
  138 |         { "Geli<U+001B>-M<FE>mi<FE><U+001B>-A Arama", "iso-8859-9" },         /* tr */
      |                          ^~~~  ~~~~
test-iconv.c:139:5: warning: illegal character encoding in string literal [-Winvalid-source-encoding]
  139 |         { "<F5><C4><CF><D3><CB><CF><CE><C1><CC><C5><CE><C9><CA> <D0><CF><DB><D5><CB>", "koi8-u" },        /* uk */
      |            ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ~~~~~~~~~~~~~~~~~~~~
21 warnings generated.
  CC       test-mime.o
  CC       test-pgp.o
  CC       test-pgpmime.o
  CC       test-best.o
  CC       test-parser.o
  CC       test-html.o
  CC       test-partial.o
  CC       test-pkcs7.o
  CC       test-smime.o
  CCLD     test-iconv
  CCLD     test-streams
  CCLD     test-cat
  CCLD     test-headers
  CCLD     test-mbox
  CCLD     test-mime
  CCLD     test-pgp
  CCLD     test-best
  CCLD     test-parser
  CCLD     test-html
  CCLD     test-partial
  CCLD     test-pgpmime
  CCLD     test-pkcs7
  CCLD     test-smime
make[3]: Leaving directory '/build/gmime-2.6.23/tests'
make[2]: Leaving directory '/build/gmime-2.6.23/tests'
Making all in docs
make[2]: Entering directory '/build/gmime-2.6.23/docs'
Making all in reference
make[3]: Entering directory '/build/gmime-2.6.23/docs/reference'
make[3]: Nothing to be done for 'all'.
make[3]: Leaving directory '/build/gmime-2.6.23/docs/reference'
Making all in tutorial
make[3]: Entering directory '/build/gmime-2.6.23/docs/tutorial'
make[3]: Nothing to be done for 'all'.
make[3]: Leaving directory '/build/gmime-2.6.23/docs/tutorial'
make[3]: Entering directory '/build/gmime-2.6.23/docs'
make[3]: Nothing to be done for 'all-am'.
make[3]: Leaving directory '/build/gmime-2.6.23/docs'
make[2]: Leaving directory '/build/gmime-2.6.23/docs'
Making all in examples
make[2]: Entering directory '/build/gmime-2.6.23/examples'
Making all in .
make[3]: Entering directory '/build/gmime-2.6.23/examples'
  CC       basic-example.o
  CC       uuencode.o
  CC       imap-example.o
  CC       uudecode.o
  CCLD     uuencode
  CCLD     basic-example
  CCLD     uudecode
  CCLD     imap-example
make[3]: Leaving directory '/build/gmime-2.6.23/examples'
make[2]: Leaving directory '/build/gmime-2.6.23/examples'
Making all in tools
make[2]: Entering directory '/build/gmime-2.6.23/tools'
Making all in .
make[3]: Entering directory '/build/gmime-2.6.23/tools'
make[3]: Nothing to be done for 'all-am'.
make[3]: Leaving directory '/build/gmime-2.6.23/tools'
make[2]: Leaving directory '/build/gmime-2.6.23/tools'
Making all in .
make[2]: Entering directory '/build/gmime-2.6.23'
cp gmime.pc gmime-2.6.pc
make[2]: Leaving directory '/build/gmime-2.6.23'
make[1]: Leaving directory '/build/gmime-2.6.23'
→ glibPreInstallPhase
→ glibPreInstallPhase
→ glibPreInstallPhase
→ installPhase
install flags: -j6 SHELL=/nix/store/cfqbabpc7xwg8akbcchqbq3cai6qq2vs-bash-5.2p37/bin/bash gsettingsschemadir=/nix/store/k2xa8v3idd3m1838ib7nmq8kk5h0kd69-gmime-x86_64-unknown-linux-gnufilc0-2.6.23/share/gsettings-schemas/gmime-x86_64-unknown-linux-gnufilc0-2.6.23/glib-2.0/schemas/ gsettingsschemadir=/nix/store/k2xa8v3idd3m1838ib7nmq8kk5h0kd69-gmime-x86_64-unknown-linux-gnufilc0-2.6.23/share/gsettings-schemas/gmime-x86_64-unknown-linux-gnufilc0-2.6.23/glib-2.0/schemas/ gsettingsschemadir=/nix/store/k2xa8v3idd3m1838ib7nmq8kk5h0kd69-gmime-x86_64-unknown-linux-gnufilc0-2.6.23/share/gsettings-schemas/gmime-x86_64-unknown-linux-gnufilc0-2.6.23/glib-2.0/schemas/ pkgconfigdir=/nix/store/rsdn8wzzr2r7w16ga2wppqrlrld5ja8s-gmime-x86_64-unknown-linux-gnufilc0-2.6.23-dev/lib/pkgconfig m4datadir=/nix/store/rsdn8wzzr2r7w16ga2wppqrlrld5ja8s-gmime-x86_64-unknown-linux-gnufilc0-2.6.23-dev/share/aclocal aclocaldir=/nix/store/rsdn8wzzr2r7w16ga2wppqrlrld5ja8s-gmime-x86_64-unknown-linux-gnufilc0-2.6.23-dev/share/aclocal install
Making install in m4
make[1]: Entering directory '/build/gmime-2.6.23/m4'
make[2]: Entering directory '/build/gmime-2.6.23/m4'
make[2]: Nothing to be done for 'install-exec-am'.
make[2]: Nothing to be done for 'install-data-am'.
make[2]: Leaving directory '/build/gmime-2.6.23/m4'
make[1]: Leaving directory '/build/gmime-2.6.23/m4'
Making install in build
make[1]: Entering directory '/build/gmime-2.6.23/build'
Making install in vs2008
make[2]: Entering directory '/build/gmime-2.6.23/build/vs2008'
make[3]: Entering directory '/build/gmime-2.6.23/build/vs2008'
make[3]: Nothing to be done for 'install-exec-am'.
make[3]: Nothing to be done for 'install-data-am'.
make[3]: Leaving directory '/build/gmime-2.6.23/build/vs2008'
make[2]: Leaving directory '/build/gmime-2.6.23/build/vs2008'
Making install in vs2010
make[2]: Entering directory '/build/gmime-2.6.23/build/vs2010'
make[3]: Entering directory '/build/gmime-2.6.23/build/vs2010'
make[3]: Nothing to be done for 'install-exec-am'.
make[3]: Nothing to be done for 'install-data-am'.
make[3]: Leaving directory '/build/gmime-2.6.23/build/vs2010'
make[2]: Leaving directory '/build/gmime-2.6.23/build/vs2010'
make[2]: Entering directory '/build/gmime-2.6.23/build'
make[3]: Entering directory '/build/gmime-2.6.23/build'
make[3]: Nothing to be done for 'install-exec-am'.
make[3]: Nothing to be done for 'install-data-am'.
make[3]: Leaving directory '/build/gmime-2.6.23/build'
make[2]: Leaving directory '/build/gmime-2.6.23/build'
make[1]: Leaving directory '/build/gmime-2.6.23/build'
Making install in util
make[1]: Entering directory '/build/gmime-2.6.23/util'
Making install in .
make[2]: Entering directory '/build/gmime-2.6.23/util'
make[3]: Entering directory '/build/gmime-2.6.23/util'
make[3]: Nothing to be done for 'install-exec-am'.
make[3]: Nothing to be done for 'install-data-am'.
make[3]: Leaving directory '/build/gmime-2.6.23/util'
make[2]: Leaving directory '/build/gmime-2.6.23/util'
make[1]: Leaving directory '/build/gmime-2.6.23/util'
Making install in gmime
make[1]: Entering directory '/build/gmime-2.6.23/gmime'
Making install in .
make[2]: Entering directory '/build/gmime-2.6.23/gmime'
make[3]: Entering directory '/build/gmime-2.6.23/gmime'
 /nix/store/rry6qingvsrqmc7ll7jgaqpybcbdgf5v-coreutils-9.7/bin/mkdir -p '/nix/store/k2xa8v3idd3m1838ib7nmq8kk5h0kd69-gmime-x86_64-unknown-linux-gnufilc0-2.6.23/lib'
 ../doltlibtool   --mode=install /nix/store/rry6qingvsrqmc7ll7jgaqpybcbdgf5v-coreutils-9.7/bin/install -c   libgmime-2.6.la '/nix/store/k2xa8v3idd3m1838ib7nmq8kk5h0kd69-gmime-x86_64-unknown-linux-gnufilc0-2.6.23/lib'
 /nix/store/rry6qingvsrqmc7ll7jgaqpybcbdgf5v-coreutils-9.7/bin/mkdir -p '/nix/store/k2xa8v3idd3m1838ib7nmq8kk5h0kd69-gmime-x86_64-unknown-linux-gnufilc0-2.6.23/share/gir-1.0'
 /nix/store/rry6qingvsrqmc7ll7jgaqpybcbdgf5v-coreutils-9.7/bin/mkdir -p '/nix/store/rsdn8wzzr2r7w16ga2wppqrlrld5ja8s-gmime-x86_64-unknown-linux-gnufilc0-2.6.23-dev/include/gmime-2.6/gmime'
 /nix/store/rry6qingvsrqmc7ll7jgaqpybcbdgf5v-coreutils-9.7/bin/mkdir -p '/nix/store/k2xa8v3idd3m1838ib7nmq8kk5h0kd69-gmime-x86_64-unknown-linux-gnufilc0-2.6.23/lib/girepository-1.0'
 /nix/store/rry6qingvsrqmc7ll7jgaqpybcbdgf5v-coreutils-9.7/bin/install -c -m 644 GMime-2.6.gir '/nix/store/k2xa8v3idd3m1838ib7nmq8kk5h0kd69-gmime-x86_64-unknown-linux-gnufilc0-2.6.23/share/gir-1.0'
 /nix/store/rry6qingvsrqmc7ll7jgaqpybcbdgf5v-coreutils-9.7/bin/install -c -m 644 GMime-2.6.typelib '/nix/store/k2xa8v3idd3m1838ib7nmq8kk5h0kd69-gmime-x86_64-unknown-linux-gnufilc0-2.6.23/lib/girepository-1.0'
 /nix/store/rry6qingvsrqmc7ll7jgaqpybcbdgf5v-coreutils-9.7/bin/install -c -m 644 gmime.h gmime-certificate.h gmime-charset.h gmime-content-type.h gmime-crypto-context.h gmime-data-wrapper.h gmime-disposition.h gmime-encodings.h gmime-error.h gmime-filter.h gmime-filter-basic.h gmime-filter-best.h gmime-filter-charset.h gmime-filter-crlf.h gmime-filter-enriched.h gmime-filter-from.h gmime-filter-gzip.h gmime-filter-html.h gmime-filter-md5.h gmime-filter-strip.h gmime-filter-windows.h gmime-filter-yenc.h gmime-gpg-context.h gmime-header.h gmime-iconv.h gmime-iconv-utils.h gmime-message.h gmime-message-part.h gmime-message-partial.h gmime-multipart.h gmime-multipart-encrypted.h gmime-multipart-signed.h gmime-object.h gmime-param.h gmime-parser.h gmime-part.h gmime-part-iter.h gmime-pkcs7-context.h gmime-signature.h gmime-stream.h '/nix/store/rsdn8wzzr2r7w16ga2wppqrlrld5ja8s-gmime-x86_64-unknown-linux-gnufilc0-2.6.23-dev/include/gmime-2.6/gmime'
 /nix/store/rry6qingvsrqmc7ll7jgaqpybcbdgf5v-coreutils-9.7/bin/install -c -m 644 gmime-stream-buffer.h gmime-stream-cat.h gmime-stream-file.h gmime-stream-filter.h gmime-stream-fs.h gmime-stream-gio.h gmime-stream-mem.h gmime-stream-mmap.h gmime-stream-null.h gmime-stream-pipe.h gmime-utils.h gmime-version.h internet-address.h '/nix/store/rsdn8wzzr2r7w16ga2wppqrlrld5ja8s-gmime-x86_64-unknown-linux-gnufilc0-2.6.23-dev/include/gmime-2.6/gmime'
libtool: install: /nix/store/rry6qingvsrqmc7ll7jgaqpybcbdgf5v-coreutils-9.7/bin/install -c .libs/libgmime-2.6.so.0.623.0 /nix/store/k2xa8v3idd3m1838ib7nmq8kk5h0kd69-gmime-x86_64-unknown-linux-gnufilc0-2.6.23/lib/libgmime-2.6.so.0.623.0
libtool: install: (cd /nix/store/k2xa8v3idd3m1838ib7nmq8kk5h0kd69-gmime-x86_64-unknown-linux-gnufilc0-2.6.23/lib && { ln -s -f libgmime-2.6.so.0.623.0 libgmime-2.6.so.0 || { rm -f libgmime-2.6.so.0 && ln -s libgmime-2.6.so.0.623.0 libgmime-2.6.so.0; }; })
libtool: install: (cd /nix/store/k2xa8v3idd3m1838ib7nmq8kk5h0kd69-gmime-x86_64-unknown-linux-gnufilc0-2.6.23/lib && { ln -s -f libgmime-2.6.so.0.623.0 libgmime-2.6.so || { rm -f libgmime-2.6.so && ln -s libgmime-2.6.so.0.623.0 libgmime-2.6.so; }; })
libtool: install: /nix/store/rry6qingvsrqmc7ll7jgaqpybcbdgf5v-coreutils-9.7/bin/install -c .libs/libgmime-2.6.lai /nix/store/k2xa8v3idd3m1838ib7nmq8kk5h0kd69-gmime-x86_64-unknown-linux-gnufilc0-2.6.23/lib/libgmime-2.6.la
libtool: finish: PATH="/nix/store/f4iq3fjva198s44x56dwm0vpgymb67xg-x86_64-unknown-linux-gnufilc0-pkg-config-wrapper-0.29.2/bin:/nix/store/llg1gnr28jddcfivc0lc0jvnyb4czr2z-gobject-introspection-1.80.1-x86_64-unknown-linux-gnufilc0-dev/bin:/nix/store/k6yvz42inl4qskndrwvn4jri1pagm3hp-glib-2.80.4-x86_64-unknown-linux-gnufilc0-dev/bin:/nix/store/h9ga6gr6l4jsvvinhkdk0v82fdwfis55-gettext-x86_64-unknown-linux-gnufilc0-0.22.5/bin:/nix/store/hhbrsh73ankjr9kp96r1qjiljyriwil8-libiconv-x86_64-unknown-linux-gnufilc0-1.17/bin:/nix/store/kdwrzyvxgpg912ryby9fs2iwrliklm1h-glib-2.80.4-x86_64-unknown-linux-gnufilc0-bin/bin:/nix/store/g7i75czfbw9sy5f8v7rjbama6lr3ya3s-patchelf-0.15.0/bin:/nix/store/x2i9jyjvpnngn0yq5kbdlrw4gg43wzm3-filc-cc-wrapper-/bin:/nix/store/31l6alfx8axrfkp0zxza3z7f7gxzi8b3-filc-cc/bin:/nix/store/14i07vk4qkfcdyyha9amqryg033l3xcf-filc-sysroot-with-metadata/bin:/nix/store/rry6qingvsrqmc7ll7jgaqpybcbdgf5v-coreutils-9.7/bin:/nix/store/gqxsl4vfi43khmz1snzynr8jwwynkbbw-binutils-wrapper-2.43.1/bin:/nix/store/fmj1ilm5jk1hba6s3cv6gkpgsjvkxaqv-binutils-2.43.1/bin:/nix/store/rry6qingvsrqmc7ll7jgaqpybcbdgf5v-coreutils-9.7/bin:/nix/store/392hs9nhm6wfw4imjllbvb1wil1n39qx-findutils-4.10.0/bin:/nix/store/xw0mf3shymq3k7zlncf09rm8917sdi4h-diffutils-3.12/bin:/nix/store/4rpiqv9yr2pw5094v4wc33ijkqjpm9sa-gnused-4.9/bin:/nix/store/l2wvwyg680h0v2la18hz3yiznxy2naqw-gnugrep-3.11/bin:/nix/store/c1z5j28ndxljf1ihqzag57bwpfpzms0g-gawk-5.3.2/bin:/nix/store/w60s4xh1pjg6dwbw7j0b4xzlpp88q5qg-gnutar-1.35/bin:/nix/store/xd9m9jkvrs8pbxvmkzkwviql33rd090j-gzip-1.14/bin:/nix/store/w1pxx760yidi7n9vbi5bhpii9xxl5vdj-bzip2-1.0.8-bin/bin:/nix/store/xk0d14zpm0njxzdm182dd722aqhav2cc-gnumake-4.4.1/bin:/nix/store/cfqbabpc7xwg8akbcchqbq3cai6qq2vs-bash-5.2p37/bin:/nix/store/gj54zvf7vxll1mzzmqhqi1p4jiws3mfb-patch-2.7.6/bin:/nix/store/22rpb6790f346c55iqi6s9drr5qgmyjf-xz-5.8.1-bin/bin:/nix/store/xlmpcglsq8l09qh03rf0virz0331pjdc-file-5.45/bin:/sbin" ldconfig -n /nix/store/k2xa8v3idd3m1838ib7nmq8kk5h0kd69-gmime-x86_64-unknown-linux-gnufilc0-2.6.23/lib
/build/gmime-2.6.23/gmime/../libtool: line 1720: ldconfig: command not found
----------------------------------------------------------------------
Libraries have been installed in:
   /nix/store/k2xa8v3idd3m1838ib7nmq8kk5h0kd69-gmime-x86_64-unknown-linux-gnufilc0-2.6.23/lib
If you ever happen to want to link against installed libraries
in a given directory, LIBDIR, you must either use libtool, and
specify the full pathname of the library, or use the '-LLIBDIR'
flag during linking and do at least one of the following:
   - add LIBDIR to the 'LD_LIBRARY_PATH' environment variable
     during execution
   - add LIBDIR to the 'LD_RUN_PATH' environment variable
     during linking
   - use the '-Wl,-rpath -Wl,LIBDIR' linker flag
   - have your system administrator run these commands:
See any operating system documentation about shared libraries for
more information, such as the ld(1) and ld.so(8) manual pages.
----------------------------------------------------------------------
make[3]: Leaving directory '/build/gmime-2.6.23/gmime'
make[2]: Leaving directory '/build/gmime-2.6.23/gmime'
make[1]: Leaving directory '/build/gmime-2.6.23/gmime'
Making install in tests
make[1]: Entering directory '/build/gmime-2.6.23/tests'
Making install in .
make[2]: Entering directory '/build/gmime-2.6.23/tests'
make[3]: Entering directory '/build/gmime-2.6.23/tests'
make[3]: Nothing to be done for 'install-exec-am'.
make[3]: Nothing to be done for 'install-data-am'.
make[3]: Leaving directory '/build/gmime-2.6.23/tests'
make[2]: Leaving directory '/build/gmime-2.6.23/tests'
make[1]: Leaving directory '/build/gmime-2.6.23/tests'
Making install in docs
make[1]: Entering directory '/build/gmime-2.6.23/docs'
Making install in reference
make[2]: Entering directory '/build/gmime-2.6.23/docs/reference'
make[3]: Entering directory '/build/gmime-2.6.23/docs/reference'
make[3]: Nothing to be done for 'install-exec-am'.
 /nix/store/rry6qingvsrqmc7ll7jgaqpybcbdgf5v-coreutils-9.7/bin/install -c -m 644 ./html/CryptoContexts.html
 /nix/store/rry6qingvsrqmc7ll7jgaqpybcbdgf5v-coreutils-9.7/bin/install -c -m 644 ./html/DataWrappers.html
 /nix/store/rry6qingvsrqmc7ll7jgaqpybcbdgf5v-coreutils-9.7/bin/install -c -m 644 ./html/Filters.html
 /nix/store/rry6qingvsrqmc7ll7jgaqpybcbdgf5v-coreutils-9.7/bin/install -c -m 644 ./html/GMimeCertificate.html
 /nix/store/rry6qingvsrqmc7ll7jgaqpybcbdgf5v-coreutils-9.7/bin/install -c -m 644 ./html/GMimeContentDisposition.html
 /nix/store/rry6qingvsrqmc7ll7jgaqpybcbdgf5v-coreutils-9.7/bin/install -c -m 644 ./html/GMimeContentType.html
 /nix/store/rry6qingvsrqmc7ll7jgaqpybcbdgf5v-coreutils-9.7/bin/install -c -m 644 ./html/GMimeCryptoContext.html
 /nix/store/rry6qingvsrqmc7ll7jgaqpybcbdgf5v-coreutils-9.7/bin/install -c -m 644 ./html/GMimeDataWrapper.html
 /nix/store/rry6qingvsrqmc7ll7jgaqpybcbdgf5v-coreutils-9.7/bin/install -c -m 644 ./html/GMimeFilter.html
 /nix/store/rry6qingvsrqmc7ll7jgaqpybcbdgf5v-coreutils-9.7/bin/install -c -m 644 ./html/GMimeFilterBasic.html
 /nix/store/rry6qingvsrqmc7ll7jgaqpybcbdgf5v-coreutils-9.7/bin/install -c -m 644 ./html/GMimeFilterBest.html
 /nix/store/rry6qingvsrqmc7ll7jgaqpybcbdgf5v-coreutils-9.7/bin/install -c -m 644 ./html/GMimeFilterCRLF.html
 /nix/store/rry6qingvsrqmc7ll7jgaqpybcbdgf5v-coreutils-9.7/bin/install -c -m 644 ./html/GMimeFilterCharset.html
 /nix/store/rry6qingvsrqmc7ll7jgaqpybcbdgf5v-coreutils-9.7/bin/install -c -m 644 ./html/GMimeFilterEnriched.html
 /nix/store/rry6qingvsrqmc7ll7jgaqpybcbdgf5v-coreutils-9.7/bin/install -c -m 644 ./html/GMimeFilterFrom.html
 /nix/store/rry6qingvsrqmc7ll7jgaqpybcbdgf5v-coreutils-9.7/bin/install -c -m 644 ./html/GMimeFilterGZip.html
 /nix/store/rry6qingvsrqmc7ll7jgaqpybcbdgf5v-coreutils-9.7/bin/install -c -m 644 ./html/GMimeFilterHTML.html
 /nix/store/rry6qingvsrqmc7ll7jgaqpybcbdgf5v-coreutils-9.7/bin/install -c -m 644 ./html/GMimeFilterMd5.html
 /nix/store/rry6qingvsrqmc7ll7jgaqpybcbdgf5v-coreutils-9.7/bin/install -c -m 644 ./html/GMimeFilterStrip.html
 /nix/store/rry6qingvsrqmc7ll7jgaqpybcbdgf5v-coreutils-9.7/bin/install -c -m 644 ./html/GMimeFilterWindows.html
 /nix/store/rry6qingvsrqmc7ll7jgaqpybcbdgf5v-coreutils-9.7/bin/install -c -m 644 ./html/GMimeFilterYenc.html
 /nix/store/rry6qingvsrqmc7ll7jgaqpybcbdgf5v-coreutils-9.7/bin/install -c -m 644 ./html/GMimeGpgContext.html
 /nix/store/rry6qingvsrqmc7ll7jgaqpybcbdgf5v-coreutils-9.7/bin/install -c -m 644 ./html/GMimeMessage.html
 /nix/store/rry6qingvsrqmc7ll7jgaqpybcbdgf5v-coreutils-9.7/bin/install -c -m 644 ./html/GMimeMessagePart.html
 /nix/store/rry6qingvsrqmc7ll7jgaqpybcbdgf5v-coreutils-9.7/bin/install -c -m 644 ./html/GMimeMessagePartial.html
 /nix/store/rry6qingvsrqmc7ll7jgaqpybcbdgf5v-coreutils-9.7/bin/install -c -m 644 ./html/GMimeMultipart.html
 /nix/store/rry6qingvsrqmc7ll7jgaqpybcbdgf5v-coreutils-9.7/bin/install -c -m 644 ./html/GMimeMultipartEncrypted.html
 /nix/store/rry6qingvsrqmc7ll7jgaqpybcbdgf5v-coreutils-9.7/bin/install -c -m 644 ./html/GMimeMultipartSigned.html
 /nix/store/rry6qingvsrqmc7ll7jgaqpybcbdgf5v-coreutils-9.7/bin/install -c -m 644 ./html/GMimeObject.html
 /nix/store/rry6qingvsrqmc7ll7jgaqpybcbdgf5v-coreutils-9.7/bin/install -c -m 644 ./html/GMimeParser.html
 /nix/store/rry6qingvsrqmc7ll7jgaqpybcbdgf5v-coreutils-9.7/bin/install -c -m 644 ./html/GMimePart.html
 /nix/store/rry6qingvsrqmc7ll7jgaqpybcbdgf5v-coreutils-9.7/bin/install -c -m 644 ./html/GMimePkcs7Context.html
 /nix/store/rry6qingvsrqmc7ll7jgaqpybcbdgf5v-coreutils-9.7/bin/install -c -m 644 ./html/GMimeSignature.html
 /nix/store/rry6qingvsrqmc7ll7jgaqpybcbdgf5v-coreutils-9.7/bin/install -c -m 644 ./html/GMimeStream.html
 /nix/store/rry6qingvsrqmc7ll7jgaqpybcbdgf5v-coreutils-9.7/bin/install -c -m 644 ./html/GMimeStreamBuffer.html
 /nix/store/rry6qingvsrqmc7ll7jgaqpybcbdgf5v-coreutils-9.7/bin/install -c -m 644 ./html/GMimeStreamCat.html
 /nix/store/rry6qingvsrqmc7ll7jgaqpybcbdgf5v-coreutils-9.7/bin/install -c -m 644 ./html/GMimeStreamFile.html
 /nix/store/rry6qingvsrqmc7ll7jgaqpybcbdgf5v-coreutils-9.7/bin/install -c -m 644 ./html/GMimeStreamFilter.html
 /nix/store/rry6qingvsrqmc7ll7jgaqpybcbdgf5v-coreutils-9.7/bin/install -c -m 644 ./html/GMimeStreamFs.html
 /nix/store/rry6qingvsrqmc7ll7jgaqpybcbdgf5v-coreutils-9.7/bin/install -c -m 644 ./html/GMimeStreamMem.html
 /nix/store/rry6qingvsrqmc7ll7jgaqpybcbdgf5v-coreutils-9.7/bin/install -c -m 644 ./html/GMimeStreamMmap.html
 /nix/store/rry6qingvsrqmc7ll7jgaqpybcbdgf5v-coreutils-9.7/bin/install -c -m 644 ./html/GMimeStreamNull.html
 /nix/store/rry6qingvsrqmc7ll7jgaqpybcbdgf5v-coreutils-9.7/bin/install -c -m 644 ./html/GMimeStreamPipe.html
 /nix/store/rry6qingvsrqmc7ll7jgaqpybcbdgf5v-coreutils-9.7/bin/install -c -m 644 ./html/Headers.html
 /nix/store/rry6qingvsrqmc7ll7jgaqpybcbdgf5v-coreutils-9.7/bin/install -c -m 644 ./html/InternetAddress.html
 /nix/store/rry6qingvsrqmc7ll7jgaqpybcbdgf5v-coreutils-9.7/bin/install -c -m 644 ./html/InternetAddressGroup.html
 /nix/store/rry6qingvsrqmc7ll7jgaqpybcbdgf5v-coreutils-9.7/bin/install -c -m 644 ./html/InternetAddressList.html
 /nix/store/rry6qingvsrqmc7ll7jgaqpybcbdgf5v-coreutils-9.7/bin/install -c -m 644 ./html/InternetAddressMailbox.html
 /nix/store/rry6qingvsrqmc7ll7jgaqpybcbdgf5v-coreutils-9.7/bin/install -c -m 644 ./html/InternetAddresses.html
 /nix/store/rry6qingvsrqmc7ll7jgaqpybcbdgf5v-coreutils-9.7/bin/install -c -m 644 ./html/MimeParts.html
 /nix/store/rry6qingvsrqmc7ll7jgaqpybcbdgf5v-coreutils-9.7/bin/install -c -m 644 ./html/Parsers.html
 /nix/store/rry6qingvsrqmc7ll7jgaqpybcbdgf5v-coreutils-9.7/bin/install -c -m 644 ./html/Streams.html
 /nix/store/rry6qingvsrqmc7ll7jgaqpybcbdgf5v-coreutils-9.7/bin/install -c -m 644 ./html/ch01.html
 /nix/store/rry6qingvsrqmc7ll7jgaqpybcbdgf5v-coreutils-9.7/bin/install -c -m 644 ./html/classes.html
 /nix/store/rry6qingvsrqmc7ll7jgaqpybcbdgf5v-coreutils-9.7/bin/install -c -m 644 ./html/core.html
 /nix/store/rry6qingvsrqmc7ll7jgaqpybcbdgf5v-coreutils-9.7/bin/install -c -m 644 ./html/fundamentals.html
 /nix/store/rry6qingvsrqmc7ll7jgaqpybcbdgf5v-coreutils-9.7/bin/install -c -m 644 ./html/gmime-GMimeHeader.html
 /nix/store/rry6qingvsrqmc7ll7jgaqpybcbdgf5v-coreutils-9.7/bin/install -c -m 644 ./html/gmime-GMimeParam.html
 /nix/store/rry6qingvsrqmc7ll7jgaqpybcbdgf5v-coreutils-9.7/bin/install -c -m 644 ./html/gmime-GMimePartIter.html
 /nix/store/rry6qingvsrqmc7ll7jgaqpybcbdgf5v-coreutils-9.7/bin/install -c -m 644 ./html/gmime-building.html
 /nix/store/rry6qingvsrqmc7ll7jgaqpybcbdgf5v-coreutils-9.7/bin/install -c -m 644 ./html/gmime-changes-2-0.html
 /nix/store/rry6qingvsrqmc7ll7jgaqpybcbdgf5v-coreutils-9.7/bin/install -c -m 644 ./html/gmime-changes-2-2.html
 /nix/store/rry6qingvsrqmc7ll7jgaqpybcbdgf5v-coreutils-9.7/bin/install -c -m 644 ./html/gmime-changes-2-4.html
 /nix/store/rry6qingvsrqmc7ll7jgaqpybcbdgf5v-coreutils-9.7/bin/install -c -m 644 ./html/gmime-changes-2-6.html
 /nix/store/rry6qingvsrqmc7ll7jgaqpybcbdgf5v-coreutils-9.7/bin/install -c -m 644 ./html/gmime-compiling.html
 /nix/store/rry6qingvsrqmc7ll7jgaqpybcbdgf5v-coreutils-9.7/bin/install -c -m 644 ./html/gmime-data-wrappers.html
 /nix/store/rry6qingvsrqmc7ll7jgaqpybcbdgf5v-coreutils-9.7/bin/install -c -m 644 ./html/gmime-filters.html
 /nix/store/rry6qingvsrqmc7ll7jgaqpybcbdgf5v-coreutils-9.7/bin/install -c -m 644 ./html/gmime-gmime-charset.html
 /nix/store/rry6qingvsrqmc7ll7jgaqpybcbdgf5v-coreutils-9.7/bin/install -c -m 644 ./html/gmime-gmime-encodings.html
 /nix/store/rry6qingvsrqmc7ll7jgaqpybcbdgf5v-coreutils-9.7/bin/install -c -m 644 ./html/gmime-gmime-iconv-utils.html
 /nix/store/rry6qingvsrqmc7ll7jgaqpybcbdgf5v-coreutils-9.7/bin/install -c -m 644 ./html/gmime-gmime-iconv.html
 /nix/store/rry6qingvsrqmc7ll7jgaqpybcbdgf5v-coreutils-9.7/bin/install -c -m 644 ./html/gmime-gmime-utils.html
 /nix/store/rry6qingvsrqmc7ll7jgaqpybcbdgf5v-coreutils-9.7/bin/install -c -m 644 ./html/gmime-gmime.html
 /nix/store/rry6qingvsrqmc7ll7jgaqpybcbdgf5v-coreutils-9.7/bin/install -c -m 644 ./html/gmime-question-index.html
 /nix/store/rry6qingvsrqmc7ll7jgaqpybcbdgf5v-coreutils-9.7/bin/install -c -m 644 ./html/gmime-resources.html
 /nix/store/rry6qingvsrqmc7ll7jgaqpybcbdgf5v-coreutils-9.7/bin/install -c -m 644 ./html/gmime-streams.html
 /nix/store/rry6qingvsrqmc7ll7jgaqpybcbdgf5v-coreutils-9.7/bin/install -c -m 644 ./html/gmime.devhelp2
 /nix/store/rry6qingvsrqmc7ll7jgaqpybcbdgf5v-coreutils-9.7/bin/install -c -m 644 ./html/gmime.html
 /nix/store/rry6qingvsrqmc7ll7jgaqpybcbdgf5v-coreutils-9.7/bin/install -c -m 644 ./html/home.png
 /nix/store/rry6qingvsrqmc7ll7jgaqpybcbdgf5v-coreutils-9.7/bin/install -c -m 644 ./html/index.html
 /nix/store/rry6qingvsrqmc7ll7jgaqpybcbdgf5v-coreutils-9.7/bin/install -c -m 644 ./html/left-insensitive.png
 /nix/store/rry6qingvsrqmc7ll7jgaqpybcbdgf5v-coreutils-9.7/bin/install -c -m 644 ./html/left.png
 /nix/store/rry6qingvsrqmc7ll7jgaqpybcbdgf5v-coreutils-9.7/bin/install -c -m 644 ./html/right-insensitive.png
 /nix/store/rry6qingvsrqmc7ll7jgaqpybcbdgf5v-coreutils-9.7/bin/install -c -m 644 ./html/right.png
 /nix/store/rry6qingvsrqmc7ll7jgaqpybcbdgf5v-coreutils-9.7/bin/install -c -m 644 ./html/style.css
 /nix/store/rry6qingvsrqmc7ll7jgaqpybcbdgf5v-coreutils-9.7/bin/install -c -m 644 ./html/up-insensitive.png
 /nix/store/rry6qingvsrqmc7ll7jgaqpybcbdgf5v-coreutils-9.7/bin/install -c -m 644 ./html/up.png
make[3]: Leaving directory '/build/gmime-2.6.23/docs/reference'
make[2]: Leaving directory '/build/gmime-2.6.23/docs/reference'
Making install in tutorial
make[2]: Entering directory '/build/gmime-2.6.23/docs/tutorial'
make[3]: Entering directory '/build/gmime-2.6.23/docs/tutorial'
make[3]: Nothing to be done for 'install-exec-am'.
make[3]: Nothing to be done for 'install-data-am'.
make[3]: Leaving directory '/build/gmime-2.6.23/docs/tutorial'
make[2]: Leaving directory '/build/gmime-2.6.23/docs/tutorial'
make[2]: Entering directory '/build/gmime-2.6.23/docs'
make[3]: Entering directory '/build/gmime-2.6.23/docs'
make[3]: Nothing to be done for 'install-exec-am'.
make[3]: Nothing to be done for 'install-data-am'.
make[3]: Leaving directory '/build/gmime-2.6.23/docs'
make[2]: Leaving directory '/build/gmime-2.6.23/docs'
make[1]: Leaving directory '/build/gmime-2.6.23/docs'
Making install in examples
make[1]: Entering directory '/build/gmime-2.6.23/examples'
Making install in .
make[2]: Entering directory '/build/gmime-2.6.23/examples'
make[3]: Entering directory '/build/gmime-2.6.23/examples'
make[3]: Nothing to be done for 'install-exec-am'.
make[3]: Nothing to be done for 'install-data-am'.
make[3]: Leaving directory '/build/gmime-2.6.23/examples'
make[2]: Leaving directory '/build/gmime-2.6.23/examples'
make[1]: Leaving directory '/build/gmime-2.6.23/examples'
Making install in tools
make[1]: Entering directory '/build/gmime-2.6.23/tools'
Making install in .
make[2]: Entering directory '/build/gmime-2.6.23/tools'
make[3]: Entering directory '/build/gmime-2.6.23/tools'
make[3]: Nothing to be done for 'install-exec-am'.
make[3]: Nothing to be done for 'install-data-am'.
make[3]: Leaving directory '/build/gmime-2.6.23/tools'
make[2]: Leaving directory '/build/gmime-2.6.23/tools'
make[1]: Leaving directory '/build/gmime-2.6.23/tools'
Making install in .
make[1]: Entering directory '/build/gmime-2.6.23'
make[2]: Entering directory '/build/gmime-2.6.23'
make[2]: Nothing to be done for 'install-exec-am'.
 /nix/store/rry6qingvsrqmc7ll7jgaqpybcbdgf5v-coreutils-9.7/bin/mkdir -p '/nix/store/rsdn8wzzr2r7w16ga2wppqrlrld5ja8s-gmime-x86_64-unknown-linux-gnufilc0-2.6.23-dev/lib/pkgconfig'
 /nix/store/rry6qingvsrqmc7ll7jgaqpybcbdgf5v-coreutils-9.7/bin/install -c -m 644 gmime-2.6.pc '/nix/store/rsdn8wzzr2r7w16ga2wppqrlrld5ja8s-gmime-x86_64-unknown-linux-gnufilc0-2.6.23-dev/lib/pkgconfig'
make[2]: Leaving directory '/build/gmime-2.6.23'
make[1]: Leaving directory '/build/gmime-2.6.23'
→ fixupPhase
Moving /nix/store/k2xa8v3idd3m1838ib7nmq8kk5h0kd69-gmime-x86_64-unknown-linux-gnufilc0-2.6.23/share/gir-1.0 to /nix/store/rsdn8wzzr2r7w16ga2wppqrlrld5ja8s-gmime-x86_64-unknown-linux-gnufilc0-2.6.23-dev/share/gir-1.0
Removing /nix/store/k2xa8v3idd3m1838ib7nmq8kk5h0kd69-gmime-x86_64-unknown-linux-gnufilc0-2.6.23/share/gtk-doc
Removing empty /nix/store/k2xa8v3idd3m1838ib7nmq8kk5h0kd69-gmime-x86_64-unknown-linux-gnufilc0-2.6.23/share/ and (possibly) its parents
Patching '/nix/store/rsdn8wzzr2r7w16ga2wppqrlrld5ja8s-gmime-x86_64-unknown-linux-gnufilc0-2.6.23-dev/lib/pkgconfig/gmime-2.6.pc' includedir to output /nix/store/rsdn8wzzr2r7w16ga2wppqrlrld5ja8s-gmime-x86_64-unknown-linux-gnufilc0-2.6.23-dev
shrinking RPATHs of ELF executables and libraries in /nix/store/k2xa8v3idd3m1838ib7nmq8kk5h0kd69-gmime-x86_64-unknown-linux-gnufilc0-2.6.23
shrinking /nix/store/k2xa8v3idd3m1838ib7nmq8kk5h0kd69-gmime-x86_64-unknown-linux-gnufilc0-2.6.23/lib/libgmime-2.6.so.0.623.0
checking for references to /build/ in /nix/store/k2xa8v3idd3m1838ib7nmq8kk5h0kd69-gmime-x86_64-unknown-linux-gnufilc0-2.6.23...
patching script interpreter paths in /nix/store/k2xa8v3idd3m1838ib7nmq8kk5h0kd69-gmime-x86_64-unknown-linux-gnufilc0-2.6.23
stripping (with command strip and flags -S -p) in  /nix/store/k2xa8v3idd3m1838ib7nmq8kk5h0kd69-gmime-x86_64-unknown-linux-gnufilc0-2.6.23/lib
shrinking RPATHs of ELF executables and libraries in /nix/store/rsdn8wzzr2r7w16ga2wppqrlrld5ja8s-gmime-x86_64-unknown-linux-gnufilc0-2.6.23-dev
checking for references to /build/ in /nix/store/rsdn8wzzr2r7w16ga2wppqrlrld5ja8s-gmime-x86_64-unknown-linux-gnufilc0-2.6.23-dev...
patching script interpreter paths in /nix/store/rsdn8wzzr2r7w16ga2wppqrlrld5ja8s-gmime-x86_64-unknown-linux-gnufilc0-2.6.23-dev
stripping (with command strip and flags -S -p) in  /nix/store/rsdn8wzzr2r7w16ga2wppqrlrld5ja8s-gmime-x86_64-unknown-linux-gnufilc0-2.6.23-dev/lib

End of log