Quick 0.92.3pre0 test needed (was Re: inkscape-0.92.3pre0 source tarball now available)
I am in the process of finalizing 0.92.3 for release. Would someone mind downloading the tarball, building it, running the program, and using it a bit as a quick sanity check?
Download from:
https://inkscape.org/en/release/0.92.3pre0/
Eduard and I have built and run it, and so I'm not expecting there are any issues, just looking for a quick thumbs up that it works as expected for a third person.
Thanks, Bryce
On Sat, 10 Mar 2018 17:01:22 -0800 Bryce Harrington <bryce@...961...> wrote:
I am in the process of finalizing 0.92.3 for release. Would someone mind downloading the tarball, building it, running the program, and using it a bit as a quick sanity check?
Hi! Will do.
Download from:
https://inkscape.org/en/release/0.92.3pre0/
Eduard and I have built and run it, and so I'm not expecting there are any issues, just looking for a quick thumbs up that it works as expected for a third person.
Thanks, Bryce
Check out the vibrant tech community on one of the world's most engaging tech sites, Slashdot.org! http://sdm.link/slashdot _______________________________________________ Inkscape-devel mailing list Inkscape-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/inkscape-devel
On Sun, 11 Mar 2018 09:01:00 +0200 Shlomi Fish <shlomif@...2985...> wrote:
On Sat, 10 Mar 2018 17:01:22 -0800 Bryce Harrington <bryce@...961...> wrote:
I am in the process of finalizing 0.92.3 for release. Would someone mind downloading the tarball, building it, running the program, and using it a bit as a quick sanity check?
Hi! Will do.
On mageia v7 x86-64, I am getting this compile error
``` [1/567] Generating inkscape-version.cpp revision is 0ab9bec, 2018-03-03 [2/567] Building CXX object src/CMakeFiles/inkscape_base.dir/extension/internal/bitmap/crop.cpp.o FAILED: src/CMakeFiles/inkscape_base.dir/extension/internal/bitmap/crop.cpp.o /home/shlomif/bin/c++ -DHAVE_CAIRO_PDF=1 -DHAVE_CONFIG_H -DHAVE_POTRACE -DHAVE_TR1_UNORDERED_SET -DMAGICKCORE_HDRI_ENABLE=1 -DMAGICKCORE_QUANTUM_DEPTH=16 -DORBIT2=1 -DWITH_CSSBLEND -DWITH_CSSCOMPOSITE -DWITH_MESH -DWITH_SVG2 -D_FORTIFY_SOURCE=2 -Dinkscape_base_EXPORTS -Isrc -I/home/shlomif/Download/unpack/graphics/inkscape/inkscape-0.92.3pre0/src -I/home/shlomif/Download/unpack/graphics/inkscape/inkscape-0.92.3pre0 -Iinclude -isystem /usr/include/pango-1.0 -isystem /usr/include/cairo -isystem /usr/include/pixman-1 -isystem /usr/include/libdrm -isystem /usr/include/valgrind -isystem /usr/include/harfbuzz -isystem /usr/include/freetype2 -isystem /usr/include/libpng16 -isystem /usr/include/libxml2 -isystem /usr/include/glib-2.0 -isystem /usr/lib64/glib-2.0/include -isystem /usr/include/gc -isystem /usr/include/poppler -isystem /usr/include/libwpg-0.3 -isystem /usr/include/librevenge-0.0 -isystem /usr/include/libvisio-0.1 -isystem /usr/include/gtkmm-2.4 -isystem /usr/lib64/gtkmm-2.4/include -isystem /usr/include/atkmm-1.6 -isystem /usr/include/gtk-unix-print-2.0 -isystem /usr/include/gtk-2.0 -isystem /usr/include/gdkmm-2.4 -isystem /usr/lib64/gdkmm-2.4/include -isystem /usr/include/giomm-2.4 -isystem /usr/include/pangomm-1.4 -isystem /usr/lib64/pangomm-1.4/include -isystem /usr/include/glibmm-2.4 -isystem /usr/lib64/glibmm-2.4/include -isystem /usr/include/cairomm-1.0 -isystem /usr/lib64/cairomm-1.0/include -isystem /usr/include/sigc++-2.0 -isystem /usr/lib64/sigc++-2.0/include -isystem /usr/lib64/gtk-2.0/include -isystem /usr/include/atk-1.0 -isystem /usr/include/gdk-pixbuf-2.0 -isystem /usr/include/gtkspell-2.0 -isystem /usr/include/ImageMagick-7 -fopenmp -fpermissive -pthread -O3 -DNDEBUG -fPIC -pthread -UWITH_LPETOOL -ULPE_ENABLE_TEST_EFFECTS -pthread -fopenmp -fopenmp -fopenmp -fopenmp -fPIC -MD -MT src/CMakeFiles/inkscape_base.dir/extension/internal/bitmap/crop.cpp.o -MF src/CMakeFiles/inkscape_base.dir/extension/internal/bitmap/crop.cpp.o.d -o src/CMakeFiles/inkscape_base.dir/extension/internal/bitmap/crop.cpp.o -c /home/shlomif/Download/unpack/graphics/inkscape/inkscape-0.92.3pre0/src/extension/internal/bitmap/crop.cpp /home/shlomif/Download/unpack/graphics/inkscape/inkscape-0.92.3pre0/src/extension/internal/bitmap/crop.cpp: In member function ‘virtual void Inkscape::Extension::Internal::Bitmap::Crop::applyEffect(Magick::Image*)’: /home/shlomif/Download/unpack/graphics/inkscape/inkscape-0.92.3pre0/src/extension/internal/bitmap/crop.cpp:27:78: error: no matching function for call to ‘Magick::Geometry::Geometry(int&, int&, int&, int&, bool, bool)’ image->crop(Magick::Geometry(width, height, _left, _top, false, false)); ^ In file included from /usr/include/ImageMagick-7/Magick++/Drawable.h:28:0, from /usr/include/ImageMagick-7/Magick++/Image.h:17, from /usr/include/ImageMagick-7/Magick++.h:12, from /home/shlomif/Download/unpack/graphics/inkscape/inkscape-0.92.3pre0/src/extension/internal/bitmap/crop.cpp:15: /usr/include/ImageMagick-7/Magick++/Geometry.h:119:5: note: candidate: Magick::Geometry::Geometry(const RectangleInfo&) Geometry(const MagickCore::RectangleInfo &rectangle_); ^~~~~~~~ /usr/include/ImageMagick-7/Magick++/Geometry.h:119:5: note: candidate expects 1 argument, 6 provided /usr/include/ImageMagick-7/Magick++/Geometry.h:52:5: note: candidate: Magick::Geometry::Geometry(size_t, size_t, ssize_t, ssize_t) Geometry(size_t width_,size_t height_,::ssize_t xOff_=0, ^~~~~~~~ /usr/include/ImageMagick-7/Magick++/Geometry.h:52:5: note: candidate expects 4 arguments, 6 provided /usr/include/ImageMagick-7/Magick++/Geometry.h:49:5: note: candidate: Magick::Geometry::Geometry(const string&) Geometry(const std::string &geometry_); ^~~~~~~~ /usr/include/ImageMagick-7/Magick++/Geometry.h:49:5: note: candidate expects 1 argument, 6 provided /usr/include/ImageMagick-7/Magick++/Geometry.h:46:5: note: candidate: Magick::Geometry::Geometry(const Magick::Geometry&) Geometry(const Geometry &geometry_); ^~~~~~~~ /usr/include/ImageMagick-7/Magick++/Geometry.h:46:5: note: candidate expects 1 argument, 6 provided /usr/include/ImageMagick-7/Magick++/Geometry.h:43:5: note: candidate: Magick::Geometry::Geometry(const char*) Geometry(const char *geometry_); ^~~~~~~~ /usr/include/ImageMagick-7/Magick++/Geometry.h:43:5: note: candidate expects 1 argument, 6 provided /usr/include/ImageMagick-7/Magick++/Geometry.h:40:5: note: candidate: Magick::Geometry::Geometry() Geometry(); ^~~~~~~~ /usr/include/ImageMagick-7/Magick++/Geometry.h:40:5: note: candidate expects 0 arguments, 6 provided ninja: build stopped: subcommand failed.
Download from:
https://inkscape.org/en/release/0.92.3pre0/
Eduard and I have built and run it, and so I'm not expecting there are any issues, just looking for a quick thumbs up that it works as expected for a third person.
Thanks, Bryce
Check out the vibrant tech community on one of the world's most engaging tech sites, Slashdot.org! http://sdm.link/slashdot _______________________________________________ Inkscape-devel mailing list Inkscape-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/inkscape-devel
Am 11.03.2018 um 08:30 schrieb Shlomi Fish:
On Sun, 11 Mar 2018 09:01:00 +0200 Shlomi Fish <shlomif@...2985...> wrote:
On Sat, 10 Mar 2018 17:01:22 -0800 Bryce Harrington <bryce@...961...> wrote:
I am in the process of finalizing 0.92.3 for release. Would someone mind downloading the tarball, building it, running the program, and using it a bit as a quick sanity check?
Hi! Will do.
On mageia v7 x86-64, I am getting this compile error
ImageMagick 7 is not compatible with Inkscape.
You need to compile with an earlier (6.x) version or GraphicsMagick (not supported out of the box but seems to work with minor adjustments to the CMake files [1]).
[1] https://launchpadlibrarian.net/336377532/0001-Allow-linking-against-GraphisM...
On Sun, Mar 11, 2018 at 12:18:48PM +0100, Eduard Braun wrote:
Am 11.03.2018 um 08:30 schrieb Shlomi Fish:
On Sun, 11 Mar 2018 09:01:00 +0200 Shlomi Fish <shlomif@...2985...> wrote:
On Sat, 10 Mar 2018 17:01:22 -0800 Bryce Harrington <bryce@...961...> wrote:
I am in the process of finalizing 0.92.3 for release. Would someone mind downloading the tarball, building it, running the program, and using it a bit as a quick sanity check?
Hi! Will do.
On mageia v7 x86-64, I am getting this compile error
ImageMagick 7 is not compatible with Inkscape.
You need to compile with an earlier (6.x) version or GraphicsMagick (not supported out of the box but seems to work with minor adjustments to the CMake files [1]).
[1] https://launchpadlibrarian.net/336377532/0001-Allow-linking-against-GraphisM...
In BLFS (i.e. all compiled from source, with options for binary texlive and java) we moved to ImageMagick7 a while ago, ImageMagick6 is retained as libraries for inkscape and emacs, with a patch to only install the libs and to use versioning. We patch inkscape to use the versioned libs/.pc files
If Shlomi is using the infernal systemd, links are at http://www.linuxfromscratch.org/blfs/view/stable-systemd/xsoft/inkscape.html
or for sysvinit http://www.linuxfromscratch.org/blfs/view/stable/xsoft/inkscape.html
(the builds/patches for inkscape and ImageMagick6 should be identical, but if you go far enough down the dependencies something might differ between the two books)
ĸen
On Sun, 11 Mar 2018 12:18:48 +0100 Eduard Braun <eduard.braun2@...173...> wrote:
Am 11.03.2018 um 08:30 schrieb Shlomi Fish:
On Sun, 11 Mar 2018 09:01:00 +0200 Shlomi Fish <shlomif@...2985...> wrote:
On Sat, 10 Mar 2018 17:01:22 -0800 Bryce Harrington <bryce@...961...> wrote:
I am in the process of finalizing 0.92.3 for release. Would someone mind downloading the tarball, building it, running the program, and using it a bit as a quick sanity check?
Hi! Will do.
On mageia v7 x86-64, I am getting this compile error
ImageMagick 7 is not compatible with Inkscape.
You need to compile with an earlier (6.x) version or GraphicsMagick (not supported out of the box but seems to work with minor adjustments to the CMake files [1]).
[1] https://launchpadlibrarian.net/336377532/0001-Allow-linking-against-GraphisM...
thanks! I was now able to build and install inkscape after applying the im7.patch from the mageia package. It seems to run fine.
On Sun, Mar 11, 2018 at 04:08:41PM +0200, Shlomi Fish wrote:
On Sun, 11 Mar 2018 12:18:48 +0100 Eduard Braun <eduard.braun2@...173...> wrote:
Am 11.03.2018 um 08:30 schrieb Shlomi Fish:
On Sun, 11 Mar 2018 09:01:00 +0200 Shlomi Fish <shlomif@...2985...> wrote:
On Sat, 10 Mar 2018 17:01:22 -0800 Bryce Harrington <bryce@...961...> wrote:
I am in the process of finalizing 0.92.3 for release. Would someone mind downloading the tarball, building it, running the program, and using it a bit as a quick sanity check?
Hi! Will do.
On mageia v7 x86-64, I am getting this compile error
ImageMagick 7 is not compatible with Inkscape.
You need to compile with an earlier (6.x) version or GraphicsMagick (not supported out of the box but seems to work with minor adjustments to the CMake files [1]).
[1] https://launchpadlibrarian.net/336377532/0001-Allow-linking-against-GraphisM...
thanks! I was now able to build and install inkscape after applying the im7.patch from the mageia package. It seems to run fine.
Thanks for testing, Shlomi!
Bryce
participants (5)
-
Bryce Harrington
-
Eduard Braun
-
Ken Moffat
-
Mihaela
-
Shlomi Fish