Hello Guest, Welcome to Apnea Board !
As a guest, you are limited to certain areas of the board and there are some features you can't use.
To post a message, you must create a free account using a valid email address.

or Create an Account


New Posts   Today's Posts

OSCAR Release v1.1.0 [older version]
#91
RE: OSCAR Release v1.1.0
End of the test with a fedora 32 (with Qt 5.13.2)
It works well :
After a fresh install, you have to install the packet :
- qconf
- qt5-qtbase-devel
- make
- qt5-linguist
- qt5-qtserialport
- qt5-qtserialport-devel
- zlib zlib-devel
- glut-devel

make works and you can test ~/OSCAR/build/oscar/OSCAR
The program runs and import data works.
From France. English spoken. Equipped since end of 2009. ResMed AirSense 10 Autoset since November 2023.
Linux user since 2009 --> current main distribution : Xubuntu 22.04 (laptop)
LUG (named ALDIL) Member since 2015. certifications : ITIL© and ISTQB©


#92
RE: OSCAR Release v1.1.0
I've updated my Fedora repo on https://copr.fedorainfracloud.org/coprs/johanh/oscar/

The latest 1.1.0 version is built for Fedora 32, 31 and 30.

I haven't yet managed to build 1.1.0 for CentOS 7, there are some issues.

Note that with my rpm spec, all dependencies are automatically installed when you install oscar.
OSCAR Fedora and CentOS installation package:
https://copr.fedorainfracloud.org/coprs/johanh/oscar/
____________________________________________
#93
RE: OSCAR Release v1.1.0
(05-01-2020, 02:42 AM)johanh Wrote: I haven't yet managed to build 1.1.0 for CentOS 7, there is some issues.

I've tried also and don't managed like you did.
If I remember well, the Qt version was too old.
qmake --version tells the version of qmake but also the Qt version.
From France. English spoken. Equipped since end of 2009. ResMed AirSense 10 Autoset since November 2023.
Linux user since 2009 --> current main distribution : Xubuntu 22.04 (laptop)
LUG (named ALDIL) Member since 2015. certifications : ITIL© and ISTQB©


#94
RE: OSCAR Release v1.1.0
No, it has nothing to do with the QT version. It is just that Fedora 32 has more strict compiler arguments (possibly because of gcc 10.0). CentOS 7 also has different compiler arguments by default.

Now I also got it to build in CentOS 7 by adding:


Code:
QMAKE_CXXFLAGS+=-Wno-error=unused-parameter QMAKE_CFLAGS+=-Wno-error=strict-aliasing

So the copr repo is now completely updated to latest version 1.1.0 Grin


Now it only remains to create a repo for CentOS 8. Unfortunately, there is no quazip package available yet in CentOS 8, so I haven't decided yet what to do.
OSCAR Fedora and CentOS installation package:
https://copr.fedorainfracloud.org/coprs/johanh/oscar/
____________________________________________
#95
RE: OSCAR Release v1.1.0
If someone is interested in the rpm spec, you can find it here: https://github.com/hevanaa/oscar-spec
OSCAR Fedora and CentOS installation package:
https://copr.fedorainfracloud.org/coprs/johanh/oscar/
____________________________________________
#96
RE: OSCAR Release v1.1.0
(05-01-2020, 02:42 AM)johanh Wrote: I've updated my Fedora repo on https://copr.fedorainfracloud.org/coprs/johanh/oscar/

The latest 1.1.0 version is built for Fedora 32, 31 and 30.

I haven't yet managed to build 1.1.0 for CentOS 7, there are some issues.

Note that with my rpm spec, all dependencies are automatically installed when you install oscar.

Great; thanks!

I can confirm it works as expected on fedora 32.
Caveats: I'm just a patient, with no medical training.
#97
RE: OSCAR Release v1.1.0
CentOS/RHEL 8 package is live in the copr repository.  Dancing

(Update: quazip now built in same repo, but doesn't have to be installed by the user)
OSCAR Fedora and CentOS installation package:
https://copr.fedorainfracloud.org/coprs/johanh/oscar/
____________________________________________
#98
RE: OSCAR Release v1.1.0
I don't think OSCAR 1.1.0 requires quazip any more. Is it showing up in a dependency somewhere?
#99
RE: OSCAR Release v1.1.0
Good point. It was only as a build dependency in my spec file. I need to check through dependencies again, makes it easier to build, for sure.

It doesn't matter for the built package, though. If it is not required, then it's just left unused when building.
OSCAR Fedora and CentOS installation package:
https://copr.fedorainfracloud.org/coprs/johanh/oscar/
____________________________________________
RE: OSCAR Release v1.1.0
(04-30-2020, 01:50 PM)untoutseul05 Wrote: End of the test with a fedora 32 (with Qt 5.13.2)
It works well :
After a fresh install, you have to install the packet :
- qconf
- qt5-qtbase-devel
- make
- qt5-linguist
- qt5-qtserialport
- qt5-qtserialport-devel
- zlib zlib-devel
- glut-devel

I can't find any direct dependency on (free)glut in sources. On the other hand the built OSCAR binary has a direct dependency on libGL, whereby in the spec file I have added build requirements for mesa-libGL-devel (among other). This package happens to have freeglut-devel as a dependency, so that is also installed automatically when installing build dependencies (with dnf builddep).

When I build on a clean machine, I first download the SRPM as user (dnf download --source oscar), then install it as user (rpm -ivh oscar-1.1.0-1.el8.src.rpm), then install build dependencies (sudo dnf builddep oscar.spec) and build the rpm (rpmbuild -ba oscar.spec). If it is an update, I replace the source tar ball and update the spec file accordingly. The same source rpm can be used to build in several environments (different Fedora versions and RHEL).
OSCAR Fedora and CentOS installation package:
https://copr.fedorainfracloud.org/coprs/johanh/oscar/
____________________________________________


Possibly Related Threads...
Thread Author Replies Views Last Post
  Version 1.5.2 Problems flipmike 10 337 04-02-2024, 06:48 PM
Last Post: flipmike
  New version doesn't find profile BlueSky1958 7 236 03-26-2024, 04:59 PM
Last Post: LoudSnorer
  The OSCAR 1.5.1 does not see the notes recorded in the earlier version. G. Szabo 2 243 02-26-2024, 08:19 AM
Last Post: G. Szabo
  New software version doesn't view properly, wide screen mode? piratekitty 3 396 02-10-2024, 08:38 PM
Last Post: LoudSnorer
  OSCAR old version Apnearod 17 2,286 02-06-2024, 04:59 PM
Last Post: untoutseul05
Thumbsup ResScan 7.0 now available! [old version] SuperSleeper 54 17,961 12-30-2023, 07:44 PM
Last Post: jocemar
Sad Graphics bug in 1.5.1 Deb 12 version Gooserider 2 532 12-26-2023, 09:08 PM
Last Post: LoudSnorer


New Posts   Today's Posts


About Apnea Board

Apnea Board is an educational web site designed to empower Sleep Apnea patients.