Bug#1058273: gpredict: FTBFS: dh_install: error: missing files, aborting

2023-12-13 Thread tony mancill
On Tue, Dec 12, 2023 at 05:47:46PM -0700, Bdale Garbee wrote:
> tony mancill  writes:
> 
> > So this is very possibly a bug in libreoffice-writer-nogui.
> 
> Sure seems like it.  My guess would be that what files go in what
> libreoffice binary packages got refactored somehow?  Not sure what the
> point of the nogui package is if it can't be used here any more.

The soffice wrapper script is good enough to include an --strace option,
from which it looks like libcuilo.so is the missing library:

$ dpkg -S /usr/lib/libreoffice/program/libcuilo.so
libreoffice-core: /usr/lib/libreoffice/program/libcuilo.so

However, libreoffice-core is the proverbial kitchen sink - it pulls in
almost everything you'd get from libreoffice-writer - so for the
time-being, I'll use the latter to work around the FTBFS and have filed
a bug against libreoffice-writer-nogui (#1058653).



Bug#1058273: gpredict: FTBFS: dh_install: error: missing files, aborting

2023-12-12 Thread Bdale Garbee
tony mancill  writes:

> So this is very possibly a bug in libreoffice-writer-nogui.

Sure seems like it.  My guess would be that what files go in what
libreoffice binary packages got refactored somehow?  Not sure what the
point of the nogui package is if it can't be used here any more.

[shrug]

I don't have any time to chase this right now.

Bdale


signature.asc
Description: PGP signature


Bug#1058273: gpredict: FTBFS: dh_install: error: missing files, aborting

2023-12-12 Thread tony mancill
On Tue, Dec 12, 2023 at 09:35:44AM +0100, Lucas Nussbaum wrote:
> Source: gpredict
> Version: 2.3-115-g0f3beb6-2
> Severity: serious
> Justification: FTBFS
> Tags: trixie sid ftbfs
> User: lu...@debian.org
> Usertags: ftbfs-20231212 ftbfs-trixie

It feels slightly icky because it pulls in a much larger set of
build-deps, but this FTBFS is easily fixed by relaxing the B-D-I on
libreoffice-writer-nogui to libreoffice-writer.  So this is very
possibly a bug in libreoffice-writer-nogui.

I went ahead and pushed a patch to packaging repo.  If someone feels
strongly about keeping the build-deps small for this arch-all package
and sticking with libreoffice-writer-nogui, you can reproduce by
starting with a clean chroot and running this bit of the build:

  soffice --writer --headless --convert-to pdf doc/um/gpredict-user-manual.odt

And adding build-deps until you no longer get this error.

  Error: source file could not be loaded

I will try to take another look at it before uploading.

Cheers,
tony



Bug#1058273: gpredict: FTBFS: dh_install: error: missing files, aborting

2023-12-12 Thread Lucas Nussbaum
Source: gpredict
Version: 2.3-115-g0f3beb6-2
Severity: serious
Justification: FTBFS
Tags: trixie sid ftbfs
User: lu...@debian.org
Usertags: ftbfs-20231212 ftbfs-trixie

Hi,

During a rebuild of all packages in sid, your package failed to build
on amd64.


Relevant part (hopefully):
> make[4]: Entering directory '/<>'
> make[4]: Nothing to be done for 'install-exec-am'.
> /usr/bin/install -c -m 644 ./AUTHORS 
> /<>/debian/tmp/usr/share/gpredict
> /usr/bin/install -c -m 644 ./NEWS 
> /<>/debian/tmp/usr/share/gpredict
> /usr/bin/install -c -m 644 ./README 
> /<>/debian/tmp/usr/share/gpredict
> /usr/bin/install -c -m 644 ./COPYING 
> /<>/debian/tmp/usr/share/gpredict
> make[4]: Leaving directory '/<>'
> make[3]: Leaving directory '/<>'
> make[2]: Leaving directory '/<>'
> make[1]: Leaving directory '/<>'
>dh_install
> dh_install: warning: Cannot find (any matches for) 
> "doc/um/gpredict-user-manual.pdf" (tried in ., debian/tmp)
> 
> dh_install: warning: gpredict-doc missing files: 
> doc/um/gpredict-user-manual.pdf
> dh_install: error: missing files, aborting
> make: *** [debian/rules:17: binary] Error 25


The full build log is available from:
http://qa-logs.debian.net/2023/12/12/gpredict_2.3-115-g0f3beb6-2_unstable.log

All bugs filed during this archive rebuild are listed at:
https://bugs.debian.org/cgi-bin/pkgreport.cgi?tag=ftbfs-20231212;users=lu...@debian.org
or:
https://udd.debian.org/bugs/?release=na=ign=7=7=only=ftbfs-20231212=lu...@debian.org=1=1=1=1#results

A list of current common problems and possible solutions is available at
http://wiki.debian.org/qa.debian.org/FTBFS . You're welcome to contribute!

If you reassign this bug to another package, please mark it as 'affects'-ing
this package. See https://www.debian.org/Bugs/server-control#affects

If you fail to reproduce this, please provide a build log and diff it with mine
so that we can identify if something relevant changed in the meantime.