View Issue Details

IDProjectCategoryView StatusLast Update
0015300ScribusBuild Systempublic2020-11-07 14:52
Reporterpanda-jim Assigned Tocbradney  
PrioritynormalSeverityminorReproducibilityalways
Status closedResolutionfixed 
PlatformLinuxOSUbuntuOS Version18.04
Product Version1.4.7 
Summary0015300: help compiling on Ubuntu 18.04
DescriptionHi!

I'm trying to compile Scribus 1.4.7 in Ubuntu 18.04 but run into problem when running dh_install. Please help!

Here are the build issue and build log: https://launchpadlibrarian.net/368541895/buildlog_ubuntu-bionic-amd64.scribus_1.4.7+dfsg-1build2+1804_BUILDING.txt.gz

dh_missing: usr/share/scribus/scripts/ColorChart.py exists in debian/tmp but is not installed to anywhere
dh_missing: usr/share/scribus/scripts/Gallery.py exists in debian/tmp but is not installed to anywhere
...
....
...
dh_missing: usr/share/scribus/editorconfig/100_latex.tar exists in debian/tmp but is not installed to anywhere
dh_missing: usr/share/scribus/editorconfig/100_latex.xml exists in debian/tmp but is not installed to anywhere
dh_missing: usr/share/scribus/editorconfig/400_dot.xml exists in debian/tmp but is not installed to anywhere
dh_missing: usr/share/scribus/editorconfig/200_gnuplot.xml exists in debian/tmp but is not installed to anywhere
dh_missing: usr/share/scribus/editorconfig/500_povray.xml exists in debian/tmp but is not installed to anywhere
dh_missing: usr/share/scribus/editorconfig/lilypond.png exists in debian/tmp but is not installed to anywhere
dh_missing: usr/share/scribus/editorconfig/300_lilypond.xml exists in debian/tmp but is not installed to anywhere
dh_missing: usr/share/scribus/editorconfig/gnuplot.png exists in debian/tmp but is not installed to anywhere
dh_missing: usr/share/scribus/editorconfig/povray_32.png exists in debian/tmp but is not installed to anywhere
dh_missing: usr/share/scribus/dtd/scribuspdfoptions.dtd exists in debian/tmp but is not installed to anywhere
dh_missing: usr/share/applications/scribus.desktop exists in debian/tmp but is not installed to anywhere
dh_missing: usr/share/man/man1/scribus.1 exists in debian/tmp but is not installed to anywhere
dh_missing: usr/share/man/de/man1/scribus.1 exists in debian/tmp but is not installed to anywhere
dh_missing: usr/share/man/pl/man1/scribus.1 exists in debian/tmp but is not installed to anywhere
dh_missing: usr/share/appdata/scribus.appdata.xml exists in debian/tmp but is not installed to anywhere
dh_missing: usr/share/doc/scribus/AUTHORS exists in debian/tmp but is not installed to anywhere
dh_missing: usr/share/doc/scribus/README exists in debian/tmp but is not installed to anywhere
dh_missing: usr/share/doc/scribus/TRANSLATION exists in debian/tmp but is not installed to anywhere
dh_missing: usr/share/doc/scribus/LINKS exists in debian/tmp but is not installed to anywhere
dh_missing: usr/share/doc/scribus/ChangeLogScripts exists in debian/tmp but is not installed to anywhere
dh_missing: usr/share/mime/packages/scribus.xml exists in debian/tmp but is not installed to anywhere
dh_missing: usr/bin/scribus exists in debian/tmp but is not installed to anywhere
    The following debhelper tools have reported what they installed (with files per package)
    If the missing files are installed by another tool, please file a bug against it.
    When filing the report, if the tool is not part of debhelper itself, please reference the
    "Logging helpers and dh_missing" section from the "PROGRAMMING" guide for debhelper (10.6.3+).
      (in the debhelper package: /usr/share/doc/debhelper/PROGRAMMING.gz)
    Be sure to test with dpkg-buildpackage -A/-B as the results may vary when only a subset is built
    For a short-term work-around: Add the files to debian/not-installed
TagsNo tags attached.
PatchNo

Activities

panda-jim

2018-05-04 10:10

reporter  

scribus.install (126 bytes)   
#! /usr/bin/dh-exec
usr/bin
usr/lib
usr/share/applications
debian/scribus.appdata.xml => /usr/share/metainfo/${p}.appdata.xml
scribus.install (126 bytes)   
scribus-doc.install (134 bytes)   
#! /usr/bin/dh-exec
debian/tmp/doc/en usr/share/doc/${p}/
debian/tmp/doc/de usr/share/doc/${p}/
debian/tmp/doc/it usr/share/doc/${p}/
scribus-doc.install (134 bytes)   
scribus-data.install (706 bytes)   
#! /usr/bin/dh-exec
debian/icons/icon_16x16.png       => usr/share/icons/hicolor/16x16/apps/${p}.png
debian/icons/icon_32x32.png       => usr/share/icons/hicolor/32x32/apps/${p}.png
debian/icons/icon_128x128.png     => usr/share/icons/hicolor/128x128/apps/${p}.png
debian/icons/icon_256x256.png     => usr/share/icons/hicolor/256x256/apps/${p}.png
debian/icons/icon_512x512.png     => usr/share/icons/hicolor/512x512/apps/${p}.png
debian/icons/icon_1024x1024.png   => usr/share/icons/hicolor/1024x1024/apps/${p}.png

usr/share/doc/${p}/AUTHORS
usr/share/doc/${p}/ChangeLogScripts
usr/share/doc/${p}/LINKS
usr/share/doc/${p}/README
usr/share/doc/${p}/TRANSLATION
usr/share/man
usr/share/mime
usr/share/${p}
scribus-data.install (706 bytes)   
scribus-dev.install (20 bytes)   
usr/include/scribus
scribus-dev.install (20 bytes)   

jghali

2018-05-05 01:10

administrator   ~0045207

Not sure how we can help there. The log shows that scribus sources compile and install fine. The last line of the installation process is this one:
-- Installing: /<<BUILDDIR>>/scribus-1.4.7+dfsg/debian/tmp/usr/share/scribus/translations/scribus.zh_TW.qm

Afterwards, it's scripts and processes which are not ours and which do not control, so it's pretty impossible for us to get any clue.

ale

2018-05-09 06:43

manager   ~0045215

why are you using dh_helper?

you don't need it for simply compiling and installing scribus...

cbradney

2020-09-01 20:45

administrator   ~0048010

Resolving old bug

Issue History

Date Modified Username Field Change
2018-05-04 10:10 panda-jim New Issue
2018-05-04 10:10 panda-jim File Added: scribus.install
2018-05-04 10:10 panda-jim File Added: scribus-doc.install
2018-05-04 10:10 panda-jim File Added: scribus-data.install
2018-05-04 10:10 panda-jim File Added: scribus-dev.install
2018-05-05 01:10 jghali Note Added: 0045207
2018-05-09 06:43 ale Note Added: 0045215
2020-09-01 20:45 cbradney Assigned To => cbradney
2020-09-01 20:45 cbradney Status new => feedback
2020-09-01 20:45 cbradney Note Added: 0048010
2020-09-01 20:45 cbradney Status feedback => resolved
2020-09-01 20:45 cbradney Resolution open => fixed
2020-11-07 14:52 cbradney Status resolved => closed