Dependency Graph

Dependency Graph
related to related to child of child of duplicate of duplicate of

View Issue Details

IDProjectCategoryView StatusLast Update
0004776SOGoPackaging (Debian)public2019-07-10 08:37
Reportermlohr Assigned To 
PrioritynormalSeveritymajorReproducibilityalways
Status newResolutionopen 
PlatformLinuxOSUbuntuOS Version18.04 LTS
Product Version4.0.7 
Summary0004776: dpkg: error processing package sogo - install failed
Description

Installing the 4.0.7 nightly package with the instuctions provided from the SOGo website does not work. dpkg complains with:

Setting up sogo (4.0.7.20190710-1) ...
chmod: cannot access '/usr/share/doc/sogo/*.sh': No such file or directory
dpkg: error processing package sogo (--configure):
installed sogo package post-installation script subprocess returned error exit status 1
Processing triggers for libc-bin (2.27-3ubuntu1) ...
Errors were encountered while processing:
sogo
E: Sub-process /usr/bin/dpkg returned an error code (1)

Contents of /usr/share/doc/sogo/:
changelog.Debian.gz copyright

The setup script seems to fail since there is no .sh file in this directory where you're trying to chown things.

This issue is the same as 0004467, but since I'm not able to comment there I have to open a new issue.

Steps To Reproduce

On an empty Ubuntu 18.04 machine run:

apt-get update \
&& DEBIAN_FRONTEND=noninteractive apt-get install -y apt-transport-https ca-certificates gnupg \
&& apt-key adv --keyserver hkp://keys.gnupg.net --recv-key 0x810273C4 \
&& echo "deb https://packages.inverse.ca/SOGo/nightly/4/ubuntu/ bionic bionic" > /etc/apt/sources.list.d/SOGo.list \
&& apt-get update \
&& DEBIAN_FRONTEND=noninteractive apt-get install -y sogo

TagsNo tags attached.

Activities

mlohr

mlohr

2019-07-10 08:37

reporter   ~0013664

Executing "touch /usr/share/doc/sogo/empty.sh" before installing the sogo packages makes the setup running through.

Issue History

Date Modified Username Field Change
2019-07-10 08:33 mlohr New Issue
2019-07-10 08:37 mlohr Note Added: 0013664