• Compiling Software

    From R Daneel Olivaw@Danni@hyperspace.vogon.gov to alt.os.linux.suse on Wed Mar 19 12:53:42 2025
    From Newsgroup: alt.os.linux.suse

    Hi,

    I have Leap 15.6 installed, but one particular package lost
    functionality between 15.5 and 15.6 so I have installed the Source rpm
    from 15.5 and wish to compile it against the current libraries. I have already tried using the 15.5 executable but things are not going
    particularly well - random aborts and general misbehaviour.

    dragonplayer-22.12.3-bp155.1.5.src.rpm

    https://en.opensuse.org/SDB:Compiling_software was "tested on openSUSE
    12.1" and is not being particularly helpful - starting with there not
    being a "./configure" file (I had copied and unpacked SOURCES/dragon-22.12.3.tar.xz).

    Is there any current documentation? Bearing in mind that I have not
    compiled anything under Linux for at least 25 years (back then it was
    Kernels and Samba).
    --- Synchronet 3.21d-Linux NewsLink 1.2
  • From Malcolm@malcolmlewis@linuxmail.org.invalid to alt.os.linux.suse on Wed Mar 19 07:17:56 2025
    From Newsgroup: alt.os.linux.suse

    On Wed, 19 Mar 2025 12:53:42 +0100
    R Daneel Olivaw <Danni@hyperspace.vogon.gov> wrote:

    Hi,

    I have Leap 15.6 installed, but one particular package lost
    functionality between 15.5 and 15.6 so I have installed the Source
    rpm from 15.5 and wish to compile it against the current libraries.
    I have already tried using the 15.5 executable but things are not
    going particularly well - random aborts and general misbehaviour.

    dragonplayer-22.12.3-bp155.1.5.src.rpm

    https://en.opensuse.org/SDB:Compiling_software was "tested on
    openSUSE 12.1" and is not being particularly helpful - starting with
    there not being a "./configure" file (I had copied and unpacked SOURCES/dragon-22.12.3.tar.xz).

    Is there any current documentation? Bearing in mind that I have not compiled anything under Linux for at least 25 years (back then it was Kernels and Samba).
    Hi
    As your user run `rpmbuild --rebuild
    dragonplayer-22.12.3-bp155.1.5.src.rpm`
    --
    Cheers Malcolm -#-+-# (Linux Counter #276890)
    Tumbleweed 20250317 | GNOME Shell 47.5 | 6.13.6-1-default
    HP Z440 | Xeon E5-2695 V4 X36 @ 2.10GHz | ARC A380 & RTX4000
    up 0:36, 2 users, load average: 0.39, 0.40, 0.37

    --- Synchronet 3.21d-Linux NewsLink 1.2
  • From R Daneel Olivaw@Danni@hyperspace.vogon.gov to alt.os.linux.suse on Wed Mar 19 15:10:06 2025
    From Newsgroup: alt.os.linux.suse

    Malcolm wrote:
    On Wed, 19 Mar 2025 12:53:42 +0100
    R Daneel Olivaw <Danni@hyperspace.vogon.gov> wrote:

    Hi,

    I have Leap 15.6 installed, but one particular package lost
    functionality between 15.5 and 15.6 so I have installed the Source
    rpm from 15.5 and wish to compile it against the current libraries.
    I have already tried using the 15.5 executable but things are not
    going particularly well - random aborts and general misbehaviour.

    dragonplayer-22.12.3-bp155.1.5.src.rpm

    https://en.opensuse.org/SDB:Compiling_software was "tested on
    openSUSE 12.1" and is not being particularly helpful - starting with
    there not being a "./configure" file (I had copied and unpacked
    SOURCES/dragon-22.12.3.tar.xz).

    Is there any current documentation? Bearing in mind that I have not
    compiled anything under Linux for at least 25 years (back then it was
    Kernels and Samba).
    Hi
    As your user run `rpmbuild --rebuild
    dragonplayer-22.12.3-bp155.1.5.src.rpm`


    Thank you, that started off well with a list of missing dependencies. Installing the missing packages made a fair proportion of those
    dependencies go away, but "cmake(blah blah)" is still there. For 17
    different values of blah blah. Although cmake is now installed (and I
    even rebooted).
    --- Synchronet 3.21d-Linux NewsLink 1.2
  • From Malcolm@malcolmlewis@linuxmail.org.invalid to alt.os.linux.suse on Wed Mar 19 09:19:25 2025
    From Newsgroup: alt.os.linux.suse

    On Wed, 19 Mar 2025 15:10:06 +0100
    R Daneel Olivaw <Danni@hyperspace.vogon.gov> wrote:

    Malcolm wrote:
    On Wed, 19 Mar 2025 12:53:42 +0100
    R Daneel Olivaw <Danni@hyperspace.vogon.gov> wrote:

    Hi,

    I have Leap 15.6 installed, but one particular package lost
    functionality between 15.5 and 15.6 so I have installed the Source
    rpm from 15.5 and wish to compile it against the current libraries.
    I have already tried using the 15.5 executable but things are not
    going particularly well - random aborts and general misbehaviour.

    dragonplayer-22.12.3-bp155.1.5.src.rpm

    https://en.opensuse.org/SDB:Compiling_software was "tested on
    openSUSE 12.1" and is not being particularly helpful - starting
    with there not being a "./configure" file (I had copied and
    unpacked SOURCES/dragon-22.12.3.tar.xz).

    Is there any current documentation? Bearing in mind that I have
    not compiled anything under Linux for at least 25 years (back then
    it was Kernels and Samba).
    Hi
    As your user run `rpmbuild --rebuild dragonplayer-22.12.3-bp155.1.5.src.rpm`


    Thank you, that started off well with a list of missing dependencies. Installing the missing packages made a fair proportion of those
    dependencies go away, but "cmake(blah blah)" is still there. For 17 different values of blah blah. Although cmake is now installed (and
    I even rebooted).
    Hi
    So use zypper eg `zypper in cmake\(KF5IconThemes\)` or `zypper in "cmake(KF5IconThemes)"` should work you need to inspect the spec file to
    get all the build requires...
    --
    Cheers Malcolm -#-+-# (Linux Counter #276890)
    Tumbleweed 20250317 | GNOME Shell 47.5 | 6.13.6-1-default
    HP Z440 | Xeon E5-2695 V4 X36 @ 2.10GHz | ARC A380 & RTX4000
    up 2:33, 3 users, load average: 0.44, 0.79, 0.72

    --- Synchronet 3.21d-Linux NewsLink 1.2
  • From R Daneel Olivaw@Danni@hyperspace.vogon.gov to alt.os.linux.suse on Thu Mar 20 10:56:24 2025
    From Newsgroup: alt.os.linux.suse

    Malcolm wrote:
    On Wed, 19 Mar 2025 15:10:06 +0100
    R Daneel Olivaw <Danni@hyperspace.vogon.gov> wrote:

    Malcolm wrote:
    On Wed, 19 Mar 2025 12:53:42 +0100
    R Daneel Olivaw <Danni@hyperspace.vogon.gov> wrote:

    Hi,

    I have Leap 15.6 installed, but one particular package lost
    functionality between 15.5 and 15.6 so I have installed the Source
    rpm from 15.5 and wish to compile it against the current libraries.
    I have already tried using the 15.5 executable but things are not
    going particularly well - random aborts and general misbehaviour.

    dragonplayer-22.12.3-bp155.1.5.src.rpm

    https://en.opensuse.org/SDB:Compiling_software was "tested on
    openSUSE 12.1" and is not being particularly helpful - starting
    with there not being a "./configure" file (I had copied and
    unpacked SOURCES/dragon-22.12.3.tar.xz).

    Is there any current documentation? Bearing in mind that I have
    not compiled anything under Linux for at least 25 years (back then
    it was Kernels and Samba).
    Hi
    As your user run `rpmbuild --rebuild
    dragonplayer-22.12.3-bp155.1.5.src.rpm`


    Thank you, that started off well with a list of missing dependencies.
    Installing the missing packages made a fair proportion of those
    dependencies go away, but "cmake(blah blah)" is still there. For 17
    different values of blah blah. Although cmake is now installed (and
    I even rebooted).
    Hi
    So use zypper eg `zypper in cmake\(KF5IconThemes\)` or `zypper in "cmake(KF5IconThemes)"` should work you need to inspect the spec file to
    get all the build requires...


    I've done all that, but the following errors remain. I've checked
    around half of those KF5 packages and *all* of those are installed. dragonplayer.spec does not tell me anything over and above that, my
    guess is that the versions I have installed could be too new for that
    22.12.3 level but that is just an uninformed guess.


    Installing dragonplayer-22.12.3-bp155.1.5.src.rpm
    error: Failed build dependencies:
    cmake(KF5Config) is needed by dragonplayer-22.12.3-bp155.1.5.x86_64
    cmake(KF5ConfigWidgets) is needed by dragonplayer-22.12.3-bp155.1.5.x86_64
    cmake(KF5CoreAddons) is needed by dragonplayer-22.12.3-bp155.1.5.x86_64
    cmake(KF5Crash) is needed by dragonplayer-22.12.3-bp155.1.5.x86_64
    cmake(KF5DBusAddons) is needed by dragonplayer-22.12.3-bp155.1.5.x86_64
    cmake(KF5DocTools) is needed by
    dragonplayer-22.12.3-bp155.1.5.x86_64
    cmake(KF5I18n) is needed by dragonplayer-22.12.3-bp155.1.5.x86_64
    cmake(KF5JobWidgets) is needed by dragonplayer-22.12.3-bp155.1.5.x86_64
    cmake(KF5KIO) is needed by dragonplayer-22.12.3-bp155.1.5.x86_64
    cmake(KF5Notifications) is needed by dragonplayer-22.12.3-bp155.1.5.x86_64
    cmake(KF5Parts) is needed by dragonplayer-22.12.3-bp155.1.5.x86_64
    cmake(KF5Solid) is needed by dragonplayer-22.12.3-bp155.1.5.x86_64
    cmake(KF5WidgetsAddons) is needed by dragonplayer-22.12.3-bp155.1.5.x86_64
    cmake(KF5WindowSystem) is needed by dragonplayer-22.12.3-bp155.1.5.x86_64
    cmake(KF5XmlGui) is needed by dragonplayer-22.12.3-bp155.1.5.x86_64 --- Synchronet 3.21d-Linux NewsLink 1.2
  • From Carlos E.R.@robin_listas@es.invalid to alt.os.linux.suse on Thu Mar 20 12:21:32 2025
    From Newsgroup: alt.os.linux.suse

    On 2025-03-20 10:56, R Daneel Olivaw wrote:
    Malcolm wrote:
    On Wed, 19 Mar 2025 15:10:06 +0100


    Hi
    So use zypper eg `zypper in cmake\(KF5IconThemes\)` or `zypper in
    "cmake(KF5IconThemes)"` should work you need to inspect the spec file to
    get all the build requires...

    I don't understand this syntax. Never seen it. :-?

    man zypper doesn't mention cmake.

    I've done all that, but the following errors remain.-a I've checked
    around half of those KF5 packages and *all* of those are installed. dragonplayer.spec does not tell me anything over and above that, my
    guess is that the versions I have installed could be too new for that 22.12.3 level but that is just an uninformed guess.


    Installing dragonplayer-22.12.3-bp155.1.5.src.rpm
    error: Failed build dependencies:
    -a-a-a-a-a-a-a cmake(KF5Config) is needed by dragonplayer-22.12.3- bp155.1.5.x86_64
    -a-a-a-a-a-a-a cmake(KF5ConfigWidgets) is needed by dragonplayer-22.12.3- bp155.1.5.x86_64
    -a-a-a-a-a-a-a cmake(KF5CoreAddons) is needed by dragonplayer-22.12.3- bp155.1.5.x86_64

    I have never seen this, I am more used to .configure. Guessing, you need
    to do:

    zypper in "cmake(KF5Config)"
    zypper in "cmake(KF5ConfigWidgets)"

    etc, with all the entries, one by one. Maybe all in a single line is
    possible, I don't know.
    --
    Cheers, Carlos.
    --- Synchronet 3.21d-Linux NewsLink 1.2
  • From Malcolm@malcolmlewis@linuxmail.org.invalid to alt.os.linux.suse on Thu Mar 20 06:35:08 2025
    From Newsgroup: alt.os.linux.suse

    On Thu, 20 Mar 2025 10:56:24 +0100
    R Daneel Olivaw <Danni@hyperspace.vogon.gov> wrote:

    <snip>

    I've done all that, but the following errors remain. I've checked
    around half of those KF5 packages and *all* of those are installed. dragonplayer.spec does not tell me anything over and above that, my
    guess is that the versions I have installed could be too new for that 22.12.3 level but that is just an uninformed guess.


    Installing dragonplayer-22.12.3-bp155.1.5.src.rpm
    error: Failed build dependencies:
    cmake(KF5Config) is needed by
    dragonplayer-22.12.3-bp155.1.5.x86_64 cmake(KF5ConfigWidgets) is
    needed by dragonplayer-22.12.3-bp155.1.5.x86_64
    cmake(KF5CoreAddons) is needed by dragonplayer-22.12.3-bp155.1.5.x86_64
    cmake(KF5Crash) is needed by
    dragonplayer-22.12.3-bp155.1.5.x86_64 cmake(KF5DBusAddons) is needed
    by dragonplayer-22.12.3-bp155.1.5.x86_64
    cmake(KF5DocTools) is needed by dragonplayer-22.12.3-bp155.1.5.x86_64
    cmake(KF5I18n) is needed by
    dragonplayer-22.12.3-bp155.1.5.x86_64 cmake(KF5JobWidgets) is needed
    by dragonplayer-22.12.3-bp155.1.5.x86_64
    cmake(KF5KIO) is needed by
    dragonplayer-22.12.3-bp155.1.5.x86_64 cmake(KF5Notifications) is
    needed by dragonplayer-22.12.3-bp155.1.5.x86_64
    cmake(KF5Parts) is needed by
    dragonplayer-22.12.3-bp155.1.5.x86_64 cmake(KF5Solid) is needed by dragonplayer-22.12.3-bp155.1.5.x86_64 cmake(KF5WidgetsAddons) is
    needed by dragonplayer-22.12.3-bp155.1.5.x86_64
    cmake(KF5WindowSystem) is needed by dragonplayer-22.12.3-bp155.1.5.x86_64
    cmake(KF5XmlGui) is needed by
    dragonplayer-22.12.3-bp155.1.5.x86_64
    Hi
    And they are the development (-devel) versions?
    --
    Cheers Malcolm -#-+-# (Linux Counter #276890)
    Tumbleweed 20250318 | GNOME Shell 48.0 | 6.13.6-1-default
    HP Z440 | Xeon E5-2695 V4 X36 @ 2.10GHz | ARC A380 & RTX4000
    up 9:52, 5 users, load average: 0.71, 0.50, 0.34

    --- Synchronet 3.21d-Linux NewsLink 1.2
  • From Malcolm@malcolmlewis@linuxmail.org.invalid to alt.os.linux.suse on Thu Mar 20 07:27:17 2025
    From Newsgroup: alt.os.linux.suse

    On Thu, 20 Mar 2025 12:21:32 +0100
    "Carlos E.R." <robin_listas@es.invalid> wrote:

    On 2025-03-20 10:56, R Daneel Olivaw wrote:
    Malcolm wrote:
    On Wed, 19 Mar 2025 15:10:06 +0100


    Hi
    So use zypper eg `zypper in cmake\(KF5IconThemes\)` or `zypper in
    "cmake(KF5IconThemes)"` should work you need to inspect the spec
    file to get all the build requires...

    I don't understand this syntax. Never seen it. :-?

    man zypper doesn't mention cmake.

    <snip>
    Hi Carlos
    On Leap 15.6 I see;

    zypper se --provides cmake\(KF5IconThemes\)

    S | Name | Summary | Type ---+-------------------+---------------------------------------+--------
    | kiconthemes-devel | Icon GUI utilities: Build Environment | package

    It's just a prefix, like pkgconfig(some dev pkg) which provides info in /usr/lib64/pkgconfig, for cmake packages it's in /usr/lib64/cmake/
    --
    Cheers Malcolm -#-+-# (Linux Counter #276890)
    Tumbleweed 20250318 | GNOME Shell 48.0 | 6.13.6-1-default
    HP Z440 | Xeon E5-2695 V4 X36 @ 2.10GHz | ARC A380 & RTX4000
    up 10:37, 5 users, load average: 0.56, 0.28, 0.27

    --- Synchronet 3.21d-Linux NewsLink 1.2
  • From R Daneel Olivaw@Danni@hyperspace.vogon.gov to alt.os.linux.suse on Thu Mar 20 15:04:18 2025
    From Newsgroup: alt.os.linux.suse

    Malcolm wrote:
    On Thu, 20 Mar 2025 10:56:24 +0100
    R Daneel Olivaw <Danni@hyperspace.vogon.gov> wrote:

    <snip>

    I've done all that, but the following errors remain. I've checked
    around half of those KF5 packages and *all* of those are installed.
    dragonplayer.spec does not tell me anything over and above that, my
    guess is that the versions I have installed could be too new for that
    22.12.3 level but that is just an uninformed guess.


    Installing dragonplayer-22.12.3-bp155.1.5.src.rpm
    error: Failed build dependencies:
    cmake(KF5Config) is needed by
    dragonplayer-22.12.3-bp155.1.5.x86_64 cmake(KF5ConfigWidgets) is
    needed by dragonplayer-22.12.3-bp155.1.5.x86_64
    cmake(KF5CoreAddons) is needed by
    dragonplayer-22.12.3-bp155.1.5.x86_64
    cmake(KF5Crash) is needed by
    dragonplayer-22.12.3-bp155.1.5.x86_64 cmake(KF5DBusAddons) is needed
    by dragonplayer-22.12.3-bp155.1.5.x86_64
    cmake(KF5DocTools) is needed by
    dragonplayer-22.12.3-bp155.1.5.x86_64
    cmake(KF5I18n) is needed by
    dragonplayer-22.12.3-bp155.1.5.x86_64 cmake(KF5JobWidgets) is needed
    by dragonplayer-22.12.3-bp155.1.5.x86_64
    cmake(KF5KIO) is needed by
    dragonplayer-22.12.3-bp155.1.5.x86_64 cmake(KF5Notifications) is
    needed by dragonplayer-22.12.3-bp155.1.5.x86_64
    cmake(KF5Parts) is needed by
    dragonplayer-22.12.3-bp155.1.5.x86_64 cmake(KF5Solid) is needed by
    dragonplayer-22.12.3-bp155.1.5.x86_64 cmake(KF5WidgetsAddons) is
    needed by dragonplayer-22.12.3-bp155.1.5.x86_64
    cmake(KF5WindowSystem) is needed by
    dragonplayer-22.12.3-bp155.1.5.x86_64
    cmake(KF5XmlGui) is needed by
    dragonplayer-22.12.3-bp155.1.5.x86_64
    Hi
    And they are the development (-devel) versions?


    I don't see any explicitly named -devel versions, at least not in the repositories I have active.
    --- Synchronet 3.21d-Linux NewsLink 1.2
  • From Malcolm@malcolmlewis@linuxmail.org.invalid to alt.os.linux.suse on Thu Mar 20 11:30:36 2025
    From Newsgroup: alt.os.linux.suse

    On Thu, 20 Mar 2025 15:04:18 +0100
    R Daneel Olivaw <Danni@hyperspace.vogon.gov> wrote:

    Malcolm wrote:
    On Thu, 20 Mar 2025 10:56:24 +0100
    R Daneel Olivaw <Danni@hyperspace.vogon.gov> wrote:

    <snip>

    I've done all that, but the following errors remain. I've checked
    around half of those KF5 packages and *all* of those are installed.
    dragonplayer.spec does not tell me anything over and above that, my
    guess is that the versions I have installed could be too new for
    that 22.12.3 level but that is just an uninformed guess.


    Installing dragonplayer-22.12.3-bp155.1.5.src.rpm
    error: Failed build dependencies:
    cmake(KF5Config) is needed by
    dragonplayer-22.12.3-bp155.1.5.x86_64 cmake(KF5ConfigWidgets) is
    needed by dragonplayer-22.12.3-bp155.1.5.x86_64
    cmake(KF5CoreAddons) is needed by
    dragonplayer-22.12.3-bp155.1.5.x86_64
    cmake(KF5Crash) is needed by
    dragonplayer-22.12.3-bp155.1.5.x86_64 cmake(KF5DBusAddons) is
    needed by dragonplayer-22.12.3-bp155.1.5.x86_64
    cmake(KF5DocTools) is needed by
    dragonplayer-22.12.3-bp155.1.5.x86_64
    cmake(KF5I18n) is needed by
    dragonplayer-22.12.3-bp155.1.5.x86_64 cmake(KF5JobWidgets) is
    needed by dragonplayer-22.12.3-bp155.1.5.x86_64
    cmake(KF5KIO) is needed by
    dragonplayer-22.12.3-bp155.1.5.x86_64 cmake(KF5Notifications) is
    needed by dragonplayer-22.12.3-bp155.1.5.x86_64
    cmake(KF5Parts) is needed by
    dragonplayer-22.12.3-bp155.1.5.x86_64 cmake(KF5Solid) is needed by
    dragonplayer-22.12.3-bp155.1.5.x86_64 cmake(KF5WidgetsAddons) is
    needed by dragonplayer-22.12.3-bp155.1.5.x86_64
    cmake(KF5WindowSystem) is needed by
    dragonplayer-22.12.3-bp155.1.5.x86_64
    cmake(KF5XmlGui) is needed by
    dragonplayer-22.12.3-bp155.1.5.x86_64
    Hi
    And they are the development (-devel) versions?


    I don't see any explicitly named -devel versions, at least not in the repositories I have active.
    Hi
    Well for example is `kiconthemes-devel` installed?
    --
    Cheers Malcolm -#-+-# (Linux Counter #276890)
    Tumbleweed 20250318 | GNOME Shell 48.0 | 6.13.6-1-default
    HP Z440 | Xeon E5-2695 V4 X36 @ 2.10GHz | ARC A380 & RTX4000
    up 14:48, 5 users, load average: 0.49, 0.51, 0.32

    --- Synchronet 3.21d-Linux NewsLink 1.2
  • From R Daneel Olivaw@Danni@hyperspace.vogon.gov to alt.os.linux.suse on Thu Mar 20 17:48:02 2025
    From Newsgroup: alt.os.linux.suse

    Malcolm wrote:
    On Thu, 20 Mar 2025 15:04:18 +0100
    R Daneel Olivaw <Danni@hyperspace.vogon.gov> wrote:

    Malcolm wrote:
    On Thu, 20 Mar 2025 10:56:24 +0100
    R Daneel Olivaw <Danni@hyperspace.vogon.gov> wrote:

    <snip>

    I've done all that, but the following errors remain. I've checked
    around half of those KF5 packages and *all* of those are installed.
    dragonplayer.spec does not tell me anything over and above that, my
    guess is that the versions I have installed could be too new for
    that 22.12.3 level but that is just an uninformed guess.


    Installing dragonplayer-22.12.3-bp155.1.5.src.rpm
    error: Failed build dependencies:
    cmake(KF5Config) is needed by
    dragonplayer-22.12.3-bp155.1.5.x86_64 cmake(KF5ConfigWidgets) is
    needed by dragonplayer-22.12.3-bp155.1.5.x86_64
    cmake(KF5CoreAddons) is needed by
    dragonplayer-22.12.3-bp155.1.5.x86_64
    cmake(KF5Crash) is needed by
    dragonplayer-22.12.3-bp155.1.5.x86_64 cmake(KF5DBusAddons) is
    needed by dragonplayer-22.12.3-bp155.1.5.x86_64
    cmake(KF5DocTools) is needed by
    dragonplayer-22.12.3-bp155.1.5.x86_64
    cmake(KF5I18n) is needed by
    dragonplayer-22.12.3-bp155.1.5.x86_64 cmake(KF5JobWidgets) is
    needed by dragonplayer-22.12.3-bp155.1.5.x86_64
    cmake(KF5KIO) is needed by
    dragonplayer-22.12.3-bp155.1.5.x86_64 cmake(KF5Notifications) is
    needed by dragonplayer-22.12.3-bp155.1.5.x86_64
    cmake(KF5Parts) is needed by
    dragonplayer-22.12.3-bp155.1.5.x86_64 cmake(KF5Solid) is needed by
    dragonplayer-22.12.3-bp155.1.5.x86_64 cmake(KF5WidgetsAddons) is
    needed by dragonplayer-22.12.3-bp155.1.5.x86_64
    cmake(KF5WindowSystem) is needed by
    dragonplayer-22.12.3-bp155.1.5.x86_64
    cmake(KF5XmlGui) is needed by
    dragonplayer-22.12.3-bp155.1.5.x86_64
    Hi
    And they are the development (-devel) versions?


    I don't see any explicitly named -devel versions, at least not in the
    repositories I have active.
    Hi
    Well for example is `kiconthemes-devel` installed?


    Yes
    --- Synchronet 3.21d-Linux NewsLink 1.2
  • From R Daneel Olivaw@Danni@hyperspace.vogon.gov to alt.os.linux.suse on Thu Mar 20 18:15:23 2025
    From Newsgroup: alt.os.linux.suse

    Malcolm wrote:
    On Thu, 20 Mar 2025 15:04:18 +0100
    R Daneel Olivaw <Danni@hyperspace.vogon.gov> wrote:

    Malcolm wrote:
    On Thu, 20 Mar 2025 10:56:24 +0100
    R Daneel Olivaw <Danni@hyperspace.vogon.gov> wrote:

    <snip>

    I've done all that, but the following errors remain. I've checked
    around half of those KF5 packages and *all* of those are installed.
    dragonplayer.spec does not tell me anything over and above that, my
    guess is that the versions I have installed could be too new for
    that 22.12.3 level but that is just an uninformed guess.


    Installing dragonplayer-22.12.3-bp155.1.5.src.rpm
    error: Failed build dependencies:
    cmake(KF5Config) is needed by
    dragonplayer-22.12.3-bp155.1.5.x86_64 cmake(KF5ConfigWidgets) is
    needed by dragonplayer-22.12.3-bp155.1.5.x86_64
    cmake(KF5CoreAddons) is needed by
    dragonplayer-22.12.3-bp155.1.5.x86_64
    cmake(KF5Crash) is needed by
    dragonplayer-22.12.3-bp155.1.5.x86_64 cmake(KF5DBusAddons) is
    needed by dragonplayer-22.12.3-bp155.1.5.x86_64
    cmake(KF5DocTools) is needed by
    dragonplayer-22.12.3-bp155.1.5.x86_64
    cmake(KF5I18n) is needed by
    dragonplayer-22.12.3-bp155.1.5.x86_64 cmake(KF5JobWidgets) is
    needed by dragonplayer-22.12.3-bp155.1.5.x86_64
    cmake(KF5KIO) is needed by
    dragonplayer-22.12.3-bp155.1.5.x86_64 cmake(KF5Notifications) is
    needed by dragonplayer-22.12.3-bp155.1.5.x86_64
    cmake(KF5Parts) is needed by
    dragonplayer-22.12.3-bp155.1.5.x86_64 cmake(KF5Solid) is needed by
    dragonplayer-22.12.3-bp155.1.5.x86_64 cmake(KF5WidgetsAddons) is
    needed by dragonplayer-22.12.3-bp155.1.5.x86_64
    cmake(KF5WindowSystem) is needed by
    dragonplayer-22.12.3-bp155.1.5.x86_64
    cmake(KF5XmlGui) is needed by
    dragonplayer-22.12.3-bp155.1.5.x86_64
    Hi
    And they are the development (-devel) versions?


    I don't see any explicitly named -devel versions, at least not in the
    repositories I have active.
    Hi
    Well for example is `kiconthemes-devel` installed?


    That was about the only one which was installed.
    I went through the other k******-devel packages, and now:
    - there were no more errors
    - something useable was generated in subdirectory RPMS/x86_64
    - that "something useable" could be installed.
    Now I have to see if this new rpm is any better than what I had in there previously, but thank you very much - any remaining problems are
    probably down to incompatibilities between the levels.
    --- Synchronet 3.21d-Linux NewsLink 1.2