在 2020/10/18 下午9:48, Holger Wansing 写道:
Package: debian-reference

Hi,

when calling "make debian-reference.raw.xml" (let's say after an "make 
distclean")
it fails at the replace_package step with
        bin/genreplace emacs    >>  bin/replace_package
        *** emacs is missing ***
Commenting out the emacs line from the Makefile, it claims about another
missing package:
        bin/genreplace libpoppler       >>  bin/replace_package
        bin/genreplace libgstreamer     >>  bin/replace_package
        bin/genreplace libphonon        >>  bin/replace_package
        *** libphonon is missing ***

This is due to changed package situation for those packages:
there is no emacsXY package anymore in sid (as emacs25 was in buster).
And there is no libphononX package anymore in sid too (there was
libphonon4 in buster).

I fixed the "missing" errors in git commit 46b27cef ,welcome to review.

https://salsa.debian.org/debian/debian-reference/-/commit/46b27cef6b8de97f346bc1e995672183dd71a2cc

Moreover, when calling "make entity" there are several packages mentioned as
no longer existing: (and they are indeed not in sid)


# GENERATE pkgsize.ent
sort pkg.lst | uniq | bin/sizeent packages.txt packages.bkup.txt        > 
pkgsize.ent
.........................................................
... ERROR ...: bootchart2, probably a removed or non-amd64 package.
.............:         See http://packages.qa.debian.org/common/index.html
.................................................................................
... ERROR ...: dosemu, probably a removed or non-amd64 package.
.............:         See http://packages.qa.debian.org/common/index.html
..................................................

In HTML files, there are links like https://packages.debian.org/sid/dosemu is break for these packages.

How about to use url like this:

https://packages.debian.org/search?keywords=dosemu

Also these package's pkgsize will display:

NOT_FOUND

The "NOT_FOUND" word is come from pkgsize.ent:

pkgsize.ent:<!ENTITY size-dosemu "NOT_FOUND">

grep -c NOT_FOUND pkgsize.ent
15

Would you has any suggestion for this "NOT_FOUND" ?


--

肖盛文 xiao sheng wen Faris Xiao
微信(wechat):atzlinux
《铜豌豆 Linux》
基于 Debian 的 Linux 中文桌面操作系统:https://www.atzlinux.com
Debian QA page: https://qa.debian.org/developer.php?login=atzlinux%40sina.com
GnuPG Public Key: 0x339240CB

Reply via email to