Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fails to build on Fedora rawhide/gcc9 #56

Closed
rosset opened this issue Apr 14, 2019 · 1 comment
Closed

fails to build on Fedora rawhide/gcc9 #56

rosset opened this issue Apr 14, 2019 · 1 comment

Comments

@rosset
Copy link

rosset commented Apr 14, 2019

gcc version 9.0.1 20190328 (Red Hat 9.0.1-0.12) (GCC)

  • umask 022

  • cd /home/filiperosset/rpmbuild/my/apvlv

  • cd /home/filiperosset/rpmbuild/my/apvlv

  • rm -rf apvlv-0.1.5

  • /usr/bin/gzip -dc /home/filiperosset/rpmbuild/my/apvlv/apvlv-0.1.5.tar.gz

  • /usr/bin/tar -xof -

  • STATUS=0

  • '[' 0 -ne 0 ']'

  • cd apvlv-0.1.5

  • /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w .

  • /usr/bin/cat /home/filiperosset/rpmbuild/my/apvlv/apvlv-0.1.5-cflags.patch

  • /usr/bin/patch -p1 -s --fuzz=0 --no-backup-if-mismatch

  • /usr/bin/cat /home/filiperosset/rpmbuild/my/apvlv/apvlv-0.1.5-gcc6.patch

  • /usr/bin/patch -p1 -s --fuzz=0 --no-backup-if-mismatch

  • /usr/bin/cat /home/filiperosset/rpmbuild/my/apvlv/apvlv-0.1.5-gcc7.patch

  • /usr/bin/patch -p1 -s --fuzz=0 --no-backup-if-mismatch

  • exit 0
    Executando (%build): /bin/sh -e /var/tmp/rpm-tmp.jf2D4B

  • umask 022

  • cd /home/filiperosset/rpmbuild/my/apvlv

  • cd apvlv-0.1.5

  • CFLAGS='-O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection'

  • export CFLAGS

  • CXXFLAGS='-O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection'

  • export CXXFLAGS

  • FFLAGS='-O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -I/usr/lib64/gfortran/modules'

  • export FFLAGS

  • FCFLAGS='-O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -I/usr/lib64/gfortran/modules'

  • export FCFLAGS

  • LDFLAGS='-Wl,-z,relro -Wl,--as-needed -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld'

  • export LDFLAGS

  • /usr/bin/cmake -DCMAKE_C_FLAGS_RELEASE:STRING=-DNDEBUG -DCMAKE_CXX_FLAGS_RELEASE:STRING=-DNDEBUG -DCMAKE_Fortran_FLAGS_RELEASE:STRING=-DNDEBUG -DCMAKE_VERBOSE_MAKEFILE:BOOL=ON -DCMAKE_INSTALL_PREFIX:PATH=/usr -DINCLUDE_INSTALL_DIR:PATH=/usr/include -DLIB_INSTALL_DIR:PATH=/usr/lib64 -DSYSCONF_INSTALL_DIR:PATH=/etc -DSHARE_INSTALL_PREFIX:PATH=/usr/share -DLIB_SUFFIX=64 -DBUILD_SHARED_LIBS:BOOL=ON . -DDOCDIR=/usr/share/doc/apvlv -DAPVLV_WITH_DJVU:BOOL=ON -DAPVLV_WITH_TXT:BOOL=ON
    -- The C compiler identification is GNU 9.0.1
    -- The CXX compiler identification is GNU 9.0.1
    -- Check for working C compiler: /usr/lib64/ccache/cc
    -- Check for working C compiler: /usr/lib64/ccache/cc -- works
    -- Detecting C compiler ABI info
    -- Detecting C compiler ABI info - done
    -- Detecting C compile features
    -- Detecting C compile features - done
    -- Check for working CXX compiler: /usr/lib64/ccache/c++
    -- Check for working CXX compiler: /usr/lib64/ccache/c++ -- works
    -- Detecting CXX compiler ABI info
    -- Detecting CXX compiler ABI info - done
    -- Detecting CXX compile features
    -- Detecting CXX compile features - done
    -- Found Git: /usr/bin/git (found version "2.21.0")
    -- Configure git: 04eed10
    -- Found PkgConfig: /usr/bin/pkg-config (found version "1.6.1")
    -- Checking for module 'freetype2'
    -- Found freetype2, version 22.1.16
    -- Checking for module 'gtk+-3.0'
    -- Found gtk+-3.0, version 3.24.8
    -- Checking for module 'glib-2.0'
    -- Found glib-2.0, version 2.60.0
    -- Checking for module 'gthread-2.0'
    -- Found gthread-2.0, version 2.60.0
    -- Checking for module 'poppler-glib'
    -- Found poppler-glib, version 0.73.0
    -- Configuring done
    -- Generating done
    CMake Warning:
    Manually-specified variables were not used by the project:

    BUILD_SHARED_LIBS
    CMAKE_CXX_FLAGS_RELEASE
    CMAKE_C_FLAGS_RELEASE
    CMAKE_Fortran_FLAGS_RELEASE
    INCLUDE_INSTALL_DIR
    LIB_INSTALL_DIR
    LIB_SUFFIX
    SHARE_INSTALL_PREFIX
    SYSCONF_INSTALL_DIR

-- Build files have been written to: /home/filiperosset/rpmbuild/my/apvlv/apvlv-0.1.5

  • /usr/bin/make -O -j4
    /usr/bin/cmake -S/home/filiperosset/rpmbuild/my/apvlv/apvlv-0.1.5 -B/home/filiperosset/rpmbuild/my/apvlv/apvlv-0.1.5 --check-build-system CMakeFiles/Makefile.cmake 0
    /usr/bin/cmake -E cmake_progress_start /home/filiperosset/rpmbuild/my/apvlv/apvlv-0.1.5/CMakeFiles /home/filiperosset/rpmbuild/my/apvlv/apvlv-0.1.5/CMakeFiles/progress.marks
    /usr/bin/make -f CMakeFiles/Makefile2 all
    /usr/bin/make -f src/CMakeFiles/apvlv.dir/build.make src/CMakeFiles/apvlv.dir/depend
    make[2]: Entering directory '/home/filiperosset/rpmbuild/my/apvlv/apvlv-0.1.5'
    cd /home/filiperosset/rpmbuild/my/apvlv/apvlv-0.1.5 && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /home/filiperosset/rpmbuild/my/apvlv/apvlv-0.1.5 /home/filiperosset/rpmbuild/my/apvlv/apvlv-0.1.5/src /home/filiperosset/rpmbuild/my/apvlv/apvlv-0.1.5 /home/filiperosset/rpmbuild/my/apvlv/apvlv-0.1.5/src /home/filiperosset/rpmbuild/my/apvlv/apvlv-0.1.5/src/CMakeFiles/apvlv.dir/DependInfo.cmake --color=
    Scanning dependencies of target apvlv
    make[2]: Leaving directory '/home/filiperosset/rpmbuild/my/apvlv/apvlv-0.1.5'
    /usr/bin/make -f src/CMakeFiles/apvlv.dir/build.make src/CMakeFiles/apvlv.dir/build
    make[2]: Entering directory '/home/filiperosset/rpmbuild/my/apvlv/apvlv-0.1.5'
    [ 11%] Building CXX object src/CMakeFiles/apvlv.dir/ApvlvCore.cc.o
    cd /home/filiperosset/rpmbuild/my/apvlv/apvlv-0.1.5/src && /usr/lib64/ccache/c++ -DAPVLV_WITH_DJVU -DAPVLV_WITH_TXT -DDOCDIR="/usr/share/doc/apvlv" -DPACKAGE_BUGREPORT=""Alf naihe2010@126.com"" -DPACKAGE_NAME="apvlv" -DPACKAGE_VERSION="0.1.04eed10" -DRELEASE="rel" -DSYSCONFDIR="/etc" -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/gtk-3.0 -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/fribidi -I/usr/include/harfbuzz -I/usr/include/uuid -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/gio-unix-2.0 -I/usr/include/libdrm -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib64/dbus-1.0/include -I/usr/include/poppler/glib -I/usr/include/poppler -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -Wall -fno-strict-aliasing -o CMakeFiles/apvlv.dir/ApvlvCore.cc.o -c /home/filiperosset/rpmbuild/my/apvlv/apvlv-0.1.5/src/ApvlvCore.cc
    make[2]: Leaving directory '/home/filiperosset/rpmbuild/my/apvlv/apvlv-0.1.5'
    /home/filiperosset/rpmbuild/my/apvlv/apvlv-0.1.5/src/ApvlvDir.cc: In member function 'virtual void apvlv::ApvlvDirStatus::active(bool)':
    /home/filiperosset/rpmbuild/my/apvlv/apvlv-0.1.5/src/ApvlvDir.cc:824:68: warning: 'void gtk_widget_override_color(GtkWidget*, GtkStateFlags, const GdkRGBA*)' is deprecated [-Wdeprecated-declarations]
    824 | GTK_STATE_FLAG_INSENSITIVE, NULL);
    | ^
    In file included from /usr/include/gtk-3.0/gtk/gtkapplication.h:27,
    from /usr/include/gtk-3.0/gtk/gtkwindow.h:33,
    from /usr/include/gtk-3.0/gtk/gtkdialog.h:32,
    from /usr/include/gtk-3.0/gtk/gtkaboutdialog.h:30,
    from /usr/include/gtk-3.0/gtk/gtk.h:31,
    from /home/filiperosset/rpmbuild/my/apvlv/apvlv-0.1.5/src/ApvlvMenu.h:31,
    from /home/filiperosset/rpmbuild/my/apvlv/apvlv-0.1.5/src/ApvlvView.h:32,
    from /home/filiperosset/rpmbuild/my/apvlv/apvlv-0.1.5/src/ApvlvDir.cc:29:
    /usr/include/gtk-3.0/gtk/gtkwidget.h:1144:14: note: declared here
    1144 | void gtk_widget_override_color (GtkWidget widget,
    | ^~~~~~~~~~~~~~~~~~~~~~~~~
    /home/filiperosset/rpmbuild/my/apvlv/apvlv-0.1.5/src/ApvlvDir.cc:824:68: warning: 'void gtk_widget_override_color(GtkWidget
    , GtkStateFlags, const GdkRGBA*)' is deprecated [-Wdeprecated-declarations]
    824 | GTK_STATE_FLAG_INSENSITIVE, NULL);
    | ^
    In file included from /usr/include/gtk-3.0/gtk/gtkapplication.h:27,
    from /usr/include/gtk-3.0/gtk/gtkwindow.h:33,
    from /usr/include/gtk-3.0/gtk/gtkdialog.h:32,
    from /usr/include/gtk-3.0/gtk/gtkaboutdialog.h:30,
    from /usr/include/gtk-3.0/gtk/gtk.h:31,
    from /home/filiperosset/rpmbuild/my/apvlv/apvlv-0.1.5/src/ApvlvMenu.h:31,
    from /home/filiperosset/rpmbuild/my/apvlv/apvlv-0.1.5/src/ApvlvView.h:32,
    from /home/filiperosset/rpmbuild/my/apvlv/apvlv-0.1.5/src/ApvlvDir.cc:29:
    /usr/include/gtk-3.0/gtk/gtkwidget.h:1144:14: note: declared here
    1144 | void gtk_widget_override_color (GtkWidget widget,
    | ^~~~~~~~~~~~~~~~~~~~~~~~~
    make[2]: Entering directory '/home/filiperosset/rpmbuild/my/apvlv/apvlv-0.1.5'
    [ 17%] Building CXX object src/CMakeFiles/apvlv.dir/ApvlvDir.cc.o
    cd /home/filiperosset/rpmbuild/my/apvlv/apvlv-0.1.5/src && /usr/lib64/ccache/c++ -DAPVLV_WITH_DJVU -DAPVLV_WITH_TXT -DDOCDIR="/usr/share/doc/apvlv" -DPACKAGE_BUGREPORT=""Alf naihe2010@126.com"" -DPACKAGE_NAME="apvlv" -DPACKAGE_VERSION="0.1.04eed10" -DRELEASE="rel" -DSYSCONFDIR="/etc" -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/gtk-3.0 -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/fribidi -I/usr/include/harfbuzz -I/usr/include/uuid -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/gio-unix-2.0 -I/usr/include/libdrm -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib64/dbus-1.0/include -I/usr/include/poppler/glib -I/usr/include/poppler -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -Wall -fno-strict-aliasing -o CMakeFiles/apvlv.dir/ApvlvDir.cc.o -c /home/filiperosset/rpmbuild/my/apvlv/apvlv-0.1.5/src/ApvlvDir.cc
    make[2]: Leaving directory '/home/filiperosset/rpmbuild/my/apvlv/apvlv-0.1.5'
    make[2]: Entering directory '/home/filiperosset/rpmbuild/my/apvlv/apvlv-0.1.5'
    [ 5%] Building CXX object src/CMakeFiles/apvlv.dir/ApvlvCmds.cc.o
    cd /home/filiperosset/rpmbuild/my/apvlv/apvlv-0.1.5/src && /usr/lib64/ccache/c++ -DAPVLV_WITH_DJVU -DAPVLV_WITH_TXT -DDOCDIR="/usr/share/doc/apvlv" -DPACKAGE_BUGREPORT=""Alf naihe2010@126.com"" -DPACKAGE_NAME="apvlv" -DPACKAGE_VERSION="0.1.04eed10" -DRELEASE="rel" -DSYSCONFDIR="/etc" -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/gtk-3.0 -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/fribidi -I/usr/include/harfbuzz -I/usr/include/uuid -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/gio-unix-2.0 -I/usr/include/libdrm -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib64/dbus-1.0/include -I/usr/include/poppler/glib -I/usr/include/poppler -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -Wall -fno-strict-aliasing -o CMakeFiles/apvlv.dir/ApvlvCmds.cc.o -c /home/filiperosset/rpmbuild/my/apvlv/apvlv-0.1.5/src/ApvlvCmds.cc
    make[2]: Leaving directory '/home/filiperosset/rpmbuild/my/apvlv/apvlv-0.1.5'
    /home/filiperosset/rpmbuild/my/apvlv/apvlv-0.1.5/src/ApvlvDoc.cc: In static member function 'static void apvlv::ApvlvDoc::apvlv_doc_button_event(GtkEventBox
    , GdkEventButton*, apvlv::ApvlvDoc*)':
    /home/filiperosset/rpmbuild/my/apvlv/apvlv-0.1.5/src/ApvlvDoc.cc:1684:63: warning: 'void gtk_menu_popup(GtkMenu*, GtkWidget*, GtkWidget*, GtkMenuPositionFunc, gpointer, guint, guint32)' is deprecated: Use '(gtk_menu_popup_at_widget, gtk_menu_popup_at_pointer, gtk_menu_popup_at_rect)' instead [-Wdeprecated-declarations]
    1684 | gtk_menu_popup (GTK_MENU (menu), NULL, NULL, NULL, NULL, 0, 0);
    | ^
    In file included from /usr/include/gtk-3.0/gtk/gtklabel.h:34,
    from /usr/include/gtk-3.0/gtk/gtkaccellabel.h:35,
    from /usr/include/gtk-3.0/gtk/gtk.h:33,
    from /home/filiperosset/rpmbuild/my/apvlv/apvlv-0.1.5/src/ApvlvUtil.h:32,
    from /home/filiperosset/rpmbuild/my/apvlv/apvlv-0.1.5/src/ApvlvDoc.cc:29:
    /usr/include/gtk-3.0/gtk/gtkmenu.h:138:9: note: declared here
    138 | void gtk_menu_popup (GtkMenu menu,
    | ^~~~~~~~~~~~~~
    /home/filiperosset/rpmbuild/my/apvlv/apvlv-0.1.5/src/ApvlvDoc.cc:1684:63: warning: 'void gtk_menu_popup(GtkMenu
    , GtkWidget*, GtkWidget*, GtkMenuPositionFunc, gpointer, guint, guint32)' is deprecated: Use '(gtk_menu_popup_at_widget, gtk_menu_popup_at_pointer, gtk_menu_popup_at_rect)' instead [-Wdeprecated-declarations]
    1684 | gtk_menu_popup (GTK_MENU (menu), NULL, NULL, NULL, NULL, 0, 0);
    | ^
    In file included from /usr/include/gtk-3.0/gtk/gtklabel.h:34,
    from /usr/include/gtk-3.0/gtk/gtkaccellabel.h:35,
    from /usr/include/gtk-3.0/gtk/gtk.h:33,
    from /home/filiperosset/rpmbuild/my/apvlv/apvlv-0.1.5/src/ApvlvUtil.h:32,
    from /home/filiperosset/rpmbuild/my/apvlv/apvlv-0.1.5/src/ApvlvDoc.cc:29:
    /usr/include/gtk-3.0/gtk/gtkmenu.h:138:9: note: declared here
    138 | void gtk_menu_popup (GtkMenu menu,
    | ^~~~~~~~~~~~~~
    /home/filiperosset/rpmbuild/my/apvlv/apvlv-0.1.5/src/ApvlvDoc.cc: In member function 'virtual void apvlv::ApvlvDocStatus::active(bool)':
    /home/filiperosset/rpmbuild/my/apvlv/apvlv-0.1.5/src/ApvlvDoc.cc:2103:68: warning: 'void gtk_widget_override_color(GtkWidget
    , GtkStateFlags, const GdkRGBA*)' is deprecated [-Wdeprecated-declarations]
    2103 | GTK_STATE_FLAG_INSENSITIVE, NULL);
    | ^
    In file included from /usr/include/gtk-3.0/gtk/gtkapplication.h:27,
    from /usr/include/gtk-3.0/gtk/gtkwindow.h:33,
    from /usr/include/gtk-3.0/gtk/gtkdialog.h:32,
    from /usr/include/gtk-3.0/gtk/gtkaboutdialog.h:30,
    from /usr/include/gtk-3.0/gtk/gtk.h:31,
    from /home/filiperosset/rpmbuild/my/apvlv/apvlv-0.1.5/src/ApvlvUtil.h:32,
    from /home/filiperosset/rpmbuild/my/apvlv/apvlv-0.1.5/src/ApvlvDoc.cc:29:
    /usr/include/gtk-3.0/gtk/gtkwidget.h:1144:14: note: declared here
    1144 | void gtk_widget_override_color (GtkWidget widget,
    | ^~~~~~~~~~~~~~~~~~~~~~~~~
    /home/filiperosset/rpmbuild/my/apvlv/apvlv-0.1.5/src/ApvlvDoc.cc:2103:68: warning: 'void gtk_widget_override_color(GtkWidget
    , GtkStateFlags, const GdkRGBA*)' is deprecated [-Wdeprecated-declarations]
    2103 | GTK_STATE_FLAG_INSENSITIVE, NULL);
    | ^
    In file included from /usr/include/gtk-3.0/gtk/gtkapplication.h:27,
    from /usr/include/gtk-3.0/gtk/gtkwindow.h:33,
    from /usr/include/gtk-3.0/gtk/gtkdialog.h:32,
    from /usr/include/gtk-3.0/gtk/gtkaboutdialog.h:30,
    from /usr/include/gtk-3.0/gtk/gtk.h:31,
    from /home/filiperosset/rpmbuild/my/apvlv/apvlv-0.1.5/src/ApvlvUtil.h:32,
    from /home/filiperosset/rpmbuild/my/apvlv/apvlv-0.1.5/src/ApvlvDoc.cc:29:
    /usr/include/gtk-3.0/gtk/gtkwidget.h:1144:14: note: declared here
    1144 | void gtk_widget_override_color (GtkWidget widget,
    | ^~~~~~~~~~~~~~~~~~~~~~~~~
    make[2]: Entering directory '/home/filiperosset/rpmbuild/my/apvlv/apvlv-0.1.5'
    [ 23%] Building CXX object src/CMakeFiles/apvlv.dir/ApvlvDoc.cc.o
    cd /home/filiperosset/rpmbuild/my/apvlv/apvlv-0.1.5/src && /usr/lib64/ccache/c++ -DAPVLV_WITH_DJVU -DAPVLV_WITH_TXT -DDOCDIR="/usr/share/doc/apvlv" -DPACKAGE_BUGREPORT=""Alf naihe2010@126.com"" -DPACKAGE_NAME="apvlv" -DPACKAGE_VERSION="0.1.04eed10" -DRELEASE="rel" -DSYSCONFDIR="/etc" -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/gtk-3.0 -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/fribidi -I/usr/include/harfbuzz -I/usr/include/uuid -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/gio-unix-2.0 -I/usr/include/libdrm -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib64/dbus-1.0/include -I/usr/include/poppler/glib -I/usr/include/poppler -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -Wall -fno-strict-aliasing -o CMakeFiles/apvlv.dir/ApvlvDoc.cc.o -c /home/filiperosset/rpmbuild/my/apvlv/apvlv-0.1.5/src/ApvlvDoc.cc
    make[2]: Leaving directory '/home/filiperosset/rpmbuild/my/apvlv/apvlv-0.1.5'
    make[2]: Entering directory '/home/filiperosset/rpmbuild/my/apvlv/apvlv-0.1.5'
    [ 35%] Building CXX object src/CMakeFiles/apvlv.dir/ApvlvInfo.cc.o
    cd /home/filiperosset/rpmbuild/my/apvlv/apvlv-0.1.5/src && /usr/lib64/ccache/c++ -DAPVLV_WITH_DJVU -DAPVLV_WITH_TXT -DDOCDIR="/usr/share/doc/apvlv" -DPACKAGE_BUGREPORT=""Alf naihe2010@126.com"" -DPACKAGE_NAME="apvlv" -DPACKAGE_VERSION="0.1.04eed10" -DRELEASE="rel" -DSYSCONFDIR="/etc" -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/gtk-3.0 -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/fribidi -I/usr/include/harfbuzz -I/usr/include/uuid -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/gio-unix-2.0 -I/usr/include/libdrm -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib64/dbus-1.0/include -I/usr/include/poppler/glib -I/usr/include/poppler -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -Wall -fno-strict-aliasing -o CMakeFiles/apvlv.dir/ApvlvInfo.cc.o -c /home/filiperosset/rpmbuild/my/apvlv/apvlv-0.1.5/src/ApvlvInfo.cc
    make[2]: Leaving directory '/home/filiperosset/rpmbuild/my/apvlv/apvlv-0.1.5'
    /home/filiperosset/rpmbuild/my/apvlv/apvlv-0.1.5/src/ApvlvFile.cc: In static member function 'static apvlv::ApvlvFile
    apvlv::ApvlvFile::newfile(const char*, bool)':
    /home/filiperosset/rpmbuild/my/apvlv/apvlv-0.1.5/src/ApvlvFile.cc:141:22: warning: catching polymorphic type 'class std::bad_alloc' by value [-Wcatch-value=]
    141 | catch (bad_alloc e)
    | ^
    make[2]: Entering directory '/home/filiperosset/rpmbuild/my/apvlv/apvlv-0.1.5'
    [ 29%] Building CXX object src/CMakeFiles/apvlv.dir/ApvlvFile.cc.o
    cd /home/filiperosset/rpmbuild/my/apvlv/apvlv-0.1.5/src && /usr/lib64/ccache/c++ -DAPVLV_WITH_DJVU -DAPVLV_WITH_TXT -DDOCDIR="/usr/share/doc/apvlv" -DPACKAGE_BUGREPORT=""Alf naihe2010@126.com"" -DPACKAGE_NAME="apvlv" -DPACKAGE_VERSION="0.1.04eed10" -DRELEASE="rel" -DSYSCONFDIR="/etc" -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/gtk-3.0 -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/fribidi -I/usr/include/harfbuzz -I/usr/include/uuid -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/gio-unix-2.0 -I/usr/include/libdrm -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib64/dbus-1.0/include -I/usr/include/poppler/glib -I/usr/include/poppler -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -Wall -fno-strict-aliasing -o CMakeFiles/apvlv.dir/ApvlvFile.cc.o -c /home/filiperosset/rpmbuild/my/apvlv/apvlv-0.1.5/src/ApvlvFile.cc
    make[2]: Leaving directory '/home/filiperosset/rpmbuild/my/apvlv/apvlv-0.1.5'
    make[2]: Entering directory '/home/filiperosset/rpmbuild/my/apvlv/apvlv-0.1.5'
    [ 47%] Building CXX object src/CMakeFiles/apvlv.dir/ApvlvMenu.cc.o
    cd /home/filiperosset/rpmbuild/my/apvlv/apvlv-0.1.5/src && /usr/lib64/ccache/c++ -DAPVLV_WITH_DJVU -DAPVLV_WITH_TXT -DDOCDIR="/usr/share/doc/apvlv" -DPACKAGE_BUGREPORT=""Alf naihe2010@126.com"" -DPACKAGE_NAME="apvlv" -DPACKAGE_VERSION="0.1.04eed10" -DRELEASE="rel" -DSYSCONFDIR="/etc" -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/gtk-3.0 -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/fribidi -I/usr/include/harfbuzz -I/usr/include/uuid -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/gio-unix-2.0 -I/usr/include/libdrm -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib64/dbus-1.0/include -I/usr/include/poppler/glib -I/usr/include/poppler -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -Wall -fno-strict-aliasing -o CMakeFiles/apvlv.dir/ApvlvMenu.cc.o -c /home/filiperosset/rpmbuild/my/apvlv/apvlv-0.1.5/src/ApvlvMenu.cc
    make[2]: Leaving directory '/home/filiperosset/rpmbuild/my/apvlv/apvlv-0.1.5'
    make[2]: Entering directory '/home/filiperosset/rpmbuild/my/apvlv/apvlv-0.1.5'
    [ 52%] Building CXX object src/CMakeFiles/apvlv.dir/ApvlvParams.cc.o
    cd /home/filiperosset/rpmbuild/my/apvlv/apvlv-0.1.5/src && /usr/lib64/ccache/c++ -DAPVLV_WITH_DJVU -DAPVLV_WITH_TXT -DDOCDIR="/usr/share/doc/apvlv" -DPACKAGE_BUGREPORT=""Alf naihe2010@126.com"" -DPACKAGE_NAME="apvlv" -DPACKAGE_VERSION="0.1.04eed10" -DRELEASE="rel" -DSYSCONFDIR="/etc" -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/gtk-3.0 -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/fribidi -I/usr/include/harfbuzz -I/usr/include/uuid -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/gio-unix-2.0 -I/usr/include/libdrm -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib64/dbus-1.0/include -I/usr/include/poppler/glib -I/usr/include/poppler -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -Wall -fno-strict-aliasing -o CMakeFiles/apvlv.dir/ApvlvParams.cc.o -c /home/filiperosset/rpmbuild/my/apvlv/apvlv-0.1.5/src/ApvlvParams.cc
    make[2]: Leaving directory '/home/filiperosset/rpmbuild/my/apvlv/apvlv-0.1.5'
    /home/filiperosset/rpmbuild/my/apvlv/apvlv-0.1.5/src/ApvlvPdf.cc:32:10: fatal error: goo/gtypes.h: No such file or directory
    32 | #include <goo/gtypes.h>
    | ^~~~~~~~~~~~~~
    compilation terminated.
    make[2]: *** [src/CMakeFiles/apvlv.dir/build.make:131: src/CMakeFiles/apvlv.dir/ApvlvPdf.cc.o] Error 1
    make[2]: Entering directory '/home/filiperosset/rpmbuild/my/apvlv/apvlv-0.1.5'
    [ 41%] Building CXX object src/CMakeFiles/apvlv.dir/ApvlvPdf.cc.o
    cd /home/filiperosset/rpmbuild/my/apvlv/apvlv-0.1.5/src && /usr/lib64/ccache/c++ -DAPVLV_WITH_DJVU -DAPVLV_WITH_TXT -DDOCDIR="/usr/share/doc/apvlv" -DPACKAGE_BUGREPORT=""Alf naihe2010@126.com"" -DPACKAGE_NAME="apvlv" -DPACKAGE_VERSION="0.1.04eed10" -DRELEASE="rel" -DSYSCONFDIR="/etc" -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/gtk-3.0 -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/fribidi -I/usr/include/harfbuzz -I/usr/include/uuid -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/gio-unix-2.0 -I/usr/include/libdrm -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib64/dbus-1.0/include -I/usr/include/poppler/glib -I/usr/include/poppler -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -Wall -fno-strict-aliasing -o CMakeFiles/apvlv.dir/ApvlvPdf.cc.o -c /home/filiperosset/rpmbuild/my/apvlv/apvlv-0.1.5/src/ApvlvPdf.cc
    make[2]: Leaving directory '/home/filiperosset/rpmbuild/my/apvlv/apvlv-0.1.5'
    make[2]: *** Waiting for unfinished jobs....
    make[2]: Entering directory '/home/filiperosset/rpmbuild/my/apvlv/apvlv-0.1.5'
    [ 58%] Building CXX object src/CMakeFiles/apvlv.dir/ApvlvUtil.cc.o
    cd /home/filiperosset/rpmbuild/my/apvlv/apvlv-0.1.5/src && /usr/lib64/ccache/c++ -DAPVLV_WITH_DJVU -DAPVLV_WITH_TXT -DDOCDIR="/usr/share/doc/apvlv" -DPACKAGE_BUGREPORT=""Alf naihe2010@126.com"" -DPACKAGE_NAME="apvlv" -DPACKAGE_VERSION="0.1.04eed10" -DRELEASE="rel" -DSYSCONFDIR="/etc" -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/gtk-3.0 -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/fribidi -I/usr/include/harfbuzz -I/usr/include/uuid -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/gio-unix-2.0 -I/usr/include/libdrm -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib64/dbus-1.0/include -I/usr/include/poppler/glib -I/usr/include/poppler -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -Wall -fno-strict-aliasing -o CMakeFiles/apvlv.dir/ApvlvUtil.cc.o -c /home/filiperosset/rpmbuild/my/apvlv/apvlv-0.1.5/src/ApvlvUtil.cc
    make[2]: Leaving directory '/home/filiperosset/rpmbuild/my/apvlv/apvlv-0.1.5'
    make[2]: Entering directory '/home/filiperosset/rpmbuild/my/apvlv/apvlv-0.1.5'
    [ 70%] Building CXX object src/CMakeFiles/apvlv.dir/ApvlvWindow.cc.o
    cd /home/filiperosset/rpmbuild/my/apvlv/apvlv-0.1.5/src && /usr/lib64/ccache/c++ -DAPVLV_WITH_DJVU -DAPVLV_WITH_TXT -DDOCDIR="/usr/share/doc/apvlv" -DPACKAGE_BUGREPORT=""Alf naihe2010@126.com"" -DPACKAGE_NAME="apvlv" -DPACKAGE_VERSION="0.1.04eed10" -DRELEASE="rel" -DSYSCONFDIR="/etc" -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/gtk-3.0 -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/fribidi -I/usr/include/harfbuzz -I/usr/include/uuid -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/gio-unix-2.0 -I/usr/include/libdrm -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib64/dbus-1.0/include -I/usr/include/poppler/glib -I/usr/include/poppler -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -Wall -fno-strict-aliasing -o CMakeFiles/apvlv.dir/ApvlvWindow.cc.o -c /home/filiperosset/rpmbuild/my/apvlv/apvlv-0.1.5/src/ApvlvWindow.cc
    make[2]: Leaving directory '/home/filiperosset/rpmbuild/my/apvlv/apvlv-0.1.5'
    /home/filiperosset/rpmbuild/my/apvlv/apvlv-0.1.5/src/ApvlvView.cc: In constructor 'apvlv::ApvlvView::ApvlvView(const char*)':
    /home/filiperosset/rpmbuild/my/apvlv/apvlv-0.1.5/src/ApvlvView.cc:75:36: warning: 'gint gdk_screen_get_width(GdkScreen*)' is deprecated [-Wdeprecated-declarations]
    75 | mWidth = gdk_screen_get_width (scr);
    | ^
    In file included from /usr/include/gtk-3.0/gdk/gdkapplaunchcontext.h:31,
    from /usr/include/gtk-3.0/gdk/gdk.h:32,
    from /usr/include/gtk-3.0/gtk/gtk.h:30,
    from /home/filiperosset/rpmbuild/my/apvlv/apvlv-0.1.5/src/ApvlvUtil.h:32,
    from /home/filiperosset/rpmbuild/my/apvlv/apvlv-0.1.5/src/ApvlvParams.h:32,
    from /home/filiperosset/rpmbuild/my/apvlv/apvlv-0.1.5/src/ApvlvView.cc:29:
    /usr/include/gtk-3.0/gdk/gdkscreen.h:58:14: note: declared here
    58 | gint gdk_screen_get_width (GdkScreen screen);
    | ^~~~~~~~~~~~~~~~~~~~
    /home/filiperosset/rpmbuild/my/apvlv/apvlv-0.1.5/src/ApvlvView.cc:75:36: warning: 'gint gdk_screen_get_width(GdkScreen
    )' is deprecated [-Wdeprecated-declarations]
    75 | mWidth = gdk_screen_get_width (scr);
    | ^
    In file included from /usr/include/gtk-3.0/gdk/gdkapplaunchcontext.h:31,
    from /usr/include/gtk-3.0/gdk/gdk.h:32,
    from /usr/include/gtk-3.0/gtk/gtk.h:30,
    from /home/filiperosset/rpmbuild/my/apvlv/apvlv-0.1.5/src/ApvlvUtil.h:32,
    from /home/filiperosset/rpmbuild/my/apvlv/apvlv-0.1.5/src/ApvlvParams.h:32,
    from /home/filiperosset/rpmbuild/my/apvlv/apvlv-0.1.5/src/ApvlvView.cc:29:
    /usr/include/gtk-3.0/gdk/gdkscreen.h:58:14: note: declared here
    58 | gint gdk_screen_get_width (GdkScreen screen);
    | ^~~~~~~~~~~~~~~~~~~~
    /home/filiperosset/rpmbuild/my/apvlv/apvlv-0.1.5/src/ApvlvView.cc:76:38: warning: 'gint gdk_screen_get_height(GdkScreen
    )' is deprecated [-Wdeprecated-declarations]
    76 | mHeight = gdk_screen_get_height (scr);
    | ^
    In file included from /usr/include/gtk-3.0/gdk/gdkapplaunchcontext.h:31,
    from /usr/include/gtk-3.0/gdk/gdk.h:32,
    from /usr/include/gtk-3.0/gtk/gtk.h:30,
    from /home/filiperosset/rpmbuild/my/apvlv/apvlv-0.1.5/src/ApvlvUtil.h:32,
    from /home/filiperosset/rpmbuild/my/apvlv/apvlv-0.1.5/src/ApvlvParams.h:32,
    from /home/filiperosset/rpmbuild/my/apvlv/apvlv-0.1.5/src/ApvlvView.cc:29:
    /usr/include/gtk-3.0/gdk/gdkscreen.h:60:14: note: declared here
    60 | gint gdk_screen_get_height (GdkScreen screen);
    | ^~~~~~~~~~~~~~~~~~~~~
    /home/filiperosset/rpmbuild/my/apvlv/apvlv-0.1.5/src/ApvlvView.cc:76:38: warning: 'gint gdk_screen_get_height(GdkScreen
    )' is deprecated [-Wdeprecated-declarations]
    76 | mHeight = gdk_screen_get_height (scr);
    | ^
    In file included from /usr/include/gtk-3.0/gdk/gdkapplaunchcontext.h:31,
    from /usr/include/gtk-3.0/gdk/gdk.h:32,
    from /usr/include/gtk-3.0/gtk/gtk.h:30,
    from /home/filiperosset/rpmbuild/my/apvlv/apvlv-0.1.5/src/ApvlvUtil.h:32,
    from /home/filiperosset/rpmbuild/my/apvlv/apvlv-0.1.5/src/ApvlvParams.h:32,
    from /home/filiperosset/rpmbuild/my/apvlv/apvlv-0.1.5/src/ApvlvView.cc:29:
    /usr/include/gtk-3.0/gdk/gdkscreen.h:60:14: note: declared here
    60 | gint gdk_screen_get_height (GdkScreen *screen);
    | ^~~~~~~~~~~~~~~~~~~~~
    make[2]: Entering directory '/home/filiperosset/rpmbuild/my/apvlv/apvlv-0.1.5'
    [ 64%] Building CXX object src/CMakeFiles/apvlv.dir/ApvlvView.cc.o
    cd /home/filiperosset/rpmbuild/my/apvlv/apvlv-0.1.5/src && /usr/lib64/ccache/c++ -DAPVLV_WITH_DJVU -DAPVLV_WITH_TXT -DDOCDIR="/usr/share/doc/apvlv" -DPACKAGE_BUGREPORT=""Alf naihe2010@126.com"" -DPACKAGE_NAME="apvlv" -DPACKAGE_VERSION="0.1.04eed10" -DRELEASE="rel" -DSYSCONFDIR="/etc" -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/gtk-3.0 -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/fribidi -I/usr/include/harfbuzz -I/usr/include/uuid -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/gio-unix-2.0 -I/usr/include/libdrm -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib64/dbus-1.0/include -I/usr/include/poppler/glib -I/usr/include/poppler -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -Wall -fno-strict-aliasing -o CMakeFiles/apvlv.dir/ApvlvView.cc.o -c /home/filiperosset/rpmbuild/my/apvlv/apvlv-0.1.5/src/ApvlvView.cc
    make[2]: Leaving directory '/home/filiperosset/rpmbuild/my/apvlv/apvlv-0.1.5'
    make[1]: *** [CMakeFiles/Makefile2:94: src/CMakeFiles/apvlv.dir/all] Error 2
    make: *** [Makefile:155: all] Error 2
    erro: Status de saída de /var/tmp/rpm-tmp.jf2D4B inválido (%build)
    Status de saída de /var/tmp/rpm-tmp.jf2D4B inválido (%build)

Erros na construção do RPM:
Could not execute local: rpmbuild --define '_sourcedir /home/filiperosset/rpmbuild/my/apvlv' --define '_specdir /home/filiperosset/rpmbuild/my/apvlv' --define '_builddir /home/filiperosset/rpmbuild/my/apvlv' --define '_srcrpmdir /home/filiperosset/rpmbuild/my/apvlv' --define '_rpmdir /home/filiperosset/rpmbuild/my/apvlv' --define 'dist .fc31' --define 'fedora 31' --eval '%undefine rhel' --define 'fc31 1' -ba /home/filiperosset/rpmbuild/my/apvlv/apvlv.spec | tee .build-0.1.5-3.fc31.log
[filiperosset@raw apvlv]$

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants