duplicate between packages

Marco Atzeri marco.atzeri@gmail.com
Tue Apr 27 03:45:40 GMT 2021


Hi Maintainers,

as I just found 2 of my packages colliding with same program name

$ cygcheck -f /usr/bin/ncgen
hdf4-4.2.15-3
netcdf-4.8.0-2

as one is much older than the other, the installation sequence
can give some inconsistencies in the system.

So I checked on my /etc/setup how many duplicates there are
and it seems also other package has the same problem

Some are not an issue, but on the binaries I can not judge

$ cygcheck -f /usr/i686-w64-mingw32/sys-root/mingw/include/pthread_signal.h
mingw64-i686-headers-8.0.0-1
mingw64-i686-winpthreads-8.0.0-1

$ cygcheck -f /usr/bin/t1asm.exe
t1utils-1.39-1
texlive-20210325-1


$ cd /etc/setup
$ zcat *.lst.gz | sed '/\/$/d' | sort |uniq -c | awk '$1 > 1'

       3 etc/postinstall/python3-wx.sh
       2 usr/bin/gpgsplit.exe
       2 usr/bin/ncdump.exe
       2 usr/bin/ncgen.exe
       2 usr/bin/prove
       2 usr/bin/pygmentex
       2 usr/bin/shasum
       2 usr/bin/t1ascii.exe
       2 usr/bin/t1asm.exe
       2 usr/bin/t1binary.exe
       2 usr/bin/t1disasm.exe
       2 usr/bin/t1mac.exe
       2 usr/bin/t1unmac.exe
       2 usr/i686-w64-mingw32/sys-root/mingw/include/pthread_signal.h
       2 usr/lib/cygh5bzip2.dll
       3 usr/share/aclocal/README
       2 usr/share/doc/fltk/CHANGES
       2 usr/share/doc/fltk/COPYING
       2 usr/share/doc/fltk/CREDITS
       2 usr/share/doc/fltk/examples/adjuster.cxx
   ...
       2 usr/share/doc/fltk/examples/valuators.h
       2 usr/share/doc/fltk/README
       2 usr/share/doc/libsodium/AUTHORS
       2 usr/share/doc/libsodium/ChangeLog
       2 usr/share/doc/libsodium/LICENSE
       2 usr/share/doc/libsodium/THANKS
       2 usr/share/doc/libspiro/README
       2 usr/share/doc/libuninameslist/COPYING
       2 usr/share/doc/libuninameslist/LICENSE
       2 usr/share/doc/webrtc-audio-processing/AUTHORS
       2 usr/share/doc/webrtc-audio-processing/COPYING
       2 usr/share/doc/webrtc-audio-processing/NEWS
       2 usr/share/doc/webrtc-audio-processing/README
       2 usr/share/info/guile.info.gz
...
       2 usr/share/info/guile.info-9.gz
       2 usr/share/info/r5rs.info.gz
       2 usr/share/man/man1/ncdump.1.gz
       2 usr/share/man/man1/ncgen.1.gz
       2 usr/share/man/man1/passwd.1.gz
       2 usr/share/man/man1/pdfdetach.1.gz
       2 usr/share/man/man1/pdffonts.1.gz
       2 usr/share/man/man1/pdfimages.1.gz
       2 usr/share/man/man1/pdfinfo.1.gz
       2 usr/share/man/man1/pdftohtml.1.gz
       2 usr/share/man/man1/pdftoppm.1.gz
       2 usr/share/man/man1/pdftops.1.gz
       2 usr/share/man/man1/pdftotext.1.gz
       2 usr/share/man/man1/ts.1.gz
       2 usr/share/texmf-dist/doc/generic/tex-ini-files/README.md
       2 usr/share/texmf-dist/scripts/pygmentex/pygmentex.py
       2 usr/share/texmf-dist/tex/latex/pygmentex/pygmentex.sty
       2 usr/share/tlpkg/tlpobj/pygmentex.i386-cygwin.tlpobj
       2 usr/share/tlpkg/tlpobj/pygmentex.tlpobj
       2 usr/share/tlpkg/tlpobj/pygmentex.x86_64-cygwin.tlpobj
       2 usr/share/tlpkg/tlpobj/tex-ini-files.doc.tlpobj
       2 usr/x86_64-w64-mingw32/sys-root/mingw/include/pthread_signal.h

Regards
Marco



More information about the Cygwin-apps mailing list