Opened 4 years ago

Closed 3 years ago

#60526 closed defect (worksforme)

poppler-qt5 @0.88.0: install fails on extraction step

Reported by: rpspringuel (Fr. Samuel Springuel) Owned by: dbevans (David B. Evans)
Priority: Normal Milestone:
Component: ports Version: 2.6.2
Keywords: Cc: dliessi (Davide Liessi)
Port: poppler-qt5

Description

When attempting to install poppler-qt5 @0.88.0, the install fails while trying to extract the port.

Attachments (1)

main.log (151.2 KB) - added by rpspringuel (Fr. Samuel Springuel) 4 years ago.

Download all attachments as: .zip

Change History (8)

Changed 4 years ago by rpspringuel (Fr. Samuel Springuel)

Attachment: main.log added

comment:1 Changed 4 years ago by dliessi (Davide Liessi)

I couldn't reproduce it. Can you run the failed command

/opt/local/bin/git clone --depth=1 http://anongit.freedesktop.org/git/poppler/test

manually and see if it works? Maybe it was a temporary network glitch.

comment:2 Changed 4 years ago by dliessi (Davide Liessi)

Cc: dliessi added

comment:3 Changed 4 years ago by rpspringuel (Fr. Samuel Springuel)

Just tried:

$ /opt/local/bin/git clone --depth=1 http://anongit.freedesktop.org/git/poppler/test
Cloning into 'test'...
remote: Enumerating objects: 131, done.
remote: Counting objects: 100% (131/131), done.
remote: Compressing objects: 100% (98/98), done.
error: RPC failed; curl 56 Recv failure: Connection reset by peer
fatal: the remote end hung up unexpectedly
fatal: early EOF
fatal: index-pack failed

comment:4 Changed 4 years ago by dliessi (Davide Liessi)

Have you tried cloning other repositories from the same or other servers?

You can try

GIT_CURL_VERBOSE=1 /opt/local/bin/git clone --depth=1 http://anongit.freedesktop.org/git/poppler/test

Maybe it will show something more informative.

comment:5 Changed 4 years ago by rpspringuel (Fr. Samuel Springuel)

I can clone from GitHub just fine. As for the anongit.freedesktop.org server, I wouldn't know what repositories are there to try.

Trying the new command:

$ GIT_CURL_VERBOSE=1 /opt/local/bin/git clone --depth=1 http://anongit.freedesktop.org/git/poppler/test
Cloning into 'test'...
* Couldn't find host anongit.freedesktop.org in the .netrc file; using defaults
*   Trying 131.252.210.161:80...
* Connected to anongit.freedesktop.org (131.252.210.161) port 80 (#0)
> GET /git/poppler/test/info/refs?service=git-upload-pack HTTP/1.1
Host: anongit.freedesktop.org
User-Agent: git/2.26.2
Accept: */*
Accept-Encoding: deflate, gzip
Accept-Language: en-US, *;q=0.9
Pragma: no-cache
Git-Protocol: version=2

* Mark bundle as not supporting multiuse
< HTTP/1.1 200 OK
< Date: Sat, 23 May 2020 20:43:45 GMT
< Server: Apache/2.4.38 (Debian)
< Expires: Fri, 01 Jan 1980 00:00:00 GMT
< Pragma: no-cache
< Cache-Control: no-cache, max-age=0, must-revalidate
< Transfer-Encoding: chunked
< Content-Type: application/x-git-upload-pack-advertisement
< 
* Connection #0 to host anongit.freedesktop.org left intact
* Couldn't find host anongit.freedesktop.org in the .netrc file; using defaults
* Found bundle for host anongit.freedesktop.org: 0x7fc337c20b10 [serially]
* Re-using existing connection! (#0) with host anongit.freedesktop.org
* Connected to anongit.freedesktop.org (131.252.210.161) port 80 (#0)
> POST /git/poppler/test/git-upload-pack HTTP/1.1
Host: anongit.freedesktop.org
User-Agent: git/2.26.2
Accept-Encoding: deflate, gzip
Content-Type: application/x-git-upload-pack-request
Accept: application/x-git-upload-pack-result
Content-Length: 180

* upload completely sent off: 180 out of 180 bytes
* Mark bundle as not supporting multiuse
< HTTP/1.1 200 OK
< Date: Sat, 23 May 2020 20:43:45 GMT
< Server: Apache/2.4.38 (Debian)
< Expires: Fri, 01 Jan 1980 00:00:00 GMT
< Pragma: no-cache
< Cache-Control: no-cache, max-age=0, must-revalidate
< Transfer-Encoding: chunked
< Content-Type: application/x-git-upload-pack-result
< 
* Connection #0 to host anongit.freedesktop.org left intact
* Couldn't find host anongit.freedesktop.org in the .netrc file; using defaults
* Found bundle for host anongit.freedesktop.org: 0x7fc337c20b10 [serially]
* Re-using existing connection! (#0) with host anongit.freedesktop.org
* Connected to anongit.freedesktop.org (131.252.210.161) port 80 (#0)
> POST /git/poppler/test/git-upload-pack HTTP/1.1
Host: anongit.freedesktop.org
User-Agent: git/2.26.2
Accept-Encoding: deflate, gzip
Content-Type: application/x-git-upload-pack-request
Accept: application/x-git-upload-pack-result
Content-Length: 189

* upload completely sent off: 189 out of 189 bytes
* Mark bundle as not supporting multiuse
< HTTP/1.1 200 OK
< Date: Sat, 23 May 2020 20:43:45 GMT
< Server: Apache/2.4.38 (Debian)
< Expires: Fri, 01 Jan 1980 00:00:00 GMT
< Pragma: no-cache
< Cache-Control: no-cache, max-age=0, must-revalidate
< Transfer-Encoding: chunked
< Content-Type: application/x-git-upload-pack-result
< 
remote: Enumerating objects: 131, done.
remote: Counting objects: 100% (131/131), done.
remote: Compressing objects: 100% (98/98), done.
* Recv failure: Connection reset by peerMiB | 2.14 MiB/s
* Closing connection 0
error: RPC failed; curl 56 Recv failure: Connection reset by peer
fatal: the remote end hung up unexpectedly
fatal: early EOF
fatal: index-pack failed

comment:6 Changed 4 years ago by rpspringuel (Fr. Samuel Springuel)

Was able successfully install 0.89.0_0 today.

comment:7 Changed 3 years ago by ryandesign (Ryan Carsten Schmidt)

Resolution: worksforme
Status: assignedclosed
Note: See TracTickets for help on using tickets.