Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 947592 - app-misc/openrgb-0.9: fails to compile with updated mbedtls (net-libs/mbedtls-3.6.2-r100)
Summary: app-misc/openrgb-0.9: fails to compile with updated mbedtls (net-libs/mbedtls...
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: AMD64 Linux
: Normal normal
Assignee: Patrick McLean
URL:
Whiteboard:
Keywords: PullRequest
Depends on:
Blocks: mbedtls-3
  Show dependency tree
 
Reported: 2025-01-06 08:27 UTC by Pavol Cvengros
Modified: 2025-01-06 22:18 UTC (History)
7 users (show)

See Also:
Package list:
Runtime testing required: ---


Attachments
build.log (build.log,103.48 KB, text/x-log)
2025-01-06 08:29 UTC, Pavol Cvengros
Details
eclass-debug.log (eclass-debug.log,2.36 KB, text/x-log)
2025-01-06 08:29 UTC, Pavol Cvengros
Details
enviroment (environment,89.88 KB, text/plain)
2025-01-06 08:30 UTC, Pavol Cvengros
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Pavol Cvengros 2025-01-06 08:27:34 UTC
After update of mbedtls to net-libs/mbedtls-3.6.2-r100, emerge @preserved-rebuild will fail.


Reproducible: Always

Steps to Reproduce:
1. emerge =net-libs/mbedtls-3.6.2-r100
2. emerge openrgb

Actual Results:  
usr/lib64/qt5/mkspecs/linux-g++ -o HueCommandAPI.o dependencies/hueplusplus-1.0.0/src/HueCommandAPI.cpp
dependencies/hueplusplus-1.0.0/src/EntertainmentMode.cpp:24:10: fatal error: mbedtls/ctr_drbg.h: No such file or directory
   24 | #include "mbedtls/ctr_drbg.h"
      |          ^~~~~~~~~~~~~~~~~~~~
compilation terminated.
make: *** [Makefile:4217: EntertainmentMode.o] Error 1
make: *** Waiting for unfinished jobs....
 * ERROR: app-misc/openrgb-0.9::gentoo failed (compile phase):
 *   emake failed
 * 
 * If you need support, post the output of `emerge --info '=app-misc/openrgb-0.9::gentoo'`,
 * the complete build log and the output of `emerge -pqv '=app-misc/openrgb-0.9::gentoo'`.
 * The complete build log is located at '/var/tmp/portage/app-misc/openrgb-0.9/temp/build.log'.
 * The ebuild environment file is located at '/var/tmp/portage/app-misc/openrgb-0.9/temp/environment'.
 * Working directory: '/var/tmp/portage/app-misc/openrgb-0.9/work/OpenRGB-release_0.9'
 * S: '/var/tmp/portage/app-misc/openrgb-0.9/work/OpenRGB-release_0.9'

>>> Failed to emerge app-misc/openrgb-0.9, Log file:

>>>  '/var/tmp/portage/app-misc/openrgb-0.9/temp/build.log'
Comment 1 Pavol Cvengros 2025-01-06 08:29:34 UTC
Created attachment 915973 [details]
build.log
Comment 2 Pavol Cvengros 2025-01-06 08:29:55 UTC
Created attachment 915974 [details]
eclass-debug.log
Comment 3 Pavol Cvengros 2025-01-06 08:30:05 UTC
Created attachment 915975 [details]
enviroment
Comment 4 Pavol Cvengros 2025-01-06 08:44:06 UTC
the openrgb-9999 fails too on same dependency of openrgb -> hueplusplus


compiling dependencies/hueplusplus-1.1.0/src/Group.cpp
dependencies/hueplusplus-1.1.0/src/EntertainmentMode.cpp:24:10: fatal error: mbedtls/certs.h: No such file or directory
   24 | #include "mbedtls/certs.h"
      |          ^~~~~~~~~~~~~~~~~
compilation terminated.
make: *** [Makefile:12167: EntertainmentMode.o] Error 1
make: *** Waiting for unfinished jobs....
 * ERROR: app-misc/openrgb-9999::gentoo failed (compile phase):
 *   emake failed
 * 
 * If you need support, post the output of `emerge --info '=app-misc/openrgb-9999::gentoo'`,
 * the complete build log and the output of `emerge -pqv '=app-misc/openrgb-9999::gentoo'`.
 * The complete build log is located at '/var/tmp/portage/app-misc/openrgb-9999/temp/build.log'.
 * The ebuild environment file is located at '/var/tmp/portage/app-misc/openrgb-9999/temp/environment'.
 * Working directory: '/var/tmp/portage/app-misc/openrgb-9999/work/openrgb-9999'
 * S: '/var/tmp/portage/app-misc/openrgb-9999/work/openrgb-9999'

>>> Failed to emerge app-misc/openrgb-9999, Log file:
Comment 5 Larry the Git Cow gentoo-dev 2025-01-06 22:18:24 UTC
The bug has been closed via the following commit(s):

https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9b70ffe373403e926190075b9c268e807a5311c8

commit 9b70ffe373403e926190075b9c268e807a5311c8
Author:     Azamat H. Hackimov <azamat.hackimov@gmail.com>
AuthorDate: 2025-01-06 14:30:51 +0000
Commit:     Maciej Barć <xgqt@gentoo.org>
CommitDate: 2025-01-06 22:18:18 +0000

    app-misc/openrgb: use slotted mbedtls:0
    
    Closes: https://bugs.gentoo.org/947592
    Signed-off-by: Azamat H. Hackimov <azamat.hackimov@gmail.com>
    Closes: https://github.com/gentoo/gentoo/pull/40010
    Signed-off-by: Maciej Barć <xgqt@gentoo.org>

 app-misc/openrgb/{openrgb-0.9.ebuild => openrgb-0.9-r1.ebuild} | 4 ++--
 app-misc/openrgb/openrgb-9999.ebuild                           | 4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)