[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: Upload of TeX Info 7.0.x to unstable?



Hi,

At http://qa-logs.debian.net/2023/01/31/ you will find build logs for
packages:
1) currently in testing
2) that failed with the new texinfo but succeeded in vanilla unstable

In addition to those, octave's build hang but I don't have the build
log, so this would need to be retried.

Here is a summary of the failures (most look indeed related to texinfo
or at least docs):
avrdude 6.3-20171130+svn1429-2 Failed [UNKNOWN] mv: cannot stat 'avrdude': No such file or directory
diffutils 1:3.8-3 Failed [UNKNOWN] cp: cannot stat 'doc/diffutils/*.html': No such file or directory
elpa-transient 0.3.7-1 Failed [UNKNOWN] find: ‘transient’: No such file or directory
festival 1:2.5.0-9 Failed [UNKNOWN] dh_install: error: missing files, aborting
flite 2.2-5 Failed [UNKNOWN] html/flite_toc.html: No such file or directory
fweb 1.62-14 Failed [UNKNOWN] install: cannot stat 'Manual/fweb/*': No such file or directory
gnushogi 1.4.2-7 Failed [UNKNOWN] dh_install: error: missing files, aborting
gnustep-dl2 0.12.0-15.1 Failed [UNKNOWN] dh_install: error: missing files, aborting
gnustep-make 2.9.1-1 Failed [UNKNOWN] dh_install: error: missing files, aborting
m4 1.4.19-2 Failed [UNKNOWN] cp: cannot stat 'doc/m4/*.html': No such file or directory
proofgeneral 4.4.1~pre170114-1.2 Failed [UNKNOWN] mv: cannot stat 'doc/ProofGeneral': No such file or directory
quelcom 0.4.0-16 Failed [UNKNOWN] mv: cannot stat 'doc/quelcom': No such file or directory
recode 3.6-24 Failed [UNKNOWN] cp: cannot stat 'doc/recode/*.html': No such file or directory
sharutils 1:4.15.2-8 Failed [UNKNOWN] cp: cannot stat 'doc/sharutils/*.html': No such file or directory
wdiff 1.2.2-4 Failed [UNKNOWN] cp: cannot stat 'doc/wdiff/*.html': No such file or directory

Lucas



On 28/01/23 at 22:57 +0100, Hilmar Preuße wrote:
> Am 28.01.2023 um 08:22 teilte Lucas Nussbaum mit:
> > On 27/01/23 at 22:33 +0100, Hilmar Preuße wrote:
> 
> Hi Lucas,
> 
> > > Regarding the script I'm unsure. Basically I just need an chroot
> > > containing the texinfo from experimental, so the script could look like
> > > this:
> > > 
> > 
> > please look at the existing examples and use pinning, it's more reliable
> > 
> OK, then next try:
> 
> <snip>
> #!/bin/bash
> set -e -x
> 
> cat > /etc/apt/sources.list.d/experimental.list <<EOF
> deb https://deb.debian.org/debian experimental main
> deb-src https://deb.debian.org/debian experimental main
> EOF
> 
> cat <<-EOF > /etc/apt/preferences.d/pin-texinfo
> Package: src:texinfo
> Pin: release o=Debian,a=experimental
> Pin-Priority: 999
> EOF
> 
> apt-get update
> apt-get -y dist-upgrade
> <snip>
> 
> HTH,
>   Hilmar
> --
> sigfault
> 
> 


Reply to: