Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 373099 - [bicatali overlay] dev-cpp/eigen-3.0.1-r1 fails to download eigen-3.0.1.tar.bz2 due to wrong filesize
Summary: [bicatali overlay] dev-cpp/eigen-3.0.1-r1 fails to download eigen-3.0.1.tar.b...
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Library (show other bugs)
Hardware: All Linux
: Normal normal
Assignee: Sébastien Fabbro (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-06-26 09:55 UTC by Juergen Rose
Modified: 2011-07-20 20:06 UTC (History)
0 users

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


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Juergen Rose 2011-06-26 09:55:12 UTC
'emerge eigen' fails with:
...
Connecting to bitbucket.org (bitbucket.org)|207.223.240.182|:443... connected.
HTTP request sent, awaiting response... 200 OK
Length: 902794 (882K) [application/x-bzip-compressed-tar]
Saving to: `/usr/portage_orca/distfiles/eigen-3.0.1.tar.bz2'

100%[===========================================================================================>] 902,794      477K/s   in 1.8s    

2011-06-26 11:54:17 (477 KB/s) - `/usr/portage_orca/distfiles/eigen-3.0.1.tar.bz2' saved [902794/902794]

('Filesize does not match recorded size', 902794, 904805)
!!! Fetched file: eigen-3.0.1.tar.bz2 VERIFY FAILED!
!!! Reason: Filesize does not match recorded size
!!! Got:      902794
!!! Expected: 904805
Comment 1 Juergen Rose 2011-06-27 14:28:09 UTC
Assuming that the value Expected: 904805 in /var/lib/layman/bicatali/dev-cpp/eigen/Manifest is wrong I created a local overlay from /var/lib/layman/bicatali/dev-cpp/eigen and deleted Manifest. Then I tried to create a new Manifest under /usr/local/portage/dev-cpp/eigen with 'ebuild  eigen-3.0.1-r1.ebuild digest' which fails with:

root@orca:/usr/local/portage/dev-cpp/eigen(13)# ebuild  eigen-3.0.1-r1.ebuild digest
 * ERROR: dev-cpp/eigen-3.0.1-r1 failed (depend phase):
 *   alternatives-2.eclass could not be found by inherit()
 * 
 * Call stack:
 *               ebuild.sh, line 2047:  Called source '/usr/local/portage/dev-cpp/eigen/eigen-3.0.1-r1.ebuild'
 *   eigen-3.0.1-r1.ebuild, line    7:  Called inherit 'cmake-utils' 'alternatives-2'
 *               ebuild.sh, line 1386:  Called die
 * The specific snippet of code:
 *              [ ! -e "$location" ] && die "${1}.eclass could not be found by inherit()"
 * 
 * If you need support, post the output of 'emerge --info =dev-cpp/eigen-3.0.1-r1',
 * the complete build log and the output of 'emerge -pqv =dev-cpp/eigen-3.0.1-r1'.
 * This ebuild is from an overlay: '/usr/local/portage/'
 * The ebuild environment file is located at '/var/tmp/portage/dev-cpp/eigen-3.0.1-r1/temp/die.env'.
 * S: '/var/tmp/portage/dev-cpp/eigen-3.0.1-r1/work/eigen-3.0.1'


Any hint is appreciated.
Comment 2 Juergen Rose 2011-06-27 16:08:55 UTC
Please fix this bug, it blocks 'perl-cleaner --all':

...
[ebuild   R    ] net-print/foomatic-db-engine-4.0.7  0 kB [0]
[blocks B      ] app-admin/eselect-lapack ("app-admin/eselect-lapack" is blocking sci-libs/gsl-1.15-r1, sci-libs/blas-reference-3.3.1-r1)

Total: 313 packages (1 upgrade, 10 new, 302 reinstalls), Size of downloads: 416 kB
Conflict: 1 block (1 unsatisfied)
Portage tree and overlays:
 [0] /usr/portage
 [1] /var/lib/cpan
 [2] /var/lib/layman/bicatali
 [3] /usr/local/portage
 [?] indicates that the source repository could not be determined

 * Error: The above package list contains packages which cannot be
 * installed at the same time on the same system.

  (sci-libs/blas-reference-3.3.1-r1::bicatali, ebuild scheduled for merge) pulled in by
    sci-libs/blas-reference required by (virtual/blas-1.0::gentoo, installed)

  (app-admin/eselect-lapack-0.1::gentoo, ebuild scheduled for merge) pulled in by
    app-admin/eselect-lapack required by (sci-libs/lapack-reference-3.2.1-r1::gentoo, installed)

  (sci-libs/gsl-1.15-r1::bicatali, installed) pulled in by
    >=sci-libs/gsl-1.14-r2 required by (virtual/cblas-2.0::bicatali, installed)
    sci-libs/gsl required by (dev-perl/PDL-2.4.7::gentoo, ebuild scheduled for merge)
Comment 3 Juergen Rose 2011-07-01 10:01:48 UTC
Any news?