Your message dated Sun, 21 Jan 2018 19:20:09 +0000 with message-id <[email protected]> and subject line Bug#887898: fixed in graphviz 2.38.0-19 has caused the Debian Bug report #887898, regarding graphviz: FTBFS with libgs-dev installed to be marked as done.
This means that you claim that the problem has been dealt with. If this is not the case it is now your responsibility to reopen the Bug report if necessary, and/or fix the problem forthwith. (NB: If you are a system administrator and have no idea what this message is talking about, this may indicate a serious mail system misconfiguration somewhere. Please contact [email protected] immediately.) -- 887898: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=887898 Debian Bug Tracking System Contact [email protected] with problems
--- Begin Message ---Source: graphviz Version: 2.38.0-18 Severity: serious Recently, while rebuilding a bunch of packages in a chroot without pbuilder, I discovered the following build failure in graphviz: ... Making all in gs make[4]: Entering directory '/build/graphviz-2.38.0/plugin/gs' /bin/bash ../../libtool --tag=CC --mode=compile x86_64-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../../lib/common -I../.. -I../../lib/common -I../../lib/pathplan -I../../lib/gvc -I../../lib/cgraph -I../../lib/cdt -I/us r/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/li bpng16 -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -fdebug-prefix-map=/build/graphviz-2.38.0=. -fstack-protector-strong -Wformat -Werror=format-security -Wno-unknown-pragmas -Wstrict-prototypes -Wpointer-arith -Wall -ffast-math -MT gvplugin_gs.lo -MD -MP -MF .deps/gvplugin_gs.Tpo -c -o gvplugin_gs.lo gvplugin_gs.c libtool: compile: x86_64-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../../lib/common -I../.. -I../../lib/common -I../../lib/pathplan -I../../lib/gvc -I../../lib/cgraph -I../../lib/cdt -I/usr/include/pango-1.0 -I/usr/include /harfbuzz -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng16 -Wdate-time -D_FORTIFY_SOUR CE=2 -g -O2 -fdebug-prefix-map=/build/graphviz-2.38.0=. -fstack-protector-strong -Wformat -Werror=format-security -Wno-unknown-pragmas -Wstrict-prototypes -Wpointer-arith -Wall -ffast-math -MT gvplugin_gs.lo -MD -MP -MF .deps /gvplugin_gs.Tpo -c gvplugin_gs.c -fPIC -DPIC -o .libs/gvplugin_gs.o mv -f .deps/gvplugin_gs.Tpo .deps/gvplugin_gs.Plo /bin/bash ../../libtool --tag=CC --mode=compile x86_64-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../../lib/common -I../.. -I../../lib/common -I../../lib/pathplan -I../../lib/gvc -I../../lib/cgraph -I../../lib/cdt -I/us r/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/li bpng16 -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -fdebug-prefix-map=/build/graphviz-2.38.0=. -fstack-protector-strong -Wformat -Werror=format-security -Wno-unknown-pragmas -Wstrict-prototypes -Wpointer-arith -Wall -ffast-math -MT gvloadimage_gs.lo -MD -MP -MF .deps/gvloadimage_gs.Tpo -c -o gvloadimage_gs.lo gvloadimage_gs.c libtool: compile: x86_64-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../../lib/common -I../.. -I../../lib/common -I../../lib/pathplan -I../../lib/gvc -I../../lib/cgraph -I../../lib/cdt -I/usr/include/pango-1.0 -I/usr/include /harfbuzz -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng16 -Wdate-time -D_FORTIFY_SOUR CE=2 -g -O2 -fdebug-prefix-map=/build/graphviz-2.38.0=. -fstack-protector-strong -Wformat -Werror=format-security -Wno-unknown-pragmas -Wstrict-prototypes -Wpointer-arith -Wall -ffast-math -MT gvloadimage_gs.lo -MD -MP -MF .d eps/gvloadimage_gs.Tpo -c gvloadimage_gs.c -fPIC -DPIC -o .libs/gvloadimage_gs.o gvloadimage_gs.c: In function 'gs_error': gvloadimage_gs.c:75:16: error: 'e_VMerror' undeclared (first use in this function); did you mean 'gs_error'? if (err >= e_VMerror) ^~~~~~~~~ gs_error gvloadimage_gs.c:75:16: note: each undeclared identifier is reported only once for each function it appears in gvloadimage_gs.c:77:21: error: 'e_unregistered' undeclared (first use in this function); did you mean 'register_t'? else if (err >= e_unregistered) ^~~~~~~~~~~~~~ register_t gvloadimage_gs.c:79:21: error: 'e_invalidid' undeclared (first use in this function); did you mean 'gs_error_invalidid'? else if (err >= e_invalidid) ^~~~~~~~~~~ gs_error_invalidid Makefile:750: recipe for target 'gvloadimage_gs.lo' failed make[4]: *** [gvloadimage_gs.lo] Error 1 make[4]: Leaving directory '/build/graphviz-2.38.0/plugin/gs' Makefile:592: recipe for target 'all-recursive' failed make[3]: *** [all-recursive] Error 1 make[3]: Leaving directory '/build/graphviz-2.38.0/plugin' Makefile:833: recipe for target 'all-recursive' failed make[2]: *** [all-recursive] Error 1 make[2]: Leaving directory '/build/graphviz-2.38.0' Makefile:645: recipe for target 'all' failed make[1]: *** [all] Error 2 make[1]: Leaving directory '/build/graphviz-2.38.0' debian/rules:100: recipe for target 'build-stamp' failed make: *** [build-stamp] Error 2 dpkg-buildpackage: error: debian/rules build subprocess returned exit status 2 I have subsequently been able to reproduce it with "pbuilder build graphviz_2.38.0-18.dsc --extrapackages libgs-dev". Fortunately, it appears that just adding "--without-ghostscript" to the configure command line in debian/rules will be sufficient to fix this, so no need for an ugly Build-Conflicts. -- Daniel Schepler
--- End Message ---
--- Begin Message ---Source: graphviz Source-Version: 2.38.0-19 We believe that the bug you reported is fixed in the latest version of graphviz, which is due to be installed in the Debian FTP archive. A summary of the changes between this version and the previous one is attached. Thank you for reporting the bug, which will now be closed. If you have further comments please address them to [email protected], and the maintainer will reopen the bug report if appropriate. Debian distribution maintenance software pp. Laszlo Boszormenyi (GCS) <[email protected]> (supplier of updated graphviz package) (This message was generated automatically at their request; if you believe that there is a problem with it please contact the archive administrators by mailing [email protected]) -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA256 Format: 1.8 Date: Sun, 21 Jan 2018 17:59:28 +0000 Source: graphviz Binary: graphviz libgv-guile libgv-lua libgv-perl libgv-python libgv-ruby libgv-tcl libcgraph6 libcdt5 libpathplan4 libgvc6 libgvc6-plugins-gtk libgvpr2 libxdot4 libgraphviz-dev graphviz-doc graphviz-dev Architecture: source amd64 all Version: 2.38.0-19 Distribution: unstable Urgency: medium Maintainer: Laszlo Boszormenyi (GCS) <[email protected]> Changed-By: Laszlo Boszormenyi (GCS) <[email protected]> Description: graphviz - rich set of graph drawing tools graphviz-dev - transitional package for graphviz-dev rename graphviz-doc - additional documentation for graphviz libcdt5 - rich set of graph drawing tools - cdt library libcgraph6 - rich set of graph drawing tools - cgraph library libgraphviz-dev - graphviz libs and headers against which to build applications libgv-guile - Guile bindings for graphviz libgv-lua - Lua bindings for graphviz libgv-perl - Perl bindings for graphviz libgv-python - Python bindings for graphviz libgv-ruby - Ruby bindings for graphviz libgv-tcl - Tcl bindings for graphviz libgvc6 - rich set of graph drawing tools - gvc library libgvc6-plugins-gtk - rich set of graph drawing tools - gtk plugins libgvpr2 - rich set of graph drawing tools - gvpr library libpathplan4 - rich set of graph drawing tools - pathplan library libxdot4 - rich set of graph drawing tools - xdot library Closes: 885198 887898 Changes: graphviz (2.38.0-19) unstable; urgency=medium . * Explicitly build without ghostscript (closes: #887898). * Build with Guile 2.2 (closes: #885198). Checksums-Sha1: 1531b4a8f2b345b4602801f58a2010b6a838f8e5 3257 graphviz_2.38.0-19.dsc c21d80cefa931cb628ae3f25a015e30ae9f4642e 43448 graphviz_2.38.0-19.debian.tar.xz 4553b4c24e657398c97a5a941295a39e48cfdecf 1699932 graphviz-dbgsym_2.38.0-19_amd64.deb c743d6f62430a4a87e7c381f3b1a4d65da670d3a 48408 graphviz-dev_2.38.0-19_all.deb 071fc8d8d5f1234b8b56bef7ecb97f76710c377f 2950724 graphviz-doc_2.38.0-19_all.deb cb7b00b7de4648bff29575923a8f231df394c4ca 25012 graphviz_2.38.0-19_amd64.buildinfo 63408fd63f65d458362e59ba83e6681a3bf8c356 800808 graphviz_2.38.0-19_amd64.deb 8f07936ae6ac9221eb45039ac7bad3c84460b0d7 21452 libcdt5-dbgsym_2.38.0-19_amd64.deb b8d2d5fc1d62248c4844e6ccb19af7c4210119ed 59596 libcdt5_2.38.0-19_amd64.deb d01b639a85e88484b4e31ecf573950de234b9371 102184 libcgraph6-dbgsym_2.38.0-19_amd64.deb 724d2535c041b9a3a199c5eee84ab633b211bb6c 82268 libcgraph6_2.38.0-19_amd64.deb fb07b9e77462a5b17b16e1a70d57f6b20e912026 98976 libgraphviz-dev_2.38.0-19_amd64.deb b0ee6979754573bddb78ee7a86a30202432a4610 84180 libgv-guile-dbgsym_2.38.0-19_amd64.deb 72a177a0a705845fe6977e62f49fca658ebb6bd7 66608 libgv-guile_2.38.0-19_amd64.deb 0df326911c52c071762711f2e18f7816f38ba18d 83120 libgv-lua-dbgsym_2.38.0-19_amd64.deb 1006790a631e0db2e95f09a3f3ab00f148e61ce6 77904 libgv-lua_2.38.0-19_amd64.deb 0665805f1be861ca23208e96c3b165d2235c560a 165768 libgv-perl-dbgsym_2.38.0-19_amd64.deb 6403e6f9c55933e2e29c5c20b44ac7193fe7009c 81812 libgv-perl_2.38.0-19_amd64.deb 084badcfe3fcd9ef8f87c817db6d8df5acb73be1 105672 libgv-python-dbgsym_2.38.0-19_amd64.deb 0c76ffac7c9d791ed160f2e96bf219483cba6b3f 75876 libgv-python_2.38.0-19_amd64.deb fec0608fd294e9c01c5a36c066c03f3d280eeb8e 92596 libgv-ruby-dbgsym_2.38.0-19_amd64.deb 6a9954629542fae9bdfd2706b0ed31dcc87da687 70276 libgv-ruby_2.38.0-19_amd64.deb 67ca0e104f008f74754c042bb0dd1c65e44e514d 2702096 libgv-tcl-dbgsym_2.38.0-19_amd64.deb 8fdac853667a5f0db630a343069b4932c0103867 740208 libgv-tcl_2.38.0-19_amd64.deb c6e3191f45052ceea33533fdf606154107bf0311 1792812 libgvc6-dbgsym_2.38.0-19_amd64.deb dcdc52ddf4e075b79df20e3e3a16b8beb7ead2c4 75572 libgvc6-plugins-gtk-dbgsym_2.38.0-19_amd64.deb f4eb7b56fb6a87f61f8cc544e05b63b867c2e95f 59796 libgvc6-plugins-gtk_2.38.0-19_amd64.deb 1303696bd6ced0d34371807612cd71f5c4ef7257 639012 libgvc6_2.38.0-19_amd64.deb 6d639b60bf90bda3c18a8edc28f6f5418b9630be 343336 libgvpr2-dbgsym_2.38.0-19_amd64.deb d09d7699bf209f3386e1fab183a456f82059a1ea 211592 libgvpr2_2.38.0-19_amd64.deb ddf7e3155324a7d3bfe766ce425995d107bb0d34 32620 libpathplan4-dbgsym_2.38.0-19_amd64.deb 2b4bf0af799127f1d0570b8b14a1adf5d7b57c2a 62812 libpathplan4_2.38.0-19_amd64.deb 691f2935c7eeb9b424003828e3736ad49a04c7ef 19104 libxdot4-dbgsym_2.38.0-19_amd64.deb 88d03922250629c443a65e05b148ea1e7942165a 55764 libxdot4_2.38.0-19_amd64.deb Checksums-Sha256: 5b25b95f516fc00acf9c6b4cae8b801ccfa586d62085a427f7b835841914cd8a 3257 graphviz_2.38.0-19.dsc 4dd7af59c40e70105e438729b01cf0d689f33510ea98d6779ace584a72f96847 43448 graphviz_2.38.0-19.debian.tar.xz 2e0a4c7744f87c3f768de4ad792aaaf36325e0498829e6976a9ebaf733949794 1699932 graphviz-dbgsym_2.38.0-19_amd64.deb 0772e6a63f34f6fe0645921ed67e6322e1bbafbb71b197699fd488acddcbe2ec 48408 graphviz-dev_2.38.0-19_all.deb d8539b991daf89d4e2cd2c022b48b62a658a063bac1cd1e2e5829f680be5cb93 2950724 graphviz-doc_2.38.0-19_all.deb 8140c5399f8f447edba39fc28147cd2320de296553caabc1bf480af50e57b999 25012 graphviz_2.38.0-19_amd64.buildinfo 176de8213ff9ea871225b0b2eff841ecb73dd8133e4fdff6e20e494d54cda6eb 800808 graphviz_2.38.0-19_amd64.deb 4aa53665b1f911681710a347f6f9911fb0c2188aeee593ae3ab1e51e7eae40c7 21452 libcdt5-dbgsym_2.38.0-19_amd64.deb 69b6a6996bda06c02c2bf26124844edbfec77b3a4fb9dd9b275e5079dcb71b14 59596 libcdt5_2.38.0-19_amd64.deb 4e4e5cc740e5ef91631e48fd5b2f9b6a14835d05f226c6d56b91c6a625c0b71a 102184 libcgraph6-dbgsym_2.38.0-19_amd64.deb a27767cd3a2299ee39ff73ab430caf501a71e1b627d89b6259b7231963c6e98e 82268 libcgraph6_2.38.0-19_amd64.deb 8d901240f6efab9d099360b00d95ee52fb612e23d4c02b4ce4f0c0cd73d41779 98976 libgraphviz-dev_2.38.0-19_amd64.deb cdab1b1f90323c087093dd0805326b57a361aaa05089a56972121d05cadb4095 84180 libgv-guile-dbgsym_2.38.0-19_amd64.deb 8038c07bf59219621361bb4350a7f95eff0929b55e93ef6bb6f96d8ed3563260 66608 libgv-guile_2.38.0-19_amd64.deb 2054e9aa7872fcea9919395ec1255c39f15a2e2164f193c971508d4ecdd9100a 83120 libgv-lua-dbgsym_2.38.0-19_amd64.deb 3c52b012348f4b37e7f48d61694ae97f3eb4c857a4f774b250c18eb620b62c3c 77904 libgv-lua_2.38.0-19_amd64.deb 72b6f5d48808192166561162fbfa519fd3d1e8e086a8e607459fb6f6f524cd02 165768 libgv-perl-dbgsym_2.38.0-19_amd64.deb c090239b64c5869e524aa14284bc6172b51cbf0b59bcafb769a117af2a8590bc 81812 libgv-perl_2.38.0-19_amd64.deb bfae93261f3e7ba233a4aa61dafcda8ffc06b07a4e3338a4e42eec3c61252b3b 105672 libgv-python-dbgsym_2.38.0-19_amd64.deb 33b5c34a4cad8702a0e08f00ec92bf5c6e078a4fbd677b187f38ac3b222e4129 75876 libgv-python_2.38.0-19_amd64.deb 8cbc271e269ca52d5cd0da8ccbe8703ac7f363667cef9e658c258ab947a7e7bf 92596 libgv-ruby-dbgsym_2.38.0-19_amd64.deb 38120b1afecba8cde8b29dd45cfcbe7287168efa014428cca9552a99ae333a2d 70276 libgv-ruby_2.38.0-19_amd64.deb 1b16c26a329abf099bb3ab748fa168a99503da5bea02aacadb71d8cce1f9d7f4 2702096 libgv-tcl-dbgsym_2.38.0-19_amd64.deb 46a8c0f4dc66cdd1c6be37a2ba71c25df0dd63a89459857a50e13624a55ac82a 740208 libgv-tcl_2.38.0-19_amd64.deb 9a61001826265f83c4742eff3ac5f36f3ff21e6b4fde3a631469f21b95804c96 1792812 libgvc6-dbgsym_2.38.0-19_amd64.deb 7df9b35c723b57045a8874e44b8d86d010196f17c3d3c01e37fa759a38badd91 75572 libgvc6-plugins-gtk-dbgsym_2.38.0-19_amd64.deb debdd130427d5307d3a7e410f58fb5b3ba46550b00ea953ef3b5b7b2e0e6a8cc 59796 libgvc6-plugins-gtk_2.38.0-19_amd64.deb 3afca665092f7476daa59f1db085357415a2f123e524860284aa6ab13581060b 639012 libgvc6_2.38.0-19_amd64.deb 19815be7f5b0c4af455ec44840938eeeb71c37db816218cd1cc262aeb2ba7cc2 343336 libgvpr2-dbgsym_2.38.0-19_amd64.deb c6ad825182388f65d4729a43338af85ce8431d05e23023cd85931dd65dff910e 211592 libgvpr2_2.38.0-19_amd64.deb dec00db8e8133a9b1dee528043277dde3ef5b118210e1c48b76d63ba6f5c438f 32620 libpathplan4-dbgsym_2.38.0-19_amd64.deb 4e0dc56be2a2a08a32cf8e0ac406968083f60f8805a2ea1a8b24939c8e25a7b5 62812 libpathplan4_2.38.0-19_amd64.deb c4e57411575bf47a01cbec422cb51b7f23fc55568eac6200116e6efa132ab15a 19104 libxdot4-dbgsym_2.38.0-19_amd64.deb bbae17c671a4f1241e188b579ffb9530731c54f8e7670f50db18aa15258e454d 55764 libxdot4_2.38.0-19_amd64.deb Files: 8f676703ef622f0a03fffba2d8d90b99 3257 graphics optional graphviz_2.38.0-19.dsc 29b4801fe5a1df8712077ff8be8999f5 43448 graphics optional graphviz_2.38.0-19.debian.tar.xz 3c27fffa1912ee251fe26d07e0981171 1699932 debug optional graphviz-dbgsym_2.38.0-19_amd64.deb 4c5bfb85ad435db5c0aa154ce7a323e7 48408 oldlibs optional graphviz-dev_2.38.0-19_all.deb 645d7eb3e64488e571da40385ed02ab6 2950724 doc optional graphviz-doc_2.38.0-19_all.deb 00f265a2e30ddf1cfd6019cc3bf1ae69 25012 graphics optional graphviz_2.38.0-19_amd64.buildinfo e9d6e4309a0ddbfa5694658db6b392a6 800808 graphics optional graphviz_2.38.0-19_amd64.deb 2b5ba22eafb0ee1fe158ad23c8c7300e 21452 debug optional libcdt5-dbgsym_2.38.0-19_amd64.deb 0ed1bcc070a40fc6ca7a3d520351925e 59596 libs optional libcdt5_2.38.0-19_amd64.deb 270aa60844b1ffde21253a9b621e1c3a 102184 debug optional libcgraph6-dbgsym_2.38.0-19_amd64.deb 909c579e1b984ce1ad7738636fca1733 82268 libs optional libcgraph6_2.38.0-19_amd64.deb 9f091793653b94db9af8dc908df2595e 98976 libdevel optional libgraphviz-dev_2.38.0-19_amd64.deb 45e8a525be282700e217c3b84c1f39aa 84180 debug optional libgv-guile-dbgsym_2.38.0-19_amd64.deb 46c7a31b0e547674beecf38eadd190cf 66608 interpreters optional libgv-guile_2.38.0-19_amd64.deb 4343fa5178d017455cc242f7fef5e527 83120 debug optional libgv-lua-dbgsym_2.38.0-19_amd64.deb 9beb7977c21bb651d30675d989217943 77904 interpreters optional libgv-lua_2.38.0-19_amd64.deb 6e4bf2d6336b61a967ddc16f17d993a2 165768 debug optional libgv-perl-dbgsym_2.38.0-19_amd64.deb 1154757841e1b4053e6388671177fa7d 81812 perl optional libgv-perl_2.38.0-19_amd64.deb 82e17c9fcbe5bbdf30edf685c4c00d87 105672 debug optional libgv-python-dbgsym_2.38.0-19_amd64.deb 7d39f43b53424e1ebb4300d487a6527c 75876 python optional libgv-python_2.38.0-19_amd64.deb 4fadae0fa749885cf7fd207bdbea51e7 92596 debug optional libgv-ruby-dbgsym_2.38.0-19_amd64.deb 3aaac0f058136699b272e0d686a88a98 70276 ruby optional libgv-ruby_2.38.0-19_amd64.deb 399016ec417dc2f163e73642bda44b03 2702096 debug optional libgv-tcl-dbgsym_2.38.0-19_amd64.deb 75093775e70116c842c4d87ca3da53a2 740208 interpreters optional libgv-tcl_2.38.0-19_amd64.deb 16e21f3c0c899336c4b45ecd0bf254a6 1792812 debug optional libgvc6-dbgsym_2.38.0-19_amd64.deb 08e8fdc361224ef73711799c2da58f80 75572 debug optional libgvc6-plugins-gtk-dbgsym_2.38.0-19_amd64.deb 3055547d178ac131984d5e59b4d55eb1 59796 libs optional libgvc6-plugins-gtk_2.38.0-19_amd64.deb 08480e7f37a55f6abd50d9f8354e4383 639012 libs optional libgvc6_2.38.0-19_amd64.deb 191f5d6ef22f085b43f542a64a72f541 343336 debug optional libgvpr2-dbgsym_2.38.0-19_amd64.deb ba8df1ca20da0f9c9199892ed0c853db 211592 libs optional libgvpr2_2.38.0-19_amd64.deb 95744759250e868a6f916e8820b532b7 32620 debug optional libpathplan4-dbgsym_2.38.0-19_amd64.deb 93040ca06c3e7855d74b5edeb2f4ca56 62812 libs optional libpathplan4_2.38.0-19_amd64.deb e32075a6b3bdaa7804e1852888b57eef 19104 debug optional libxdot4-dbgsym_2.38.0-19_amd64.deb b2724a18d40046f57cb80309b4a43b2d 55764 libs optional libxdot4_2.38.0-19_amd64.deb -----BEGIN PGP SIGNATURE----- iQIzBAEBCAAdFiEEfYh9yLp7u6e4NeO63OMQ54ZMyL8FAlpk4soACgkQ3OMQ54ZM yL/Big//RtxbtjskigkQrjjGLxm8RZ7L64ALubFtq4T/RhGy7oyNA4Fcrfl3CR+r cmkv04DxHmlzEgjcYQ1GTAuScGXNwZGaG0/QyDDhoE6vdC7HcgAEbq/7LpLWF/vW Jf/4xks1i02xN9WF1hJpXtEI6Brc0g9vKVK2io+Arm97B3OPee8gJzuZXQzXm/ph 0zBGKv1QsWqfIpUMCqFoXxiJAMWHmSQFVIiobt83NeFza+QqDrMFeiMNOeomYSJ+ uq0yvunkDz8ssdaY8DF0TPDF9cLYpTAa3LArMgedlqe/5cXYMTS2GqlQ6xrVT6KT wwEHns3GCbv/M9S4aTnh57SJSLkryscyLY2Gl26xZCJ7jmlw7e5ukJ5o96294+Ul c4ahMP5wa7X/vPgexBEmpNAyKraw6RMJrA3NTb4L4i47MFURRIByJ5hCJ6rIgNHQ 0zp9px7Ifp5wBGnq9PPX7cDS3y39g5NuChX/tOFOmyOhMwwW8oRiUVjTY6PA/Q0B Nx+SMnthzRPpSRweQzVRyPrPmfuClpLreMfVc6m+jh6TcN2AJ45Yn55AmQ5hh7F0 NpkT4J5DfXFkh1Sc+/VSngX4eAsKEKyLhFVT8Ew964pcbCVkfwqjuthwm6WQbCnQ 2/adcXl9bFCTxoINAAIpv+Gj0ueC0sAUqsfjhSOYfkJ1I8+FGZ4= =maqf -----END PGP SIGNATURE-----
--- End Message ---

