Please read this before reporting a bug:
https://wiki.archlinux.org/title/Bug_reporting_guidelines
Do NOT report bugs when a package is just outdated, or it is in the AUR. Use the 'flag out of date' link on the package page, or the Mailing List.
REPEAT: Do NOT report bugs for outdated packages!
https://wiki.archlinux.org/title/Bug_reporting_guidelines
Do NOT report bugs when a package is just outdated, or it is in the AUR. Use the 'flag out of date' link on the package page, or the Mailing List.
REPEAT: Do NOT report bugs for outdated packages!
FS#39308 - [gimmage] build fails
Attached to Project:
Community Packages
Opened by Joel Teichroeb (klusark) - Monday, 10 March 2014, 18:48 GMT
Last edited by Sergej Pupykin (sergej) - Friday, 30 May 2014, 11:51 GMT
Opened by Joel Teichroeb (klusark) - Monday, 10 March 2014, 18:48 GMT
Last edited by Sergej Pupykin (sergej) - Friday, 30 May 2014, 11:51 GMT
|
DetailsDescription:
g++ -DHAVE_CONFIG_H -I. -I.. -D_FORTIFY_SOURCE=2 -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector --param=ssp-buffer-size=4 -pthread -I/usr/include/gtkmm-2.4 -I/usr/lib/gtkmm-2.4/include -I/usr/include/atkmm-1.6 -I/usr/include/gtk-unix-print-2.0 -I/usr/include/gtk-2.0 -I/usr/include/gdkmm-2.4 -I/usr/lib/gdkmm-2.4/include -I/usr/include/giomm-2.4 -I/usr/lib/giomm-2.4/include -I/usr/include/pangomm-1.4 -I/usr/lib/pangomm-1.4/include -I/usr/include/glibmm-2.4 -I/usr/lib/glibmm-2.4/include -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/include/pango-1.0 -I/usr/include/atk-1.0 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/cairomm-1.0 -I/usr/lib/cairomm-1.0/include -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libdrm -I/usr/include/libpng16 -I/usr/include/sigc++-2.0 -I/usr/lib/sigc++-2.0/include -lcurl -lmagic -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector --param=ssp-buffer-size=4 -MT FileManager.o -MD -MP -MF .deps/FileManager.Tpo -c -o FileManager.o FileManager.cpp AppWindow.cpp: In member function 'virtual void AppWindow::open_new_file(Glib::ustring)': AppWindow.cpp:426:42: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings] char *arguments[] = { "empty", filename }; ^ FileManager.cpp: In member function 'bool FileManager::OpenFiles(int, char**)': FileManager.cpp:109:53: error: 'get_current_dir_name' was not declared in this scope filename = (Glib::ustring)get_current_dir_name() + "/" + (Glib::ustring)argv[i]; ^ FileManager.cpp:178:44: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings] char *arguments[] = { "empty" , dirname }; ^ Makefile:275: recipe for target 'FileManager.o' failed make[2]: *** [FileManager.o] Error 1 make[2]: *** Waiting for unfinished jobs.... mv -f .deps/AppWindow.Tpo .deps/AppWindow.Po make[2]: Leaving directory '/build/gimmage/src/gimmage-0.2.3/src' Makefile:293: recipe for target 'all-recursive' failed make[1]: *** [all-recursive] Error 1 make[1]: Leaving directory '/build/gimmage/src/gimmage-0.2.3' Makefile:213: recipe for target 'all' failed make: *** [all] Error 2 ==> ERROR: A failure occurred in build(). Aborting... Steps to reproduce: sudo extra-x86_64-build |
This task depends upon