• Suggestion for a package

    From Hans@21:1/5 to All on Mon Jan 3 14:20:02 2022
    This is a multi-part message in MIME format.

    Dear hamradio-team,

    I discovered a nice tool for configuring several DMR transceivers. It is free, and GPL and very
    usefull.

    Before I write a lot of words, please take a look here:

    https://dm3mat.darc.de/qdmr/[1]

    I would like to ask you, if you might want to build a package of it and put it into the debian
    repo. So people do not have to build it for themselve and run into danger, to destroy their
    system (becaujse not everyone is experienced with building of apps).

    Thank you very much for reading this and any help.

    Best regards and a very happy new year!

    Hans

    --------
    [1] https://dm3mat.darc.de/qdmr/

    <html>
    <head>
    <meta http-equiv="content-type" content="text/html; charset=UTF-8">
    </head>
    <body><p style="margin-top:0;margin-bottom:0;margin-left:0;margin-right:0;">Dear hamradio-team,</p>
    <br /><p style="margin-top:0;margin-bottom:0;margin-left:0;margin-right:0;">I discovered a nice tool for configuring several DMR transceivers. It is free, and GPL and very usefull.</p>
    <br /><p style="margin-top:0;margin-bottom:0;margin-left:0;margin-right:0;">Before I write a lot of words, please take a look here:</p>
    <br /><p style="margin-top:0;margin-bottom:0;margin-left:0;margin-right:0;"><a href="https://dm3mat.darc.de/qdmr/">https://dm3mat.darc.de/qdmr/</a>&nbsp;</p>
    <br /><p style="margin-top:0;margin-bottom:0;margin-left:0;margin-right:0;">I would like to ask you, if you might want to build a package of it and put it into the debian repo. So people do not have to build it for themselve and run into danger, to
    destroy their system (becaujse not everyone is experienced with building of apps).</p>
    <br /><p style="margin-top:0;margin-bottom:0;margin-left:0;margin-right:0;">Thank you very much for reading this and any help.</p>
    <br /><p style="margin-top:0;margin-bottom:0;margin-left:0;margin-right:0;">Best regards and a very happy new year!</p>
    <br /><p style="margin-top:0;margin-bottom:0;margin-left:0;margin-right:0;">Hans</p>
    </body>
    </html>

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From Hannes Matuschek@21:1/5 to All on Mon Jan 3 14:30:01 2022
    Don't worry, I am already working on it. See

    https://salsa.debian.org/dm3mat/qdmr

    Best,
    Hannes, DM3MAT

    Am 03.01.22 um 14:04 schrieb Hans:

    Dear hamradio-team,


    I discovered a nice tool for configuring several DMR transceivers. It
    is free, and GPL and very usefull.


    Before I write a lot of words, please take a look here:


    https://dm3mat.darc.de/qdmr/ <https://dm3mat.darc.de/qdmr/> 


    I would like to ask you, if you might want to build a package of it
    and put it into the debian repo. So people do not have to build it for themselve and run into danger, to destroy their system (becaujse not
    everyone is experienced with building of apps).


    Thank you very much for reading this and any help.


    Best regards and a very happy new year!


    Hans


    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From Miroslav Skoric@21:1/5 to Hannes Matuschek on Wed Jan 5 15:40:02 2022
    On 1/3/22 14:13, Hannes Matuschek wrote:

    Don't worry, I am already working on it. See

    https://salsa.debian.org/dm3mat/qdmr

    Best,
    Hannes, DM3MAT



    I tried to install it. All went well until this point:


    [ 20%] Building CXX object lib/CMakeFiles/libdmrconf.dir/hid_libusb.cc.o
    [ 21%] Building CXX object lib/CMakeFiles/libdmrconf.dir/dfu_libusb.cc.o
    [ 21%] Building CXX object lib/CMakeFiles/libdmrconf.dir/usbserial.cc.o
    [ 21%] Building CXX object lib/CMakeFiles/libdmrconf.dir/radioinfo.cc.o
    [ 22%] Building CXX object lib/CMakeFiles/libdmrconf.dir/csvreader.cc.o
    [ 22%] Building CXX object lib/CMakeFiles/libdmrconf.dir/dfufile.cc.o
    [ 22%] Building CXX object
    lib/CMakeFiles/libdmrconf.dir/repeaterdatabase.cc.o
    [ 22%] Building CXX object lib/CMakeFiles/libdmrconf.dir/userdatabase.cc.o
    [ 23%] Building CXX object lib/CMakeFiles/libdmrconf.dir/logger.cc.o /usr/local/src/qdmr-master/lib/logger.cc: In member function ‘virtual
    void FileLogHandler::handle(const LogMessage&)’: /usr/local/src/qdmr-master/lib/logger.cc:208:52: error: ‘ISODateWithMs’
    is not a member of ‘Qt’
    _stream << QDateTime::currentDateTime().toString(Qt::ISODateWithMs)
    << ": ";
    ^~ lib/CMakeFiles/libdmrconf.dir/build.make:702: recipe for target 'lib/CMakeFiles/libdmrconf.dir/logger.cc.o' failed
    make[2]: *** [lib/CMakeFiles/libdmrconf.dir/logger.cc.o] Error 1 CMakeFiles/Makefile2:85: recipe for target
    'lib/CMakeFiles/libdmrconf.dir/all' failed
    make[1]: *** [lib/CMakeFiles/libdmrconf.dir/all] Error 2
    Makefile:149: recipe for target 'all' failed
    make: *** [all] Error 2
    root@localhost:/usr/local/src/qdmr-master/build#


    Any idea?

    Misko YT7MPB

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From Hannes Matuschek@21:1/5 to All on Wed Jan 5 16:10:01 2022
    Yes,

    which version of Qt are you running? (I.e., run 'qmake -v')

    I require a relatively new version of Qt. Version 5.12 should do. Unfortunately, the version at which this flag was introduced to Qt is
    not documented.

    Best
    Hannes, DM3MAT

    Am 05.01.22 um 12:02 schrieb Miroslav Skoric:
    On 1/3/22 14:13, Hannes Matuschek wrote:

    Don't worry, I am already working on it. See

    https://salsa.debian.org/dm3mat/qdmr

    Best,
    Hannes, DM3MAT



    I tried to install it. All went well until this point:


    [ 20%] Building CXX object lib/CMakeFiles/libdmrconf.dir/hid_libusb.cc.o
    [ 21%] Building CXX object lib/CMakeFiles/libdmrconf.dir/dfu_libusb.cc.o
    [ 21%] Building CXX object lib/CMakeFiles/libdmrconf.dir/usbserial.cc.o
    [ 21%] Building CXX object lib/CMakeFiles/libdmrconf.dir/radioinfo.cc.o
    [ 22%] Building CXX object lib/CMakeFiles/libdmrconf.dir/csvreader.cc.o
    [ 22%] Building CXX object lib/CMakeFiles/libdmrconf.dir/dfufile.cc.o
    [ 22%] Building CXX object lib/CMakeFiles/libdmrconf.dir/repeaterdatabase.cc.o
    [ 22%] Building CXX object
    lib/CMakeFiles/libdmrconf.dir/userdatabase.cc.o
    [ 23%] Building CXX object lib/CMakeFiles/libdmrconf.dir/logger.cc.o /usr/local/src/qdmr-master/lib/logger.cc: In member function ‘virtual
    void FileLogHandler::handle(const LogMessage&)’: /usr/local/src/qdmr-master/lib/logger.cc:208:52: error:
    ‘ISODateWithMs’ is not a member of ‘Qt’
       _stream << QDateTime::currentDateTime().toString(Qt::ISODateWithMs)
    << ": ";                                                     ^~
    lib/CMakeFiles/libdmrconf.dir/build.make:702: recipe for target 'lib/CMakeFiles/libdmrconf.dir/logger.cc.o' failed
    make[2]: *** [lib/CMakeFiles/libdmrconf.dir/logger.cc.o] Error 1 CMakeFiles/Makefile2:85: recipe for target 'lib/CMakeFiles/libdmrconf.dir/all' failed
    make[1]: *** [lib/CMakeFiles/libdmrconf.dir/all] Error 2
    Makefile:149: recipe for target 'all' failed
    make: *** [all] Error 2
    root@localhost:/usr/local/src/qdmr-master/build#


    Any idea?

    Misko YT7MPB


    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From skoric@uns.ac.rs@21:1/5 to Hannes Matuschek on Thu Jan 6 18:10:02 2022
    On 1/5/22 16:06, Hannes Matuschek wrote:

    Yes,

    which version of Qt are you running? (I.e., run 'qmake -v')

    I require a relatively new version of Qt. Version 5.12 should do. Unfortunately, the version at which this flag was introduced to Qt is
    not documented.

    Best
    Hannes, DM3MAT


    ham@localhost:~$ qmake -v
    QMake version 3.0
    Using Qt version 5.7.1 in /usr/lib/i386-linux-gnu
    ham@localhost:~$



    Am 05.01.22 um 12:02 schrieb Miroslav Skoric:
    On 1/3/22 14:13, Hannes Matuschek wrote:

    Don't worry, I am already working on it. See

    https://salsa.debian.org/dm3mat/qdmr

    Best,
    Hannes, DM3MAT



    I tried to install it. All went well until this point:


    [ 20%] Building CXX object lib/CMakeFiles/libdmrconf.dir/hid_libusb.cc.o
    [ 21%] Building CXX object lib/CMakeFiles/libdmrconf.dir/dfu_libusb.cc.o
    [ 21%] Building CXX object lib/CMakeFiles/libdmrconf.dir/usbserial.cc.o
    [ 21%] Building CXX object lib/CMakeFiles/libdmrconf.dir/radioinfo.cc.o
    [ 22%] Building CXX object lib/CMakeFiles/libdmrconf.dir/csvreader.cc.o
    [ 22%] Building CXX object lib/CMakeFiles/libdmrconf.dir/dfufile.cc.o
    [ 22%] Building CXX object
    lib/CMakeFiles/libdmrconf.dir/repeaterdatabase.cc.o
    [ 22%] Building CXX object
    lib/CMakeFiles/libdmrconf.dir/userdatabase.cc.o
    [ 23%] Building CXX object lib/CMakeFiles/libdmrconf.dir/logger.cc.o
    /usr/local/src/qdmr-master/lib/logger.cc: In member function ‘virtual
    void FileLogHandler::handle(const LogMessage&)’:
    /usr/local/src/qdmr-master/lib/logger.cc:208:52: error:
    ‘ISODateWithMs’ is not a member of ‘Qt’
    _stream << QDateTime::currentDateTime().toString(Qt::ISODateWithMs)
    << ": ";
    ^~
    lib/CMakeFiles/libdmrconf.dir/build.make:702: recipe for target
    'lib/CMakeFiles/libdmrconf.dir/logger.cc.o' failed
    make[2]: *** [lib/CMakeFiles/libdmrconf.dir/logger.cc.o] Error 1
    CMakeFiles/Makefile2:85: recipe for target
    'lib/CMakeFiles/libdmrconf.dir/all' failed
    make[1]: *** [lib/CMakeFiles/libdmrconf.dir/all] Error 2
    Makefile:149: recipe for target 'all' failed
    make: *** [all] Error 2
    root@localhost:/usr/local/src/qdmr-master/build#


    Any idea?

    Misko YT7MPB




    --
    73 de Misko YT7MPB@YU7BPQ.#NSD.SRB.EU

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From Hannes Matuschek@21:1/5 to All on Thu Jan 6 18:50:02 2022
    As I thought, version 5.7 is way too old. You will also have some
    trouble to get a recent version of libyaml-cpp that qdmr depends on.

    As qdmr is a relatively new software, I actually don't want to hack a
    lot of workarounds into it, to support older versions of Qt.

    So, sorry for that.

    Best & 73,
    Hannes, DM3MAT

    Am 06.01.22 um 18:00 schrieb skoric@uns.ac.rs:
    On 1/5/22 16:06, Hannes Matuschek wrote:

    Yes,

    which version of Qt are you running? (I.e., run 'qmake -v')

    I require a relatively new version of Qt. Version 5.12 should do.
    Unfortunately, the version at which this flag was introduced to Qt is
    not documented.

    Best
    Hannes, DM3MAT

    ham@localhost:~$ qmake -v
    QMake version 3.0
    Using Qt version 5.7.1 in /usr/lib/i386-linux-gnu
    ham@localhost:~$



    Am 05.01.22 um 12:02 schrieb Miroslav Skoric:
    On 1/3/22 14:13, Hannes Matuschek wrote:

    Don't worry, I am already working on it. See

    https://salsa.debian.org/dm3mat/qdmr

    Best,
    Hannes, DM3MAT


    I tried to install it. All went well until this point:


    [ 20%] Building CXX object lib/CMakeFiles/libdmrconf.dir/hid_libusb.cc.o >>> [ 21%] Building CXX object lib/CMakeFiles/libdmrconf.dir/dfu_libusb.cc.o >>> [ 21%] Building CXX object lib/CMakeFiles/libdmrconf.dir/usbserial.cc.o
    [ 21%] Building CXX object lib/CMakeFiles/libdmrconf.dir/radioinfo.cc.o
    [ 22%] Building CXX object lib/CMakeFiles/libdmrconf.dir/csvreader.cc.o
    [ 22%] Building CXX object lib/CMakeFiles/libdmrconf.dir/dfufile.cc.o
    [ 22%] Building CXX object
    lib/CMakeFiles/libdmrconf.dir/repeaterdatabase.cc.o
    [ 22%] Building CXX object
    lib/CMakeFiles/libdmrconf.dir/userdatabase.cc.o
    [ 23%] Building CXX object lib/CMakeFiles/libdmrconf.dir/logger.cc.o
    /usr/local/src/qdmr-master/lib/logger.cc: In member function ‘virtual
    void FileLogHandler::handle(const LogMessage&)’:
    /usr/local/src/qdmr-master/lib/logger.cc:208:52: error:
    ‘ISODateWithMs’ is not a member of ‘Qt’
    _stream << QDateTime::currentDateTime().toString(Qt::ISODateWithMs)
    << ": ";
    ^~
    lib/CMakeFiles/libdmrconf.dir/build.make:702: recipe for target
    'lib/CMakeFiles/libdmrconf.dir/logger.cc.o' failed
    make[2]: *** [lib/CMakeFiles/libdmrconf.dir/logger.cc.o] Error 1
    CMakeFiles/Makefile2:85: recipe for target
    'lib/CMakeFiles/libdmrconf.dir/all' failed
    make[1]: *** [lib/CMakeFiles/libdmrconf.dir/all] Error 2
    Makefile:149: recipe for target 'all' failed
    make: *** [all] Error 2
    root@localhost:/usr/local/src/qdmr-master/build#


    Any idea?

    Misko YT7MPB



    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From Christoph Berg@21:1/5 to All on Fri Jan 7 14:20:03 2022
    Re: Hannes Matuschek
    Don't worry, I am already working on it. See

    https://salsa.debian.org/dm3mat/qdmr

    Hi,

    sorry it took a while until I actually had another look at the package
    after I had promised to do that last year.

    It's on the way to ftp-master now.

    The NEW queue is at around 250 packages at the moment, so it will
    probably take a while until it gets processed there.

    https://ftp-master.debian.org/new.html

    73,
    Christoph DF7CB

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From Hannes Matuschek@21:1/5 to All on Fri Jan 7 21:00:01 2022
    Thanks!

    Am 07.01.22 um 14:16 schrieb Christoph Berg:
    Re: Hannes Matuschek
    Don't worry, I am already working on it. See

    https://salsa.debian.org/dm3mat/qdmr
    Hi,

    sorry it took a while until I actually had another look at the package
    after I had promised to do that last year.

    It's on the way to ftp-master now.

    The NEW queue is at around 250 packages at the moment, so it will
    probably take a while until it gets processed there.

    https://ftp-master.debian.org/new.html

    73,
    Christoph DF7CB


    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)