public inbox for cygwin-apps@cygwin.com
 help / color / mirror / Atom feed
From: Ken Brown <kbrown@cornell.edu>
To: cygwin-apps@cygwin.com
Subject: Re: duplicate between packages
Date: Sat, 1 May 2021 17:48:19 -0400	[thread overview]
Message-ID: <39470fb9-42bf-efeb-63a3-047d4396d03f@cornell.edu> (raw)
In-Reply-To: <a48da719-51cd-ea3d-6328-9b8ff94a5eab@gmail.com>

On 4/26/2021 11:45 PM, Marco Atzeri via Cygwin-apps wrote:
> 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

Thanks, Marco.  Several of these involve my packages.  I'll take a look at those.

Ken

  reply	other threads:[~2021-05-01 21:48 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-04-27  3:45 Marco Atzeri
2021-05-01 21:48 ` Ken Brown [this message]
2021-05-02  1:47 ` duplicate between packages (libuninameslist) Lemures Lemniscati
2021-05-02  4:54   ` Marco Atzeri
2021-05-02  5:49   ` Achim Gratz
2021-05-04 17:13 ` duplicate between packages Jon Turney
2021-05-20 16:26 ` Ken Brown

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=39470fb9-42bf-efeb-63a3-047d4396d03f@cornell.edu \
    --to=kbrown@cornell.edu \
    --cc=cygwin-apps@cygwin.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).