public inbox for cygwin@cygwin.com
 help / color / mirror / Atom feed
* Setup Ver 2.926 (64bit):can't file extract from qt5-webkit-debuginfo
       [not found] <183149768.1289732.1696156777556.JavaMail.yahoo.ref@mail.yahoo.co.jp>
@ 2023-10-01 10:39 ` texrayk-frm
  2023-10-01 20:00   ` Brian Inglis
  0 siblings, 1 reply; 10+ messages in thread
From: texrayk-frm @ 2023-10-01 10:39 UTC (permalink / raw)
  To: cygwin

"/pub/cygwin/x86_64/release/qt5-webkit/qt5-webkit-debuginfo\qt5-webkit-debuginfo-5.9.3-0.3.20180115git.tar.xz\usr\lib\debug\usr\bin\cygQt5WebKit-5.dll.dbg"
File Size. 2,966,810,624

---------------------------
Cygwin Setup
---------------------------
Unable to extract /usr/lib/debug/usr/bin/cygQt5WebKit-5.dll.dbg -- corrupt package?
---------------------------
OK   
---------------------------


^ permalink raw reply	[flat|nested] 10+ messages in thread

* Re: Setup Ver 2.926 (64bit):can't file extract from qt5-webkit-debuginfo
  2023-10-01 10:39 ` Setup Ver 2.926 (64bit):can't file extract from qt5-webkit-debuginfo texrayk-frm
@ 2023-10-01 20:00   ` Brian Inglis
       [not found]     ` <2123170882.1351117.1696245249986.JavaMail.yahoo@mail.yahoo.co.jp>
  0 siblings, 1 reply; 10+ messages in thread
From: Brian Inglis @ 2023-10-01 20:00 UTC (permalink / raw)
  To: cygwin; +Cc: texrayk-frm

On 2023-10-01 04:39, texrayk-frm--- via Cygwin wrote:
> "/pub/cygwin/x86_64/release/qt5-webkit/qt5-webkit-debuginfo\qt5-webkit-debuginfo-5.9.3-0.3.20180115git.tar.xz\usr\lib\debug\usr\bin\cygQt5WebKit-5.dll.dbg"
> File Size. 2,966,810,624
> Cygwin Setup
> Unable to extract /usr/lib/debug/usr/bin/cygQt5WebKit-5.dll.dbg -- corrupt package?

Which mirror?

That debuginfo package is 373MB: do you *REALLY* need it.
Always worth downloading the sha512.sum and checking that before trying to use a 
tar file.

If there is a problem with one mirror, try another, including sha512.sum, check 
against that, and then compare each file against that from the other mirror.

-- 
Take care. Thanks, Brian Inglis              Calgary, Alberta, Canada

La perfection est atteinte                   Perfection is achieved
non pas lorsqu'il n'y a plus rien à ajouter  not when there is no more to add
mais lorsqu'il n'y a plus rien à retirer     but when there is no more to cut
                                 -- Antoine de Saint-Exupéry

^ permalink raw reply	[flat|nested] 10+ messages in thread

* Re: Setup Ver 2.926 (64bit):can't file extract from qt5-webkit-debuginfo
       [not found]     ` <2123170882.1351117.1696245249986.JavaMail.yahoo@mail.yahoo.co.jp>
@ 2023-10-02 16:38       ` Brian Inglis
  2023-10-02 17:04         ` Brian Inglis
  0 siblings, 1 reply; 10+ messages in thread
From: Brian Inglis @ 2023-10-02 16:38 UTC (permalink / raw)
  To: cygwin; +Cc: texrayk-frm

[Please reply on list not DM]

On 2023-10-02 05:14, texrayk-frm@yahoo.co.jp wrote:
> Occurred on multiple mirrors.
> Match sha-512.
> Confirmed by 7-zip below.
> No errors in archive test.
> No problems with extraction.

Do you mean that files are identical and sha512sum matches from multiple 
mirrors, 7zip extracts both okay, but setup-x86_64 does not from either?

-- 
Take care. Thanks, Brian Inglis              Calgary, Alberta, Canada

La perfection est atteinte                   Perfection is achieved
non pas lorsqu'il n'y a plus rien à ajouter  not when there is no more to add
mais lorsqu'il n'y a plus rien à retirer     but when there is no more to cut
                                 -- Antoine de Saint-Exupéry

^ permalink raw reply	[flat|nested] 10+ messages in thread

* Re: Setup Ver 2.926 (64bit):can't file extract from qt5-webkit-debuginfo
  2023-10-02 16:38       ` Brian Inglis
@ 2023-10-02 17:04         ` Brian Inglis
       [not found]           ` <94970509.1372740.1696323354692.JavaMail.yahoo@mail.yahoo.co.jp>
  0 siblings, 1 reply; 10+ messages in thread
From: Brian Inglis @ 2023-10-02 17:04 UTC (permalink / raw)
  To: cygwin; +Cc: texrayk-frm

On 2023-10-02 10:38, Brian Inglis wrote:
> [Please reply on list not DM]
> On 2023-10-02 05:14, texrayk-frm@yahoo.co.jp wrote:
>> Occurred on multiple mirrors.

Sorry, further suggestions occurred!

Did you re-download setup and validate it?

	wget -N -nv https://cygwin.com/{sha512.sum,setup-x86_64.exe{.sig,}}
	$ sha512sum --check --ignore-missing sha512.sum
	$ gpg2 --verify setup-x86_64.exe{.sig,}

Do you mean that setup-x86_64 had the same issue from multiple mirrors?

Which mirrors were those?

>> Match sha-512.
>> Confirmed by 7-zip below.

No *below* included!

>> No errors in archive test.

Running which programs? Show command lines and outputs please.

>> No problems with extraction.

Same?

> Do you mean that files are identical and sha512sum matches from multiple 
> mirrors, 7zip extracts both okay, but setup-x86_64 does not from either?

Also, could you please see if GNU tar works okay by running:

$ tar -tv -C / -f \
.../qt5-webkit-debuginfo\qt5-webkit-debuginfo-5.9.3-0.3.20180115git.tar.xz
$ tar -xv -C / -f \
.../qt5-webkit-debuginfo\qt5-webkit-debuginfo-5.9.3-0.3.20180115git.tar.xz
$ tar -dv -C / -f \
.../qt5-webkit-debuginfo\qt5-webkit-debuginfo-5.9.3-0.3.20180115git.tar.xz

and in all cases, please show the actual command lines and all outputs.

-- 
Take care. Thanks, Brian Inglis              Calgary, Alberta, Canada

La perfection est atteinte                   Perfection is achieved
non pas lorsqu'il n'y a plus rien à ajouter  not when there is no more to add
mais lorsqu'il n'y a plus rien à retirer     but when there is no more to cut
                                 -- Antoine de Saint-Exupéry

^ permalink raw reply	[flat|nested] 10+ messages in thread

* Re: Setup Ver 2.926 (64bit):can't file extract from qt5-webkit-debuginfo
       [not found]           ` <94970509.1372740.1696323354692.JavaMail.yahoo@mail.yahoo.co.jp>
@ 2023-10-03 16:57             ` Brian Inglis
  2023-10-03 23:17               ` texrayk-frm
  0 siblings, 1 reply; 10+ messages in thread
From: Brian Inglis @ 2023-10-03 16:57 UTC (permalink / raw)
  To: cygwin; +Cc: texrayk-frm

[Please do not directly email me - post to the email list address to get help - 
future direct emails from you will be deleted!]

On 2023-10-03 02:55, texrayk-frm@yahoo.co.jp wrote:
> wget -N -nv https://cygwin.com/{sha512.sum,setup-x86_64.exe{.sig,}}
> 2023-10-03 16:57:03 URL:https://cygwin.com/sha512.sum [291/291] -> "sha512.sum" [1]
> 2023-10-03 16:57:04 URL:https://cygwin.com/setup-x86_64.exe.sig [566/566] -> "setup-x86_64.exe.sig" [1]
> 2023-10-03 16:57:05 URL:https://cygwin.com/setup-x86_64.exe [1394195/1394195] -> "setup-x86_64.exe" [1]
> FINISHED --2023-10-03 16:57:05--
> Total wall clock time: 3.2s
> Downloaded: 3 files, 1.3M in 1.3s (1.05 MB/s)
> 
> $ sha512sum --check --ignore-missing sha512.sum
> setup-x86_64.exe: OK
> 
> $ gpg2 --verify setup-x86_64.exe{.sig,}
> gpg2 no in Cygwin Package Store("https%3a%2f%2fcygwin.mirror.constant.com%2f\x86_64\setup.ini")
> 
>>> No errors in archive test.
> Running which programs? Show command lines and outputs please.
> 7z1900-x64.exe
> 
> C:\Program Files\7-Zip>7z.exe t "D:\Download\qt5-webkit-debuginfo-5.9.3-0.3.20180115git.tar.xz"
> 
> 7-Zip 19.00 (x64) : Copyright (c) 1999-2018 Igor Pavlov : 2019-02-21
> 
> Scanning the drive for archives:
> 1 file, 391411048 bytes (374 MiB)
> 
> Testing archive: D:\Download\qt5-webkit-debuginfo-5.9.3-0.3.20180115git.tar.xz
> --
> Path = D:\Download\qt5-webkit-debuginfo-5.9.3-0.3.20180115git.tar.xz
> Type = xz
> Physical Size = 391411048
> Method = LZMA2:23 CRC64
> Streams = 1
> Blocks = 1
> 
> Everything is Ok
> 
> Size:       3052912640
> Compressed: 391411048
> 
> .\setup-x86_64.exe -L -l "C:\Users\RRX\Downloads\cygwin-local" -P qt5-webkit-debuginfo -q

Please attach /var/log/setup.log.full from this run as a text attachment to a 
post to this list for more help.

> $ tar -tv -C / -f \
> qt5-webkit-debuginfo-5.9.3-0.3.20180115git.tar.xz
> -rw-r--r-- Yaakov/None 2966808727 2018-04-11 22:06 usr/lib/debug/usr/bin/cygQt5WebKit-5.dll.dbg
> 
> $ tar -xv -C / -f \
> qt5-webkit-debuginfo-5.9.3-0.3.20180115git.tar.xz
> usr/lib/debug/usr/bin/cygQt5WebKit-5.dll.dbg
> 
> $ tar -dv -C / -f \
> qt5-webkit-debuginfo-5.9.3-0.3.20180115git.tar.xz
> 
> usr/lib/debug/usr/bin/cygQt5WebKit-5.dll.dbg
> usr/lib/debug/usr/bin/cygQt5WebKit-5.dll.dbg: Uid differs
> 
> $ sha512sum --check --ignore-missing sha512.sum
> qt5-webkit-debuginfo-5.9.3-0.3.20180115git.tar.xz: OK
-- 
Take care. Thanks, Brian Inglis              Calgary, Alberta, Canada

La perfection est atteinte                   Perfection is achieved
non pas lorsqu'il n'y a plus rien à ajouter  not when there is no more to add
mais lorsqu'il n'y a plus rien à retirer     but when there is no more to cut
                                 -- Antoine de Saint-Exupéry

^ permalink raw reply	[flat|nested] 10+ messages in thread

* Re: Re: Setup Ver 2.926 (64bit):can't file extract from qt5-webkit-debuginfo
  2023-10-03 16:57             ` Brian Inglis
@ 2023-10-03 23:17               ` texrayk-frm
  2023-10-04 17:49                 ` ASSI
       [not found]                 ` <49139.5523118385$1696441841@news.gmane.org>
  0 siblings, 2 replies; 10+ messages in thread
From: texrayk-frm @ 2023-10-03 23:17 UTC (permalink / raw)
  To: cygwin

[-- Attachment #1: Type: text/plain, Size: 308 bytes --]

> [Please do not directly email me - post to the email list address to get help - 
> future direct emails from you will be deleted!]
Sorry.
I was using the reply button on my email.

> Please attach /var/log/setup.log.full from this run as a text attachment to a 
> post to this list for more help.
Attached.

[-- Attachment #2: setup.log.full --]
[-- Type: application/octet-stream, Size: 12995 bytes --]

2023/10/04 08:13:33 Starting cygwin install, version 2.926
2023/10/04 08:13:33 User has backup/restore rights
2023/10/04 08:13:33 User has symlink creation right
2023/10/04 08:13:33 Current Directory: C:\Users\DEN\Downloads
Could not open service McShield for query, start and stop. McAfee may not be installed, or we don't have access.
2023/10/04 08:13:34 source: network install
2023/10/04 08:13:35 root: C:\cygwin64 system
2023/10/04 08:13:35 Changing gid to Administrators
2023/10/04 08:13:35 Selected local directory: C:\Users\DEN\Downloads
2023/10/04 08:13:35 net: Preconfig
Loaded cached mirror list
User-Agent: default is "Cygwin-Setup/2.926 (Windows NT 10.0.22621;Win64;0411;SymLinkPriv)"
Request for URL https://cygwin.com/mirrors.lst satisfied from cache
Fetched URL: https://cygwin.com/mirrors.lst
2023/10/04 08:13:37 site: https://cygwin.mirror.constant.com/
Request for URL https://cygwin.mirror.constant.com/x86_64/setup.zst.sig satisfied from cache
Fetched URL: https://cygwin.mirror.constant.com/x86_64/setup.zst.sig
Request for URL https://cygwin.mirror.constant.com/x86_64/setup.zst satisfied from cache
Fetched URL: https://cygwin.mirror.constant.com/x86_64/setup.zst
signature: sig_type 0, pk_alg 1, hash_alg 8
signature: tried key cygwin, returned 0x00000000 Success
.ini setup_version is 2.926, our setup_version is 2.926
INSTALLED.DB version 3
2023/10/04 08:13:40 solving: 0 tasks, update: yes, use test packages: no
libsolv: solver started
libsolv: dosplitprovides=0, noupdateprovide=0, noinfarchcheck=0
libsolv: allowuninstall=0, allowdowngrade=0, allownamechange=1, allowarchchange=0, allowvendorchange=1
libsolv: dupallowdowngrade=1, dupallownamechange=1, dupallowarchchange=1, dupallowvendorchange=1
libsolv: promoteepoch=0, forbidselfconflicts=0
libsolv: obsoleteusesprovides=0, implicitobsoleteusesprovides=0, obsoleteusescolors=0, implicitobsoleteusescolors=0
libsolv: dontinstallrecommended=0, addalreadyrecommended=0 onlynamespacerecommended=0
libsolv: number of solvables: 57276, memory used: 3132 K
libsolv: number of ids: 29000 + 57207
libsolv: string memory used: 113 K array + 496 K data,  rel memory used: 670 K array
libsolv: string hash memory: 256 K, rel hash memory : 512 K
libsolv: provide ids: 12275
libsolv: provide space needed: 43517 + 114414
libsolv: shrunk whatprovidesdata from 43517 to 43497
libsolv: shrunk whatprovidesauxdata from 43517 to 31239
libsolv: whatprovides memory used: 340 K id array, 616 K data
libsolv: whatprovidesaux memory used: 113 K id array, 122 K data
libsolv: WARNING: pool_addfileprovides was not called, this may result in slow operation
libsolv: lazywhatprovidesq size: 0 entries
libsolv: createwhatprovides took 0 ms
libsolv: obsoletes data: 1 entries
libsolv: added 2048 pkg rules for installed solvables
libsolv: added 465 pkg rules for updaters of installed solvables
libsolv: added 0 pkg rules for packages involved in a job
libsolv: added 0 pkg rules because of weak dependencies
libsolv: 362 of 28466 installable solvables considered for solving
libsolv: pruned rules from 2514 to 2514
libsolv:   binary: 1578
libsolv:   normal: 935, 10965 literals
libsolv: pkg rule memory used: 58 K
libsolv: pkg rule creation took 0 ms
libsolv: choice rule creation took 0 ms
libsolv: 2513 pkg rules, 2 * 78 update rules, 0 job rules, 0 infarch rules, 0 dup rules, 0 choice rules, 0 best rules, 0 yumobs rules
libsolv: 0 black rules, 0 recommends rules, 0 repo priority rules
libsolv: overall rule memory used: 62 K
libsolv: solving...
libsolv: resolving job rules
libsolv: resolving installed packages
libsolv: deciding orphaned packages
libsolv: solver statistics: 0 learned rules, 0 unsolvable, 0 minimization steps
libsolv: done solving.
libsolv: solver took 0 ms
libsolv: final solver statistics: 0 problems, 0 learned rules, 0 unsolvable
libsolv: solver_solve took 0 ms
libsolv: 
libsolv: transaction:
libsolv: 
libsolv: orphaned packages:
libsolv:   base-0.0-0.any (kept)
libsolv:   _windows-10.0.22621.any (kept)
libsolv: 
libsolv: ordering transaction
libsolv: transaction elements: 0
2023/10/04 08:13:48 solving: 1 tasks, update: no, use test packages: no
libsolv: solver started
libsolv: dosplitprovides=0, noupdateprovide=0, noinfarchcheck=0
libsolv: allowuninstall=0, allowdowngrade=0, allownamechange=1, allowarchchange=0, allowvendorchange=1
libsolv: dupallowdowngrade=1, dupallownamechange=1, dupallowarchchange=1, dupallowvendorchange=1
libsolv: promoteepoch=0, forbidselfconflicts=0
libsolv: obsoleteusesprovides=0, implicitobsoleteusesprovides=0, obsoleteusescolors=0, implicitobsoleteusescolors=0
libsolv: dontinstallrecommended=0, addalreadyrecommended=0 onlynamespacerecommended=0
libsolv: obsoletes data: 1 entries
libsolv: added 0 pkg rules for installed solvables
libsolv: added 0 pkg rules for updaters of installed solvables
libsolv: added 3 pkg rules for packages involved in a job
libsolv: added 0 pkg rules because of weak dependencies
libsolv: 363 of 28466 installable solvables considered for solving
libsolv: pruned rules from 2517 to 2517
libsolv:   binary: 1580
libsolv:   normal: 936, 10996 literals
libsolv: pkg rule memory used: 58 K
libsolv: pkg rule creation took 0 ms
libsolv: choice rule creation took 0 ms
libsolv: 2516 pkg rules, 2 * 78 update rules, 1 job rules, 0 infarch rules, 0 dup rules, 0 choice rules, 0 best rules, 0 yumobs rules
libsolv: 0 black rules, 0 recommends rules, 0 repo priority rules
libsolv: overall rule memory used: 62 K
libsolv: solving...
libsolv: resolving job rules
libsolv: resolving installed packages
libsolv: deciding orphaned packages
libsolv: solver statistics: 0 learned rules, 0 unsolvable, 0 minimization steps
libsolv: done solving.
libsolv: solver took 0 ms
libsolv: final solver statistics: 0 problems, 0 learned rules, 0 unsolvable
libsolv: solver_solve took 0 ms
libsolv: 
libsolv: transaction:
libsolv:   install   qt5-webkit-debuginfo-5.9.3-0.3.20180115git.any
libsolv: 
libsolv: 
libsolv: orphaned packages:
libsolv:   base-0.0-0.any (kept)
libsolv:   _windows-10.0.22621.any (kept)
libsolv: 
libsolv: ordering transaction
libsolv: transaction elements: 1
libsolv: edges: 0, edge space: 0
libsolv: edge creation took 0 ms
libsolv: cycles broken: 0
libsolv: cycle breaking took 0 ms
libsolv: invedge space: 3
libsolv: creating new transaction took 0 ms
libsolv: transaction ordering took 0 ms
libsolv: 1 installed packages:
libsolv:   - qt5-webkit-debuginfo-5.9.3-0.3.20180115git.any
libsolv: 
2023/10/04 08:13:48 Augmented Transaction List:
2023/10/04 08:13:48    0 install qt5-webkit-debuginfo 5.9.3-0.3.20180115git 
Checking SHA512 for file://C:\Users\DEN\Downloads/https%3a%2f%2fcygwin.mirror.constant.com%2f/x86_64/release/qt5-webkit/qt5-webkit-debuginfo/qt5-webkit-debuginfo-5.9.3-0.3.20180115git.tar.xz
SHA512 verified OK: file://C:\Users\DEN\Downloads/https%3a%2f%2fcygwin.mirror.constant.com%2f/x86_64/release/qt5-webkit/qt5-webkit-debuginfo/qt5-webkit-debuginfo-5.9.3-0.3.20180115git.tar.xz 4b52e4cf0c1ab446a4ae0da8bcd52a7683a00bd4fe9700e7a0e2f98d8e0949db421e6af7b4fefedb55ef0468acfb6557556ab18462a50414341fa3851a3ad85d
2023/10/04 08:13:51 Registry value set: HKEY_LOCAL_MACHINE\Software\Cygwin\setup\rootdir = "C:\cygwin64"
2023/10/04 08:13:51 Extracting from file://C:\Users\DEN\Downloads/https%3a%2f%2fcygwin.mirror.constant.com%2f/x86_64/release/qt5-webkit/qt5-webkit-debuginfo/qt5-webkit-debuginfo-5.9.3-0.3.20180115git.tar.xz
Installing file cygfile:///usr/lib/debug/
Installing file cygfile:///usr/lib/debug/usr/
Installing file cygfile:///usr/lib/debug/usr/bin/
Installing file cygfile:///usr/lib/debug/usr/bin/cygQt5WebKit-5.dll.dbg
2023/10/04 08:13:51 Failed to output cygfile:///usr/lib/debug/usr/bin/cygQt5WebKit-5.dll.dbg
2023/10/04 08:13:51 mbox : Unable to extract /usr/lib/debug/usr/bin/cygQt5WebKit-5.dll.dbg -- corrupt package?
2023/10/04 08:13:54 error: unknown (or unsupported) file type `d'
Installing file cygfile:///31
2023/10/04 08:13:54 error: unknown (or unsupported) file type ` '
Visited: 76 nodes out of 12252 while creating dependency order.
Dependency order of packages: terminfo zlib0 libzstd1 libncursesw10 libreadline7 libintl8 libiconv2 bash cygwin dash _autorebase alternatives base-cygwin libattr1 libgcc1 libgmp10 tzdata tzcode coreutils findutils sed base-files libbz2_1 bzip2 libffi6 libp11-kit0 p11-kit libtasn1_6 p11-kit-trust ca-certificates crypto-policies libpopt-common libpopt0 cygutils cygwin-debuginfo diffutils editrights liblzma5 file libmpfr6 libsigsegv2 gawk libargp getent libpcre2_8_0 grep libstdc++6 libuchardet0 groff gzip hostname info ipc-utils less libuuid1 libblkid1 libfdisk1 libgdbm6 liblz4_1 libpipeline1 libsmartcols1 libssl1.1 libssl3 login util-linux man-db mintty ncurses openssl rebase run xz zstd tar vim-minimal which 
2023/10/04 08:13:54 running: C:\cygwin64\bin\dash.exe "/etc/postinstall/0p_000_autorebase.dash"
removing /var/cache/rebase/rebase_dyn
creating empty /var/cache/rebase/rebase_dyn
Updating rebase information for dynamic language modules/libraries /var/cache/rebase/rebase_dyn.
removing /var/cache/rebase/rebase_dyn_exe
creating empty /var/cache/rebase/rebase_dyn_exe
Updating rebase information for user-defined executables /var/cache/rebase/rebase_dyn_exe.
removing /var/cache/rebase/rebase_pkg
creating empty /var/cache/rebase/rebase_pkg
Updating package information in /var/cache/rebase/rebase_pkg.
  from /etc/setup/alternatives.lst.gz
  from /etc/setup/base-cygwin.lst.gz
  from /etc/setup/base-files.lst.gz
  from /etc/setup/bash.lst.gz
  from /etc/setup/bzip2.lst.gz
  from /etc/setup/ca-certificates.lst.gz
  from /etc/setup/coreutils.lst.gz
  from /etc/setup/crypto-policies.lst.gz
  from /etc/setup/cygutils.lst.gz
  from /etc/setup/cygwin.lst.gz
  from /etc/setup/dash.lst.gz
  from /etc/setup/diffutils.lst.gz
  from /etc/setup/editrights.lst.gz
  from /etc/setup/file.lst.gz
  from /etc/setup/findutils.lst.gz
  from /etc/setup/gawk.lst.gz
  from /etc/setup/getent.lst.gz
  from /etc/setup/grep.lst.gz
  from /etc/setup/groff.lst.gz
  from /etc/setup/gzip.lst.gz
  from /etc/setup/hostname.lst.gz
  from /etc/setup/info.lst.gz
  from /etc/setup/ipc-utils.lst.gz
  from /etc/setup/less.lst.gz
  from /etc/setup/libargp.lst.gz
  from /etc/setup/libattr1.lst.gz
  from /etc/setup/libblkid1.lst.gz
  from /etc/setup/libbz2_1.lst.gz
  from /etc/setup/libfdisk1.lst.gz
  from /etc/setup/libffi6.lst.gz
  from /etc/setup/libgcc1.lst.gz
  from /etc/setup/libgdbm6.lst.gz
  from /etc/setup/libgmp10.lst.gz
  from /etc/setup/libiconv2.lst.gz
  from /etc/setup/libintl8.lst.gz
  from /etc/setup/liblz4_1.lst.gz
  from /etc/setup/liblzma5.lst.gz
  from /etc/setup/libmpfr6.lst.gz
  from /etc/setup/libncursesw10.lst.gz
  from /etc/setup/libp11-kit0.lst.gz
  from /etc/setup/libpcre2_8_0.lst.gz
  from /etc/setup/libpipeline1.lst.gz
  from /etc/setup/libpopt-common.lst.gz
  from /etc/setup/libpopt0.lst.gz
  from /etc/setup/libreadline7.lst.gz
  from /etc/setup/libsigsegv2.lst.gz
  from /etc/setup/libsmartcols1.lst.gz
  from /etc/setup/libssl1.1.lst.gz
  from /etc/setup/libssl3.lst.gz
  from /etc/setup/libstdc++6.lst.gz
  from /etc/setup/libtasn1_6.lst.gz
  from /etc/setup/libuchardet0.lst.gz
  from /etc/setup/libuuid1.lst.gz
  from /etc/setup/libzstd1.lst.gz
  from /etc/setup/login.lst.gz
  from /etc/setup/man-db.lst.gz
  from /etc/setup/mintty.lst.gz
  from /etc/setup/ncurses.lst.gz
  from /etc/setup/openssl.lst.gz
  from /etc/setup/p11-kit-trust.lst.gz
  from /etc/setup/p11-kit.lst.gz
  from /etc/setup/rebase.lst.gz
  from /etc/setup/run.lst.gz
  from /etc/setup/sed.lst.gz
  from /etc/setup/tar.lst.gz
  from /etc/setup/terminfo.lst.gz
  from /etc/setup/tzcode.lst.gz
  from /etc/setup/tzdata.lst.gz
  from /etc/setup/util-linux.lst.gz
  from /etc/setup/vim-minimal.lst.gz
  from /etc/setup/which.lst.gz
  from /etc/setup/xz.lst.gz
  from /etc/setup/zlib0.lst.gz
  from /etc/setup/zstd.lst.gz
  from /etc/setup/_autorebase.lst.gz
removing /var/cache/rebase/rebase_lst
creating empty /var/cache/rebase/rebase_lst
Updating rebase information for installed dynamic objects in /var/cache/rebase/rebase_lst.
Updating rebase information for installed executables in /var/cache/rebase/rebase_exe.
Rebasing with list /var/cache/rebase/rebase_all, built from /var/cache/rebase/rebase_dyn /var/cache/rebase/rebase_lst.
2023/10/04 08:13:55 running: C:\cygwin64\bin\dash.exe "/etc/postinstall/0p_update-info-dir.dash"
2023/10/04 08:13:55 running: C:\cygwin64\bin\dash.exe "/etc/postinstall/zp_man-db-update-index.dash"
  ManDB index not available.
Program directory for program link: C:\ProgramData\Microsoft\Windows\Start Menu\Programs
Desktop directory for desktop link: C:\Users\Public\Desktop
2023/10/04 08:13:56 note: Installation Complete
2023/10/04 08:13:56 Ending cygwin install

^ permalink raw reply	[flat|nested] 10+ messages in thread

* Re: Setup Ver 2.926 (64bit):can't file extract from qt5-webkit-debuginfo
  2023-10-03 23:17               ` texrayk-frm
@ 2023-10-04 17:49                 ` ASSI
       [not found]                 ` <49139.5523118385$1696441841@news.gmane.org>
  1 sibling, 0 replies; 10+ messages in thread
From: ASSI @ 2023-10-04 17:49 UTC (permalink / raw)
  To: cygwin

texrayk-frm--- via Cygwin writes:
>> Please attach /var/log/setup.log.full from this run as a text attachment to a 
>> post to this list for more help.
> Attached.

--8<---------------cut here---------------start------------->8---
Installing file cygfile:///usr/lib/debug/usr/bin/cygQt5WebKit-5.dll.dbg
2023/10/04 08:13:51 Failed to output cygfile:///usr/lib/debug/usr/bin/cygQt5WebKit-5.dll.dbg
2023/10/04 08:13:51 mbox : Unable to extract /usr/lib/debug/usr/bin/cygQt5WebKit-5.dll.dbg -- corrupt package?
2023/10/04 08:13:54 error: unknown (or unsupported) file type `d'
Installing file cygfile:///31
2023/10/04 08:13:54 error: unknown (or unsupported) file type ` '
--8<---------------cut here---------------end--------------->8---

I could reproduce that issue, no time yet to dig deeper.  It looks like
the decompressor loses track of where it is, then uses whatever data
comes after that to try and extract the next file (which obviously
doesn't look like it's expected to).

Anyway, the Qt5WebKit package you are targeting is not only obsolete,
but also outdated (5.9.3 devel version) and is unlikely to work
correctly with the current (on Cygwin, also outdated) version of the
other Qt5 packages (5.9.4 release).


Regards,
Achim.
-- 
+<[Q+ Matrix-12 WAVE#46+305 Neuron microQkb Andromeda XTk Blofeld]>+

Factory and User Sound Singles for Waldorf rackAttack:
http://Synth.Stromeko.net/Downloads.html#WaldorfSounds

^ permalink raw reply	[flat|nested] 10+ messages in thread

* Re: Setup Ver 2.926 (64bit):can't file extract from qt5-webkit-debuginfo
       [not found]                 ` <49139.5523118385$1696441841@news.gmane.org>
@ 2023-10-05 17:41                   ` ASSI
  2023-10-07  6:49                     ` Brian Inglis
  0 siblings, 1 reply; 10+ messages in thread
From: ASSI @ 2023-10-05 17:41 UTC (permalink / raw)
  To: cygwin

ASSI via Cygwin writes:
> I could reproduce that issue, no time yet to dig deeper.  It looks like
> the decompressor loses track of where it is, then uses whatever data
> comes after that to try and extract the next file (which obviously
> doesn't look like it's expected to).

Both GNU tar and bsdtar (from libarchive) decompress the archive
correctly, so that would allow you to install manually.  Looking at the
file that produces the failure, it is quite a bit larger than 2GiB, so I
think that this simply means that the canned tar extractor in setup.exe
is just not large-file safe.


Regards,
Achim.
-- 
+<[Q+ Matrix-12 WAVE#46+305 Neuron microQkb Andromeda XTk Blofeld]>+

Wavetables for the Terratec KOMPLEXER:
http://Synth.Stromeko.net/Downloads.html#KomplexerWaves

^ permalink raw reply	[flat|nested] 10+ messages in thread

* Re: Setup Ver 2.926 (64bit):can't file extract from qt5-webkit-debuginfo
  2023-10-05 17:41                   ` ASSI
@ 2023-10-07  6:49                     ` Brian Inglis
  2023-10-10 12:15                       ` texrayk-frm
  0 siblings, 1 reply; 10+ messages in thread
From: Brian Inglis @ 2023-10-07  6:49 UTC (permalink / raw)
  To: cygwin

On 2023-10-05 11:41, ASSI via Cygwin wrote:
> ASSI via Cygwin writes:
>> I could reproduce that issue, no time yet to dig deeper.  It looks like
>> the decompressor loses track of where it is, then uses whatever data
>> comes after that to try and extract the next file (which obviously
>> doesn't look like it's expected to).
> 
> Both GNU tar and bsdtar (from libarchive) decompress the archive
> correctly, so that would allow you to install manually.  Looking at the
> file that produces the failure, it is quite a bit larger than 2GiB, so I
> think that this simply means that the canned tar extractor in setup.exe
> is just not large-file safe.

I hadn't realised that file was so large when decompressed: that definitely 
looks like a 32 bit signed overflow issue: changing the signed offset(s) or 
size(s) to unsigned, or size_t if larger, should eliminate future issues.

-- 
Take care. Thanks, Brian Inglis              Calgary, Alberta, Canada

La perfection est atteinte                   Perfection is achieved
non pas lorsqu'il n'y a plus rien à ajouter  not when there is no more to add
mais lorsqu'il n'y a plus rien à retirer     but when there is no more to cut
                                 -- Antoine de Saint-Exupéry


^ permalink raw reply	[flat|nested] 10+ messages in thread

* Re: Re: Setup Ver 2.926 (64bit):can't file extract from qt5-webkit-debuginfo
  2023-10-07  6:49                     ` Brian Inglis
@ 2023-10-10 12:15                       ` texrayk-frm
  0 siblings, 0 replies; 10+ messages in thread
From: texrayk-frm @ 2023-10-10 12:15 UTC (permalink / raw)
  To: cygwin

> I hadn't realised that file was so large when decompressed: that definitely 
> looks like a 32 bit signed overflow issue: changing the signed offset(s) or 
> size(s) to unsigned, or size_t if larger, should eliminate future issues.

Yes,
The extracted file size is
2,966,810,624
and can be extracted successfully with other software such as 7-zip, so it is very likely that it is simply an overflow,
I sent a simplified text with the idea that you would understand.

It was an oversight on our part. My apologies.


^ permalink raw reply	[flat|nested] 10+ messages in thread

end of thread, other threads:[~2023-10-10 12:15 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <183149768.1289732.1696156777556.JavaMail.yahoo.ref@mail.yahoo.co.jp>
2023-10-01 10:39 ` Setup Ver 2.926 (64bit):can't file extract from qt5-webkit-debuginfo texrayk-frm
2023-10-01 20:00   ` Brian Inglis
     [not found]     ` <2123170882.1351117.1696245249986.JavaMail.yahoo@mail.yahoo.co.jp>
2023-10-02 16:38       ` Brian Inglis
2023-10-02 17:04         ` Brian Inglis
     [not found]           ` <94970509.1372740.1696323354692.JavaMail.yahoo@mail.yahoo.co.jp>
2023-10-03 16:57             ` Brian Inglis
2023-10-03 23:17               ` texrayk-frm
2023-10-04 17:49                 ` ASSI
     [not found]                 ` <49139.5523118385$1696441841@news.gmane.org>
2023-10-05 17:41                   ` ASSI
2023-10-07  6:49                     ` Brian Inglis
2023-10-10 12:15                       ` texrayk-frm

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).