| Summary: | Compiling 8.0.0 stop on 'make install'. | ||
|---|---|---|---|
| Product: | [Applications] digikam | Reporter: | Bob Billson <reb> |
| Component: | Portability-Compilation | Assignee: | Digikam Developers <digikam-bugs-null> |
| Status: | RESOLVED NOT A BUG | ||
| Severity: | normal | CC: | caulier.gilles |
| Priority: | NOR | ||
| Version First Reported In: | 8.0.0 | ||
| Target Milestone: | --- | ||
| Platform: | Debian testing | ||
| OS: | Linux | ||
| Latest Commit: | Version Fixed/Implemented In: | 8.1.0 | |
| Sentry Crash Report: | |||
|
Description
Bob Billson
2023-04-18 05:05:00 UTC
her i use "make install/fast" and it works... (In reply to caulier.gilles from comment #1) > her i use "make install/fast" and it works... "make install/fast" also worked for me I just tried here with current code from git master (next 8.1.0), and problem is not reproducible. "sudo make install" work as expected, i'm use Kubuntu 22.04. Tip : clean your "build" directory, recompile all and try again. Gilles Caulier (In reply to caulier.gilles from comment #3) > I just tried here with current code from git master (next 8.1.0), and > problem is not reproducible. "sudo make install" work as expected, i'm use > Kubuntu 22.04. > > Tip : clean your "build" directory, recompile all and try again. > > Gilles Caulier I cleaned my "build" directory and recompiled. Same error with "sudo make install". In fact it breaks in unit-test rules. I don't know why. You don't needs unit-test in your build. Just disable it to append this configure option with cmake: -DBUILD_TESTING=OFF recompile all after configure and try make install. Gilles Caulier (In reply to caulier.gilles from comment #5) > In fact it breaks in unit-test rules. I don't know why. You don't needs > unit-test in your build. Just disable it to append this configure option > with cmake: > > -DBUILD_TESTING=OFF > > recompile all after configure and try make install. After a clean recompile, make install work without any errors. |