LinuxQuestions.org
Welcome to the most active Linux Forum on the web.
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 04-13-2017, 02:49 PM   #16
montagdude
Senior Member
 
Registered: Apr 2016
Distribution: Slackware
Posts: 2,011

Original Poster
Rep: Reputation: 1619Reputation: 1619Reputation: 1619Reputation: 1619Reputation: 1619Reputation: 1619Reputation: 1619Reputation: 1619Reputation: 1619Reputation: 1619Reputation: 1619

Quote:
Originally Posted by bamunds View Post
The new slackbuild installs, but as soon as I execute it goes to segmentation fault when trying to Read Slackbuilds repository. I'm not sure what is happening, but reinstalling 0.1.1 doesn't have this issue.
Hm, okay, thanks for reporting. I haven't had that happen, but that's what testing is for, I guess. There must be something about your local repository that it is causing it to choke, maybe a missing file or something. Is there any way you could tar up the entire repository (whatever is listed for repo_dir) and share it? That way I could test with your repository and hopefully fix whatever the issue is or at least have it give a useful warning.

As a workaround, I'm pretty sure that if you delete the repository and then use your package manager (sbotools I think you said?) to create it again, the problem will go away. If not, then it must be something in your /var/log/packages directory that sboui isn't handling right.

Quote:
Originally Posted by bamunds View Post
I've also noticed another issue or user error. I have Keepassxc installed. It requires libinput be installed as referenced herehttp://https://github.com/keepassxre...on-from-Source and also in the "Compute Build Sequence" for keepassxc. However, when I run the "List inverse deps" for libinput it does NOT show that it is a dependency for keepassxc. Am I interpreting the "List inverse deps" wrong or should it be showing libinput is a dependency of keepassxc? Or is this an error in the slackbuild file itself, because I checked the slackbuild "REQUIRES" field of keepassxc and it only shows qt5 as required. Am I confused and it is all "user error"? Thanks.
The inverse dependencies search only operates on things that you have installed, and if you are missing something in the chain, it won't be able to go further up. When you do "Compute Build Order" for keepassxc, are there any dependencies listed that you don't have installed?

Thanks for your testing and feedback, by the way. You are definitely helping improve it.

Last edited by montagdude; 04-13-2017 at 02:58 PM.
 
Old 04-13-2017, 03:40 PM   #17
bamunds
Member
 
Registered: Sep 2013
Location: Mounds View MN
Distribution: Slackware64-14.2-Multilib XDM/FVWM3
Posts: 780

Rep: Reputation: 260Reputation: 260Reputation: 260
Quote:
Originally Posted by montagdude View Post
Hm, okay, thanks for reporting. I haven't had that happen, but that's what testing is for, I guess. There must be something about your local repository that it is causing it to choke, maybe a missing file or something. Is there any way you could tar up the entire repository (whatever is listed for repo_dir) and share it? That way I could test with your repository and hopefully fix whatever the issue is or at least have it give a useful warning.
This is the dmesg
[12656.650901] sboui[20624]: segfault at 18 ip 00007f4bad5de94b sp 00007ffe852b38d0 error 4 in libstdc++.so.6.0.21[7f4bad512000+16b000]
I'm not sure what is happening, but reinstalling 0.1.1 doesn't have this issue. It appears to be a library issue maybe?

Quote:
Originally Posted by montagdude View Post
As a workaround, I'm pretty sure that if you delete the repository and then use your package manager (sbotools I think you said?) to create it again, the problem will go away. If not, then it must be something in your /var/log/packages directory that sboui isn't handling right.
I'll have to try this and see if it actually makes a difference. But should I do this based on the DMESG error?

Quote:
Originally Posted by montagdude View Post
The inverse dependencies search only operates on things that you have installed, and if you are missing something in the chain, it won't be able to go further up. When you do "Compute Build Order" for keepassxc, are there any dependencies listed that you don't have installed?
As you were answering I think I was editing my reply and added the following "..and also in the "Compute Build Sequence" for keepassxc." So to answer your question, yes libinput shows in the build sequence for keepassxc and everything except qt5 (AlienBob's package is installed) is marked as installed. So keepassxc is recognising it needs libinput and it is marked as installed. Next step?
 
Old 04-13-2017, 06:17 PM   #18
montagdude
Senior Member
 
Registered: Apr 2016
Distribution: Slackware
Posts: 2,011

Original Poster
Rep: Reputation: 1619Reputation: 1619Reputation: 1619Reputation: 1619Reputation: 1619Reputation: 1619Reputation: 1619Reputation: 1619Reputation: 1619Reputation: 1619Reputation: 1619
Quote:
Originally Posted by bamunds View Post
This is the dmesg
[12656.650901] sboui[20624]: segfault at 18 ip 00007f4bad5de94b sp 00007ffe852b38d0 error 4 in libstdc++.so.6.0.21[7f4bad512000+16b000]
I'm not sure what is happening, but reinstalling 0.1.1 doesn't have this issue. It appears to be a library issue maybe?


I'll have to try this and see if it actually makes a difference. But should I do this based on the DMESG error?
That is probably just the final line in the backtrace. It doesn't actually mean libstdc++ is the culprit, just that it reported it. So yes, you should try regenerating the repository and see if that fixes it. But please save a copy of the repository in its current state first, because I'd like to figure out what's causing the segfault.

The other possible culprit is your /var/log/packages directory. I know you were talking about changing the names of files in there before. If you ended up creating an illegal package name, that could definitely cause this problem. Could you post the output of:

Code:
ls /var/log/packages
on pastebin.com?

Whatever the reason for your error, whether its sboui's fault or not, I want to fix sboui so it catches it instead of segfaulting. segfaulting is never an acceptable result.

Quote:
Originally Posted by bamunds View Post
As you were answering I think I was editing my reply and added the following "..and also in the "Compute Build Sequence" for keepassxc." So to answer your question, yes libinput shows in the build sequence for keepassxc and everything except qt5 (AlienBob's package is installed) is marked as installed. So keepassxc is recognising it needs libinput and it is marked as installed. Next step?
Right, so this problem is fixed in sboui-0.2. You are only seeing it because qt5 was installed from Alien Bob's repo, and sboui-0.1.1 will ignore any package that doesn't have the "_SBo" tag. One of the fixes/enhancements in 0.2 is to make sure those packages show up as installed even if they don't have that tag. The reason why "List inverse deps" for libinput doesn't find keepassxc is because the inverse dependency search requires an unbroken chain of installed dependencies, and for you that chain gets broken at qt5. But like I said, that wouldn't happen with version 0.2.

PS Has anyone besides bamunds given sboui a try?

Last edited by montagdude; 04-13-2017 at 06:34 PM.
 
Old 04-13-2017, 11:29 PM   #19
bamunds
Member
 
Registered: Sep 2013
Location: Mounds View MN
Distribution: Slackware64-14.2-Multilib XDM/FVWM3
Posts: 780

Rep: Reputation: 260Reputation: 260Reputation: 260
Quote:
Originally Posted by montagdude View Post
That is probably just the final line in the backtrace. It doesn't actually mean libstdc++ is the culprit, just that it reported it. So yes, you should try regenerating the repository and see if that fixes it. But please save a copy of the repository in its current state first, because I'd like to figure out what's causing the segfault.
I copied the repository, then removed the original, then resync it from scratch, including letting it build the location. Then removed sboui-0.1.1 and installed sboui-0.2. After installation it still segment faults. I then removed 0.2 and installed 0.1.1 and everything works again as normal. So I'm going to need to have some direction on what else you want me to capture?

Quote:
Originally Posted by montagdude View Post
The other possible culprit is your /var/log/packages directory. I know you were talking about changing the names of files in there before.
Actually I changed only one name directly, i.e. sddm-0.12.0-x86_64-1alien_SBo. But I have since removed that package and re-installed a later package sddm-0.14.0-x86_64-1alien_SBo after building it from source per AlienBob's instructions. There is a copy of my /var/log/packages at https://pastebin.com/PaB0SZYf for your inspection of the packages installed.

Quote:
Originally Posted by montagdude View Post
You are only seeing it because qt5 was installed from Alien Bob's repo, ...that wouldn't happen with version 0.2.
Will this be true for all packages then? Or are you only correcting for -1alien in addition to _SBo?

At this point I'm still able to use sbotools and sboui-0.1.1 directly without any conflicts, with the understanding that it is only showing packages currently in the slackbuild directory. That the seven packages I've installed directly from AlienBob will have to be managed separately. I do have a couple of custom installs; brave.rpm, skypeforlinux.rpm, from rpm2tgz package installs and XnViewMP.deb from src2pkg install. I wouldn't think those are causing a problem for 0.2 since their tags are standard. The only thing I notice is it looks like when XnViewMP was upgraded somehow the older version was left in /var/log/packages so two version are showing, but that really shouldn't be an issue since that package is not from SlackBuilds.

There is one additional behaviour for sboui-0.2, which is that although I press "q" to quit the program it instead suddenly causing 100% load on my CPU1 until I kill sboui, probably a result of the segmentation fault.

Open to ideas for what to try or investigate.

Last edited by bamunds; 04-13-2017 at 11:37 PM.
 
Old 04-14-2017, 07:25 AM   #20
montagdude
Senior Member
 
Registered: Apr 2016
Distribution: Slackware
Posts: 2,011

Original Poster
Rep: Reputation: 1619Reputation: 1619Reputation: 1619Reputation: 1619Reputation: 1619Reputation: 1619Reputation: 1619Reputation: 1619Reputation: 1619Reputation: 1619Reputation: 1619
Quote:
Originally Posted by bamunds View Post
I copied the repository, then removed the original, then resync it from scratch, including letting it build the location. Then removed sboui-0.1.1 and installed sboui-0.2. After installation it still segment faults. I then removed 0.2 and installed 0.1.1 and everything works again as normal. So I'm going to need to have some direction on what else you want me to capture?
In that case, don't worry about it. If it still happens with a fresh repository, then that must not be the problem.

Quote:
Originally Posted by bamunds View Post
Actually I changed only one name directly, i.e. sddm-0.12.0-x86_64-1alien_SBo. But I have since removed that package and re-installed a later package sddm-0.14.0-x86_64-1alien_SBo after building it from source per AlienBob's instructions. There is a copy of my /var/log/packages at https://pastebin.com/PaB0SZYf for your inspection of the packages installed.
Actually, would you mind posting the output of `ls /var/log/packages` here in [CODE][/CODE] tags instead? I can't get to the pastebin site currently.

Quote:
Originally Posted by bamunds View Post
Will this be true for all packages then? Or are you only correcting for -1alien in addition to _SBo?
In 0.2, any installed package with the same name as something in the repo will show up properly. It doesn't matter what the tag is. However, if it doesn't end with _SBo, you will see a warning whenever you try to upgrade/reinstall/remove a package like that.

(Actually, the _SBo tag is just the default. You can change it if you want with the repo_tag variable.)

Quote:
Originally Posted by bamunds View Post
There is one additional behaviour for sboui-0.2, which is that although I press "q" to quit the program it instead suddenly causing 100% load on my CPU1 until I kill sboui, probably a result of the segmentation fault.

Open to ideas for what to try or investigate.
I don't understand this part. If it segfaults while reading the repository, the kernel should kill the process. I don't see how it could still be alive and using CPU at that point.

Last edited by montagdude; 04-14-2017 at 07:27 AM.
 
Old 04-14-2017, 07:54 AM   #21
montagdude
Senior Member
 
Registered: Apr 2016
Distribution: Slackware
Posts: 2,011

Original Poster
Rep: Reputation: 1619Reputation: 1619Reputation: 1619Reputation: 1619Reputation: 1619Reputation: 1619Reputation: 1619Reputation: 1619Reputation: 1619Reputation: 1619Reputation: 1619
If you are feeling really adventurous, you could use gdb to trace down where the segfault is happening. You will need to change the SlackBuild script to enable debugging symbols first. The line that needs to be changed is the following:

Code:
cd build
  cmake \
    -DCMAKE_C_FLAGS:STRING="$SLKCFLAGS" \
    -DCMAKE_CXX_FLAGS:STRING="$SLKCFLAGS" \
    -DCMAKE_INSTALL_PREFIX=/usr \
    -DCMAKE_BUILD_TYPE=Release ..
  make
  make install DESTDIR=$PKG
cd ..
Change it to:


Code:
cd build
  cmake \
    -DCMAKE_C_FLAGS:STRING="$SLKCFLAGS" \
    -DCMAKE_CXX_FLAGS:STRING="$SLKCFLAGS" \
    -DCMAKE_INSTALL_PREFIX=/usr \
    -DCMAKE_BUILD_TYPE=Debug ..
  make
  make install DESTDIR=$PKG
cd ..
Then, rebuild sboui using the SlackBuild script and reinstall it with `upgradepkg --reinstall --install-new /tmp/sboui-0.2*.tgz`. Now you can use gdb to debug it as follows:

Code:
gdb sboui
>> run
(After the segfault occurs:)
>> backtrace
This should tell you where exactly in the code the problem occurred.

Again, the above is totally optional and only if you feel like it. This is the same process I plan to use once I am able to see your /var/log/packages list and hopefully reproduce the problem.
 
Old 04-14-2017, 12:00 PM   #22
bamunds
Member
 
Registered: Sep 2013
Location: Mounds View MN
Distribution: Slackware64-14.2-Multilib XDM/FVWM3
Posts: 780

Rep: Reputation: 260Reputation: 260Reputation: 260
Quote:
Originally Posted by montagdude View Post
... would you mind posting the output of `ls /var/log/packages` here in?
The longest LQ allows is 30000 characters so this will be posted in two parts.

Code:
bash-4.3$ ls /var/log/packages
ConsoleKit2-1.0.0-x86_64-3                      kdeconnect-kde-0.8-x86_64-3                       pcre-8.39-x86_64-1
Cython-0.23.4-x86_64-1                          kdegraphics-mobipocket-4.14.3-x86_64-2            perl-5.22.2-x86_64-1
GConf-3.2.6-x86_64-3                            kdegraphics-strigi-analyzer-4.14.3-x86_64-2       perl-Text-CSV-1.94-x86_64-1_SBo
Jinja2-2.7.3-x86_64-1_SBo                       kdegraphics-thumbnailers-4.14.3-x86_64-2          perl-Text-CSV_XS-1.02-x86_64-1_SBo
LibRaw-0.17.2-x86_64-1                          kdelibs-4.14.21-x86_64-1                          perlkde-4.14.3-x86_64-2
M2Crypto-0.23.0-x86_64-1                        kdenetwork-filesharing-4.14.3-x86_64-2            perlqt-4.14.3-x86_64-2
MPlayer-1.2_20160125-x86_64-3                   kdenetwork-strigi-analyzers-4.14.3-x86_64-2       phonon-4.8.3-x86_64-2
MarkupSafe-0.23-x86_64-1_SBo                    kdepim-4.14.10-x86_64-1                           phonon-gstreamer-4.8.2-x86_64-1
ModemManager-1.4.14-x86_64-1                    kdepim-runtime-4.14.10-x86_64-1                   php-5.6.30-x86_64-1_slack14.2
NetworkManager-1.2.2-x86_64-2                   kdepimlibs-4.14.10-x86_64-2                       picmi-4.14.3-x86_64-2
OpenAL-1.17.2-x86_64-2_SBo                      kdeplasma-addons-4.14.3-x86_64-2                  pidentd-3.0.19-x86_64-2
PaleMoon-27.2.0-x86_64-1_SBo                    kdesdk-kioslaves-4.14.3-x86_64-2                  pidgin-2.12.0-x86_64-1_slack14.2
PyQt-4.11.4-x86_64-1                            kdesdk-strigi-analyzers-4.14.3-x86_64-2           pilot-link-0.12.5-x86_64-10
Pygments-2.1.3-x86_64-1_SBo                     kdesdk-thumbnailers-4.14.3-x86_64-2               pinentry-0.9.7-x86_64-1
QScintilla-2.9.1-x86_64-1                       kdev-python-1.7.2-x86_64-1                        pixman-0.34.0-x86_64-1
Sphinx-1.5.5-x86_64-1_SBo                       kdevelop-4.7.2-x86_64-1                           pkg-config-0.29.1-x86_64-2
Thunar-1.6.10-x86_64-3                          kdevelop-pg-qt-1.0.0-x86_64-2                     pkgtools-14.2-noarch-10
XnViewMP-linux-0.83.x64                         kdevelop-php-1.7.2-x86_64-1                       plasma-nm-0.9.3.6-x86_64-1
XnViewMP-linux-0.84.x64-1                       kdevelop-php-docs-1.7.2-x86_64-1                  pm-utils-1.4.1-x86_64-5
a2ps-4.14-x86_64-5                              kdevplatform-1.7.2-x86_64-1                       pmake-1.111-x86_64-3
a52dec-0.7.4-x86_64-2                           kdewebdev-4.14.3-x86_64-2                         podofo-0.9.5-x86_64-1_SBo
aaa_base-14.2-x86_64-2                          kdf-4.14.3-x86_64-2                               polkit-0.113-x86_64-2
aaa_elflibs-14.2-x86_64-23                      kdiamond-4.14.3-x86_64-2                          polkit-gnome-0.105-x86_64-1
aaa_terminfo-5.9-x86_64-1                       keepassxc-2.1.3-x86_64-1_SBo                      polkit-kde-agent-1-9d74ae3_20120104git-x86_64-2
aalib-1.4rc5-x86_64-5                           kernel-firmware-20161211git-noarch-1              polkit-kde-kcmodules-1-001bdf7_20120111git-x86_64-2
acct-6.5.4-x86_64-2                             kernel-generic-4.4.38-x86_64-1                    polkit-qt-1-0.103.0-x86_64-1
acl-2.2.52-x86_64-1                             kernel-headers-4.4.38-x86-1                       popa3d-1.0.3-x86_64-1
acpid-2.0.26-x86_64-1                           kernel-huge-4.4.38-x86_64-1                       poppler-0.45.0-x86_64-1
adwaita-icon-theme-3.18.0-noarch-1              kernel-modules-4.4.38-x86_64-1                    poppler-data-0.4.7-noarch-1
akonadi-1.13.0-x86_64-2                         kernel-source-4.4.38-noarch-1                     popt-1.16-x86_64-2
alabaster-0.7.9-x86_64-1_SBo                    keybinder-0.3.1-x86_64-1                          postgresql-9.6.0-x86_64-1_SBo
alpine-2.20-x86_64-2                            keyutils-1.5.9-x86_64-1                           powertop-2.8-x86_64-1
alsa-lib-1.1.1-x86_64-2                         kfilemetadata-4.14.3-x86_64-2                     poxml-4.14.3-x86_64-2
alsa-oss-1.0.28-x86_64-1                        kfloppy-4.14.3-x86_64-2                           ppp-2.4.7-x86_64-1
alsa-plugins-1.1.1-x86_64-1                     kfourinline-4.14.3-x86_64-2                       presentproto-1.0-x86_64-2
alsa-utils-1.1.1-x86_64-1                       kgamma-4.14.3-x86_64-2                            print-manager-4.14.3-x86_64-2
amarok-2.8.0-x86_64-3                           kgeography-4.14.3-x86_64-2                        printproto-1.0.5-noarch-1
amor-4.14.3-x86_64-2                            kget-4.14.3-x86_64-2                              procmail-3.22-x86_64-2
amp-0.7.6-x86_64-1                              kgoldrunner-4.14.3-x86_64-2                       procps-ng-3.3.11-x86_64-1
analitza-4.14.3-x86_64-2                        kgpg-4.14.3-x86_64-2                              proftpd-1.3.5b-x86_64-1
anthy-9100h-x86_64-1                            khangman-4.14.3-x86_64-2                          pssh-2.3.1-x86_64-1
appres-1.0.4-x86_64-2                           kig-4.14.3-x86_64-3                               pth-2.0.7-x86_64-1
apr-1.5.2-x86_64-1                              kigo-4.14.3-x86_64-2                              pulseaudio-9.0-x86_64-1
apr-util-1.5.4-x86_64-2                         killbots-4.14.3-x86_64-2                          pycairo-1.10.0-x86_64-1
ark-4.14.3-x86_64-2                             kio-mtp-2063e75_20131020git-x86_64-3              pycups-1.9.73-x86_64-1
artikulate-4.14.3-x86_64-2                      kiriki-4.14.3-x86_64-2                            pycurl-7.43.0-x86_64-1
ash-0.4.0-x86_64-2                              kiten-4.14.3-x86_64-2                             pygobject-2.28.6-x86_64-2
aspell-0.60.6.1-x86_64-1                        kjumpingcube-4.14.3-x86_64-2                      pygobject3-3.18.2-x86_64-1
aspell-en-7.1_0-x86_64-1                        klettres-4.14.3-x86_64-2                          pygtk-2.24.0-x86_64-2
at-3.1.19-x86_64-2                              klickety-4.14.3-x86_64-2                          pykde4-4.14.3-x86_64-3
at-spi2-atk-2.18.1-x86_64-1                     klines-4.14.3-x86_64-2                            pyrex-0.9.9-x86_64-2
at-spi2-core-2.18.3-x86_64-1                    kmag-4.14.3-x86_64-2                              python-2.7.13-x86_64-2_slack14.2
atk-2.18.0-x86_64-1                             kmahjongg-4.14.3-x86_64-2                         python-pillow-3.0.0-x86_64-1
atkmm-2.24.2-x86_64-1                           kmines-4.14.3-x86_64-2                            python-requests-2.13.0-x86_64-1_SBo
attica-0.4.2-x86_64-1                           kmix-4.14.3-x86_64-3                              python-setuptools-22.0.5-x86_64-1
attr-2.4.47-x86_64-1                            kmod-22-x86_64-1                                  pytz-2016.10-x86_64-1_SBo
audacious-3.7.2-x86_64-1                        kmousetool-4.14.3-x86_64-2                        pyxdg-0.25-x86_64-2_SBo
audacious-plugins-3.7.2-x86_64-1                kmouth-4.14.3-x86_64-2                            qca-2.1.1-x86_64-2
audiocd-kio-4.14.3-x86_64-2                     kmplot-4.14.3-x86_64-2                            qimageblitz-0.0.6-x86_64-1
audiofile-0.3.6-x86_64-1                        knavalbattle-4.14.3-x86_64-2                      qjson-0.8.1-x86_64-1
autoconf-2.69-noarch-1                          knetwalk-4.14.3-x86_64-2                          qpdf-6.0.0-x86_64-1
autofs-5.0.7-x86_64-2                           kolf-4.14.3-x86_64-2                              qt-4.8.7-x86_64-4
automake-1.15-noarch-1                          kollision-4.14.3-x86_64-2                         qt-gstreamer-1.2.0-x86_64-1
automoc4-0.9.88-x86_64-1                        kolourpaint-4.14.3-x86_64-2                       qt5-5.7.1-x86_64-1alien
babel-2.3.4-x86_64-1_SBo                        kompare-4.14.3-x86_64-2                           qt5-webkit-5.7.1-x86_64-1alien
babl-0.1.14-x86_64-1                            konquest-4.14.3-x86_64-2                          qtruby-4.14.3-x86_64-4
baloo-4.14.3-x86_64-2                           konsole-4.14.3-x86_64-2                           qtscriptgenerator-0.2.0-x86_64-2
baloo-widgets-4.14.3-x86_64-2                   kopete-4.14.3-x86_64-2                            quota-4.03-x86_64-1
bash-4.3.046-x86_64-1                           korundum-4.14.3-x86_64-3                          radeontool-1.6.3-x86_64-1
bc-1.06.95-x86_64-3                             kpat-4.14.3-x86_64-2                              randrproto-1.5.0-noarch-1
bdftopcf-1.0.5-x86_64-2                         kplayer-0.7.2-x86_64-2                            raptor2-2.0.15-x86_64-2
beforelight-1.0.5-x86_64-2                      kppp-4.14.3-x86_64-2                              rasqal-0.9.30-x86_64-1
biff+comsat-0.17-x86_64-1                       kqtquickcharts-4.14.3-x86_64-2                    rcs-5.9.4-x86_64-1
bigreqsproto-1.1.2-noarch-1                     krdc-4.14.3-x86_64-2                              rdesktop-1.8.3-x86_64-1
bin-11.1-x86_64-1                               kremotecontrol-4.14.3-x86_64-2                    rdist-6.1.5-x86_64-2
bind-9.10.4_P8-x86_64-1_slack14.2               kreversi-4.14.3-x86_64-2                          readline-6.3-x86_64-2
binutils-2.26-x86_64-3                          krfb-4.14.3-x86_64-2                              recordmydesktop-0.3.8.1-x86_64-3
bison-3.0.4-x86_64-1                            kross-interpreters-4.14.3-x86_64-2                recordproto-1.14.2-noarch-1
bitmap-1.0.8-x86_64-2                           kruler-4.14.3-x86_64-2                            redland-1.0.16-x86_64-1
bittorrent-4.4.0-noarch-4                       ksaneplugin-4.14.3-x86_64-2                       reiserfsprogs-3.6.24-x86_64-1
blackbox-0.70.1-x86_64-7                        kscreen-1.0.2.1-x86_64-2                          rendercheck-1.5-x86_64-1
bleachbit-1.12-x86_64-1_SBo                     ksh93-2012_08_01-x86_64-2                         renderproto-0.11.1-noarch-1
blinken-4.14.3-x86_64-2                         kshisen-4.14.3-x86_64-2                           resourceproto-1.2.0-noarch-1
bluedevil-2.1.1-x86_64-3                        ksirk-4.14.3-x86_64-2                             rfkill-0.5-x86_64-1
bluefish-2.2.10-x86_64-1_SBo                    ksnakeduel-4.14.3-x86_64-2                        rgb-1.0.6-x86_64-2
blueman-2.0.4-x86_64-1                          ksnapshot-4.14.3-x86_64-2                         rocs-4.14.3-x86_64-2
bluez-5.40-x86_64-1                             kspaceduel-4.14.3-x86_64-2                        rp-pppoe-3.12-x86_64-1
bluez-firmware-1.2-x86_64-1                     ksquares-4.14.3-x86_64-2                          rpcbind-0.2.3-x86_64-1
bomber-4.14.3-x86_64-2                          kstars-4.14.3-x86_64-2                            rpm-4.12.0.1-x86_64-1
boost-1.59.0-x86_64-1                           ksudoku-4.14.3-x86_64-2                           rpm2tgz-1.2.2-x86_64-1
bootp-2.4.3-x86_64-2                            ksystemlog-4.14.3-x86_64-2                        rsync-3.1.2-x86_64-1
bovo-4.14.3-x86_64-2                            kteatime-4.14.3-x86_64-2                          ruby-2.2.5-x86_64-1
bpe-2.01.00-x86_64-2                            ktimer-4.14.3-x86_64-2                            rxvt-2.7.10-x86_64-4
brave-0.13.0.x86_64                             ktorrent-4.3.1-x86_64-2                           rzip-2.1-x86_64-1
brave-0.13.5.x86_64                             ktouch-4.14.3-x86_64-3                            samba-4.4.13-x86_64-1_slack14.2
bridge-utils-1.5-x86_64-1                       ktuberling-4.14.3-x86_64-2                        sane-1.0.25-x86_64-2
bsd-finger-0.17-x86_64-1                        kturtle-4.14.3-x86_64-2                           sazanami-fonts-ttf-20040629-noarch-1
bsd-games-2.13-x86_64-12                        ktux-4.14.3-x86_64-2                              sbc-1.3-x86_64-1
btrfs-progs-v4.5.3-x86_64-1                     kubrick-4.14.3-x86_64-2                           sbotools-2.3-noarch-1_SBo
bzip2-1.0.6-x86_64-1                            kuser-4.14.3-x86_64-2                             sboui-0.1.1-x86_64-1_mntg-SBo
ca-certificates-20160104-noarch-1               kwalletmanager-4.14.3-x86_64-2                    sc-7.16-x86_64-4
cairo-1.14.6-x86_64-2                           kwebkitpart-1.3.4-x86_64-2                        scim-1.4.17-x86_64-1_slack14.2
cairomm-1.12.0-x86_64-1                         kwordquiz-4.14.3-x86_64-2                         scim-anthy-1.2.7-x86_64-1
calligra-2.9.11-x86_64-5                        lcms-1.19-x86_64-3                                scim-hangul-0.4.0-x86_64-1
cantor-4.14.3-x86_64-2                          lcms2-2.7-x86_64-2                                scim-input-pad-0.1.3.1-x86_64-1
ccache-3.2.4-x86_64-1                           less-481-x86_64-1                                 scim-m17n-0.2.3-x86_64-1
cdparanoia-III_10.2-x86_64-1                    lftp-4.7.2-x86_64-1                               scim-pinyin-0.5.92-x86_64-1
cdrdao-1.2.3-x86_64-2                           lha-114i-x86_64-1                                 scim-tables-0.5.14.1-x86_64-1
cdrtools-3.01-x86_64-3                          libFS-1.0.7-x86_64-1                              scons-2.4.1-x86_64-1
cervisia-4.14.3-x86_64-2                        libICE-1.0.9-x86_64-2                             screen-4.4.0-x86_64-2_slack14.2
cgmanager-0.39-x86_64-1                         libSM-1.2.2-x86_64-2                              scribus-1.4.6-x86_64-1_SBo
chmlib-0.40-x86_64-2                            libX11-1.6.4-x86_64-1_slack14.2                   scrnsaverproto-1.2.2-noarch-1
cifs-utils-6.4-x86_64-2                         libXScrnSaver-1.2.2-x86_64-2                      sddm-0.14.0-x86_64-1alien_SBo
claws-mail-3.14.1-x86_64-1_SBo                  libXau-1.0.8-x86_64-2                             sdl-1.2.15-x86_64-5_slack14.2
clisp-2.49-x86_64-3                             libXaw-1.0.13-x86_64-1                            sdparm-1.10-x86_64-1
clucene-2.3.3.4-x86_64-2                        libXaw3d-1.6.2-x86_64-3                           seamonkey-2.46-x86_64-3_slack14.2
cmake-3.5.2-x86_64-1                            libXaw3dXft-1.6.2d-x86_64-2                       seamonkey-solibs-2.46-x86_64-3_slack14.2
compiz-0.8.8-x86_64-4                           libXcm-0.5.2-x86_64-2                             sed-4.2.2-x86_64-1
compositeproto-0.4.2-noarch-1                   libXcomposite-0.4.4-x86_64-2                      seejpeg-1.10-x86_64-1
conntrack-tools-1.4.3-x86_64-1                  libXcursor-1.1.14-x86_64-2                        sendmail-8.15.2-x86_64-2
coreutils-8.25-x86_64-2                         libXdamage-1.1.4-x86_64-2                         sendmail-cf-8.15.2-noarch-2
cpio-2.12-x86_64-1                              libXdmcp-1.1.2-x86_64-2                           serf-1.3.8-x86_64-1
cppunit-1.13.2-x86_64-1_SBo                     libXevie-1.0.3-x86_64-2                           sessreg-1.1.0-x86_64-2
cpufrequtils-008-x86_64-1                       libXext-1.3.3-x86_64-2                            setxkbmap-1.3.1-x86_64-1
crda-3.18-x86_64-3                              libXfixes-5.0.3-x86_64-1_slack14.2                seyon-2.20c-x86_64-3
cryptsetup-1.7.1-x86_64-1                       libXfont-1.5.1-x86_64-2                           sg3_utils-1.42-x86_64-1
cscope-15.8b-x86_64-1                           libXfontcache-1.0.5-x86_64-2                      shadow-4.2.1-x86_64-1
cups-2.1.4-x86_64-1                             libXft-2.3.2-x86_64-3                             shared-desktop-ontologies-0.11.0-x86_64-1
cups-filters-1.9.0-x86_64-2                     libXi-1.7.8-x86_64-1_slack14.2                    shared-mime-info-1.6-x86_64-1
curl-7.51.0-x86_64-1_slack14.2                  libXinerama-1.1.3-x86_64-2                        sharutils-4.15.2-x86_64-1
cvs-1.11.23-x86_64-2                            libXmu-1.1.2-x86_64-2                             showfont-1.0.5-x86_64-2
cyrus-sasl-2.1.26-x86_64-1                      libXp-1.0.3-x86_64-2                              sinhala_lklug-font-ttf-20060929-noarch-1
damageproto-1.2.1-noarch-1                      libXpm-3.5.11-x86_64-2                            sip-4.18-x86_64-1
db42-4.2.52-x86_64-3                            libXpresent-1.0.0-x86_64-1                        six-1.10.0-x86_64-1_SBo
db44-4.4.20-x86_64-3                            libXrandr-1.5.1-x86_64-1_slack14.2                skanlite-1.1-x86_64-2
db48-4.8.30-x86_64-2                            libXrender-0.9.10-x86_64-1_slack14.2              skypeforlinux-64
dbus-1.10.8-x86_64-1                            libXres-1.0.7-x86_64-2                            slackpkg-2.82.1-noarch-3
dbus-glib-0.106-x86_64-1                        libXt-1.1.5-x86_64-1                              slacktrack-2.17-x86_64-1
dbus-python-1.2.4-x86_64-1                      libXtst-1.2.3-x86_64-1_slack14.2                  slang-2.3.0-x86_64-1
dc3dd-7.2.641-x86_64-1                          libXv-1.0.11-x86_64-1_slack14.2                   slang1-1.4.9-x86_64-1
dconf-0.24.0-x86_64-1                           libXvMC-1.0.10-x86_64-1_slack14.2                 slocate-3.1-x86_64-4
dconf-editor-3.18.2-x86_64-1                    libXxf86dga-1.1.4-x86_64-2                        slrn-1.0.2-x86_64-1
dcron-4.5-x86_64-5                              libXxf86misc-1.0.3-x86_64-2                       smartmontools-6.5-x86_64-1
ddd-3.3.12-x86_64-4                             libXxf86vm-1.1.4-x86_64-2                         smokegen-4.14.3-x86_64-2
ddrescue-1.21-x86_64-1                          libaio-0.3.109-x86_64-1                           smokekde-4.14.3-x86_64-2
dejavu-fonts-ttf-2.34-noarch-1                  libao-1.2.0-x86_64-3                              smokeqt-4.14.3-x86_64-3
desktop-file-utils-0.22-x86_64-1                libarchive-3.2.1-x86_64-1                         smproxy-1.0.6-x86_64-1
dev86-0.16.21-x86_64-1                          libart_lgpl-2.3.21-x86_64-1                       snappy-1.1.3-x86_64-2_SBo
devs-2.3.1-noarch-25                            libassuan-2.4.2-x86_64-1                          snowballstemmer-1.2.1-x86_64-1_SBo
dhcp-4.3.4-x86_64-1                             libasyncns-0.8-x86_64-1                           snownews-1.5.12-x86_64-2
dhcpcd-6.8.2-x86_64-2                           libatasmart-0.19-x86_64-2                         soma-2.10.4-noarch-1
dialog-1.2_20130523-x86_64-1                    libbluedevil-2.1-x86_64-1                         soprano-2.9.4-x86_64-1
diffstat-1.60-x86_64-1                          libcaca-0.99.beta18-x86_64-2                      sound-theme-freedesktop-0.7-noarch-1
diffutils-3.3-x86_64-1                          libcanberra-0.30-x86_64-5                         sox-14.4.2-x86_64-3
dirmngr-1.1.1-x86_64-3                          libcap-2.22-x86_64-1                              speexdsp-1.2rc3-x86_64-1
distcc-3.1-x86_64-1                             libcap-ng-0.7.7-x86_64-1                          splitvt-1.6.5-x86_64-1
djvulibre-3.5.27-x86_64-1                       libcddb-1.3.2-x86_64-3                            sqlite-3.13.0-x86_64-1
dmapi-2.2.12-x86_64-1                           libcdio-0.93-x86_64-1                             squashfs-tools-4.3-x86_64-1
dmidecode-3.0-x86_64-1                          libcdio-paranoia-10.2+0.93+1-x86_64-1             src2pkg-3.0-noarch-2
dmxproto-2.3.1-noarch-1                         libcgroup-0.41-x86_64-2_slack14.2                 src2pkg-helpers-1.6-x86_64-1
dnsmasq-2.76-x86_64-1                           libconfig-1.5-x86_64-1_SBo                        stalonetray-0.8.3-x86_64-1_SBo
docutils-0.12-x86_64-1_SBo                      libcroco-0.6.11-x86_64-1                          startup-notification-0.12-x86_64-2
dolphin-plugins-4.14.3-x86_64-2                 libdbi-0.9.0-x86_64-1_SBo                         step-4.14.3-x86_64-4
dosfstools-3.0.28-x86_64-1                      libdbi-drivers-0.9.0-x86_64-1_SBo                 strace-4.11-x86_64-1
doxygen-1.8.9.1-x86_64-1                        libdbusmenu-qt-0.9.2-x86_64-2                     strigi-0.7.8-x86_64-2
dragon-4.14.3-x86_64-2                          libdiscid-0.6.1-x86_64-1                          stunnel-5.35-x86_64-2_slack14.2
dri2proto-2.8-x86_64-2                          libdmx-1.1.3-x86_64-2                             subversion-1.9.4-x86_64-1
dri3proto-1.0-x86_64-2                          libdrm-2.4.68-x86_64-1                            sudo-1.8.16-x86_64-1
dropbox-21.4.25-x86_64-1_SBo                    libdvdnav-5.0.3-x86_64-1                          superkaramba-4.14.3-x86_64-2
dvd+rw-tools-7.1-x86_64-2                       libdvdread-5.0.3-x86_64-1                         svgalib-1.9.25-x86_64-3
e2fsprogs-1.43.1-x86_64-1                       libepoxy-1.3.1-x86_64-1                           svgpart-4.14.3-x86_64-2
ebook-tools-0.2.2-x86_64-3                      liberation-fonts-ttf-1.07.4-noarch-1              sweeper-4.14.3-x86_64-2
ebtables-2.0.10-x86_64-1                        libetpan-1.6-x86_64-1_SBo                         swig-3.0.7-x86_64-1
ed-1.13-x86_64-1                                libevdev-1.4.1-x86_64-1                           sysfsutils-2.1.0-x86_64-1
editres-1.0.6-x86_64-2                          libevent-2.0.22-x86_64-1                          sysklogd-1.5.1-x86_64-2
efibootmgr-0.5.4-x86_64-1                       libexif-0.6.21-x86_64-1                           syslinux-4.07-x86_64-1
eigen2-2.0.17-x86_64-1                          libfakekey-0.1-x86_64-1                           sysstat-11.2.1.1-x86_64-1
eigen3-3.2.7-x86_64-2                           libffi-3.2.1-x86_64-1                             system-config-printer-1.3.13-x86_64-2
eject-2.1.5-x86_64-4                            libfontenc-1.1.3-x86_64-1                         sysvinit-2.88dsf-x86_64-4
electricsheep-20090306-x86_64-4                 libgcrypt-1.7.3-x86_64-1_slack14.2                sysvinit-functions-8.53-x86_64-2
elfutils-0.163-x86_64-1                         libglade-2.6.4-x86_64-5                           sysvinit-scripts-2.0-noarch-33
elilo-3.16-x86_64-2                             libgnome-keyring-3.12.0-x86_64-1                  t1lib-5.1.2-x86_64-3
elm-2.5.8-x86_64-3                              libgnomecanvas-2.30.3-x86_64-1_SBo                taglib-1.10-x86_64-1
elvis-2.2_0-x86_64-2                            libgpg-error-1.23-x86_64-1                        taglib-extras-1.0.1-x86_64-1
emacs-24.5-x86_64-2                             libgphoto2-2.5.10-x86_64-1                        tango-icon-theme-0.8.90-noarch-1
enchant-1.6.0-x86_64-1                          libgpod-0.8.3-x86_64-2                            tango-icon-theme-extras-0.1.0-noarch-1
encodings-1.0.4-noarch-1                        libgsf-1.14.36-x86_64-1                           tar-1.29-x86_64-1
enscript-1.6.6-x86_64-1                         libgudev-230-x86_64-1                             tcl-8.6.5-x86_64-2
epic5-2.0-x86_64-1                              libhangul-0.1.0-x86_64-1                          tclx-8.4.1-x86_64-3
esound-0.2.41-x86_64-2                          libical-2.0.0-x86_64-1                            tcp_wrappers-7.6-x86_64-1
etc-14.2-x86_64-7                               libid3tag-0.15.1b-x86_64-4                        tcpdump-4.9.0-x86_64-1_slack14.2
ethtool-4.5-x86_64-1                            libidl-0.8.14-x86_64-1                            tcsh-6.19.00-x86_64-1
eudev-3.1.5-x86_64-8                            libidn-1.33-x86_64-1_slack14.2                    telnet-0.17-x86_64-2
evieext-1.1.1-noarch-1                          libieee1284-0.2.11-x86_64-3                       terminus-font-4.40-noarch-1
exiv2-0.25-x86_64-1                             libimobiledevice-1.2.0-x86_64-1                   tetex-3.0-x86_64-10
exo-0.10.7-x86_64-1                             libinput-1.7.0-x86_64-1_SBo                       tetex-doc-3.0-x86_64-10
expat-2.2.0-x86_64-1_slack14.2                  libiodbc-3.52.10-x86_64-2                         texinfo-6.1-x86_64-1
expect-5.45-x86_64-1                            libjpeg-turbo-1.5.0-x86_64-1                      tftp-hpa-5.2-x86_64-2
extra-cmake-modules-5.31.0-x86_64-1_SBo         libkarma-0.1.1-x86_64-2                           thunar-dropbox-0.2.1-x86_64-1_SBo 
fakeroot-1.21-x86_64-2_SBo                      libkcddb-4.14.3-x86_64-2                          thunar-volman-0.8.1-x86_64-2
fetchmail-6.3.26-x86_64-2                       libkcompactdisc-4.14.3-x86_64-2                   tibmachuni-font-ttf-1.901b-noarch-1
ffmpeg-3.2.4-x86_64-1alien                      libkdcraw-4.14.3-x86_64-3                         tigervnc-1.6.0-x86_64-3
fftw-3.3.4-x86_64-1                             libkdeedu-4.14.3-x86_64-2                         time-1.7-x86_64-1
file-5.25-x86_64-1                              libkdegames-4.14.3-x86_64-2                       tin-2.2.1-x86_64-3
filelight-4.14.3-x86_64-2                       libkexiv2-4.14.3-x86_64-2                         tix-8.4.3-x86_64-3
findutils-4.4.2-x86_64-1                        libkipi-4.14.3-x86_64-2                           tk-8.6.5-x86_64-2
fixesproto-5.0-x86_64-2                         libkmahjongg-4.14.3-x86_64-2                      tmux-2.1-x86_64-3
flac-1.3.1-x86_64-1                             libkomparediff2-4.14.3-x86_64-2                   traceroute-2.0.21-x86_64-1
flex-2.6.0-x86_64-1                             libksane-4.14.3-x86_64-2                          transfig-3.2.5e-x86_64-3
floppy-5.5-x86_64-1                             libksba-1.3.3-x86_64-1                            transset-1.0.1-x86_64-2
fltk-1.3.3-x86_64-2                             libkscreen-1.0.5-x86_64-2                         tree-1.7.0-x86_64-1
fluxbox-1.3.7-x86_64-1                          libktorrent-1.3.1-x86_64-3                        trn-3.6-x86_64-2
font-adobe-100dpi-1.0.3-noarch-1                liblastfm-1.0.9-x86_64-1                          ttf-indic-fonts-0.5.14-noarch-1
font-adobe-75dpi-1.0.3-noarch-1                 libmad-0.15.1b-x86_64-3                           tumbler-0.1.31-x86_64-8
font-adobe-utopia-100dpi-1.0.4-noarch-1         libmbim-1.12.2-x86_64-2                           twm-1.0.9-x86_64-1
font-adobe-utopia-75dpi-1.0.4-noarch-1          libmcrypt-2.5.8-x86_64-1                          udisks-1.0.5-x86_64-3
font-adobe-utopia-type1-1.0.4-noarch-1          libmcs-0.7.2-x86_64-1                             udisks2-2.1.5-x86_64-2
font-alias-1.0.3-noarch-1                       libmicrohttpd-0.9.42-x86_64-1_SBo                 ulogd-2.0.5-x86_64-1
font-arabic-misc-1.0.3-noarch-1                 libmm-qt-1.0.1-x86_64-2                           umbrello-4.14.3-x86_64-2
font-bh-100dpi-1.0.3-noarch-1                   libmng-2.0.3-x86_64-1                             unarj-265-x86_64-1
font-bh-75dpi-1.0.3-noarch-1                    libmnl-1.0.3-x86_64-1                             upower-0.9.23-x86_64-3
font-bh-lucidatypewriter-100dpi-1.0.3-noarch-1  libmowgli-0.7.1-x86_64-1                          urwid-1.0.3-x86_64-1
font-bh-lucidatypewriter-75dpi-1.0.3-noarch-1   libmpc-1.0.3-x86_64-1                             usb_modeswitch-2.2.6-x86_64-1
font-bh-ttf-1.0.3-noarch-1                      libmsn-4.2.1-x86_64-2                             usbmuxd-1.1.0-x86_64-1
font-bh-type1-1.0.3-noarch-1                    libmtp-1.1.11-x86_64-1                            usbutils-008-x86_64-1
font-bitstream-100dpi-1.0.3-noarch-1            libndp-1.6-x86_64-1                               utempter-1.1.6-x86_64-2
font-bitstream-75dpi-1.0.3-noarch-1             libnetfilter_acct-1.0.2-x86_64-1                  util-linux-2.27.1-x86_64-1
font-bitstream-speedo-1.0.2-noarch-1            libnetfilter_conntrack-1.0.5-x86_64-1             util-macros-1.19.0-noarch-1
font-bitstream-type1-1.0.3-noarch-1             libnetfilter_cthelper-1.0.0-x86_64-1              uucp-1.07-x86_64-1
end of part 1

Last edited by bamunds; 04-14-2017 at 12:04 PM.
 
Old 04-14-2017, 12:04 PM   #23
bamunds
Member
 
Registered: Sep 2013
Location: Mounds View MN
Distribution: Slackware64-14.2-Multilib XDM/FVWM3
Posts: 780

Rep: Reputation: 260Reputation: 260Reputation: 260
The following is the remainder of the output of /var/log/packages
Code:
font-cronyx-cyrillic-1.0.3-noarch-1             libnetfilter_cttimeout-1.0.0-x86_64-1             v4l-utils-1.10.0-x86_64-1
font-cursor-misc-1.0.3-noarch-1                 libnetfilter_log-1.0.1-x86_64-1                   vbetool-1.2.2-x86_64-1
font-daewoo-misc-1.0.3-noarch-1                 libnetfilter_queue-1.0.2-x86_64-1                 videoproto-2.3.3-noarch-1
font-dec-misc-1.0.3-noarch-1                    libnfnetlink-1.0.1-x86_64-1                       viewres-1.0.4-x86_64-2
font-ibm-type1-1.0.3-noarch-1                   libnftnl-1.0.6-x86_64-1                           vim-7.4.1938-x86_64-1
font-isas-misc-1.0.3-noarch-1                   libnih-1.0.3-x86_64-2                             vim-gvim-7.4.1938-x86_64-1
font-jis-misc-1.0.3-noarch-1                    libnjb-2.2.6-x86_64-5                             virtuoso-ose-6.1.8-x86_64-3
font-micro-misc-1.0.3-noarch-1                  libnl-1.1.4-x86_64-1                              vlan-1.9-x86_64-2
font-misc-cyrillic-1.0.3-noarch-1               libnl3-3.2.27-x86_64-1                            vlc-2.2.4-x86_64-1alien
font-misc-ethiopic-1.0.3-noarch-1               libnm-qt-0.9.8.3-x86_64-2                         volumeicon-0.5.1-x86_64-1_SBo
font-misc-meltho-1.0.3-noarch-1                 libnotify-0.7.6-x86_64-1                          vorbis-tools-1.4.0-x86_64-1
font-misc-misc-1.1.2-noarch-1                   libodfgen-0.1.6-x86_64-1                          vsftpd-3.0.3-x86_64-3
font-mutt-misc-1.0.3-noarch-1                   libofx-0.9.9-x86_64-1_SBo                         vte-0.28.2-x86_64-4
font-schumacher-misc-1.1.2-noarch-1             libogg-1.3.2-x86_64-1                             wavpack-4.75.2-x86_64-1
font-screen-cyrillic-1.0.4-noarch-1             liboggz-1.1.1-x86_64-1                            webkitgtk-2.4.11-x86_64-1_SBo
font-sony-misc-1.0.3-noarch-1                   liboil-0.3.17-x86_64-1                            wget-1.18-x86_64-1
font-sun-misc-1.0.3-noarch-1                    libpcap-1.8.1-x86_64-1_slack14.2                  which-2.21-x86_64-1
font-util-1.3.1-x86_64-2                        libpciaccess-0.13.4-x86_64-1                      whois-5.2.12-x86_64-1
font-winitzki-cyrillic-1.0.3-noarch-1           libplist-1.12-x86_64-1                            wicd-1.7.4-x86_64-2
font-xfree86-type1-1.0.4-noarch-1               libpng-1.6.27-x86_64-1_slack14.2                  wicd-kde-0.3.0_bcf27d8-x86_64-2
fontcacheproto-0.1.3-noarch-1                   libproxy-0.4.12-x86_64-1                          windowmaker-0.95.7-x86_64-2
fontconfig-2.11.1-x86_64-2                      libpthread-stubs-0.3-noarch-1                     wireless-tools-29-x86_64-9
fontsproto-2.1.3-noarch-1                       libqmi-1.12.6-x86_64-1                            wmclockmon-0.8.1-x86_64-1_SBo
fonttosfnt-1.0.4-x86_64-2                       libraw1394-2.1.1-x86_64-1                         wmctrl-1.07-x86_64-2_SBo
freeglut-2.8.1-x86_64-1                         librevenge-0.0.4-x86_64-1                         wmsystemtray-1.4-x86_64-1_SBo
freetds-1.00.9-x86_64-1_SBo                     librsvg-2.40.16-x86_64-1                          wmweather+-2.17-x86_64-1_SBo
freetype-2.6.3-x86_64-1                         libsamplerate-0.1.8-x86_64-1                      workbone-2.40-x86_64-4
fribidi-0.19.7-x86_64-1                         libsecret-0.18.5-x86_64-1                         wpa_supplicant-2.5-x86_64-1
fslsfonts-1.0.5-x86_64-2                        libsigc++-2.6.2-x86_64-1                          wqy-zenhei-font-ttf-0.8.38_1-noarch-2
fstobdf-1.0.6-x86_64-2                          libsigsegv-2.10-x86_64-1                          x11-skel-7.7-x86_64-1
fuse-2.9.5-x86_64-1                             libsndfile-1.0.26-x86_64-1                        x11-ssh-askpass-1.2.4.1-x86_64-2
fvwm-2.6.6-x86_64-1                             libsoup-2.52.2-x86_64-2                           x11perf-1.6.0-x86_64-1
gamin-0.1.10-x86_64-5                           libspectre-0.2.7-x86_64-1                         x3270-3.3.12ga7-x86_64-2
garcon-0.4.0-x86_64-2                           libssh-0.7.3-x86_64-1                             xaos-3.6-x86_64-1
gawk-4.1.3-x86_64-1                             libssh2-1.7.0-x86_64-1                            xapian-core-1.2.22-x86_64-1
gc-7.4.2-x86_64-3                               libtasn1-4.8-x86_64-1                             xauth-1.0.9-x86_64-2
gcc-5.3.0-x86_64-3                              libtermcap-1.2.3-x86_64-7                         xbacklight-1.2.1-x86_64-2
gcc-g++-5.3.0-x86_64-3                          libtheora-1.1.1-x86_64-1                          xbiff-1.0.3-x86_64-2
gcc-gfortran-5.3.0-x86_64-3                     libtiff-4.0.7-x86_64-1_slack14.2                  xbitmaps-1.1.1-x86_64-2
gcc-gnat-5.3.0-x86_64-3                         libtirpc-1.0.1-x86_64-2                           xcalc-1.0.6-x86_64-2
gcc-go-5.3.0-x86_64-3                           libtool-2.4.6-x86_64-4                            xcb-proto-1.11-x86_64-2
gcc-java-5.3.0-x86_64-3                         libunistring-0.9.3-x86_64-1                       xcb-util-0.4.0-x86_64-2
gcc-objc-5.3.0-x86_64-3                         libusb-1.0.20-x86_64-1                            xcb-util-cursor-0.1.2-x86_64-2
gccmakedep-1.0.3-noarch-1                       libusb-compat-0.1.5-x86_64-2                      xcb-util-errors-1.0-x86_64-1
gcr-3.16.0-x86_64-2                             libusbmuxd-1.0.10-x86_64-1                        xcb-util-image-0.4.0-x86_64-2
gd-2.2.1-x86_64-1                               libva-1.6.2-x86_64-1                              xcb-util-keysyms-0.4.0-x86_64-2
gdata-2.0.18-x86_64-1_SBo                       libva-intel-driver-1.6.2-x86_64-1                 xcb-util-renderutil-0.3.9-x86_64-2
gdb-7.11.1-x86_64-1                             libvdpau-1.1.1-x86_64-1                           xcb-util-wm-0.4.1-x86_64-2
gdbm-1.12-x86_64-1                              libvisio-0.1.5-x86_64-1                           xclipboard-1.1.3-x86_64-2
gdk-pixbuf2-2.32.3-x86_64-1                     libvisual-0.4.0-x86_64-3                          xclock-1.0.7-x86_64-2
geeqie-1.3-x86_64-1                             libvisual-plugins-0.4.0-x86_64-2                  xcm-0.5.2-x86_64-2
gegl-0.2.0-x86_64-3                             libvncserver-0.9.10-x86_64-2                      xcmiscproto-1.2.2-noarch-1
genpower-1.0.5-x86_64-2                         libvorbis-1.3.5-x86_64-1                          xcmsdb-1.0.5-x86_64-1
getmail-4.47.0-x86_64-1                         libvpx-1.5.0-x86_64-1                             xcompmgr-1.1.7-x86_64-1
gettext-0.19.8.1-x86_64-1                       libwacom-0.24-x86_64-1_SBo                        xconsole-1.0.6-x86_64-2
gettext-tools-0.19.8.1-x86_64-1                 libwebp-0.5.2-x86_64-1_SBo                        xcursor-themes-1.0.4-noarch-1
getty-ps-2.1.0b-x86_64-2                        libwmf-0.2.8.4-x86_64-6                           xcursorgen-1.0.6-x86_64-3
gftp-2.0.19-x86_64-4                            libwmf-docs-0.2.8.4-noarch-6                      xdbedizzy-1.1.0-x86_64-2
ghostscript-9.19-x86_64-2                       libwnck-2.31.0-x86_64-2                           xdg-user-dirs-0.15-x86_64-1
ghostscript-fonts-std-8.11-noarch-1             libwpd-0.10.1-x86_64-1                            xdg-utils-1.1.1-noarch-1
giflib-5.1.1-x86_64-1                           libwpg-0.3.1-x86_64-1                             xdgmenumaker-1.4-noarch-1_SBo
gimp-2.8.18-x86_64-1_slack14.2                  libx86-1.1-x86_64-2                               xditview-1.0.4-x86_64-1
git-2.9.0-x86_64-1                              libxcb-1.11.1-x86_64-1                            xdm-1.1.11-x86_64-6
gkrellm-2.3.7-x86_64-1                          libxfce4ui-4.12.1-x86_64-2                        xdotool-3.20160805.1-x86_64-1_SBo
glade3-3.8.5-x86_64-2                           libxfce4util-4.12.1-x86_64-2                      xdpyinfo-1.3.2-x86_64-1
glew-1.13.0-x86_64-1                            libxkbcommon-0.6.1-x86_64-1_SBo                   xdriinfo-1.0.5-x86_64-1
glib-1.2.10-x86_64-3                            libxkbfile-1.0.9-x86_64-1                         xedit-1.2.2-x86_64-2
glib-networking-2.46.1-x86_64-1                 libxklavier-5.4-x86_64-1                          xev-1.2.2-x86_64-1
glib2-2.46.2-x86_64-3_slack14.2                 libxml++-2.40.1-x86_64-1_SBo                      xextproto-7.3.0-x86_64-2
glibc-2.23-x86_64-1                             libxml2-2.9.4-x86_64-2                            xeyes-1.1.1-x86_64-2
glibc-i18n-2.23-x86_64-1                        libxshmfence-1.2-x86_64-2                         xf86-input-acecad-1.5.0-x86_64-9
glibc-profile-2.23-x86_64-1                     libxslt-1.1.29-x86_64-1                           xf86-input-evdev-2.10.3-x86_64-1
glibc-solibs-2.23-x86_64-1                      libyaml-0.1.6-x86_64-1                            xf86-input-joystick-1.6.1-x86_64-9
glibc-zoneinfo-2017b-noarch-1_slack14.2         libzip-1.0.1-x86_64-2                             xf86-input-keyboard-1.8.1-x86_64-2
glibmm-2.46.4-x86_64-1                          lilo-24.2-x86_64-2                                xf86-input-mouse-1.9.1-x86_64-4
glproto-1.4.17-noarch-1                         links-2.12-x86_64-2                               xf86-input-penmount-1.5.0-x86_64-9
glu-9.0.0-x86_64-1                              linux-faqs-20060228-noarch-1                      xf86-input-synaptics-1.8.3-x86_64-2
gmime-2.6.20-x86_64-1                           linux-howtos-20160401-noarch-1                    xf86-input-vmmouse-13.1.0-x86_64-4
gmm-4.2-noarch-1                                linuxdoc-tools-0.9.69-x86_64-5                    xf86-input-void-1.4.0-x86_64-9
gmp-6.1.1-x86_64-1                              listres-1.0.3-x86_64-2                            xf86-input-wacom-0.33.0-x86_64-1
gnome-keyring-3.16.0-x86_64-2                   llvm-3.8.0-x86_64-2                               xf86-video-amdgpu-1.1.0-x86_64-1
gnome-themes-standard-3.18.0-x86_64-1           lm_sensors-3.4.0-x86_64-1                         xf86-video-apm-1.2.5-x86_64-8
gnu-cobol-1.1-x86_64-1                          lndir-1.0.3-x86_64-2                              xf86-video-ark-0.7.5-x86_64-8
gnu-efi-3.0.4-x86_64-1                          logrotate-3.8.9-x86_64-1                          xf86-video-ast-1.1.5-x86_64-2
gnucash-2.6.13-x86_64-1_SBo                     lokalize-4.14.3-x86_64-2                          xf86-video-ati-7.7.0-x86_64-1
gnuchess-6.2.2-x86_64-1                         loudmouth-1.5.3-x86_64-1_slack14.2                xf86-video-chips-1.2.6-x86_64-2
gnupg-1.4.21-x86_64-1_slack14.2                 lrzip-0.621-x86_64-1                              xf86-video-cirrus-1.5.3-x86_64-2
gnupg2-2.0.30-x86_64-1                          lskat-4.14.3-x86_64-3                             xf86-video-dummy-0.3.7-x86_64-5
gnuplot-5.0.3-x86_64-2                          lsof-4.89-x86_64-1                                xf86-video-glint-1.2.8-x86_64-8
gnutls-3.5.8-x86_64-1_slack14.2                 lsscsi-0.28-x86_64-1                              xf86-video-i128-1.3.6-x86_64-8
gobject-introspection-1.46.0-x86_64-1           lua-5.1.5-x86_64-1_SBo                            xf86-video-i740-1.3.5-x86_64-3
goffice0.8-0.8.17-x86_64-2_SBo                  luit-1.1.1-x86_64-2                               xf86-video-intel-git_20160601_b617f80-x86_64-1
gpa-0.9.9-x86_64-1                              lvm2-2.02.154-x86_64-1                            xf86-video-mach64-6.9.5-x86_64-2
gparted-0.26.1-x86_64-1                         lxc-2.0.1-x86_64-4                                xf86-video-mga-1.6.4-x86_64-3
gperf-3.0.4-x86_64-1                            lynx-2.8.8rel.2-x86_64-1                          xf86-video-neomagic-1.2.9-x86_64-2
gpgme-1.6.0-x86_64-1                            lzip-1.16-x86_64-1                                xf86-video-nouveau-1.0.12-x86_64-1
gphoto2-2.5.10-x86_64-1                         lzo-2.09-x86_64-1                                 xf86-video-nv-2.1.20-x86_64-9
gpm-1.20.7-x86_64-3                             m17n-lib-1.6.1-x86_64-1                           xf86-video-openchrome-0.4.0-x86_64-1
gptfdisk-1.0.0-x86_64-1                         m4-1.4.17-x86_64-1                                xf86-video-r128-6.10.1-x86_64-1
granatier-4.14.3-x86_64-2                       madplay-0.15.2b-x86_64-4                          xf86-video-rendition-4.2.6-x86_64-1
grantlee-0.5.1-x86_64-1                         mailx-12.5-x86_64-2                               xf86-video-s3-0.6.5-x86_64-8
grep-2.25-x86_64-1                              make-4.1-x86_64-2                                 xf86-video-s3virge-1.10.7-x86_64-2
groff-1.22.3-x86_64-2                           makedepend-1.0.5-x86_64-2                         xf86-video-savage-2.3.8-x86_64-2
grub-2.00-x86_64-5                              man-1.6g-x86_64-3                                 xf86-video-siliconmotion-1.7.8-x86_64-2
gsettings-desktop-schemas-3.18.1-x86_64-1       man-pages-4.06-noarch-1                           xf86-video-sis-0.10.8-x86_64-2
gsl-2.1-x86_64-1                                marble-4.14.3-x86_64-2                            xf86-video-sisusb-0.9.6-x86_64-8
gst-libav-1.6.2-x86_64-1_SBo                    mariadb-10.0.30-x86_64-1_slack14.2                xf86-video-tdfx-1.4.6-x86_64-3
gst-plugins-base-1.6.4-x86_64-1                 mc-4.8.16-x86_64-2                                xf86-video-tga-1.2.2-x86_64-8
gst-plugins-base0-0.10.36-x86_64-2              mcabber-1.0.5-x86_64-1_slack14.2                  xf86-video-trident-1.3.7-x86_64-3
gst-plugins-good-1.6.4-x86_64-1                 mcelog-128-x86_64-1                               xf86-video-tseng-1.2.5-x86_64-8
gst-plugins-good0-0.10.31-x86_64-2              mdadm-3.3.4-x86_64-1                              xf86-video-v4l-0.2.0-x86_64-13
gstreamer-1.6.4-x86_64-1                        media-player-info-18-noarch-1                     xf86-video-vesa-2.3.4-x86_64-2
gstreamer0-0.10.36-x86_64-1                     mercurial-3.8.2-x86_64-1                          xf86-video-vmware-13.1.0-x86_64-7
gtk+-1.2.10-x86_64-5                            mesa-11.2.2-x86_64-1                              xf86-video-voodoo-1.2.5-x86_64-9
gtk+2-2.24.31-x86_64-1_slack14.2                metamail-2.7-x86_64-5                             xf86-video-xgi-1.6.1-x86_64-2
gtk+3-3.18.9-x86_64-1                           mhash-0.9.9.9-x86_64-3                            xf86-video-xgixp-1.8.1-x86_64-8
gtk-xfce-engine-2.10.1-x86_64-2                 minicom-2.6.2-x86_64-1                            xf86bigfontproto-1.2.0-noarch-1
gtkmm2-2.24.4-x86_64-1                          mkcomposecache-1.2.1-x86_64-2                     xf86dga-1.0.3-x86_64-2
gtkmm3-3.18.1-x86_64-1                          mkfontdir-1.0.7-noarch-1                          xf86dgaproto-2.1-noarch-1
gtkspell-2.0.16-x86_64-3                        mkfontscale-1.1.2-x86_64-2                        xf86driproto-2.1.1-noarch-1
gucharmap-3.12.1-x86_64-2                       mkinitrd-1.4.8-x86_64-8                           xf86miscproto-0.9.3-noarch-1
guile-2.0.11-x86_64-2                           mm-1.4.2-x86_64-2                                 xf86vidmodeproto-2.3.1-noarch-1
gutenprint-5.2.11-x86_64-2                      mobile-broadband-provider-info-20151214-x86_64-1  xfce4-appfinder-4.12.0-x86_64-2
gv-3.7.4-x86_64-1                               moc-2.5.1-x86_64-1                                xfce4-clipman-plugin-1.2.6-x86_64-1
gvfs-1.26.3-x86_64-1                            most-5.0.0a-x86_64-2                              xfce4-dev-tools-4.12.0-x86_64-2
gwenview-4.14.3-x86_64-2                        motif-2.3.5-x86_64-1                              xfce4-notifyd-0.2.4-x86_64-3
gzip-1.8-x86_64-1                               mozilla-firefox-52.0.2esr-x86_64-1_slack14.2      xfce4-panel-4.12.0-x86_64-3
harfbuzz-1.2.7-x86_64-1                         mozilla-nss-3.23-x86_64-1                         xfce4-power-manager-1.4.4-x86_64-4
hdparm-9.48-x86_64-1                            mozilla-thunderbird-52.0-x86_64-1_slack14.2       xfce4-pulseaudio-plugin-0.2.4-x86_64-3
help2man-1.46.5-x86_64-1                        mpfr-3.1.4-x86_64-1                               xfce4-screenshooter-1.8.2-x86_64-2
herqq-1.0.0-x86_64-1                            mpg123-1.23.4-x86_64-1                            xfce4-session-4.12.1-x86_64-2
hexchat-2.12.1-x86_64-1                         mplayerthumbs-4.14.3-x86_64-2                     xfce4-settings-4.12.0-x86_64-3
hfsutils-3.2.6-x86_64-5                         mt-st-0.9b-x86_64-2                               xfce4-systemload-plugin-1.1.2-x86_64-2
hicolor-icon-theme-0.15-noarch-1                mtdev-1.1.5-x86_64-1                              xfce4-taskmanager-1.1.0-x86_64-2
hplip-3.16.5-x86_64-3                           mtr-0.86-x86_64-1                                 xfce4-terminal-0.6.3-x86_64-2
htdig-3.2.0b6-x86_64-4                          mtx-1.3.12-x86_64-1                               xfce4-weather-plugin-0.8.8-x86_64-1_slack14.2
htop-2.0.1-x86_64-1                             mutt-1.6.1-x86_64-1                               xfconf-4.12.0-x86_64-2
httpd-2.4.25-x86_64-1_slack14.2                 nano-2.6.0-x86_64-1                               xfd-1.1.2-x86_64-2
hunspell-1.3.3-x86_64-1                         nasm-2.12.01-x86_64-1                             xfdesktop-4.12.3-x86_64-2
hunspell-en-2017.01.22-noarch-1_SBo             nc-1.10-x86_64-1                                  xfig-3.2.5c-x86_64-3
hwdata-0.284-noarch-1                           ncftp-3.2.5-x86_64-1                              xfontsel-1.0.5-x86_64-2
iceauth-1.0.7-x86_64-2                          ncompress-4.2.4.4-x86_64-1                        xfractint-20.04p13-x86_64-1
icmpinfo-1.11-x86_64-2                          ncurses-5.9-x86_64-4                              xfs-1.1.4-x86_64-2
ico-1.0.4-x86_64-2                              neon-0.30.1-x86_64-2                              xfsdump-3.1.6-x86_64-1
icon-naming-utils-0.8.90-x86_64-2               nepomuk-core-4.14.3-x86_64-2                      xfsinfo-1.0.5-x86_64-2
icu4c-56.1-x86_64-2                             nepomuk-widgets-4.14.3-x86_64-2                   xfsprogs-4.3.0-x86_64-1
idnkit-1.0-x86_64-1                             net-snmp-5.7.3-x86_64-3                           xfwm4-4.12.3-x86_64-1
iftop-1.0pre2-x86_64-1                          net-tools-1.60.20120726git-x86_64-1               xgames-0.3-x86_64-4
ilmbase-2.2.0-x86_64-1                          netatalk-2.2.3-x86_64-6                           xgamma-1.0.6-x86_64-1
imagemagick-6.9.4_9-x86_64-1                    netdate-bsd4-x86_64-1                             xgc-1.0.5-x86_64-1
imagesize-0.7.1-x86_64-1_SBo                    netkit-bootparamd-0.17-x86_64-2                   xhost-1.0.7-x86_64-1
imake-1.0.7-x86_64-2                            netkit-ftp-0.17-x86_64-2                          xine-lib-1.2.6-x86_64-8
imapd-2.20-x86_64-2                             netkit-ntalk-0.17-x86_64-3                        xine-ui-0.99.9-x86_64-1
indent-2.2.10-x86_64-1                          netkit-routed-0.17-x86_64-1                       xineramaproto-1.2.1-noarch-1
inetd-1.79s-x86_64-9                            netkit-rsh-0.17-x86_64-1                          xinit-1.3.4-x86_64-2
infozip-6.0-x86_64-3                            netkit-rusers-0.17-x86_64-1                       xinput-1.6.2-x86_64-1
inotify-tools-3.14-x86_64-1                     netkit-rwall-0.17-x86_64-1                        xkbcomp-1.3.0-x86_64-2
inputproto-2.3.2-noarch-1                       netkit-rwho-0.17-x86_64-2                         xkbevd-1.1.4-x86_64-1
intel-gpu-tools-1.9-x86_64-2                    netkit-timed-0.17-x86_64-1                        xkbprint-1.0.4-x86_64-1
intltool-0.51.0-x86_64-3_slack14.2              netpbm-10.66.02-x86_64-4                          xkbutils-1.0.4-x86_64-2
iproute2-4.4.0-x86_64-1                         netpipes-4.2-x86_64-1                             xkeyboard-config-2.17-noarch-1
ipset-6.20-x86_64-1                             nettle-3.2-x86_64-1                               xkill-1.0.4-x86_64-2
iptables-1.6.0-x86_64-2                         netwatch-1.3.1_2-x86_64-1                         xload-1.1.2-x86_64-2
iptraf-ng-1.1.4-x86_64-1                        network-manager-applet-1.2.2-x86_64-1             xlockmore-5.46-x86_64-1
iputils-s20140519-x86_64-1                      network-scripts-14.2-noarch-1                     xlogo-1.0.4-x86_64-2
ipw2100-fw-1.3-fw-1                             netwrite-0.17-x86_64-1                            xlsatoms-1.1.2-x86_64-1
ipw2200-fw-3.1-fw-1                             newspost-2.1.1-x86_64-1                           xlsclients-1.1.3-x86_64-2
irssi-0.8.21-x86_64-1_slack14.2                 newt-0.52.19-x86_64-1                             xlsfonts-1.0.5-x86_64-1
iso-codes-3.67-noarch-1                         nfacct-1.0.1-x86_64-1                             xmag-1.0.6-x86_64-1
ispell-3.2.06-x86_64-1                          nfs-utils-1.3.3-x86_64-2                          xman-1.1.4-x86_64-2
itstool-2.0.2-x86_64-1                          nftables-0.6-x86_64-1                             xmessage-1.0.4-x86_64-2
iw-4.3-x86_64-1                                 nmap-7.12-x86_64-1                                xmh-1.0.3-x86_64-1
jasper-1.900.1-x86_64-5                         nn-6.7.3-x86_64-3                                 xmms-1.2.11-x86_64-5
jed-0.99_19-x86_64-2                            normalize-0.7.7-x86_64-2                          xmodmap-1.0.9-x86_64-1
jemalloc-3.6.0-x86_64-1                         notify-python-0.1.1-x86_64-5                      xmore-1.0.2-x86_64-2
jfsutils-1.1.15-x86_64-1                        npapi-vlc-20160706-x86_64-1alien                  xorg-cf-files-1.0.6-x86_64-2
joe-4.1-x86_64-1                                ntfs-3g-2016.2.22-x86_64-1                        xorg-docs-1.7.1-noarch-1
jove-4.16.0.73-x86_64-1                         ntp-4.2.8p9-x86_64-1_slack14.2                    xorg-server-1.18.3-x86_64-2
js185-1.0.0-x86_64-1                            nvidia-firmware-325.15-noarch-1_SBo               xorg-server-xephyr-1.18.3-x86_64-2
json-c-0.12-x86_64-1                            obexftp-0.24-x86_64-1                             xorg-server-xnest-1.18.3-x86_64-2
judy-1.0.5-x86_64-1                             oclock-1.0.3-x86_64-2                             xorg-server-xvfb-1.18.3-x86_64-2
juk-4.14.3-x86_64-2                             okteta-4.14.3-x86_64-2                            xorg-sgml-doctools-1.11-x86_64-2
k3b-2.0.3-x86_64-2                              okular-4.14.3-x86_64-2                            xpaint-2.9.10.3-x86_64-1
kaccessible-4.14.3-x86_64-2                     openexr-2.2.0-x86_64-1                            xpdf-3.04-x86_64-2
kactivities-4.13.3-x86_64-2                     openjpeg-2.1.0-x86_64-1                           xpr-1.0.4-x86_64-2
kajongg-4.14.3-x86_64-2                         openjre-8u121_b13-x86_64-1alien                   xprop-1.2.2-x86_64-2
kalgebra-4.14.3-x86_64-2                        openldap-client-2.4.42-x86_64-1                   xproto-7.0.29-noarch-1
kalzium-4.14.3-x86_64-2                         openobex-1.7.1-x86_64-1                           xpyb-1.3.1-x86_64-3
kamera-4.14.3-x86_64-2                          openoffice.org-4.1.3_en_US-x86_64-1_SBo           xrandr-1.5.0-x86_64-1
kanagram-4.14.3-x86_64-2                        openssh-7.4p1-x86_64-1_slack14.2                  xrdb-1.1.0-x86_64-2
kapman-4.14.3-x86_64-2                          openssl-1.0.2k-x86_64-1_slack14.2                 xrefresh-1.0.5-x86_64-2
kapptemplate-4.14.3-x86_64-2                    openssl-solibs-1.0.2k-x86_64-1_slack14.2          xsane-0.999-x86_64-1
kate-4.14.3-x86_64-2                            openvpn-2.3.11-x86_64-1                           xscope-1.4.1-x86_64-2
katomic-4.14.3-x86_64-2                         oprofile-1.1.0-x86_64-1                           xscreensaver-5.36-x86_64-1_slack14.2
kaudiocreator-1.3-x86_64-2                      opus-1.1.4-x86_64-1_SBo                           xset-1.2.3-x86_64-2
kbd-1.15.3-x86_64-2                             orage-4.12.1-x86_64-3                             xsetroot-1.1.1-x86_64-2
kblackbox-4.14.3-x86_64-2                       orc-0.4.24-x86_64-1                               xsm-1.0.3-x86_64-2
kblocks-4.14.3-x86_64-2                         os-prober-1.70-x86_64-1                           xstdcmap-1.0.3-x86_64-2
kbounce-4.14.3-x86_64-2                         oxygen-gtk2-1.4.6-x86_64-2                        xterm-325-x86_64-1
kbproto-1.0.7-noarch-1                          oxygen-icons-4.14.3-x86_64-2                      xtrans-1.3.5-noarch-1
kbreakout-4.14.3-x86_64-2                       p11-kit-0.23.2-x86_64-1                           xv-3.10a-x86_64-7
kbruch-4.14.3-x86_64-2                          p2c-1.21alpha2-x86_64-3                           xvidtune-1.0.3-x86_64-2
kcachegrind-4.14.3-x86_64-2                     pairs-4.14.3-x86_64-2                             xvinfo-1.1.3-x86_64-1
kcalc-4.14.3-x86_64-2                           palapeli-4.14.3-x86_64-2                          xwd-1.0.6-x86_64-2
kcharselect-4.14.3-x86_64-2                     pamixer-1.3.1-x86_64-1                            xwininfo-1.1.3-x86_64-2
kcolorchooser-4.14.3-x86_64-2                   pan-0.139-x86_64-3                                xwud-1.0.4-x86_64-2
kcron-4.14.3-x86_64-2                           pango-1.38.1-x86_64-1                             xz-5.2.2-x86_64-1
kde-base-artwork-4.14.3-x86_64-2                pangomm-2.38.1-x86_64-1                           yasm-1.3.0-x86_64-1
kde-baseapps-4.14.3-x86_64-2                    parley-4.14.3-x86_64-2                            yptools-2.14-x86_64-7
kde-dev-scripts-4.14.3-x86_64-2                 parted-3.2-x86_64-2                               ytalk-3.3.0-x86_64-2
kde-dev-utils-4.14.3-x86_64-2                   partitionmanager-1.1.1-x86_64-2                   zd1211-firmware-1.4-fw-1
kde-runtime-4.14.3-x86_64-3                     patch-2.7.5-x86_64-1                              zeroconf-ioslave-4.14.3-x86_64-2
kde-wallpapers-4.14.3-noarch-1                  pavucontrol-3.0-x86_64-1                          zlib-1.2.8-x86_64-1
kde-workspace-4.11.22-x86_64-4                  pciutils-3.4.1-x86_64-2                           zoo-2.10_22-x86_64-1
kdeartwork-4.14.3-x86_64-2                      pcmciautils-018-x86_64-1                          zsh-5.2-x86_64-1
bash-4.3$
I'll also try your rebuild with debugging turned on. Thanks for the instructions for how to implement.
 
Old 04-14-2017, 12:21 PM   #24
bamunds
Member
 
Registered: Sep 2013
Location: Mounds View MN
Distribution: Slackware64-14.2-Multilib XDM/FVWM3
Posts: 780

Rep: Reputation: 260Reputation: 260Reputation: 260
The following is the build log. I notice a number of warnings about variable 'rows' set but not used.
Code:
sboui-0.2/
sboui-0.2/AUTHORS
sboui-0.2/CMakeLists.txt
sboui-0.2/ChangeLog
sboui-0.2/INSTALL
sboui-0.2/LICENSE
sboui-0.2/README.md
sboui-0.2/TODO
sboui-0.2/cmake/
sboui-0.2/cmake/Modules/
sboui-0.2/cmake/Modules/FindLibconfig++.cmake
sboui-0.2/etc/
sboui-0.2/etc/colors.commander
sboui-0.2/etc/colors.dark
sboui-0.2/etc/colors.light
sboui-0.2/etc/sboui.conf
sboui-0.2/include/
sboui-0.2/include/AbstractListBox.h
sboui-0.2/include/BuildActionBox.h
sboui-0.2/include/BuildListBox.h
sboui-0.2/include/BuildListItem.h
sboui-0.2/include/BuildOrderBox.h
sboui-0.2/include/CLOParser.h
sboui-0.2/include/CategoryListBox.h
sboui-0.2/include/CategoryListItem.h
sboui-0.2/include/Color.h
sboui-0.2/include/ComboBox.h
sboui-0.2/include/ComboBoxList.h
sboui-0.2/include/CursesWidget.h
sboui-0.2/include/DirListBox.h
sboui-0.2/include/DirListing.h
sboui-0.2/include/FilterBox.h
sboui-0.2/include/HelpItem.h
sboui-0.2/include/HelpWindow.h
sboui-0.2/include/InputBox.h
sboui-0.2/include/InputItem.h
sboui-0.2/include/InstallBox.h
sboui-0.2/include/InvReqBox.h
sboui-0.2/include/Label.h
sboui-0.2/include/ListBox.h
sboui-0.2/include/ListItem.h
sboui-0.2/include/MainWindow.h
sboui-0.2/include/MessageBox.h
sboui-0.2/include/OptionsWindow.h
sboui-0.2/include/ScrollBox.h
sboui-0.2/include/SearchBox.h
sboui-0.2/include/SelectionBox.h
sboui-0.2/include/ShellReader.h
sboui-0.2/include/TagList.h
sboui-0.2/include/TextInput.h
sboui-0.2/include/ToggleInput.h
sboui-0.2/include/backend.h
sboui-0.2/include/filters.h
sboui-0.2/include/requirements.h
sboui-0.2/include/settings.h
sboui-0.2/include/signals.h
sboui-0.2/include/string_util.h
sboui-0.2/man/
sboui-0.2/man/sboui.8
sboui-0.2/man/sboui.conf.5
sboui-0.2/screenshots/
sboui-0.2/screenshots/commander.png
sboui-0.2/screenshots/filters.png
sboui-0.2/screenshots/install.png
sboui-0.2/screenshots/search.png
sboui-0.2/src/
sboui-0.2/src/AbstractListBox.cpp
sboui-0.2/src/BuildActionBox.cpp
sboui-0.2/src/BuildListBox.cpp
sboui-0.2/src/BuildListItem.cpp
sboui-0.2/src/BuildOrderBox.cpp
sboui-0.2/src/CLOParser.cpp
sboui-0.2/src/CategoryListBox.cpp
sboui-0.2/src/CategoryListItem.cpp
sboui-0.2/src/Color.cpp
sboui-0.2/src/ComboBox.cpp
sboui-0.2/src/ComboBoxList.cpp
sboui-0.2/src/CursesWidget.cpp
sboui-0.2/src/DirListBox.cpp
sboui-0.2/src/DirListing.cpp
sboui-0.2/src/FilterBox.cpp
sboui-0.2/src/HelpItem.cpp
sboui-0.2/src/HelpWindow.cpp
sboui-0.2/src/InputBox.cpp
sboui-0.2/src/InputItem.cpp
sboui-0.2/src/InstallBox.cpp
sboui-0.2/src/InvReqBox.cpp
sboui-0.2/src/Label.cpp
sboui-0.2/src/ListBox.cpp
sboui-0.2/src/ListItem.cpp
sboui-0.2/src/MainWindow.cpp
sboui-0.2/src/MessageBox.cpp
sboui-0.2/src/OptionsWindow.cpp
sboui-0.2/src/ScrollBox.cpp
sboui-0.2/src/SearchBox.cpp
sboui-0.2/src/SelectionBox.cpp
sboui-0.2/src/ShellReader.cpp
sboui-0.2/src/TagList.cpp
sboui-0.2/src/TextInput.cpp
sboui-0.2/src/ToggleInput.cpp
sboui-0.2/src/backend.cpp
sboui-0.2/src/filters.cpp
sboui-0.2/src/requirements.cpp
sboui-0.2/src/sboui.cpp
sboui-0.2/src/settings.cpp
sboui-0.2/src/signals.cpp
sboui-0.2/src/string_util.cpp
-- The C compiler identification is GNU 5.3.0
-- The CXX compiler identification is GNU 5.3.0
-- Check for working C compiler: /usr/bin/cc
-- Check for working C compiler: /usr/bin/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/bin/c++
-- Check for working CXX compiler: /usr/bin/c++ -- works
-- Detecting CXX compiler ABI info
-- Detecting CXX compiler ABI info - done
-- Detecting CXX compile features
-- Detecting CXX compile features - done
-- Found Curses: /usr/lib64/libcurses.so  
-- Found libconfig++ header in /usr/include
-- Found libconfig++ library: /usr/lib64/libconfig++.so
-- Configuring done
-- Generating done
-- Build files have been written to: /tmp/mntg/sboui-0.2/build
Scanning dependencies of target sboui
[  2%] Building CXX object CMakeFiles/sboui.dir/src/InputBox.cpp.o
/tmp/mntg/sboui-0.2/src/InputBox.cpp: In member function 'void InputBox::addItem(InputItem*)':
/tmp/mntg/sboui-0.2/src/InputBox.cpp:393:7: warning: variable 'rows' set but not used [-Wunused-but-set-variable]
   int rows, cols;
       ^
[  4%] Building CXX object CMakeFiles/sboui.dir/src/BuildListItem.cpp.o
[  7%] Building CXX object CMakeFiles/sboui.dir/src/BuildActionBox.cpp.o
[  9%] Building CXX object CMakeFiles/sboui.dir/src/CategoryListBox.cpp.o
[ 11%] Building CXX object CMakeFiles/sboui.dir/src/MainWindow.cpp.o
[ 14%] Building CXX object CMakeFiles/sboui.dir/src/Label.cpp.o
[ 16%] Building CXX object CMakeFiles/sboui.dir/src/ComboBox.cpp.o
[ 19%] Building CXX object CMakeFiles/sboui.dir/src/FilterBox.cpp.o
[ 21%] Building CXX object CMakeFiles/sboui.dir/src/ToggleInput.cpp.o
[ 23%] Building CXX object CMakeFiles/sboui.dir/src/Color.cpp.o
[ 26%] Building CXX object CMakeFiles/sboui.dir/src/ListBox.cpp.o
[ 28%] Building CXX object CMakeFiles/sboui.dir/src/DirListing.cpp.o
[ 30%] Building CXX object CMakeFiles/sboui.dir/src/requirements.cpp.o
[ 33%] Building CXX object CMakeFiles/sboui.dir/src/string_util.cpp.o
[ 35%] Building CXX object CMakeFiles/sboui.dir/src/CategoryListItem.cpp.o
[ 38%] Building CXX object CMakeFiles/sboui.dir/src/BuildListBox.cpp.o
/tmp/mntg/sboui-0.2/src/BuildListBox.cpp: In member function 'virtual void BuildListBox::redrawSingleItem(unsigned int)':
/tmp/mntg/sboui-0.2/src/BuildListBox.cpp:112:36: warning: variable 'rows' set but not used [-Wunused-but-set-variable]
   int nspaces, vlineloc, printlen, rows, cols, i;
                                    ^
[ 40%] Building CXX object CMakeFiles/sboui.dir/src/SelectionBox.cpp.o
[ 42%] Building CXX object CMakeFiles/sboui.dir/src/SearchBox.cpp.o                                                                                                                 
[ 45%] Building CXX object CMakeFiles/sboui.dir/src/TextInput.cpp.o                                                                                                                 
[ 47%] Building CXX object CMakeFiles/sboui.dir/src/BuildOrderBox.cpp.o                                                                                                             
/tmp/mntg/sboui-0.2/src/BuildOrderBox.cpp: In member function 'virtual void BuildOrderBox::redrawSingleItem(unsigned int)':
/tmp/mntg/sboui-0.2/src/BuildOrderBox.cpp:127:36: warning: variable 'rows' set but not used [-Wunused-but-set-variable]
   int nspaces, vlineloc, printlen, rows, cols, i;                                                                                                                                  
                                    ^
[ 50%] Building CXX object CMakeFiles/sboui.dir/src/MessageBox.cpp.o                                                                                                                
/tmp/mntg/sboui-0.2/src/MessageBox.cpp: In member function 'void MessageBox::redrawMessage() const':
/tmp/mntg/sboui-0.2/src/MessageBox.cpp:105:7: warning: variable 'rows' set but not used [-Wunused-but-set-variable]
   int rows, cols, left;                                                                                                                                                            
       ^
[ 52%] Building CXX object CMakeFiles/sboui.dir/src/ShellReader.cpp.o                                                                                                               
[ 54%] Building CXX object CMakeFiles/sboui.dir/src/ComboBoxList.cpp.o                                                                                                              
[ 57%] Building CXX object CMakeFiles/sboui.dir/src/ScrollBox.cpp.o                                                                                                                 
[ 59%] Building CXX object CMakeFiles/sboui.dir/src/HelpWindow.cpp.o                                                                                                                
/tmp/mntg/sboui-0.2/src/HelpWindow.cpp: In member function 'virtual void HelpWindow::redrawSingleItem(unsigned int)':
/tmp/mntg/sboui-0.2/src/HelpWindow.cpp:109:34: warning: variable 'rows' set but not used [-Wunused-but-set-variable]
   int ndots, vlineloc, printlen, rows, cols, i;                                                                                                                                    
                                  ^
[ 61%] Building CXX object CMakeFiles/sboui.dir/src/InvReqBox.cpp.o                                                                                                                 
[ 64%] Building CXX object CMakeFiles/sboui.dir/src/DirListBox.cpp.o                                                                                                                
[ 66%] Building CXX object CMakeFiles/sboui.dir/src/AbstractListBox.cpp.o                                                                                                           
[ 69%] Building CXX object CMakeFiles/sboui.dir/src/InstallBox.cpp.o                                                                                                                
/tmp/mntg/sboui-0.2/src/InstallBox.cpp: In member function 'virtual void InstallBox::redrawSingleItem(unsigned int)':
/tmp/mntg/sboui-0.2/src/InstallBox.cpp:130:36: warning: variable 'rows' set but not used [-Wunused-but-set-variable]
   int nspaces, vlineloc, printlen, rows, cols, i;
                                    ^
[ 71%] Building CXX object CMakeFiles/sboui.dir/src/filters.cpp.o
[ 73%] Building CXX object CMakeFiles/sboui.dir/src/signals.cpp.o
[ 76%] Building CXX object CMakeFiles/sboui.dir/src/CursesWidget.cpp.o
/tmp/mntg/sboui-0.2/src/CursesWidget.cpp: In member function 'void CursesWidget::printToEol(const string&, int) const':
/tmp/mntg/sboui-0.2/src/CursesWidget.cpp:15:10: warning: variable 'y' set but not used [-Wunused-but-set-variable]
   int i, y, x, rows, cols, nprint, nspaces, msglen;
          ^
/tmp/mntg/sboui-0.2/src/CursesWidget.cpp:15:16: warning: variable 'rows' set but not used [-Wunused-but-set-variable]
   int i, y, x, rows, cols, nprint, nspaces, msglen;
                ^
[ 78%] Building CXX object CMakeFiles/sboui.dir/src/settings.cpp.o
[ 80%] Building CXX object CMakeFiles/sboui.dir/src/InputItem.cpp.o
/tmp/mntg/sboui-0.2/src/InputItem.cpp: In member function 'void InputItem::printToEol(const string&) const':
/tmp/mntg/sboui-0.2/src/InputItem.cpp:12:10: warning: variable 'y' set but not used [-Wunused-but-set-variable]
   int i, y, x, rows, cols, rightspace, nspaces, msglen;
          ^
/tmp/mntg/sboui-0.2/src/InputItem.cpp:12:16: warning: variable 'rows' set but not used [-Wunused-but-set-variable]
   int i, y, x, rows, cols, rightspace, nspaces, msglen;
                ^
[ 83%] Building CXX object CMakeFiles/sboui.dir/src/HelpItem.cpp.o
[ 85%] Building CXX object CMakeFiles/sboui.dir/src/CLOParser.cpp.o
[ 88%] Building CXX object CMakeFiles/sboui.dir/src/sboui.cpp.o
[ 90%] Building CXX object CMakeFiles/sboui.dir/src/backend.cpp.o
[ 92%] Building CXX object CMakeFiles/sboui.dir/src/TagList.cpp.o
/tmp/mntg/sboui-0.2/src/TagList.cpp: In member function 'virtual void TagList::redrawSingleItem(unsigned int)':
/tmp/mntg/sboui-0.2/src/TagList.cpp:22:7: warning: variable 'rows' set but not used [-Wunused-but-set-variable]
   int rows, cols; 
       ^
[ 95%] Building CXX object CMakeFiles/sboui.dir/src/OptionsWindow.cpp.o
[ 97%] Building CXX object CMakeFiles/sboui.dir/src/ListItem.cpp.o
[100%] Linking CXX executable sboui
[100%] Built target sboui
[100%] Built target sboui
Install the project...
-- Install configuration: "Debug"
-- Installing: /tmp/mntg/package-sboui/usr/sbin/sboui
-- Installing: /tmp/mntg/package-sboui/etc/sboui/sboui.conf
-- Installing: /tmp/mntg/package-sboui/usr/share/sboui/colors.commander
-- Installing: /tmp/mntg/package-sboui/usr/share/sboui/colors.dark
-- Installing: /tmp/mntg/package-sboui/usr/share/sboui/colors.light
-- Installing: /tmp/mntg/package-sboui/usr/man/man8/sboui.8
-- Installing: /tmp/mntg/package-sboui/usr/man/man5/sboui.conf.5

Slackware package maker, version 3.141593.

Searching for symbolic links:

No symbolic links were found, so we won't make an installation script.
You can make your own later in ./install/doinst.sh and rebuild the
package if you like.

This next step is optional - you can set the directories in your package
to some sane permissions. If any of the directories in your package have
special permissions, then DO NOT reset them here!

Would you like to reset all directory permissions to 755 (drwxr-xr-x) and
directory ownerships to root.root ([y]es, [n]o)? n

Creating Slackware package:  /tmp/sboui-0.2-x86_64-1_mntg.tgz

./
usr/
usr/sbin/
usr/sbin/sboui
usr/share/
usr/share/sboui/
usr/share/sboui/colors.commander
usr/share/sboui/colors.dark
usr/share/sboui/colors.light
usr/doc/
usr/doc/sboui-0.2/
usr/doc/sboui-0.2/LICENSE
usr/doc/sboui-0.2/sboui.SlackBuild
usr/doc/sboui-0.2/README.md
usr/doc/sboui-0.2/AUTHORS
usr/doc/sboui-0.2/INSTALL
usr/doc/sboui-0.2/ChangeLog
usr/doc/sboui-0.2/TODO
usr/man/
usr/man/man5/
usr/man/man5/sboui.conf.5.gz
usr/man/man8/
usr/man/man8/sboui.8.gz
etc/
etc/sboui/
etc/sboui/sboui.conf.new
install/
install/slack-desc
install/doinst.sh

Slackware package /tmp/sboui-0.2-x86_64-1_mntg.tgz created.
 
Old 04-14-2017, 12:28 PM   #25
montagdude
Senior Member
 
Registered: Apr 2016
Distribution: Slackware
Posts: 2,011

Original Poster
Rep: Reputation: 1619Reputation: 1619Reputation: 1619Reputation: 1619Reputation: 1619Reputation: 1619Reputation: 1619Reputation: 1619Reputation: 1619Reputation: 1619Reputation: 1619
Quote:
Originally Posted by bamunds View Post
The following is the build log. I notice a number of warnings about variable 'rows' set but not used.
Code:
sboui-0.2/
sboui-0.2/AUTHORS
sboui-0.2/CMakeLists.txt
sboui-0.2/ChangeLog
sboui-0.2/INSTALL
sboui-0.2/LICENSE
sboui-0.2/README.md
sboui-0.2/TODO
sboui-0.2/cmake/
sboui-0.2/cmake/Modules/
sboui-0.2/cmake/Modules/FindLibconfig++.cmake
sboui-0.2/etc/
sboui-0.2/etc/colors.commander
sboui-0.2/etc/colors.dark
sboui-0.2/etc/colors.light
sboui-0.2/etc/sboui.conf
sboui-0.2/include/
sboui-0.2/include/AbstractListBox.h
sboui-0.2/include/BuildActionBox.h
sboui-0.2/include/BuildListBox.h
sboui-0.2/include/BuildListItem.h
sboui-0.2/include/BuildOrderBox.h
sboui-0.2/include/CLOParser.h
sboui-0.2/include/CategoryListBox.h
sboui-0.2/include/CategoryListItem.h
sboui-0.2/include/Color.h
sboui-0.2/include/ComboBox.h
sboui-0.2/include/ComboBoxList.h
sboui-0.2/include/CursesWidget.h
sboui-0.2/include/DirListBox.h
sboui-0.2/include/DirListing.h
sboui-0.2/include/FilterBox.h
sboui-0.2/include/HelpItem.h
sboui-0.2/include/HelpWindow.h
sboui-0.2/include/InputBox.h
sboui-0.2/include/InputItem.h
sboui-0.2/include/InstallBox.h
sboui-0.2/include/InvReqBox.h
sboui-0.2/include/Label.h
sboui-0.2/include/ListBox.h
sboui-0.2/include/ListItem.h
sboui-0.2/include/MainWindow.h
sboui-0.2/include/MessageBox.h
sboui-0.2/include/OptionsWindow.h
sboui-0.2/include/ScrollBox.h
sboui-0.2/include/SearchBox.h
sboui-0.2/include/SelectionBox.h
sboui-0.2/include/ShellReader.h
sboui-0.2/include/TagList.h
sboui-0.2/include/TextInput.h
sboui-0.2/include/ToggleInput.h
sboui-0.2/include/backend.h
sboui-0.2/include/filters.h
sboui-0.2/include/requirements.h
sboui-0.2/include/settings.h
sboui-0.2/include/signals.h
sboui-0.2/include/string_util.h
sboui-0.2/man/
sboui-0.2/man/sboui.8
sboui-0.2/man/sboui.conf.5
sboui-0.2/screenshots/
sboui-0.2/screenshots/commander.png
sboui-0.2/screenshots/filters.png
sboui-0.2/screenshots/install.png
sboui-0.2/screenshots/search.png
sboui-0.2/src/
sboui-0.2/src/AbstractListBox.cpp
sboui-0.2/src/BuildActionBox.cpp
sboui-0.2/src/BuildListBox.cpp
sboui-0.2/src/BuildListItem.cpp
sboui-0.2/src/BuildOrderBox.cpp
sboui-0.2/src/CLOParser.cpp
sboui-0.2/src/CategoryListBox.cpp
sboui-0.2/src/CategoryListItem.cpp
sboui-0.2/src/Color.cpp
sboui-0.2/src/ComboBox.cpp
sboui-0.2/src/ComboBoxList.cpp
sboui-0.2/src/CursesWidget.cpp
sboui-0.2/src/DirListBox.cpp
sboui-0.2/src/DirListing.cpp
sboui-0.2/src/FilterBox.cpp
sboui-0.2/src/HelpItem.cpp
sboui-0.2/src/HelpWindow.cpp
sboui-0.2/src/InputBox.cpp
sboui-0.2/src/InputItem.cpp
sboui-0.2/src/InstallBox.cpp
sboui-0.2/src/InvReqBox.cpp
sboui-0.2/src/Label.cpp
sboui-0.2/src/ListBox.cpp
sboui-0.2/src/ListItem.cpp
sboui-0.2/src/MainWindow.cpp
sboui-0.2/src/MessageBox.cpp
sboui-0.2/src/OptionsWindow.cpp
sboui-0.2/src/ScrollBox.cpp
sboui-0.2/src/SearchBox.cpp
sboui-0.2/src/SelectionBox.cpp
sboui-0.2/src/ShellReader.cpp
sboui-0.2/src/TagList.cpp
sboui-0.2/src/TextInput.cpp
sboui-0.2/src/ToggleInput.cpp
sboui-0.2/src/backend.cpp
sboui-0.2/src/filters.cpp
sboui-0.2/src/requirements.cpp
sboui-0.2/src/sboui.cpp
sboui-0.2/src/settings.cpp
sboui-0.2/src/signals.cpp
sboui-0.2/src/string_util.cpp
-- The C compiler identification is GNU 5.3.0
-- The CXX compiler identification is GNU 5.3.0
-- Check for working C compiler: /usr/bin/cc
-- Check for working C compiler: /usr/bin/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/bin/c++
-- Check for working CXX compiler: /usr/bin/c++ -- works
-- Detecting CXX compiler ABI info
-- Detecting CXX compiler ABI info - done
-- Detecting CXX compile features
-- Detecting CXX compile features - done
-- Found Curses: /usr/lib64/libcurses.so  
-- Found libconfig++ header in /usr/include
-- Found libconfig++ library: /usr/lib64/libconfig++.so
-- Configuring done
-- Generating done
-- Build files have been written to: /tmp/mntg/sboui-0.2/build
Scanning dependencies of target sboui
[  2%] Building CXX object CMakeFiles/sboui.dir/src/InputBox.cpp.o
/tmp/mntg/sboui-0.2/src/InputBox.cpp: In member function 'void InputBox::addItem(InputItem*)':
/tmp/mntg/sboui-0.2/src/InputBox.cpp:393:7: warning: variable 'rows' set but not used [-Wunused-but-set-variable]
   int rows, cols;
       ^
[  4%] Building CXX object CMakeFiles/sboui.dir/src/BuildListItem.cpp.o
[  7%] Building CXX object CMakeFiles/sboui.dir/src/BuildActionBox.cpp.o
[  9%] Building CXX object CMakeFiles/sboui.dir/src/CategoryListBox.cpp.o
[ 11%] Building CXX object CMakeFiles/sboui.dir/src/MainWindow.cpp.o
[ 14%] Building CXX object CMakeFiles/sboui.dir/src/Label.cpp.o
[ 16%] Building CXX object CMakeFiles/sboui.dir/src/ComboBox.cpp.o
[ 19%] Building CXX object CMakeFiles/sboui.dir/src/FilterBox.cpp.o
[ 21%] Building CXX object CMakeFiles/sboui.dir/src/ToggleInput.cpp.o
[ 23%] Building CXX object CMakeFiles/sboui.dir/src/Color.cpp.o
[ 26%] Building CXX object CMakeFiles/sboui.dir/src/ListBox.cpp.o
[ 28%] Building CXX object CMakeFiles/sboui.dir/src/DirListing.cpp.o
[ 30%] Building CXX object CMakeFiles/sboui.dir/src/requirements.cpp.o
[ 33%] Building CXX object CMakeFiles/sboui.dir/src/string_util.cpp.o
[ 35%] Building CXX object CMakeFiles/sboui.dir/src/CategoryListItem.cpp.o
[ 38%] Building CXX object CMakeFiles/sboui.dir/src/BuildListBox.cpp.o
/tmp/mntg/sboui-0.2/src/BuildListBox.cpp: In member function 'virtual void BuildListBox::redrawSingleItem(unsigned int)':
/tmp/mntg/sboui-0.2/src/BuildListBox.cpp:112:36: warning: variable 'rows' set but not used [-Wunused-but-set-variable]
   int nspaces, vlineloc, printlen, rows, cols, i;
                                    ^
[ 40%] Building CXX object CMakeFiles/sboui.dir/src/SelectionBox.cpp.o
[ 42%] Building CXX object CMakeFiles/sboui.dir/src/SearchBox.cpp.o                                                                                                                 
[ 45%] Building CXX object CMakeFiles/sboui.dir/src/TextInput.cpp.o                                                                                                                 
[ 47%] Building CXX object CMakeFiles/sboui.dir/src/BuildOrderBox.cpp.o                                                                                                             
/tmp/mntg/sboui-0.2/src/BuildOrderBox.cpp: In member function 'virtual void BuildOrderBox::redrawSingleItem(unsigned int)':
/tmp/mntg/sboui-0.2/src/BuildOrderBox.cpp:127:36: warning: variable 'rows' set but not used [-Wunused-but-set-variable]
   int nspaces, vlineloc, printlen, rows, cols, i;                                                                                                                                  
                                    ^
[ 50%] Building CXX object CMakeFiles/sboui.dir/src/MessageBox.cpp.o                                                                                                                
/tmp/mntg/sboui-0.2/src/MessageBox.cpp: In member function 'void MessageBox::redrawMessage() const':
/tmp/mntg/sboui-0.2/src/MessageBox.cpp:105:7: warning: variable 'rows' set but not used [-Wunused-but-set-variable]
   int rows, cols, left;                                                                                                                                                            
       ^
[ 52%] Building CXX object CMakeFiles/sboui.dir/src/ShellReader.cpp.o                                                                                                               
[ 54%] Building CXX object CMakeFiles/sboui.dir/src/ComboBoxList.cpp.o                                                                                                              
[ 57%] Building CXX object CMakeFiles/sboui.dir/src/ScrollBox.cpp.o                                                                                                                 
[ 59%] Building CXX object CMakeFiles/sboui.dir/src/HelpWindow.cpp.o                                                                                                                
/tmp/mntg/sboui-0.2/src/HelpWindow.cpp: In member function 'virtual void HelpWindow::redrawSingleItem(unsigned int)':
/tmp/mntg/sboui-0.2/src/HelpWindow.cpp:109:34: warning: variable 'rows' set but not used [-Wunused-but-set-variable]
   int ndots, vlineloc, printlen, rows, cols, i;                                                                                                                                    
                                  ^
[ 61%] Building CXX object CMakeFiles/sboui.dir/src/InvReqBox.cpp.o                                                                                                                 
[ 64%] Building CXX object CMakeFiles/sboui.dir/src/DirListBox.cpp.o                                                                                                                
[ 66%] Building CXX object CMakeFiles/sboui.dir/src/AbstractListBox.cpp.o                                                                                                           
[ 69%] Building CXX object CMakeFiles/sboui.dir/src/InstallBox.cpp.o                                                                                                                
/tmp/mntg/sboui-0.2/src/InstallBox.cpp: In member function 'virtual void InstallBox::redrawSingleItem(unsigned int)':
/tmp/mntg/sboui-0.2/src/InstallBox.cpp:130:36: warning: variable 'rows' set but not used [-Wunused-but-set-variable]
   int nspaces, vlineloc, printlen, rows, cols, i;
                                    ^
[ 71%] Building CXX object CMakeFiles/sboui.dir/src/filters.cpp.o
[ 73%] Building CXX object CMakeFiles/sboui.dir/src/signals.cpp.o
[ 76%] Building CXX object CMakeFiles/sboui.dir/src/CursesWidget.cpp.o
/tmp/mntg/sboui-0.2/src/CursesWidget.cpp: In member function 'void CursesWidget::printToEol(const string&, int) const':
/tmp/mntg/sboui-0.2/src/CursesWidget.cpp:15:10: warning: variable 'y' set but not used [-Wunused-but-set-variable]
   int i, y, x, rows, cols, nprint, nspaces, msglen;
          ^
/tmp/mntg/sboui-0.2/src/CursesWidget.cpp:15:16: warning: variable 'rows' set but not used [-Wunused-but-set-variable]
   int i, y, x, rows, cols, nprint, nspaces, msglen;
                ^
[ 78%] Building CXX object CMakeFiles/sboui.dir/src/settings.cpp.o
[ 80%] Building CXX object CMakeFiles/sboui.dir/src/InputItem.cpp.o
/tmp/mntg/sboui-0.2/src/InputItem.cpp: In member function 'void InputItem::printToEol(const string&) const':
/tmp/mntg/sboui-0.2/src/InputItem.cpp:12:10: warning: variable 'y' set but not used [-Wunused-but-set-variable]
   int i, y, x, rows, cols, rightspace, nspaces, msglen;
          ^
/tmp/mntg/sboui-0.2/src/InputItem.cpp:12:16: warning: variable 'rows' set but not used [-Wunused-but-set-variable]
   int i, y, x, rows, cols, rightspace, nspaces, msglen;
                ^
[ 83%] Building CXX object CMakeFiles/sboui.dir/src/HelpItem.cpp.o
[ 85%] Building CXX object CMakeFiles/sboui.dir/src/CLOParser.cpp.o
[ 88%] Building CXX object CMakeFiles/sboui.dir/src/sboui.cpp.o
[ 90%] Building CXX object CMakeFiles/sboui.dir/src/backend.cpp.o
[ 92%] Building CXX object CMakeFiles/sboui.dir/src/TagList.cpp.o
/tmp/mntg/sboui-0.2/src/TagList.cpp: In member function 'virtual void TagList::redrawSingleItem(unsigned int)':
/tmp/mntg/sboui-0.2/src/TagList.cpp:22:7: warning: variable 'rows' set but not used [-Wunused-but-set-variable]
   int rows, cols; 
       ^
[ 95%] Building CXX object CMakeFiles/sboui.dir/src/OptionsWindow.cpp.o
[ 97%] Building CXX object CMakeFiles/sboui.dir/src/ListItem.cpp.o
[100%] Linking CXX executable sboui
[100%] Built target sboui
[100%] Built target sboui
Install the project...
-- Install configuration: "Debug"
-- Installing: /tmp/mntg/package-sboui/usr/sbin/sboui
-- Installing: /tmp/mntg/package-sboui/etc/sboui/sboui.conf
-- Installing: /tmp/mntg/package-sboui/usr/share/sboui/colors.commander
-- Installing: /tmp/mntg/package-sboui/usr/share/sboui/colors.dark
-- Installing: /tmp/mntg/package-sboui/usr/share/sboui/colors.light
-- Installing: /tmp/mntg/package-sboui/usr/man/man8/sboui.8
-- Installing: /tmp/mntg/package-sboui/usr/man/man5/sboui.conf.5

Slackware package maker, version 3.141593.

Searching for symbolic links:

No symbolic links were found, so we won't make an installation script.
You can make your own later in ./install/doinst.sh and rebuild the
package if you like.

This next step is optional - you can set the directories in your package
to some sane permissions. If any of the directories in your package have
special permissions, then DO NOT reset them here!

Would you like to reset all directory permissions to 755 (drwxr-xr-x) and
directory ownerships to root.root ([y]es, [n]o)? n

Creating Slackware package:  /tmp/sboui-0.2-x86_64-1_mntg.tgz

./
usr/
usr/sbin/
usr/sbin/sboui
usr/share/
usr/share/sboui/
usr/share/sboui/colors.commander
usr/share/sboui/colors.dark
usr/share/sboui/colors.light
usr/doc/
usr/doc/sboui-0.2/
usr/doc/sboui-0.2/LICENSE
usr/doc/sboui-0.2/sboui.SlackBuild
usr/doc/sboui-0.2/README.md
usr/doc/sboui-0.2/AUTHORS
usr/doc/sboui-0.2/INSTALL
usr/doc/sboui-0.2/ChangeLog
usr/doc/sboui-0.2/TODO
usr/man/
usr/man/man5/
usr/man/man5/sboui.conf.5.gz
usr/man/man8/
usr/man/man8/sboui.8.gz
etc/
etc/sboui/
etc/sboui/sboui.conf.new
install/
install/slack-desc
install/doinst.sh

Slackware package /tmp/sboui-0.2-x86_64-1_mntg.tgz created.
Yup, don't worry about those warnings. They are inconsequential and unavoidable in this case.
 
Old 04-14-2017, 12:32 PM   #26
bamunds
Member
 
Registered: Sep 2013
Location: Mounds View MN
Distribution: Slackware64-14.2-Multilib XDM/FVWM3
Posts: 780

Rep: Reputation: 260Reputation: 260Reputation: 260
Here are the run and backtrace files after the installation which still segfaults.
Backtrace:
Code:
GNU gdb (GDB) 7.11.1
Copyright (C) 2016 Free Software Foundation, Inc.
License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>
This is free software: you are free to change and redistribute it.
There is NO WARRANTY, to the extent permitted by law.  Type "show copying"
and "show warranty" for details.
This GDB was configured as "x86_64-slackware-linux".
Type "show configuration" for configuration details.
For bug reporting instructions, please see:
<http://www.gnu.org/software/gdb/bugs/>.
Find the GDB manual and other documentation resources online at:
<http://www.gnu.org/software/gdb/documentation/>.
For help, type "help".
Type "apropos word" to search for commands related to "word"...
Reading symbols from sboui...(no debugging symbols found)...done.
[?1034h(gdb)
RUN
Code:
GNU gdb (GDB) 7.11.1
Copyright (C) 2016 Free Software Foundation, Inc.
License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>
This is free software: you are free to change and redistribute it.
There is NO WARRANTY, to the extent permitted by law.  Type "show copying"
and "show warranty" for details.
This GDB was configured as "x86_64-slackware-linux".
Type "show configuration" for configuration details.
For bug reporting instructions, please see:
<http://www.gnu.org/software/gdb/bugs/>.
Find the GDB manual and other documentation resources online at:
<http://www.gnu.org/software/gdb/documentation/>.
For help, type "help".
Type "apropos word" to search for commands related to "word"...
Reading symbols from sboui...(no debugging symbols found)...done.
[?1034h(gdb) 
(gdb)
In both cases I had to use HTOP to kill the running instance of sboui.
When I run straight then it simply segfaults.
Again, I'm willing to help debug this issue, but no programmer or application development skills, so please help with instructions on what to do next.
 
Old 04-14-2017, 12:41 PM   #27
montagdude
Senior Member
 
Registered: Apr 2016
Distribution: Slackware
Posts: 2,011

Original Poster
Rep: Reputation: 1619Reputation: 1619Reputation: 1619Reputation: 1619Reputation: 1619Reputation: 1619Reputation: 1619Reputation: 1619Reputation: 1619Reputation: 1619Reputation: 1619
Thank you for posting your package list. I know LQ isn't really designed for posting such long lists. Your problem is that you have several files in /var/log/packages with illegal package names:

XnViewMP-linux-0.83.x64
brave-0.13.0.x86_64
brave-0.13.5.x86_64
skypeforlinux-64

A package in Slackware must have the following structure:
name-version-arch-build

The name is allowed to have multiple words separated by dashes, so that means that each file in /var/log/packages must have at least four words separated by dashes. The ones listed above have only two or three. I'm not sure how they ended up there. If you remove those files from /var/log/packages or rename them to something valid, sboui will no longer segfault, but if I were you I would look into removing the contents of the packages and reinstalling them properly.

Anyway, I have added error checking for bad package names to sboui so that it will warn you about them and continue on without segfaulting. That will appear in the next patch release (0.2.1). Thanks again for helping me track it down!

Last edited by montagdude; 04-14-2017 at 12:42 PM.
 
Old 04-14-2017, 12:53 PM   #28
montagdude
Senior Member
 
Registered: Apr 2016
Distribution: Slackware
Posts: 2,011

Original Poster
Rep: Reputation: 1619Reputation: 1619Reputation: 1619Reputation: 1619Reputation: 1619Reputation: 1619Reputation: 1619Reputation: 1619Reputation: 1619Reputation: 1619Reputation: 1619
Quote:
Originally Posted by bamunds View Post
Here are the run and backtrace files after the installation which still segfaults.
Backtrace:
...

RUN
...

In both cases I had to use HTOP to kill the running instance of sboui.
When I run straight then it simply segfaults.
Again, I'm willing to help debug this issue, but no programmer or application development skills, so please help with instructions on what to do next.
Are you sure you installed /tmp/sboui-0.2-x86_64-1_mntg.tgz (using `upgradepkg --reinstall --install-new /tmp/sboui-0.2-x86_64-1_mntg.tgz`) after building it? Your gdb output is saying there are no debugging symbols, but it should have them since you rebuilt it with the "Debug" build type.

Anyway, I'm certain that your problem is those bad package names in /var/log/packages, so there's no need to continue with this gdb route unless you want to for your own curiosity's sake. After you're done, you should reinstall sboui again with the "Release" build type for the best performance.
 
Old 04-14-2017, 03:14 PM   #29
bamunds
Member
 
Registered: Sep 2013
Location: Mounds View MN
Distribution: Slackware64-14.2-Multilib XDM/FVWM3
Posts: 780

Rep: Reputation: 260Reputation: 260Reputation: 260
Quote:
Originally Posted by montagdude View Post
... Your problem is that you have several files in /var/log/packages with illegal package names:
XnViewMP-linux-0.83.x64
brave-0.13.0.x86_64
brave-0.13.5.x86_64
skypeforlinux-64

A package in Slackware must have the following structure:
name-version-arch-build

The name is allowed to have multiple words separated by dashes, so that means that each file in /var/log/packages must have at least four words separated by dashes.
The official slackware packages don't always have four words ex aspell-en-7.1_0-x86_64-1.txz, at-spi2-atk-2.18.1-x86_64-1.txz, and polkit-kde-agent-1-9d74ae3_20120104git-x86_64-2.txz. So although there maybe a common standard it is not strictly held to by all developers.

Quote:
Originally Posted by montagdude View Post
The ones listed above have only two or three. I'm not sure how they ended up there. If you remove those files from /var/log/packages or rename them to something valid, sboui will no longer segfault, but if I were you I would look into removing the contents of the packages and reinstalling them properly.
As I indicated in an earlier post, those packages were created using rmp2tgz and src2pkg. I would have thought that since rpm2tgz is a standard slackware package that it would set the package name correctly? And while src2pkg is not official, it is widely used for conversion of Debian packages when rpm's aren't available. I've also been told that there is a number of limited places to put dashes and everything else must be underscore, ex -1bamunds_SBo is acceptable but -1bamunds-SBo would not be acceptable. For anyone else coming across this page in the future, the following link is from the Slackware official documentation site http://docs.slackware.com/howtos:sla...ding_a_package about building packages and describes package naming. What would be the simple way for a person to test their /var/log/packages for compliance going forward?

As for my package names causing the segfault... I've removed, renamed and installpkg the three offending packages and indeed sboui-0.2 now runs correctly. I haven't fully tested yet, but will continue to provide feedback.

When I now look at keepassxc it's dependencies have all four packages listed and marked as installed. When I look at libinput (a dependency of keepassxc) it shows that it is a dependency for qt5, qt5-webkit, and keepassxc. This is consistent with my written records of dependencies. So it looks like you've identified the issue in 0.2 and how to enhance 0.2.1.
Also I'm surprised that sboui-0.1.1 did NOT seg fault for this reason. Is it a result of the new code you inserted looking for all packages?
I can say that the application interface now starts in less than one second! Fantastic!

Quote:
Originally Posted by montagdude View Post
Anyway, I have added error checking for bad package names to sboui so that it will warn you about them and continue on without seg faulting. That will appear in the next patch release (0.2.1). Thanks again for helping me track it down!
What about the build warnings about the 'rows' variable not being used?
Yes I'm sure that I had modified the CMAKE statement in the slackbuild correctly and used that corrected script to build the installed package. Could it be an issue with either my cmake-3.5.2-x86_64-1, gdb-7.11.1-x86_64-1, or gdbm-1.12-x86_64-1 versions? Or maybe the build environment, I didn't set any special environments?

Do I need to rebuild without the debug code setting or can I continue to run with it as is?

When will 0.2.1 be on git?
 
Old 04-14-2017, 03:54 PM   #30
Didier Spaier
LQ Addict
 
Registered: Nov 2008
Location: Paris, France
Distribution: Slint64-15.0
Posts: 11,062

Rep: Reputation: Disabled
Quote:
Originally Posted by bamunds View Post
The official slackware packages don't always have four words ex aspell-en-7.1_0-x86_64-1.txz, at-spi2-atk-2.18.1-x86_64-1.txz, and c. So although there maybe a common standard it is not strictly held to by all developers.
The name may include any number of dashes because the dashes are counted from the right. Examples:
Code:
echo aspell-en-7.1_0-x86_64-1.txz|sed s/-[^-]*-[^-]*-[^-]*$//
aspell-en
echo at-spi2-atk-2.18.1-x86_64-1.txz|sed s/-[^-]*-[^-]*-[^-]*$//
at-spi2-atk
echo polkit-kde-agent-1-9d74ae3_20120104git-x86_64-2.txz|sed s/-[^-]*-[^-]*-[^-]*$//
polkit-kde-agent-1
This just confirms what montagdude said.

Last edited by Didier Spaier; 04-14-2017 at 03:58 PM. Reason: sed fixed
 
  


Reply



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] Call for Testers: MATE 1.17 willysr Slackware 25 04-21-2017 12:55 PM
[SOLVED] Call for Testers: MATE 1.14 for -Current willysr Slackware 13 05-27-2016 08:08 AM
Updating w3af to version 1.6.49 in SBo, need testers mralk3 Slackware 3 12-12-2015 05:54 PM
Call for Testers: MATE 1.8 willysr Slackware 137 08-06-2014 01:50 AM
ncurses-5.2-28 conflicts with file from package ncurses-5.2-12 tubby Linux - Software 4 06-16-2002 12:00 AM

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

All times are GMT -5. The time now is 10:09 AM.

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