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

Re: Not all files in my package installed



On Fri, May 1, 2020 at 4:17 AM Sven Hartge - sven@svenhartge.de
<pkgoyq.xpt.2248fd9738.sven#svenhartge.de@ob.0sg.net> wrote:
>
> Tong Sun <suntong001@users.sourceforge.net> wrote:
>
> > --------------------------------------
> > $ ls -l `dpkg -L dbab` > /dev/null
> > ls: cannot access '/usr/share/doc/dbab/README.Debian': No such file or
> > directory
> > ls: cannot access '/usr/share/doc/dbab/changelog.Debian.gz': No such file
> > or directory
> > ls: cannot access '/usr/share/doc/dbab/dbab-dnsmasq.intranet.conf': No such
> > file or directory
> > ls: cannot access '/usr/share/doc/dbab/dbab-dnsmasq.service.conf': No such
> > file or directory
> > ls: cannot access '/usr/share/doc/dbab/dbab-squid.localnet.conf': No such
> > file or directory
> > ls: cannot access '/usr/share/doc/dbab/dbab-squid.service.conf': No such
> > file or directory
> > ls: cannot access '/usr/share/doc/dbab/dbab.md.gz': No such file or
> > directory
> > ls: cannot access '/usr/share/man/man8': No such file or directory
> > ls: cannot access '/usr/share/man/man8/dbab-svr.8.gz': No such file or
> > directory
> > ls: cannot access '/usr/share/man/man8/dbab-add-list.8.gz': No such file or
> > directory
> > ls: cannot access '/usr/share/man/man8/dbab-chk-list.8.gz': No such file or
> > directory
> > ls: cannot access '/usr/share/man/man8/dbab-get-list.8.gz': No such file or
> > directory
> > ls: cannot access '/usr/share/man/man8/dhcp-add-wpad.8.gz': No such file or
> > directory
> > --------------------------------------
>
> > What could possibly be wrong?
>
> Could be dpkg's path-include and path-exclude configuration on your
> local system, for example from localepurge.
>
> Does
>
>   rgrep "path-" /etc/dpkg
>
> return anything for you?

Ah~~~, thank you, thank you Sven, and David!

Indeed --

/etc/dpkg/dpkg.cfg.d/docker:path-exclude /usr/share/doc/*
/etc/dpkg/dpkg.cfg.d/docker:path-exclude /usr/share/man/*
. . .

I've been pulling my hair worrying something is wrong with my package!

phrew, THANKS!!


Reply to: