LinuxQuestions.org
Share your knowledge at the LQ Wiki.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Slackware
User Name
Password
Slackware This Forum is for the discussion of Slackware Linux.

Notices


Reply
  Search this Thread
Old 10-20-2020, 12:38 PM   #3016
ponce
LQ Guru
 
Registered: Aug 2004
Location: Pisa, Italy
Distribution: Slackware
Posts: 7,097

Original Poster
Rep: Reputation: 4174Reputation: 4174Reputation: 4174Reputation: 4174Reputation: 4174Reputation: 4174Reputation: 4174Reputation: 4174Reputation: 4174Reputation: 4174Reputation: 4174

Quote:
Originally Posted by kingbeowulf View Post
Libraries > libgaminggear (0.15.1) and Games > roccat-tools (5.9.0) do not build on current after recent updates (It's been months and it worked then). Seems like some gtk header nonsense with pango > 1.44 and harfbuzz.
For libgaminggear (roccat-tools dependency):
Code:
 45%] Building C object libgaminggearwidget/CMakeFiles/libgaminggearwidget.dir/gaminggear_about_dialog.c.o
In file included from /usr/include/pango-1.0/pango/pango-font.h:25,
                 from /usr/include/pango-1.0/pango/pango-attributes.h:25,
                 from /usr/include/pango-1.0/pango/pango.h:25,
                 from /usr/include/gtk-2.0/gdk/gdktypes.h:37,
                 from /usr/include/gtk-2.0/gdk/gdkscreen.h:32,
                 from /usr/include/gtk-2.0/gdk/gdkapplaunchcontext.h:31,
                 from /usr/include/gtk-2.0/gdk/gdk.h:32,
                 from /usr/include/gtk-2.0/gtk/gtk.h:32,
                 from /tmp/SBo/libgaminggear-0.15.1/libgaminggearwidget/gaminggear_about_dialog.h:21,
                 from /tmp/SBo/libgaminggear-0.15.1/libgaminggearwidget/gaminggear_about_dialog.c:18:
/usr/include/pango-1.0/pango/pango-coverage.h:28:10: fatal error: hb.h: No such file or directory
   28 | #include <hb.h>
      |          ^~~~~~
compilation terminated.
make[2]: *** [libgaminggearwidget/CMakeFiles/libgaminggearwidget.dir/build.make:82: libgaminggearwidget/CMakeFiles/libgaminggearwidget.dir/gaminggear_about_dialog.c.o] Error 1
make[1]: *** [CMakeFiles/Makefile2:470: libgaminggearwidget/CMakeFiles/libgaminggearwidget.dir/all] Error 2
make: *** [Makefile:149: all] Error 2
and for roccat-tools:
Code:
[  1%] Building C object libroccathelper/CMakeFiles/libroccathelper.dir/gtk_roccat_helper.c.o
In file included from /usr/include/pango-1.0/pango/pango-font.h:25,
                 from /usr/include/pango-1.0/pango/pango-attributes.h:25,
                 from /usr/include/pango-1.0/pango/pango.h:25,
                 from /usr/include/gtk-2.0/gdk/gdktypes.h:37,
                 from /usr/include/gtk-2.0/gdk/gdkscreen.h:32,
                 from /usr/include/gtk-2.0/gdk/gdkapplaunchcontext.h:31,
                 from /usr/include/gtk-2.0/gdk/gdk.h:32,
                 from /usr/include/gtk-2.0/gtk/gtk.h:32,
                 from /tmp/SBo/roccat-tools-5.9.0/libroccathelper/gtk_roccat_helper.h:21,
                 from /tmp/SBo/roccat-tools-5.9.0/libroccathelper/gtk_roccat_helper.c:18:
/usr/include/pango-1.0/pango/pango-coverage.h:28:10: fatal error: hb.h: No such file or directory
   28 | #include <hb.h>
      |          ^~~~~~
compilation terminated.
make[2]: *** [libroccathelper/CMakeFiles/libroccathelper.dir/build.make:155: libroccathelper/CMakeFiles/libroccathelper.dir/gtk_roccat_helper.c.o] Error 1
make[1]: *** [CMakeFiles/Makefile2:3794: libroccathelper/CMakeFiles/libroccathelper.dir/all] Error 2
make: *** [Makefile:160: all] Error 2
This seems to work, but I'm not sure if this is sufficient.
For libgaminggear:
Code:
mkdir -p build
cd build
   cmake \
    -DCMAKE_C_FLAGS:STRING="$SLKCFLAGS -isystem /usr/include/harfbuzz" \
    -DCMAKE_CXX_FLAGS:STRING="$SLKCFLAGS -isystem /usr/include/harfbuzz" \
    -DCMAKE_INSTALL_PREFIX=/usr \
    -DLIB_SUFFIX=${LIBDIRSUFFIX} \
    -DMAN_INSTALL_DIR=/usr/man \
    -DCMAKE_BUILD_TYPE=Release ..
  make
  make install DESTDIR=$PKG
cd ..
and for roccat-tools:
Code:
mkdir -p build
cd build
  cmake \
    -DCMAKE_C_FLAGS:STRING="$SLKCFLAGS -isystem /usr/include/harfbuzz" \
    -DCMAKE_INSTALL_PREFIX=/usr \
    $HW \
    $LUA \
    -DCMAKE_BUILD_TYPE=Release ..
  make
  make install DESTDIR=$PKG
cd ..
There is a lot of chatter starting about year ago. Seems cmake is unaware that harfbuzz is a dependency for boost. Or something. Gnome people claim it's all good and everyone needs to fix their build systems.
LQ keeps crashing on search, so apologies if this is a duplicate.
sorry for the late reply (latest days have been pretty busy) and thanks for those: just pushed!
 
Old 10-20-2020, 12:41 PM   #3017
ponce
LQ Guru
 
Registered: Aug 2004
Location: Pisa, Italy
Distribution: Slackware
Posts: 7,097

Original Poster
Rep: Reputation: 4174Reputation: 4174Reputation: 4174Reputation: 4174Reputation: 4174Reputation: 4174Reputation: 4174Reputation: 4174Reputation: 4174Reputation: 4174Reputation: 4174
Quote:
Originally Posted by newHeiko View Post
More on VTK/OpenCASCADE/FreeCAD:

I gave up on trying to get OpenCASCADE to build with VTK-9.

But last night a DJ saved my^H^H^H^H some guy over at Archlinux posted a patch to build VTK-8.2.0 with freetype-2.10.3. We're only about 24 hours behind the bleeding edge Archlinux AUR with this

I copied over the patch and created this PR: https://github.com/Ponce/slackbuilds/pull/86 which should allow you to build VTK. Then OpenCASCADE-7.3.0 from your -current-repo builds for me and then FreeCAD-0.18.4 from the original PR: https://github.com/Ponce/slackbuilds/pull/84

The other package I have that depends on VTK / OpenCASCADE is kicad. It's running and I'm test building that one right now.

Sorry for messing up the PRs' names again and sorry for the premature VTK-9 PR.
sorry for the late reply and be sure to thank that DJ from me too!
I just pushed that stuff in its dedicated branches (named "VTK" and "FreeCAD"), thanks for looking into this!
 
Old 10-20-2020, 03:31 PM   #3018
giomat
Member
 
Registered: Jul 2017
Posts: 337

Rep: Reputation: 238Reputation: 238Reputation: 238
libplacebo is failing build configuration with the following error

src/meson.build:86:2: ERROR: Could not get define 'GLSLANG_VERSION_MAJOR'
 
Old 10-20-2020, 09:41 PM   #3019
orbea
Senior Member
 
Registered: Feb 2015
Distribution: Slackware64-current
Posts: 1,950

Rep: Reputation: Disabled
Quote:
Originally Posted by giomat View Post
libplacebo is failing build configuration with the following error

src/meson.build:86:2: ERROR: Could not get define 'GLSLANG_VERSION_MAJOR'
Both shaderc and libplacebo are broken after the last SBo update for current and need an updated vulkan-sdk package with glslang split.

This can be worked around by installing glslang and vulkan-sdk from SBo and then recompile mesa and any other programs that use vulkan-sdk or glslang.

For libplacebo a temporary band-aid would be to remove glslang_version.patch. The updated build number was only to hack around the changes in the version scheme for newer glslang versions.
 
Old 10-21-2020, 12:28 AM   #3020
ponce
LQ Guru
 
Registered: Aug 2004
Location: Pisa, Italy
Distribution: Slackware
Posts: 7,097

Original Poster
Rep: Reputation: 4174Reputation: 4174Reputation: 4174Reputation: 4174Reputation: 4174Reputation: 4174Reputation: 4174Reputation: 4174Reputation: 4174Reputation: 4174Reputation: 4174
Quote:
Originally Posted by orbea View Post
Both shaderc and libplacebo are broken after the last SBo update for current and need an updated vulkan-sdk package with glslang split.

This can be worked around by installing glslang and vulkan-sdk from SBo and then recompile mesa and any other programs that use vulkan-sdk or glslang.
I don't think that this could be an acceptable path for those using this repository...
IMHO either this get addressed in current, if Pat feels like is appropriate, or shaderc, unfortunately, stays broken (and if you feel like you could push something specific in its README)...

Quote:
For libplacebo a temporary band-aid would be to remove glslang_version.patch. The updated build number was only to hack around the changes in the version scheme for newer glslang versions.
will do, thanks for the heads up!

Last edited by ponce; 10-21-2020 at 01:28 AM.
 
Old 10-21-2020, 09:17 AM   #3021
orbea
Senior Member
 
Registered: Feb 2015
Distribution: Slackware64-current
Posts: 1,950

Rep: Reputation: Disabled
Quote:
Originally Posted by ponce View Post
I don't think that this could be an acceptable path for those using this repository...
I don't disagree, but there is nothing that can be done to fix shaderc without having a shared glslang build. This is something that needs to happen in current.

Quote:
Originally Posted by ponce View Post
will do, thanks for the heads up!
Note this will break as soon as vulkan-sdk is updated.
 
Old 10-22-2020, 08:59 PM   #3022
enine
Senior Member
 
Registered: Nov 2003
Distribution: Slackʍɐɹǝ
Posts: 1,486
Blog Entries: 4

Rep: Reputation: 282Reputation: 282Reputation: 282
Trying to build goldencheetah with the slackbuild from https://github.com/Ponce/slackbuilds.../goldencheetah on a -current install of AlienBob's liveslack (plasma5)

I get the error:

Code:
In file included from /usr/include/qt5/QtCore/qglobal.h:1304,
                 from qwt_global.h:13,
                 from qwt_dyngrid_layout.h:13,
                 from qwt_dyngrid_layout.cpp:10:
/usr/include/qt5/QtCore/qflags.h:123:80: note: declared here
  123 |     QT_DEPRECATED_X("Use default constructor instead") Q_DECL_CONSTEXPR inline QFlags(Zero) noexcept : i(0) {}
      |                                                                                ^~~~~~
g++ -c -pipe -O2 -fPIC -fPIC -Wall -Wextra -D_REENTRANT -DQT_NO_DEBUG -DQT_NO_KEYWORDS -DQT_PRINTSUPPORT_LIB -DQT_SVG_LIB -DQT_OPENGL_LIB -DQT_WIDGETS_LIB -DQT_GUI_LIB -DQT_CONCURRENT_LIB -DQT_CORE_LIB -I. -I/usr/include/qt5 -I/usr/include/qt5/QtPrintSupport -I/usr/include/qt5/QtSvg -I/usr/include/qt5/QtOpenGL -I/usr/include/qt5/QtWidgets -I/usr/include/qt5/QtGui -I/usr/include/qt5/QtConcurrent -I/usr/include/qt5/QtCore -Imoc -I/usr/lib64/qt5/mkspecs/linux-g++ -o obj/qwt_event_pattern.o qwt_event_pattern.cpp
g++ -c -pipe -O2 -fPIC -fPIC -Wall -Wextra -D_REENTRANT -DQT_NO_DEBUG -DQT_NO_KEYWORDS -DQT_PRINTSUPPORT_LIB -DQT_SVG_LIB -DQT_OPENGL_LIB -DQT_WIDGETS_LIB -DQT_GUI_LIB -DQT_CONCURRENT_LIB -DQT_CORE_LIB -I. -I/usr/include/qt5 -I/usr/include/qt5/QtPrintSupport -I/usr/include/qt5/QtSvg -I/usr/include/qt5/QtOpenGL -I/usr/include/qt5/QtWidgets -I/usr/include/qt5/QtGui -I/usr/include/qt5/QtConcurrent -I/usr/include/qt5/QtCore -Imoc -I/usr/lib64/qt5/mkspecs/linux-g++ -o obj/qwt_graphic.o qwt_graphic.cpp
In file included from qwt_graphic.cpp:11:
qwt_painter_command.h:85:22: error: field ‘clipPath’ has incomplete type ‘QPainterPath’
   85 |         QPainterPath clipPath;
      |                      ^~~~~~~~
In file included from /usr/include/qt5/QtGui/qtransform.h:43,
                 from /usr/include/qt5/QtGui/qimage.h:48,
                 from /usr/include/qt5/QtGui/qpixmap.h:49,
                 from /usr/include/qt5/QtGui/qpainter.h:48,
                 from /usr/include/qt5/QtGui/qpaintengine.h:47,
                 from qwt_null_paintdevice.h:15,
                 from qwt_graphic.h:14,
                 from qwt_graphic.cpp:10:
/usr/include/qt5/QtGui/qmatrix.h:54:7: note: forward declaration of ‘class QPainterPath’
   54 | class QPainterPath;
      |       ^~~~~~~~~~~~
make[2]: *** [Makefile:2018: obj/qwt_graphic.o] Error 1
make[2]: Leaving directory '/tmp/SBo/GoldenCheetah-3.5/qwt/src'
make[1]: *** [Makefile:47: sub-src-make_first-ordered] Error 2
make[1]: Leaving directory '/tmp/SBo/GoldenCheetah-3.5/qwt'
make: *** [Makefile:48: sub-qwt-make_first-ordered] Error 2
root@laptop:/home/eugene/Downloads/goldencheetah#
 
Old 10-22-2020, 09:28 PM   #3023
orbea
Senior Member
 
Registered: Feb 2015
Distribution: Slackware64-current
Posts: 1,950

Rep: Reputation: Disabled
I'm guessing this include is missing.

Code:
#include <QPainterPath>
 
Old 10-23-2020, 11:01 AM   #3024
BrunoLafleur
Member
 
Registered: Apr 2020
Location: France
Distribution: Slackware
Posts: 399

Rep: Reputation: 364Reputation: 364Reputation: 364Reputation: 364
Quote:
Originally Posted by orbea View Post
I'm guessing this include is missing.

Code:
#include <QPainterPath>
Yes. It results from the switch from qt5.13 to qt5.15
A lot of packages needed to be patched. Some are pending.
 
Old 10-23-2020, 01:52 PM   #3025
enine
Senior Member
 
Registered: Nov 2003
Distribution: Slackʍɐɹǝ
Posts: 1,486
Blog Entries: 4

Rep: Reputation: 282Reputation: 282Reputation: 282
ok, so QT must have moved that to a different header file then?
Do I need to add the include to qwt_graphic.cpp or is it furthur down in one of the qt headers is needs added?
 
Old 10-23-2020, 02:33 PM   #3026
orbea
Senior Member
 
Registered: Feb 2015
Distribution: Slackware64-current
Posts: 1,950

Rep: Reputation: Disabled
I think in earlier qt5 versions the header was included by qt, but now with qt5.15 it needs to be explicitly included.

I would try in qwt_painter_command.h, but that is just a guess.
 
Old 10-25-2020, 12:34 PM   #3027
av2zeal
Member
 
Registered: Jul 2008
Distribution: Slackware64
Posts: 56

Rep: Reputation: 1
perl-Tk-TableMatrix fails to build on -current with:
# Test 1 got: "Can't load '/usr/lib64/perl5/vendor_perl/auto/Tk/Tk.so' for module Tk: /usr/lib64/perl5/vendor_perl/auto/Tk/Tk.so: undefined symbol: Perl_to_utf8_upper at /usr/lib64/perl5/DynaLoader.pm line 193.\n\0 at t/create.t line 33.\nCompilation failed in require at t/create.t line 33.\n" (t/create.t at line 34)
# Expected: "" (loading Tk module)

I have tried version bumping to 1.25 and removing the patch from the SlackBuild with similar results.

perl-tk builds and installs fine (it is a dependency for perl-Tk-TableMatrix).
It looks like it can't locate it though?
 
Old 10-25-2020, 01:58 PM   #3028
enine
Senior Member
 
Registered: Nov 2003
Distribution: Slackʍɐɹǝ
Posts: 1,486
Blog Entries: 4

Rep: Reputation: 282Reputation: 282Reputation: 282
Well, I worked on it some more, had to include that header in several places, but now ran into another erro

Code:
In file included from qwt_abstract_scale_draw.h:15,
                 from qwt_abstract_scale_draw.cpp:10:
qwt_text.h:142:41: warning: ‘QString::null’ is deprecated: use QString() [-Wdeprecated-declarations]
  142 |     QwtText( const QString & = QString::null,
      |                                         ^~~~
In file included from /usr/include/qt5/QtCore/qhashfunctions.h:44,
                 from /usr/include/qt5/QtCore/qvarlengtharray.h:47,
                 from /usr/include/qt5/QtCore/qmetatype.h:48,
                 from qwt_interval.h:14,
                 from qwt_scale_div.h:14,
                 from qwt_abstract_scale_draw.h:14,
                 from qwt_abstract_scale_draw.cpp:10:
/usr/include/qt5/QtCore/qstring.h:950:23: note: declared here
  950 |     static const Null null;
      |                       ^~~~
make[2]: *** [Makefile:1959: obj/qwt_abstract_scale_draw.o] Error 1
make[2]: Leaving directory '/tmp/SBo/GoldenCheetah-3.5/qwt/src'
make[1]: *** [Makefile:47: sub-src-make_first-ordered] Error 2
make[1]: Leaving directory '/tmp/SBo/GoldenCheetah-3.5/qwt'
make: *** [Makefile:48: sub-qwt-make_first-ordered] Error 2
I may have to wait for the goldencheetah folk to fix everything.
 
Old 10-25-2020, 02:07 PM   #3029
orbea
Senior Member
 
Registered: Feb 2015
Distribution: Slackware64-current
Posts: 1,950

Rep: Reputation: Disabled
That is not the error, that is a warning. The real error is somewhere above that. You need a more complete log.
 
Old 10-25-2020, 03:20 PM   #3030
av2zeal
Member
 
Registered: Jul 2008
Distribution: Slackware64
Posts: 56

Rep: Reputation: 1
Here you go:

Code:
Tk-TableMatrix-1.23/
Tk-TableMatrix-1.23/demos/
Tk-TableMatrix-1.23/demos/SpreadsheetHideRows
Tk-TableMatrix-1.23/demos/TableMatrixSpreadsheetTest
Tk-TableMatrix-1.23/demos/TableMatrixTest
Tk-TableMatrix-1.23/demos/basic
Tk-TableMatrix-1.23/demos/buttons
Tk-TableMatrix-1.23/demos/command
Tk-TableMatrix-1.23/demos/debug
Tk-TableMatrix-1.23/demos/dynarows
Tk-TableMatrix-1.23/demos/edit_styles.pl
Tk-TableMatrix-1.23/demos/embeddedWindows.pl
Tk-TableMatrix-1.23/demos/maxsize
Tk-TableMatrix-1.23/demos/spreadsheet
Tk-TableMatrix-1.23/demos/tagBorderWidth
Tk-TableMatrix-1.23/demos/tagMerge
Tk-TableMatrix-1.23/demos/tagMerge2
Tk-TableMatrix-1.23/COPYING
Tk-TableMatrix-1.23/Changes
Tk-TableMatrix-1.23/Makefile.PL
Tk-TableMatrix-1.23/README
Tk-TableMatrix-1.23/TableMatrix.pm
Tk-TableMatrix-1.23/TableMatrix.xs
Tk-TableMatrix-1.23/debug
Tk-TableMatrix-1.23/debug.bat
Tk-TableMatrix-1.23/myConfig
Tk-TableMatrix-1.23/TableMatrix/
Tk-TableMatrix-1.23/TableMatrix/Spreadsheet.pm
Tk-TableMatrix-1.23/TableMatrix/SpreadsheetHideRows.pm
Tk-TableMatrix-1.23/pTk/
Tk-TableMatrix-1.23/pTk/mTk/
Tk-TableMatrix-1.23/pTk/mTk/Tktable/
Tk-TableMatrix-1.23/pTk/mTk/Tktable/Makefile.in
Tk-TableMatrix-1.23/pTk/mTk/Tktable/confdefs.h
Tk-TableMatrix-1.23/pTk/mTk/Tktable/config.cache
Tk-TableMatrix-1.23/pTk/mTk/Tktable/config.log
Tk-TableMatrix-1.23/pTk/mTk/Tktable/configure
Tk-TableMatrix-1.23/pTk/mTk/Tktable/configure.in
Tk-TableMatrix-1.23/pTk/mTk/Tktable/mac_tkTable.mcp
Tk-TableMatrix-1.23/pTk/mTk/Tktable/mac_tkTable.r
Tk-TableMatrix-1.23/pTk/mTk/Tktable/mac_tkTable_prefix.h
Tk-TableMatrix-1.23/pTk/mTk/Tktable/makefile.vc
Tk-TableMatrix-1.23/pTk/mTk/Tktable/mm.h
Tk-TableMatrix-1.23/pTk/mTk/Tktable/pTk.exc
Tk-TableMatrix-1.23/pTk/mTk/Tktable/perlPort.pod
Tk-TableMatrix-1.23/pTk/mTk/Tktable/tkAppInit.c
Tk-TableMatrix-1.23/pTk/mTk/Tktable/tkTable.c
Tk-TableMatrix-1.23/pTk/mTk/Tktable/tkTable.h
Tk-TableMatrix-1.23/pTk/mTk/Tktable/tkTableCell.c
Tk-TableMatrix-1.23/pTk/mTk/Tktable/tkTableCellSort.c
Tk-TableMatrix-1.23/pTk/mTk/Tktable/tkTableCmds.c
Tk-TableMatrix-1.23/pTk/mTk/Tktable/tkTableEdit.c
Tk-TableMatrix-1.23/pTk/mTk/Tktable/tkTableInitScript.h
Tk-TableMatrix-1.23/pTk/mTk/Tktable/tkTablePs.c
Tk-TableMatrix-1.23/pTk/mTk/Tktable/tkTableTag.c
Tk-TableMatrix-1.23/pTk/mTk/Tktable/tkTableUtil.c
Tk-TableMatrix-1.23/pTk/mTk/Tktable/tkTableWin.c
Tk-TableMatrix-1.23/pTk/mTk/Tktable/tkTableversion.h
Tk-TableMatrix-1.23/pTk/mTk/Tktable/version.h
Tk-TableMatrix-1.23/pTk/mTk/README
Tk-TableMatrix-1.23/pTk/mTk/license.terms
Tk-TableMatrix-1.23/pTk/mTk/Tktable800/
Tk-TableMatrix-1.23/pTk/mTk/Tktable800/Makefile.in
Tk-TableMatrix-1.23/pTk/mTk/Tktable800/confdefs.h
Tk-TableMatrix-1.23/pTk/mTk/Tktable800/config.cache
Tk-TableMatrix-1.23/pTk/mTk/Tktable800/config.log
Tk-TableMatrix-1.23/pTk/mTk/Tktable800/configure
Tk-TableMatrix-1.23/pTk/mTk/Tktable800/configure.in
Tk-TableMatrix-1.23/pTk/mTk/Tktable800/mac_tkTable.mcp
Tk-TableMatrix-1.23/pTk/mTk/Tktable800/mac_tkTable.r
Tk-TableMatrix-1.23/pTk/mTk/Tktable800/mac_tkTable_prefix.h
Tk-TableMatrix-1.23/pTk/mTk/Tktable800/makefile.vc
Tk-TableMatrix-1.23/pTk/mTk/Tktable800/mm.h
Tk-TableMatrix-1.23/pTk/mTk/Tktable800/pTk.exc
Tk-TableMatrix-1.23/pTk/mTk/Tktable800/tkAppInit.c
Tk-TableMatrix-1.23/pTk/mTk/Tktable800/tkTable.c
Tk-TableMatrix-1.23/pTk/mTk/Tktable800/tkTable.h
Tk-TableMatrix-1.23/pTk/mTk/Tktable800/tkTableCell.c
Tk-TableMatrix-1.23/pTk/mTk/Tktable800/tkTableCellSort.c
Tk-TableMatrix-1.23/pTk/mTk/Tktable800/tkTableCmds.c
Tk-TableMatrix-1.23/pTk/mTk/Tktable800/tkTableEdit.c
Tk-TableMatrix-1.23/pTk/mTk/Tktable800/tkTableInitScript.h
Tk-TableMatrix-1.23/pTk/mTk/Tktable800/tkTablePs.c
Tk-TableMatrix-1.23/pTk/mTk/Tktable800/tkTableTag.c
Tk-TableMatrix-1.23/pTk/mTk/Tktable800/tkTableUtil.c
Tk-TableMatrix-1.23/pTk/mTk/Tktable800/tkTableWin.c
Tk-TableMatrix-1.23/pTk/mTk/Tktable800/tkTableversion.h
Tk-TableMatrix-1.23/pTk/mTk/Tktable800/version.h
Tk-TableMatrix-1.23/pTk/Makefile.PL
Tk-TableMatrix-1.23/pTk/Tcl-pTk
Tk-TableMatrix-1.23/pTk/chext
Tk-TableMatrix-1.23/pTk/counts
Tk-TableMatrix-1.23/pTk/defs
Tk-TableMatrix-1.23/pTk/fakeld
Tk-TableMatrix-1.23/pTk/findX
Tk-TableMatrix-1.23/pTk/findcore
Tk-TableMatrix-1.23/pTk/findstrings
Tk-TableMatrix-1.23/pTk/from
Tk-TableMatrix-1.23/pTk/genexc
Tk-TableMatrix-1.23/pTk/license.html_lib
Tk-TableMatrix-1.23/pTk/license.terms
Tk-TableMatrix-1.23/pTk/makeenglish
Tk-TableMatrix-1.23/pTk/mkXinfo
Tk-TableMatrix-1.23/pTk/mkmethods
Tk-TableMatrix-1.23/pTk/mkneed
Tk-TableMatrix-1.23/pTk/p4e
Tk-TableMatrix-1.23/pTk/process_object
Tk-TableMatrix-1.23/pTk/refs
Tk-TableMatrix-1.23/pTk/tdiff
Tk-TableMatrix-1.23/pTk/why
Tk-TableMatrix-1.23/pod/
Tk-TableMatrix-1.23/pod/Makefile.PL
Tk-TableMatrix-1.23/pod/TableMatrix.pod
Tk-TableMatrix-1.23/t/
Tk-TableMatrix-1.23/t/create.t
Tk-TableMatrix-1.23/ChangeLog
patching file pTk/Makefile.PL
/usr/bin/perl5.32.0 is installed in /usr/lib64/perl5 okay
Using -L/usr/X11R6/lib to find /usr/X11R6/lib/libX11.so.6.3.0
Using -I/usr/X11R6/include to find /usr/X11R6/include/X11/Xlib.h
Writing MYMETA.yml and MYMETA.json
Writing MYMETA.yml and MYMETA.json
Generating a Unix-style Makefile
Writing Makefile for Tk::TableMatrix
Writing MYMETA.yml and MYMETA.json
cp TableMatrix/SpreadsheetHideRows.pm blib/lib/Tk/TableMatrix/SpreadsheetHideRows.pm
cp TableMatrix.pm blib/lib/Tk/TableMatrix.pm
AutoSplitting blib/lib/Tk/TableMatrix.pm (blib/lib/auto/Tk/TableMatrix)
cp TableMatrix/Spreadsheet.pm blib/lib/Tk/TableMatrix/Spreadsheet.pm
cd pTk && make
make[1]: Entering directory '/tmp/SBo/Tk-TableMatrix-1.23/pTk'
cp tkTableversion.h ../blib/arch/Tk/pTk/tkTableversion.h
cp mm.h ../blib/arch/Tk/pTk/mm.h
cp tkTable.h ../blib/arch/Tk/pTk/tkTable.h
cp version.h ../blib/arch/Tk/pTk/version.h
cc -c  -I/usr/lib64/perl5/vendor_perl/Tk -I/usr/X11R6/include -I/usr/lib64/perl5/vendor_perl/Tk/pTk -I. -Ibitmaps -I/usr/X11R6/include -I/usr/include/freetype2 -D_REENTRANT -D_GNU_SOURCE -fwrapv -fno-strict-aliasing -pipe -fstack-protector-strong -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_FORTIFY_SOURCE=2 -O2 -fPIC   -DVERSION=\"1.23\" -DXS_VERSION=\"0.9\" -fPIC "-I/usr/lib64/perl5/CORE"   -Wall -Wno-implicit-int -Wno-comment -Wno-unused -D__USE_FIXED_PROTOTYPES__ tkTable.c
cc -c  -I/usr/lib64/perl5/vendor_perl/Tk -I/usr/X11R6/include -I/usr/lib64/perl5/vendor_perl/Tk/pTk -I. -Ibitmaps -I/usr/X11R6/include -I/usr/include/freetype2 -D_REENTRANT -D_GNU_SOURCE -fwrapv -fno-strict-aliasing -pipe -fstack-protector-strong -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_FORTIFY_SOURCE=2 -O2 -fPIC   -DVERSION=\"1.23\" -DXS_VERSION=\"0.9\" -fPIC "-I/usr/lib64/perl5/CORE"   -Wall -Wno-implicit-int -Wno-comment -Wno-unused -D__USE_FIXED_PROTOTYPES__ tkTableCell.c
cc -c  -I/usr/lib64/perl5/vendor_perl/Tk -I/usr/X11R6/include -I/usr/lib64/perl5/vendor_perl/Tk/pTk -I. -Ibitmaps -I/usr/X11R6/include -I/usr/include/freetype2 -D_REENTRANT -D_GNU_SOURCE -fwrapv -fno-strict-aliasing -pipe -fstack-protector-strong -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_FORTIFY_SOURCE=2 -O2 -fPIC   -DVERSION=\"1.23\" -DXS_VERSION=\"0.9\" -fPIC "-I/usr/lib64/perl5/CORE"   -Wall -Wno-implicit-int -Wno-comment -Wno-unused -D__USE_FIXED_PROTOTYPES__ tkTableCellSort.c
cc -c  -I/usr/lib64/perl5/vendor_perl/Tk -I/usr/X11R6/include -I/usr/lib64/perl5/vendor_perl/Tk/pTk -I. -Ibitmaps -I/usr/X11R6/include -I/usr/include/freetype2 -D_REENTRANT -D_GNU_SOURCE -fwrapv -fno-strict-aliasing -pipe -fstack-protector-strong -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_FORTIFY_SOURCE=2 -O2 -fPIC   -DVERSION=\"1.23\" -DXS_VERSION=\"0.9\" -fPIC "-I/usr/lib64/perl5/CORE"   -Wall -Wno-implicit-int -Wno-comment -Wno-unused -D__USE_FIXED_PROTOTYPES__ tkTableCmds.c
cc -c  -I/usr/lib64/perl5/vendor_perl/Tk -I/usr/X11R6/include -I/usr/lib64/perl5/vendor_perl/Tk/pTk -I. -Ibitmaps -I/usr/X11R6/include -I/usr/include/freetype2 -D_REENTRANT -D_GNU_SOURCE -fwrapv -fno-strict-aliasing -pipe -fstack-protector-strong -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_FORTIFY_SOURCE=2 -O2 -fPIC   -DVERSION=\"1.23\" -DXS_VERSION=\"0.9\" -fPIC "-I/usr/lib64/perl5/CORE"   -Wall -Wno-implicit-int -Wno-comment -Wno-unused -D__USE_FIXED_PROTOTYPES__ tkTableEdit.c
cc -c  -I/usr/lib64/perl5/vendor_perl/Tk -I/usr/X11R6/include -I/usr/lib64/perl5/vendor_perl/Tk/pTk -I. -Ibitmaps -I/usr/X11R6/include -I/usr/include/freetype2 -D_REENTRANT -D_GNU_SOURCE -fwrapv -fno-strict-aliasing -pipe -fstack-protector-strong -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_FORTIFY_SOURCE=2 -O2 -fPIC   -DVERSION=\"1.23\" -DXS_VERSION=\"0.9\" -fPIC "-I/usr/lib64/perl5/CORE"   -Wall -Wno-implicit-int -Wno-comment -Wno-unused -D__USE_FIXED_PROTOTYPES__ tkTableTag.c
cc -c  -I/usr/lib64/perl5/vendor_perl/Tk -I/usr/X11R6/include -I/usr/lib64/perl5/vendor_perl/Tk/pTk -I. -Ibitmaps -I/usr/X11R6/include -I/usr/include/freetype2 -D_REENTRANT -D_GNU_SOURCE -fwrapv -fno-strict-aliasing -pipe -fstack-protector-strong -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_FORTIFY_SOURCE=2 -O2 -fPIC   -DVERSION=\"1.23\" -DXS_VERSION=\"0.9\" -fPIC "-I/usr/lib64/perl5/CORE"   -Wall -Wno-implicit-int -Wno-comment -Wno-unused -D__USE_FIXED_PROTOTYPES__ tkTableUtil.c
cc -c  -I/usr/lib64/perl5/vendor_perl/Tk -I/usr/X11R6/include -I/usr/lib64/perl5/vendor_perl/Tk/pTk -I. -Ibitmaps -I/usr/X11R6/include -I/usr/include/freetype2 -D_REENTRANT -D_GNU_SOURCE -fwrapv -fno-strict-aliasing -pipe -fstack-protector-strong -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_FORTIFY_SOURCE=2 -O2 -fPIC   -DVERSION=\"1.23\" -DXS_VERSION=\"0.9\" -fPIC "-I/usr/lib64/perl5/CORE"   -Wall -Wno-implicit-int -Wno-comment -Wno-unused -D__USE_FIXED_PROTOTYPES__ tkTableWin.c
rm -f "libpTk.a"
/usr/bin/ar cr "libpTk.a" tkTable.o tkTableCell.o tkTableCellSort.o tkTableCmds.o tkTableEdit.o tkTableTag.o tkTableUtil.o tkTableWin.o
: "libpTk.a"
chmod 755 libpTk.a
make[1]: Leaving directory '/tmp/SBo/Tk-TableMatrix-1.23/pTk'
make[1]: Entering directory '/tmp/SBo/Tk-TableMatrix-1.23/pTk'
make[1]: Leaving directory '/tmp/SBo/Tk-TableMatrix-1.23/pTk'
make[1]: Entering directory '/tmp/SBo/Tk-TableMatrix-1.23/pod'
cp TableMatrix.pod ../blib/lib/Tk/TableMatrix.pod
Manifying 1 pod document
make[1]: Leaving directory '/tmp/SBo/Tk-TableMatrix-1.23/pod'
Running Mkbootstrap for TableMatrix ()
chmod 644 "TableMatrix.bs"
"/usr/bin/perl5.32.0" -MExtUtils::Command::MM -e 'cp_nonempty' -- TableMatrix.bs blib/arch/auto/Tk/TableMatrix/TableMatrix.bs 644
"/usr/bin/perl5.32.0" "/usr/share/perl5/ExtUtils/xsubpp"  -typemap '/usr/share/perl5/ExtUtils/typemap' -typemap '/usr/lib64/perl5/vendor_perl/Tk/typemap'  TableMatrix.xs > TableMatrix.xsc
mv TableMatrix.xsc TableMatrix.c
cc -c  -I/usr/lib64/perl5/vendor_perl/Tk -I/usr/lib64/perl5/vendor_perl/Tk/pTk -I/usr/X11R6/include -I/usr/include/freetype2 -D_REENTRANT -D_GNU_SOURCE -fwrapv -fno-strict-aliasing -pipe -fstack-protector-strong -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_FORTIFY_SOURCE=2 -O2 -fPIC   -DVERSION=\"1.23\" -DXS_VERSION=\"1.23\" -fPIC "-I/usr/lib64/perl5/CORE"   -Wall -Wno-implicit-int -Wno-comment -Wno-unused -D__USE_FIXED_PROTOTYPES__ TableMatrix.c
rm -f blib/arch/auto/Tk/TableMatrix/TableMatrix.so
LD_RUN_PATH="/usr/X11R6/lib" cc  -shared -O2 -fPIC -L/usr/local/lib -fstack-protector-strong  TableMatrix.o  -o blib/arch/auto/Tk/TableMatrix/TableMatrix.so pTk/libpTk.a \
   -L/usr/X11R6/lib -lX11 -lnsl -lm   \
  
chmod 755 blib/arch/auto/Tk/TableMatrix/TableMatrix.so
Manifying 2 pod documents
make[1]: Entering directory '/tmp/SBo/Tk-TableMatrix-1.23/pod'
Sorry no HTML building yet
make[1]: Leaving directory '/tmp/SBo/Tk-TableMatrix-1.23/pod'
"/usr/bin/perl5.32.0" -MExtUtils::Command::MM -e 'cp_nonempty' -- TableMatrix.bs blib/arch/auto/Tk/TableMatrix/TableMatrix.bs 644
cd pTk && make
make[1]: Entering directory '/tmp/SBo/Tk-TableMatrix-1.23/pTk'
make[1]: Leaving directory '/tmp/SBo/Tk-TableMatrix-1.23/pTk'
make[1]: Entering directory '/tmp/SBo/Tk-TableMatrix-1.23/pTk'
make[1]: Leaving directory '/tmp/SBo/Tk-TableMatrix-1.23/pTk'
make[1]: Entering directory '/tmp/SBo/Tk-TableMatrix-1.23/pod'
Manifying 1 pod document
make[1]: Leaving directory '/tmp/SBo/Tk-TableMatrix-1.23/pod'
PERL_DL_NONLAZY=1 "/usr/bin/perl5.32.0" "-MExtUtils::Command::MM" "-MTest::Harness" "-e" "undef *Test::Harness::Switches; test_harness(0, 'blib/lib', 'blib/arch')" t/create.t
t/create.t .. 
Failed 7/42 subtests 
        (less 35 skipped subtests: 0 okay)

Test Summary Report
-------------------
t/create.t (Wstat: 0 Tests: 42 Failed: 7)
  Failed tests:  1, 4-5, 17-18, 30-31
Files=1, Tests=42,  0 wallclock secs ( 0.01 usr  0.00 sys +  0.02 cusr  0.00 csys =  0.03 CPU)
Result: FAIL

Last edited by av2zeal; 10-25-2020 at 03:44 PM.
 
  


Reply

Tags
current, sbo, sbopkg, slackrepo



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
[SOLVED] Error building gst1-plugins-good 1.4.1 from SBO l0rddarkf0rce Slackware 4 10-06-2014 05:58 PM
[SOLVED] Failure building nvidia-kernel Slackbuild from SBo sysfce2 Slackware 7 07-02-2011 01:10 AM
problems building fontforge from SBo gtludwig Slackware 7 05-12-2010 01:52 PM
Pls help me take my 1st step! verysoon Fedora - Installation 2 12-12-2005 07:49 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Slackware

All times are GMT -5. The time now is 10:07 PM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration