segmentation fault ./digikam
Dougie Nisbet
dougie at katsura.uk
Fri Jul 14 16:16:17 BST 2023
I can't recall the precise error and probably unrelated to yours, but I
got a compilation error after the make because of directory already
existing. I just removed it and it compiled fine. Don't think it was a
segmentation fault but might be worth checking.
Debian bookworm.
Lazy paste from my command history:
253 cd
254 export VERBOSE=1
255 export QTDIR=/usr/lib/qt5
256 export PATH=$QTDIR/bin:$PATH
257 cd work/digikam-8.1.0/
258 ls
259 cmake .
260 cmake .
261 make -j4
262 sudo make install
263 make
264 ls /home/dougie/work/digikam-8.1.0/test-data
265 mv /home/dougie/work/digikam-8.1.0/test-data ~
266 sudo make install
On 14/07/2023 09:48, Benoit wrote:
> Hello,
>
> I built digiKam 8.1.0 and I have a segmentation fault
>
> The compiler options I used :
>
> export VERBOSE=1
> export QTDIR=/usr/lib/qt5
> export PATH=$QTDIR/bin:$PATH
> cmake -DCMAKE_INSTALL_PREFIX=/div/local/bin/digikam -DCMAKE_BUILD_TYPE=release
> -DENABLE_MEDIAPLAYER="OFF" ../digikam-src
>
> make
>
> The compilation succeeded,
> it happens after the configuration wizard
>
> thanks
>
> --
> Benoit
>
>
>
More information about the Digikam-users
mailing list