Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 332041 - app-misc/flasm-1.62 - Filesize does not match recorded size (1.63 version bump)
Summary: app-misc/flasm-1.62 - Filesize does not match recorded size (1.63 version bump)
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Development (show other bugs)
Hardware: All Linux
: High major (vote)
Assignee: No maintainer - Look at https://wiki.gentoo.org/wiki/Project:Proxy_Maintainers if you want to take care of it
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-08-10 12:56 UTC by Sergiy Borodych
Modified: 2010-08-30 23:41 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments
diff -ur a b (flasm-1.62-1.63.diff,22.70 KB, patch)
2010-08-10 15:08 UTC, Jeroen Roovers (RETIRED)
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Sergiy Borodych 2010-08-10 12:56:36 UTC
# emerge -v -1 app-misc/flasm

These are the packages that would be merged, in order:

Calculating dependencies... done!
[ebuild  N    ] app-misc/flasm-1.62  110 kB

Total: 1 package (1 new), Size of downloads: 110 kB


>>> Verifying ebuild manifests

>>> Emerging (1 of 1) app-misc/flasm-1.62
>>> Downloading 'ftp://ftp.linux.kiev.ua/pub/Linux/Gentoo/distfiles/flasm162src.zip'
--2010-08-10 15:49:41--  ftp://ftp.linux.kiev.ua/pub/Linux/Gentoo/distfiles/flasm162src.zip
           => `/usr/portage/distfiles/flasm162src.zip'
Resolving ftp.linux.kiev.ua... 212.40.45.6
Connecting to ftp.linux.kiev.ua|212.40.45.6|:21... connected.
Logging in as anonymous ... Logged in!
==> SYST ... done.    ==> PWD ... done.
==> TYPE I ... done.  ==> CWD (1) /pub/Linux/Gentoo/distfiles ... done.
==> SIZE flasm162src.zip ... done.
==> PASV ... done.    ==> RETR flasm162src.zip ... 
No such file `flasm162src.zip'.

>>> Downloading 'http://www.nowrap.de/download/flasm162src.zip'
--2010-08-10 15:49:41--  http://www.nowrap.de/download/flasm162src.zip
Resolving www.nowrap.de... 82.165.101.202
Connecting to www.nowrap.de|82.165.101.202|:80... connected.
HTTP request sent, awaiting response... 301 Moved Permanently
Location: http://www.nowrap.de/download/flasm16src.zip [following]
--2010-08-10 15:49:41--  http://www.nowrap.de/download/flasm16src.zip
Connecting to www.nowrap.de|82.165.101.202|:80... connected.
HTTP request sent, awaiting response... 200 OK
Length: 111912 (109K) [application/zip]
Saving to: `/usr/portage/distfiles/flasm162src.zip'

100%[===================================================================================================================>] 111,912      509K/s   in 0.2s    

2010-08-10 15:49:42 (509 KB/s) - `/usr/portage/distfiles/flasm162src.zip' saved [111912/111912]

('Filesize does not match recorded size', 111912, 111920)
!!! Fetched file: flasm162src.zip VERIFY FAILED!
!!! Reason: Filesize does not match recorded size
!!! Got:      111912
!!! Expected: 111920
Refetching... File renamed to '/usr/portage/distfiles/flasm162src.zip._checksum_failure_.AVu4S2'

!!! Couldn't download 'flasm162src.zip'. Aborting.
 * Fetch failed for 'app-misc/flasm-1.62', Log file:
 *  '/var/tmp/portage/app-misc/flasm-1.62/temp/build.log'
Comment 1 Sergiy Borodych 2010-08-10 13:00:42 UTC
and also if make ebuild --force ... digest
then 

 * Failed Patch: flasm-1.62-bison-2.patch !
 *  ( /usr/portage/app-misc/flasm/files/flasm-1.62-bison-2.patch )

so i thinkchanges in code
Comment 2 Jeroen Roovers (RETIRED) gentoo-dev 2010-08-10 14:57:31 UTC
Confirmed.

gentoo/cvs/gentoo-x86/app-misc/flasm $ GENTOO_MIRRORS="" ebuild flasm-1.62.ebuild fetch
Appending /newaches/gentoo/cvs/gentoo-x86 to PORTDIR_OVERLAY...
>>> Downloading 'http://www.nowrap.de/download/flasm162src.zip'
--2010-08-10 16:53:37--  http://www.nowrap.de/download/flasm162src.zip
Resolving www.nowrap.de (www.nowrap.de)... 82.165.101.202
Connecting to www.nowrap.de (www.nowrap.de)|82.165.101.202|:80... connected.
HTTP request sent, awaiting response... 301 Moved Permanently
Location: http://www.nowrap.de/download/flasm16src.zip [following]
--2010-08-10 16:53:37--  http://www.nowrap.de/download/flasm16src.zip
Connecting to www.nowrap.de (www.nowrap.de)|82.165.101.202|:80... connected.
HTTP request sent, awaiting response... 200 OK
Length: 111912 (109K) [application/zip]
Saving to: `/newaches/gentoo/distfiles/flasm162src.zip'

100%[=================================================>] 111,912     --.-K/s   in 0.08s   

2010-08-10 16:53:37 (1.34 MB/s) - `/newaches/gentoo/distfiles/flasm162src.zip' saved [111912/111912]

('Filesize does not match recorded size', 111912L, 111920)
!!! Fetched file: flasm162src.zip VERIFY FAILED!
!!! Reason: Filesize does not match recorded size
!!! Got:      111912
!!! Expected: 111920
Refetching... File renamed to '/newaches/gentoo/distfiles/flasm162src.zip._checksum_failure_.8CrWkN'

!!! Couldn't download 'flasm162src.zip'. Aborting.
Comment 3 Jeroen Roovers (RETIRED) gentoo-dev 2010-08-10 15:08:40 UTC
Created attachment 242257 [details, diff]
diff -ur a b

Seems to be a 1.63 version bump.

I downloaded the original one from http://ftp.momo-i.org/pub/other/flasm16src.zip (the Manifest matched that fine) and diffed the two.
Comment 4 Jeroen Roovers (RETIRED) gentoo-dev 2010-08-10 15:09:57 UTC
Seems to be a 1.63 version bump.

I downloaded the original one from http://ftp.momo-i.org/pub/other/flasm16src.zip (the Manifest matched that fine) and diffed the two.
Comment 5 Michael Weber (RETIRED) gentoo-dev 2010-08-30 23:41:16 UTC
I could not fetch http://ftp.momo-i.org/pub/other/flasm16src.zip to put it on the mirrors. So I've bump dropt the RESTRICT=mirror and changes SRC_URI to
SRC_URI="http://www.nowrap.de/download/flasm${MY_PV}src.zip -> ${P}.zip"

hopefully he mirrors pick that up before it gets roled again.

the bison patch was included by upstream and i updated the makefiles patch

*flasm-1.63 (30 Aug 2010)

  30 Aug 2010; Michael Weber (xmw) <xmw@gentoo.org> +flasm-1.63.ebuild,
  +files/flasm-1.63-makefile.patch:
  Version bump, fixes bug #332041. -bison-2.patch included by upstream.