View Issue Details

IDProjectCategoryView StatusLast Update
0005405SOGoDocumentationpublic2021-10-15 14:31
ReporterChristian Mack Assigned Tofrancis  
PrioritynormalSeverityminorReproducibilityhave not tried
Status resolvedResolutionfixed 
Summary0005405: FAQ about debugging in Debian section unsufficient
Description

Info for debugging SOGo in the FAQ just handles
Since Debian 9 Stretch you need to include an additional repo for some debugging packages.
Since Debian 10 Buster all debugging packages are in that additional repo.
Therefore you have to add the following entry to /etc/apt/sources.list
deb http://deb.debian.org/debian-debug/ stretch-debug main
or
deb http://deb.debian.org/debian-debug/ buster-debug main
or
deb http://deb.debian.org/debian-debug/ bullseye-debug main

After addition refresh your repo info with
sudo apt update

Also the name for debugging packages changed from -dbg to -dbgsym
Therefore you need to install libgnustep-base-dbgsym instead of libgnustep-base-dbg.

Steps To Reproduce

Open FAQ about debugging:
https://www.sogo.nu/support/faq/how-do-i-debug-sogo.html

TagsNo tags attached.

Activities

francis

francis

2021-10-15 14:31

administrator   ~0015559

Thanks!

Issue History

Date Modified Username Field Change
2021-10-14 15:02 Christian Mack New Issue
2021-10-15 14:31 francis Assigned To => francis
2021-10-15 14:31 francis Status new => resolved
2021-10-15 14:31 francis Resolution open => fixed
2021-10-15 14:31 francis Note Added: 0015559