public inbox for gentoo-science@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-science] packages with invalid SRC_URI and compilation failures
@ 2014-09-02 16:42 Jauhien Piatlicki
  2014-09-03  0:10 ` François Bissey
  0 siblings, 1 reply; 8+ messages in thread
From: Jauhien Piatlicki @ 2014-09-02 16:42 UTC (permalink / raw
  To: gentoo-science

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

Hi,

I would ask an opinion about what to do with packages that have invalid
SRC_URI (pointing to non-existent sources) and severe compilation problems.

I'm trying to fix ebuilds that lead to `repoman full` failures now, so
we will be able to have automatic repoman checks for pull requests. Some
ebuilds are really outdated and quite hard to fix (e.g. I tried to do
version bump for sci-physics/bigdft, but I failed as new version does
not compile and error is in fortran code, that I do not understand).

So what to do with such outdated not working stuff? As nobody makes
issues/bugs about it, I think, we can just remove unmaintained broken
packages from the overlay.

--
Jauhien


[-- Attachment #2: OpenPGP digital signature --]
[-- Type: application/pgp-signature, Size: 819 bytes --]

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

* Re: [gentoo-science] packages with invalid SRC_URI and compilation failures
  2014-09-02 16:42 [gentoo-science] packages with invalid SRC_URI and compilation failures Jauhien Piatlicki
@ 2014-09-03  0:10 ` François Bissey
  2014-09-03  7:45   ` Jauhien Piatlicki
  2014-09-03  7:53   ` Honza Macháček
  0 siblings, 2 replies; 8+ messages in thread
From: François Bissey @ 2014-09-03  0:10 UTC (permalink / raw
  To: gentoo-science

On Tue, 02 Sep 2014 18:42:19 Jauhien Piatlicki wrote:
> Hi,
> 
> I would ask an opinion about what to do with packages that have invalid
> SRC_URI (pointing to non-existent sources) and severe compilation problems.
> 
> I'm trying to fix ebuilds that lead to `repoman full` failures now, so
> we will be able to have automatic repoman checks for pull requests. Some
> ebuilds are really outdated and quite hard to fix (e.g. I tried to do
> version bump for sci-physics/bigdft, but I failed as new version does
> not compile and error is in fortran code, that I do not understand).
> 
> So what to do with such outdated not working stuff? As nobody makes
> issues/bugs about it, I think, we can just remove unmaintained broken
> packages from the overlay.
>

I guess if someone is using it they will complain. Then it can be their
job to fix it :)

Francois


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

* Re: [gentoo-science] packages with invalid SRC_URI and compilation failures
  2014-09-03  0:10 ` François Bissey
@ 2014-09-03  7:45   ` Jauhien Piatlicki
  2014-09-03  7:53   ` Honza Macháček
  1 sibling, 0 replies; 8+ messages in thread
From: Jauhien Piatlicki @ 2014-09-03  7:45 UTC (permalink / raw
  To: gentoo-science

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

Hi,

03.09.14 02:10, François Bissey написав(ла):
> I guess if someone is using it they will complain. Then it can be their
> job to fix it :)

the problem is that such packages can not be compiled => can not be used. So I see no reason to complain, as availability of such ebuilds in the tree does not help to install appropriate software. And if once a person that used it, will want to fix it, he or she can just pick the ebuild from the git history.

--
Jauhien




[-- Attachment #2: OpenPGP digital signature --]
[-- Type: application/pgp-signature, Size: 836 bytes --]

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

* Re: [gentoo-science] packages with invalid SRC_URI and compilation failures
  2014-09-03  0:10 ` François Bissey
  2014-09-03  7:45   ` Jauhien Piatlicki
@ 2014-09-03  7:53   ` Honza Macháček
  2014-09-03  8:01     ` Jauhien Piatlicki
  1 sibling, 1 reply; 8+ messages in thread
From: Honza Macháček @ 2014-09-03  7:53 UTC (permalink / raw
  To: gentoo-science

On 09/03/2014 02:10 AM, François Bissey wrote:
> On Tue, 02 Sep 2014 18:42:19 Jauhien Piatlicki wrote:
> >...(e.g. I tried to do
> > version bump for sci-physics/bigdft, but I failed as new version does
> > not compile and error is in fortran code, that I do not understand).
>
> I guess if someone is using it they will complain. Then it can be their
> job to fix it :)

Fixing sci-physics/bigdft should be my job. I'm only rather slow with that. Send
any complaints, info or advice to me; I may not respond, and even no
improvements to the ebuild may come up for quite a long time afterwards, but I
will be working on it.

All the best.

Honza Macháček




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

* Re: [gentoo-science] packages with invalid SRC_URI and compilation failures
  2014-09-03  7:53   ` Honza Macháček
@ 2014-09-03  8:01     ` Jauhien Piatlicki
  2014-09-03  9:22       ` François Bissey
  0 siblings, 1 reply; 8+ messages in thread
From: Jauhien Piatlicki @ 2014-09-03  8:01 UTC (permalink / raw
  To: gentoo-science

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

03.09.14 09:53, Honza Macháček написав(ла):
> On 09/03/2014 02:10 AM, François Bissey wrote:
>> On Tue, 02 Sep 2014 18:42:19 Jauhien Piatlicki wrote:
>>> ...(e.g. I tried to do
>>> version bump for sci-physics/bigdft, but I failed as new version does
>>> not compile and error is in fortran code, that I do not understand).
>>
>> I guess if someone is using it they will complain. Then it can be their
>> job to fix it :)
> 
> Fixing sci-physics/bigdft should be my job. I'm only rather slow with that. Send
> any complaints, info or advice to me; I may not respond, and even no
> improvements to the ebuild may come up for quite a long time afterwards, but I
> will be working on it.


sci-physics/bigdft is not the worst case. ) It only needs only version bump and little ebuild clean up. After of it you'll need to fix compilation failure because compiler complains about using f_malloc and f_free from flib with one of variables.

--
Jauhien



[-- Attachment #2: OpenPGP digital signature --]
[-- Type: application/pgp-signature, Size: 836 bytes --]

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

* Re: [gentoo-science] packages with invalid SRC_URI and compilation failures
  2014-09-03  8:01     ` Jauhien Piatlicki
@ 2014-09-03  9:22       ` François Bissey
  2014-09-03 15:42         ` Jauhien Piatlicki
  2014-09-04  9:50         ` Jauhien Piatlicki
  0 siblings, 2 replies; 8+ messages in thread
From: François Bissey @ 2014-09-03  9:22 UTC (permalink / raw
  To: gentoo-science

Do you have a list, for people interested?

François
On 3/09/2014, at 20:01, Jauhien Piatlicki <jauhien@gentoo.org> wrote:

> 03.09.14 09:53, Honza Macháček написав(ла):
>> On 09/03/2014 02:10 AM, François Bissey wrote:
>>> On Tue, 02 Sep 2014 18:42:19 Jauhien Piatlicki wrote:
>>>> ...(e.g. I tried to do
>>>> version bump for sci-physics/bigdft, but I failed as new version does
>>>> not compile and error is in fortran code, that I do not understand).
>>> 
>>> I guess if someone is using it they will complain. Then it can be their
>>> job to fix it :)
>> 
>> Fixing sci-physics/bigdft should be my job. I'm only rather slow with that. Send
>> any complaints, info or advice to me; I may not respond, and even no
>> improvements to the ebuild may come up for quite a long time afterwards, but I
>> will be working on it.
> 
> 
> sci-physics/bigdft is not the worst case. ) It only needs only version bump and little ebuild clean up. After of it you'll need to fix compilation failure because compiler complains about using f_malloc and f_free from flib with one of variables.
> 
> --
> Jauhien
> 
> 



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

* Re: [gentoo-science] packages with invalid SRC_URI and compilation failures
  2014-09-03  9:22       ` François Bissey
@ 2014-09-03 15:42         ` Jauhien Piatlicki
  2014-09-04  9:50         ` Jauhien Piatlicki
  1 sibling, 0 replies; 8+ messages in thread
From: Jauhien Piatlicki @ 2014-09-03 15:42 UTC (permalink / raw
  To: gentoo-science

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

Hi,

On 09/03/2014 11:22 AM, François Bissey wrote:
> Do you have a list, for people interested?
> 

generating it now. I'll send it to the list later.

--
Jauhien


[-- Attachment #2: OpenPGP digital signature --]
[-- Type: application/pgp-signature, Size: 819 bytes --]

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

* Re: [gentoo-science] packages with invalid SRC_URI and compilation failures
  2014-09-03  9:22       ` François Bissey
  2014-09-03 15:42         ` Jauhien Piatlicki
@ 2014-09-04  9:50         ` Jauhien Piatlicki
  1 sibling, 0 replies; 8+ messages in thread
From: Jauhien Piatlicki @ 2014-09-04  9:50 UTC (permalink / raw
  To: gentoo-science


[-- Attachment #1.1: Type: text/plain, Size: 1106 bytes --]

Hi,

On 09/03/2014 11:22 AM, François Bissey wrote:> Do you have a list, for
people interested?
>

list of packages with SRC_URI failure problems is attached.

List of packages with repoman problem can be obtained by running
`repoman full -d` (c) Captain Obvious

I can not create list of packages with really hard problems as this
needs more work, that is in progress now.

What I'm planning to do is:

- try to fix repoman failures

- try to do version bump for packages with repoman failures/SRC_URI failures

- if this does not help, mask the package, or remove bad versions, if a
package has other, working, versions

I think this will not hurt people interested in a given package. I will
describe in mask comment what exact problems I had, so it would be
easier for those interested to fix it. I think it is the sanest way to

- silence repoman, so new PR can be tested automatically

- make sure that stuff from our overlay is working

- signal to ones interested in a given package, that there is something
bad with it and it should be fixed

Regards,
Jauhien

[-- Attachment #1.2: SRC_URI-failure.txt --]
[-- Type: text/plain, Size: 28091 bytes --]

* Messages for package app-admin/eselect-1.3.7-r100:

 * The following are listed in SRC_URI for eselect:
 *    mirror://gentoo/eselect-1.3.7.tar.xz

 * Messages for package app-doc/blacs-docs-1.1:

 * The following are listed in SRC_URI for blacs-docs:
 *    mirror://gentoo/blacs-docs-1.1.tar.bz2

 * Messages for package app-vim/freefem++-syntax-20081108-r1:

 * The following are listed in SRC_URI for freefem++-syntax:
 *    http://omploader.org/vMWlraw/freefem++-syntax-20081108.tar.gz

 * Messages for package dev-java/gluegen-1_p20080421:

 * The following are listed in SRC_URI for gluegen:
 *    http://dev.gentoo.org/~ali_bush/distfiles/gluegen-20080421.tar.bz2

 * Messages for package dev-java/hdf-java-2.9:

 * The following are listed in SRC_URI for hdf-java:
 *    http://www.hdfgroup.org/ftp/HDF5/hdf-java/src/hdf-java-2.9-src.tar

 * Messages for package dev-java/jhealpix-3.11:

 * The following are listed in SRC_URI for jhealpix:
 *    mirror://sourceforge/jhealpix/Healpix_3.11/Healpix_3.11_2013Apr24.tar.gz

 * Messages for package dev-java/vecmath-1.5.1:

 * The following are listed in SRC_URI for vecmath:
 *    http://dev.gentoo.org/~ali_bush/distfiles/vecmath-1.5.1.tar.bz2
 *    test?
 *    (
 *    http://dev.gentoo.org/~ali_bush/distfiles/vecmath-test-1.5.1.tar.bz2
 *    )

 * Messages for package dev-libs/asmjit-1.0_beta4:

 * The following are listed in SRC_URI for asmjit:
 *    http://asmjit.googlecode.com/files/AsmJit-1.0-beta4.zip

 * Messages for package dev-libs/simclist-1.6:

 * The following are listed in SRC_URI for simclist:
 *    http://mij.oltrelinux.com/devel/simclist/simclist-1.6.tar.bz2

 * Messages for package dev-ml/gsl-ocaml-1.10.2:

 * The following are listed in SRC_URI for gsl-ocaml:
 *    http://bitbucket.org/mmottl/gsl-ocaml/downloads/gsl-ocaml-1.10.2.tar.gz

 * Messages for package dev-ml/lacaml-7.0.3:

 * The following are listed in SRC_URI for lacaml:
 *    https://bitbucket.org/mmottl/lacaml/downloads/lacaml-7.0.3.tar.gz

 * Messages for package dev-python/inference-0.4:

 * The following are listed in SRC_URI for inference:
 *    http://inference.astro.cornell.edu//inference-0.4.tar.gz

 * Messages for package dev-python/psubprocess-0.1.2:

 * The following are listed in SRC_URI for psubprocess:
 *    http://bioinf.comav.upv.es/_downloads/psubprocess-0.1.2.tar.gz

 * Messages for package dev-python/ufl-0.5.4:

 * The following are listed in SRC_URI for ufl:
 *    http://launchpad.net/ufl/trunk/0.5.4/+download/ufl-0.5.4.tar.gz

 * Messages for package dev-util/VampirTrace-5.14.3:

 * The following are listed in SRC_URI for VampirTrace:
 *    http://wwwpub.zih.tu-dresden.de/%7Emlieber/dcount/dcount.php?package=vampirtrace&get=VampirTrace-5.14.3.tar.gz

 * Messages for package dev-util/f90cache-0.94:

 * The following are listed in SRC_URI for f90cache:
 *    http://people.irisa.fr/Edouard.Canot/f90cache/f90cache-0.94.tar.bz2

 * Messages for package net-firewall/gcb-1.5.6:

 * The following are listed in SRC_URI for gcb:
 *    http://www.cs.wisc.edu/condor/gcb/download/gcb-1.5.6.tar.gz

 * Messages for package sci-astronomy/bpz-1.99.3:

 * The following are listed in SRC_URI for bpz:
 *    http://www.its.caltech.edu/~coe/BPZ//bpz-1.99.3.tar.gz

 * Messages for package sci-astronomy/casapy-bin-4.2.0.28322.021_p1:

 * The following are listed in SRC_URI for casapy-bin:
 *    https://svn.cv.nrao.edu/casa/linux_distro/casapy-42.0.28322-021-1-64b.tar.gz

 * Messages for package sci-astronomy/healpix_idl-3.11:

 * The following are listed in SRC_URI for healpix_idl:
 *    mirror://sourceforge/healpix_idl/Healpix_3.11/Healpix_3.11_2013Apr24.tar.gz

 * Messages for package sci-biology/Atlas-Link-0.01:

 * The following are listed in SRC_URI for Atlas-Link:
 *    https://www.hgsc.bcm.edu/sites/default/files/software/Atlas_Link/Atlas-link.tar.gz

 * Messages for package sci-biology/MagicViewer-1.2.1:

 * The following are listed in SRC_URI for MagicViewer:
 *    http://59.79.168.90/soft/MagicViewer_1.2.1_x86_64_linux.tar.gz
 *    http://59.79.168.90/soft/MagicViewer_1.2.1_x86_32_linux.tar.gz

 * Messages for package sci-biology/OBO-Edit-2.1.0:

 * The following are listed in SRC_URI for OBO-Edit:
 *    http://sourceforge.net/projects/geneontology/files/OBO-Edit%202%20%5BLatest%20versions%5D/OBO-Edit%202.1.0/2-1-0_unix_install4j.sh/download
 *    ->
 *    OBO-Edit_unix_install4j-2.1.0.sh
 *    http://sourceforge.net/projects/geneontology/files/OBO-Edit%202%20%5BLatest%20versions%5D/OBO-Edit%202.1.0/ReleaseNotes-2.1.0.txt

 * Messages for package sci-biology/ONTO-PERL-1.31:

 * The following are listed in SRC_URI for ONTO-PERL:
 *    mirror://cpan/authors/id/E/EA/EASR/ONTO-PERL/ONTO-PERL-1.31.tar.gz

 * Messages for package sci-biology/amos-short-0.9.3:

 * The following are listed in SRC_URI for amos-short:
 *    http://sourceforge.net/projects/amos/files/short_read_assembly/0.9.3/AMOS-short.tgz

 * Messages for package sci-biology/cgview-bin-20131130:

 * The following are listed in SRC_URI for cgview-bin:
 *    http://www.ualberta.ca/~stothard/downloads/cgview_comparison_tool.zip

 * Messages for package sci-biology/embassy-cbstools-1.0.0-r3:

 * The following are listed in SRC_URI for embassy-cbstools:
 *    ftp://emboss.open-bio.org/pub/EMBOSS/CBSTOOLS-1.0.0.tar.gz
 *    ->
 *    embassy-cbstools-1.0.0-r3.tar.gz

 * Messages for package sci-biology/embassy-domainatrix-0.1.0-r6:

 * The following are listed in SRC_URI for embassy-domainatrix:
 *    ftp://emboss.open-bio.org/pub/EMBOSS/DOMAINATRIX-0.1.0.tar.gz
 *    ->
 *    embassy-domainatrix-0.1.0-r6.tar.gz

 * Messages for package sci-biology/embassy-domalign-0.1.0-r5:

 * The following are listed in SRC_URI for embassy-domalign:
 *    ftp://emboss.open-bio.org/pub/EMBOSS/DOMALIGN-0.1.0.tar.gz
 *    ->
 *    embassy-domalign-0.1.0-r5.tar.gz

 * Messages for package sci-biology/embassy-domsearch-0.1.0-r5:

 * The following are listed in SRC_URI for embassy-domsearch:
 *    ftp://emboss.open-bio.org/pub/EMBOSS/DOMSEARCH-0.1.0.tar.gz
 *    ->
 *    embassy-domsearch-0.1.0-r5.tar.gz

 * Messages for package sci-biology/embassy-emnu-1.05-r7:

 * The following are listed in SRC_URI for embassy-emnu:
 *    ftp://emboss.open-bio.org/pub/EMBOSS/EMNU-1.05.tar.gz
 *    ->
 *    embassy-emnu-1.05-r7.tar.gz

 * Messages for package sci-biology/embassy-esim4-1.0.0-r7:

 * The following are listed in SRC_URI for embassy-esim4:
 *    ftp://emboss.open-bio.org/pub/EMBOSS/ESIM4-1.0.0.tar.gz
 *    ->
 *    embassy-esim4-1.0.0-r7.tar.gz

 * Messages for package sci-biology/embassy-hmmer-2.3.2-r4:

 * The following are listed in SRC_URI for embassy-hmmer:
 *    ftp://emboss.open-bio.org/pub/EMBOSS/HMMER-2.3.2.tar.gz
 *    ->
 *    embassy-hmmer-2.3.2-r4.tar.gz

 * Messages for package sci-biology/embassy-iprscan-4.3.1-r2:

 * The following are listed in SRC_URI for embassy-iprscan:
 *    ftp://emboss.open-bio.org/pub/EMBOSS/IPRSCAN-4.3.1.tar.gz
 *    ->
 *    embassy-iprscan-4.3.1-r2.tar.gz

 * Messages for package sci-biology/embassy-mse-3.0.0:

 * The following are listed in SRC_URI for embassy-mse:
 *    ftp://emboss.open-bio.org/pub/EMBOSS/MSE-3.0.0.tar.gz
 *    ->
 *    embassy-mse-3.0.0.tar.gz

 * Messages for package sci-biology/embassy-phylipnew-3.69:

 * The following are listed in SRC_URI for embassy-phylipnew:
 *    ftp://emboss.open-bio.org/pub/EMBOSS/PHYLIPNEW-3.69.tar.gz
 *    ->
 *    embassy-phylipnew-3.69.tar.gz

 * Messages for package sci-biology/embassy-signature-0.1.0-r5:

 * The following are listed in SRC_URI for embassy-signature:
 *    ftp://emboss.open-bio.org/pub/EMBOSS/SIGNATURE-0.1.0.tar.gz
 *    ->
 *    embassy-signature-0.1.0-r5.tar.gz

 * Messages for package sci-biology/embassy-structure-0.1.0-r5:

 * The following are listed in SRC_URI for embassy-structure:
 *    ftp://emboss.open-bio.org/pub/EMBOSS/STRUCTURE-0.1.0.tar.gz
 *    ->
 *    embassy-structure-0.1.0-r5.tar.gz

 * Messages for package sci-biology/embassy-topo-2.0.0:

 * The following are listed in SRC_URI for embassy-topo:
 *    ftp://emboss.open-bio.org/pub/EMBOSS/TOPO-2.0.0.tar.gz
 *    ->
 *    embassy-topo-2.0.0.tar.gz

 * Messages for package sci-biology/embassy-vienna-1.7.2-r2:

 * The following are listed in SRC_URI for embassy-vienna:
 *    ftp://emboss.open-bio.org/pub/EMBOSS/VIENNA-1.7.2.tar.gz
 *    ->
 *    embassy-vienna-1.7.2-r2.tar.gz

 * Messages for package sci-biology/emboss-6.3.1_p4-r2:

 * The following are listed in SRC_URI for emboss:
 *    ftp://emboss.open-bio.org/pub/EMBOSS/EMBOSS-6.3.1.tar.gz
 *    http://dev.gentoo.org/~jlec/distfiles/emboss-6.3.1_p4-r2.patch.bz2
 *    http://pkgs.fedoraproject.org/lookaside/pkgs/EMBOSS/patch-1-4.gz/7a42594c5eda4adc6457f33e4ab0d8f2/patch-1-4.gz
 *    ->
 *    emboss-6.3.1_p4-upstream.patch.gz

 * Messages for package sci-biology/est2uni-0.27:

 * The following are listed in SRC_URI for est2uni:
 *    http://cichlid.umd.edu/est2uni/est2uni_0.27.tar.gz
 *    ftp://ftp.ncbi.nih.gov/pub/UniVec/UniVec
 *    ftp://ftp.ncbi.nih.gov/pub/UniVec/UniVec_Core
 *    http://www.geneontology.org/ontology/gene_ontology.obo
 *    http://www.geneontology.org/doc/GO.terms_and_ids

 * Messages for package sci-biology/fastdnaml-1.2.2:

 * The following are listed in SRC_URI for fastdnaml:
 *    mirror://debian/pool/main/f/fastdnaml/fastdnaml_1.2.2.orig.tar.gz
 *    mirror://debian/pool/main/f/fastdnaml/fastdnaml_1.2.2-8.diff.gz

 * Messages for package sci-biology/mapview-bin-3.4.1:

 * The following are listed in SRC_URI for mapview-bin:
 *    http://evolution.sysu.edu.cn/software/mapview.rar
 *    http://evolution.sysu.edu.cn/mapview/MVF.pdf

 * Messages for package sci-biology/mira-4.0_rc4:

 * The following are listed in SRC_URI for mira:
 *    http://sourceforge.net/projects/mira-assembler/files/MIRA/stable/mira-4.0rc4.tar.bz2
 *    mirror://sourceforge/mira-assembler/mira_3rdparty_06-07-2012.tar.bz2

 * Messages for package sci-biology/ngs_backbone-1.4.0:

 * The following are listed in SRC_URI for ngs_backbone:
 *    http://bioinf.comav.upv.es/_downloads/ngs_backbone-1.4.0.tar.gz

 * Messages for package sci-biology/rnaplex-0.2:

 * The following are listed in SRC_URI for rnaplex:
 *    http://www.tbi.univie.ac.at/~htafer/RNAplex/RNAplex-0.2.tar.gz

 * Messages for package sci-biology/sra_sdk-2.1.6:

 * The following are listed in SRC_URI for sra_sdk:
 *    http://trace.ncbi.nlm.nih.gov/Traces/sra/static/sra_sdk-2.1.6.tar.gz

 * Messages for package sci-biology/swissknife-1.67:

 * The following are listed in SRC_URI for swissknife:
 *    ftp://ftp.ebi.ac.uk/pub/software/swissprot/Swissknife/Swissknife_1.67.tar.gz

 * Messages for package sci-biology/symap-4.0:

 * Please register and download symap_4.0.tar.gz (110MB)
 * at http://www.agcol.arizona.edu/software/symap/v4.0/download/
 * and place it in /usr/portage/distfiles

 * Messages for package sci-biology/tablet-bin-1.13.12.17:

 * The following are listed in SRC_URI for tablet-bin:
 *    x86?
 *    (
 *    http://bioinf.scri.ac.uk/tablet/installers/tablet_linux_x86_1_13_12_17.sh
 *    ->
 *    tablet-bin-1.13.12.17.sh
 *    )
 *    amd64?
 *    (
 *    http://bioinf.scri.ac.uk/tablet/installers/tablet_linux_x64_1_13_12_17.sh
 *    ->
 *    tablet-bin-1.13.12.17.sh
 *    )
 *    http://bioinf.scri.ac.uk/tablet/additional/coveragestats.py

 * Messages for package sci-biology/tigr-assembler-2.0:

 * The following are listed in SRC_URI for tigr-assembler:
 *    ftp://ftp.tigr.org/pub/software/assembler/TIGR_Assembler_v2.tar.gz

 * Messages for package sci-chemistry/bist-0.5.1-r1:

 * The following are listed in SRC_URI for bist:
 *    http://www.autistici.org/interzona/ftrack.php?url=sections/06_Download/bist-0.5.1.tar.gz

 * Messages for package sci-chemistry/chimera-bin-1.6.2:

 * Please visit
 * http://www.cgl.ucsf.edu/chimera/download.html
 * and download chimera-1.6.2-linux_x86_64.bin into /usr/portage/distfiles

 * Messages for package sci-chemistry/cpmgfit-1.43:

 * The following are listed in SRC_URI for cpmgfit:
 *    http://biochemistry.hs.columbia.edu/labs/palmer/software/cpmgfit.linux.tar.gz
 *    ->
 *    cpmgfit-1.43.tar.gz

 * Messages for package sci-chemistry/gamess-20130501.1:

 * Please download gamess-current.tar.gz from
 * http://www.msg.ameslab.gov/GAMESS/License_Agreement.html.
 * Be sure to select the version 1 MAY 2013 (R1) tarball!!
 * Then move the tarball to
 * /usr/portage/distfiles/gamess-20130501.1.tar.gz

 * Messages for package sci-chemistry/jana2000-20071218:

 * The following are listed in SRC_URI for jana2000:
 *    ftp://ftp.fzu.cz/pub/cryst/beta2000/jana2000.tar.gz

 * Messages for package sci-chemistry/jligand-1.0.19:

 * The following are listed in SRC_URI for jligand:
 *    http://www.ysbl.york.ac.uk/mxstat/JLigand/JLigand.1.0.19.tar.gz

 * Messages for package sci-chemistry/module2-0_pre20140717:

 * Please download MODULE2.tar.gz from
 * http://www.ibs.fr/science-213/scientific-output/software/module/?lang=en
 * and place it in /usr/portage/distfiles

 * Messages for package sci-chemistry/mtz2hkl-0.3:

 * The following are listed in SRC_URI for mtz2hkl:
 *    http://shelx.uni-ac.gwdg.de/~tg/mtz2x/mtz2hkl/downloads/0.3/mtz2hkl_v0.3.tar.gz

 * Messages for package sci-chemistry/mtz2sca-0.3:

 * The following are listed in SRC_URI for mtz2sca:
 *    http://shelx.uni-ac.gwdg.de/~tg/mtz2x/mtz2sca/binaries/0.3/mtz2sca_v0.3.tar.gz

 * Messages for package sci-chemistry/panav-0.20130730:

 * The following are listed in SRC_URI for panav:
 *    http://www.wishartlab.com/download/PANAV.zip
 *    ->
 *    panav-0.20130730.zip

 * Messages for package sci-chemistry/phenix-bin-1.8.2.1309:

 * Please visit
 * http://www.phenix-online.org/phenix_request/index.cgi
 * and request a download password. With that done,
 * visit http://www.phenix-online.org/download/phenix/release
 * and download version "Kernel 2.6 (64-bit; Fedora 12)" (phenix-installer-1.8.2-1309-intel-linux-2.6-x86_64-fc12.tar)
 * into /usr/portage/distfiles

 * Messages for package sci-chemistry/redcat-3:

 * Please download Redcat.3.tar.gz from
 * http://ifestos.cse.sc.edu/downloads.php

 * Messages for package sci-chemistry/rosetta-tools-3.0:

 * The following are listed in SRC_URI for rosetta-tools:
 *    BioTools-3.0.tgz

 * Messages for package sci-chemistry/smmp-3.0.5:

 * The following are listed in SRC_URI for smmp:
 *    mirror://berlios/smmp/SMMP-3.0.5.tar.bz2

 * Messages for package sci-chemistry/trajng-0.6.1:

 * The following are listed in SRC_URI for trajng:
 *    http://www.uppmax.uu.se/Members/daniels/trajng-trajectory-compression-library/trajng-0.6.1.tar.gz

 * Messages for package sci-libs/acml-5.3.1:

 * The following are listed in SRC_URI for acml:
 *    amd64?
 *    (
 *    gfortran?
 *    (
 *    http://developer.amd.com/tools/cpu-development/amd-core-math-library-acml/acml-downloads-resources//acml-5-3-1-gfortran-64bit.tgz
 *    int64?
 *    (
 *    http://developer.amd.com/tools/cpu-development/amd-core-math-library-acml/acml-downloads-resources//acml-5-3-1-gfortran-64bit-int64.tgz
 *    )
 *    )
 *    ifort?
 *    (
 *    http://developer.amd.com/tools/cpu-development/amd-core-math-library-acml/acml-downloads-resources//acml-5-3-1-ifort-64bit.tgz
 *    int64?
 *    (
 *    http://developer.amd.com/tools/cpu-development/amd-core-math-library-acml/acml-downloads-resources//acml-5-3-1-ifort-64bit-int64.tgz
 *    )
 *    )
 *    open64?
 *    (
 *    http://developer.amd.com/tools/cpu-development/amd-core-math-library-acml/acml-downloads-resources//acml-5-3-1-open64-64bit.tgz
 *    int64?
 *    (
 *    http://developer.amd.com/tools/cpu-development/amd-core-math-library-acml/acml-downloads-resources//acml-5-3-1-open64-64bit-int64.tgz
 *    )
 *    )
 *    pgi?
 *    (
 *    http://developer.amd.com/tools/cpu-development/amd-core-math-library-acml/acml-downloads-resources//acml-5-3-1-pgi-64bit.tgz
 *    int64?
 *    (
 *    http://developer.amd.com/tools/cpu-development/amd-core-math-library-acml/acml-downloads-resources//acml-5-3-1-pgi-64bit-int64.tgz
 *    )
 *    )
 *    !gfortran?
 *    (
 *    !ifort?
 *    (
 *    !open64?
 *    (
 *    !pgi?
 *    (
 *    http://developer.amd.com/tools/cpu-development/amd-core-math-library-acml/acml-downloads-resources//acml-5-3-1-gfortran-64bit.tgz
 *    int64?
 *    (
 *    http://developer.amd.com/tools/cpu-development/amd-core-math-library-acml/acml-downloads-resources//acml-5-3-1-gfortran-64bit-int64.tgz
 *    )
 *    )
 *    )
 *    )
 *    )
 *    )

 * Messages for package sci-libs/calculix-ccx-2.2:

 * The following are listed in SRC_URI for calculix-ccx:
 *    http://www.dhondt.de/ccx_2.2.src.tar.bz2
 *    doc?
 *    (
 *    http://www.dhondt.de/ccx_2.2.ps.tar.bz2
 *    )
 *    examples?
 *    (
 *    http://www.dhondt.de/ccx_2.2.test.tar.bz2
 *    )

 * Messages for package sci-libs/calculix-cgx-2.2:

 * The following are listed in SRC_URI for calculix-cgx:
 *    http://www.dhondt.de/cgx_2.2.all.tar.bz2
 *    doc?
 *    (
 *    http://www.dhondt.de/cgx_2.2.ps.bz2
 *    )

 * Messages for package sci-libs/ccif-0.3.20111209:

 * The following are listed in SRC_URI for ccif:
 *    ftp://ftp.ccp4.ac.uk/opensource/ccif-0.3.20111209.tar.gz

 * Messages for package sci-libs/etsf_io-1.0.3-r2:

 * The following are listed in SRC_URI for etsf_io:
 *    http://www.etsf.eu/sites/default/files/etsf_io-1.0.3.tar.gz
 *    ->
 *    etsf_io-1.0.3.tar

 * Messages for package sci-libs/m4ri-20090512:

 * The following are listed in SRC_URI for m4ri:
 *    http://m4ri.sagemath.org/downloads/m4ri-20090512.tar.gz

 * Messages for package sci-libs/mesquite-2.1.2:

 * The following are listed in SRC_URI for mesquite:
 *    http://software.sandia.gov/~jakraft/mesquite-2.1.2.tar.gz

 * Messages for package sci-libs/ni-visa-0.0.1:

 * 
 * Please download the NI-VISA library for linux from
 * http://joule.ni.com/nidu/cds/view/p/id/2044/lang/en
 * and install it.
 * Afterwards run the command echo > /usr/portage/distfiles/NI-VISA-0.0.1.iso
 * 
 * Yes I know this is an ugly hack but the NI installer is even uglier...
 * See for more information http://decibel.ni.com/content/message/16917
 * 

 * Messages for package sci-libs/p4est-0.3.4.2:

 * The following are listed in SRC_URI for p4est:
 *    http://p4est.org/tarball/p4est-0.3.4.2.tar.gz

 * Messages for package sci-libs/trilinos-11.4.2:

 * The following are listed in SRC_URI for trilinos:
 *    trilinos-11.4.2-Source.tar.bz2

 * Messages for package sci-mathematics/acl2-4.3:

 * The following are listed in SRC_URI for acl2:
 *    http://www.cs.utexas.edu/users/moore/acl2/v4-3/distrib/acl2.tar.gz

 * Messages for package sci-mathematics/axiom-201009:

 * The following are listed in SRC_URI for axiom:
 *    http://www.axiom-developer.org/axiom-website/downloads/axiom-sept2010-src.tgz

 * Messages for package sci-mathematics/dolfin-0.9.9:

 * The following are listed in SRC_URI for dolfin:
 *    http://launchpad.net/dolfin/trunk/0.9.9/+download/dolfin-0.9.9.tar.gz

 * Messages for package sci-mathematics/freefem++-3.8:

 * The following are listed in SRC_URI for freefem++:
 *    http://www.freefem.org/ff%2B%2B/ftp/freefem++-3.8.tar.gz

 * Messages for package sci-mathematics/gap-4.4.12:

 * The following are listed in SRC_URI for gap:
 *    ftp://ftp.gap-system.org/pub/gap/gap4/tar.bz2/gap4r4p12.tar.bz2
 *    xtom?
 *    (
 *    ftp://ftp.gap-system.org/pub/gap/gap4/tar.bz2/xtom1r1p4.tar.bz2
 *    )

 * Messages for package sci-mathematics/scilab-5.3.3-r2:

 * The following are listed in SRC_URI for scilab:
 *    http://www.scilab.org/download/5.3.3/scilab-5.3.3-src.tar.gz

 * Messages for package sci-mathematics/singular-4.0.0_p2:

 * The following are listed in SRC_URI for singular:
 *    http://www.mathematik.uni-kl.de/ftp/pub/Math/Singular/SOURCES/4-0-0/singular-4.0.0.p2.tar.gz

 * Messages for package sci-mathematics/ufc-1.4.2:

 * The following are listed in SRC_URI for ufc:
 *    http://launchpad.net/ufc/trunk/1.4.2/+download/ufc-1.4.2.tar.gz

 * Messages for package sci-misc/fitscut-1.4.4:

 * The following are listed in SRC_URI for fitscut:
 *    http://acs.pha.jhu.edu/general/software/fitscut//download/fitscut-1.4.4.tar.gz

 * Messages for package sci-misc/opennlp-tools-1.3.0:

 * The following are listed in SRC_URI for opennlp-tools:
 *    mirror://sourceforge/opennlp/opennlp-tools-1.3.0.tgz
 *    models?
 *    (
 *    http://opennlp.sourceforge.net/models/english/chunker/EnglishChunk.bin.gz
 *    http://opennlp.sourceforge.net/models/english/coref/acronyms
 *    http://opennlp.sourceforge.net/models/english/coref/cmodel.bin.gz
 *    http://opennlp.sourceforge.net/models/english/coref/cmodel.nr.bin.gz
 *    http://opennlp.sourceforge.net/models/english/coref/defmodel.bin.gz
 *    http://opennlp.sourceforge.net/models/english/coref/defmodel.nr.bin.gz
 *    http://opennlp.sourceforge.net/models/english/coref/fmodel.bin.gz
 *    http://opennlp.sourceforge.net/models/english/coref/fmodel.nr.bin.gz
 *    http://opennlp.sourceforge.net/models/english/coref/gen.bin.gz
 *    http://opennlp.sourceforge.net/models/english/coref/gen.fem
 *    http://opennlp.sourceforge.net/models/english/coref/gen.mas
 *    http://opennlp.sourceforge.net/models/english/coref/imodel.bin.gz
 *    http://opennlp.sourceforge.net/models/english/coref/imodel.nr.bin.gz
 *    http://opennlp.sourceforge.net/models/english/coref/num.bin.gz
 *    http://opennlp.sourceforge.net/models/english/coref/plmodel.bin.gz
 *    http://opennlp.sourceforge.net/models/english/coref/plmodel.nr.bin.gz
 *    http://opennlp.sourceforge.net/models/english/coref/pmodel.bin.gz
 *    http://opennlp.sourceforge.net/models/english/coref/pmodel.nr.bin.gz
 *    http://opennlp.sourceforge.net/models/english/coref/pnmodel.bin.gz
 *    http://opennlp.sourceforge.net/models/english/coref/pnmodel.nr.bin.gz
 *    http://opennlp.sourceforge.net/models/english/coref/sim.bin.gz
 *    http://opennlp.sourceforge.net/models/english/coref/tmodel.bin.gz
 *    http://opennlp.sourceforge.net/models/english/coref/tmodel.nr.bin.gz
 *    http://opennlp.sourceforge.net/models/english/namefind/date.bin.gz
 *    http://opennlp.sourceforge.net/models/english/namefind/location.bin.gz
 *    http://opennlp.sourceforge.net/models/english/namefind/money.bin.gz
 *    http://opennlp.sourceforge.net/models/english/namefind/organization.bin.gz
 *    http://opennlp.sourceforge.net/models/english/namefind/percentage.bin.gz
 *    http://opennlp.sourceforge.net/models/english/namefind/person.bin.gz
 *    http://opennlp.sourceforge.net/models/english/namefind/time.bin.gz
 *    http://opennlp.sourceforge.net/models/english/parser/build.bin.gz
 *    http://opennlp.sourceforge.net/models/english/parser/check.bin.gz
 *    http://opennlp.sourceforge.net/models/english/parser/chunk.bin.gz
 *    http://opennlp.sourceforge.net/models/english/parser/dict.bin.gz
 *    http://opennlp.sourceforge.net/models/english/parser/head_rules
 *    http://opennlp.sourceforge.net/models/english/parser/tag.bin.gz
 *    http://opennlp.sourceforge.net/models/english/parser/tagdict
 *    http://opennlp.sourceforge.net/models/english/sentdetect/EnglishSD.bin.gz
 *    http://opennlp.sourceforge.net/models/english/tokenize/EnglishTok.bin.gz
 *    http://opennlp.sourceforge.net/models/spanish/postag/SpanishPOS.bin.gz
 *    http://opennlp.sourceforge.net/models/spanish/sentdetect/SpanishSent.bin.gz
 *    http://opennlp.sourceforge.net/models/spanish/tokenize/SpanishTok.bin.gz
 *    http://opennlp.sourceforge.net/models/spanish/tokenize/SpanishTokChunk.bin.gz
 *    )

 * Messages for package sci-misc/praat-5.1.15:

 * The following are listed in SRC_URI for praat:
 *    http://www.fon.hum.uva.nl/praat/praat5115_sources.tar.gz

 * Messages for package sci-misc/salome-component-5.1.3:

 * The following are listed in SRC_URI for salome-component:
 *    http://files.opencascade.com/Salome/Salome5.1.3/src5.1.3.tar.gz

 * Messages for package sci-misc/salome-geom-5.1.3:

 * The following are listed in SRC_URI for salome-geom:
 *    http://files.opencascade.com/Salome/Salome5.1.3/src5.1.3.tar.gz

 * Messages for package sci-misc/salome-gui-5.1.3:

 * The following are listed in SRC_URI for salome-gui:
 *    http://files.opencascade.com/Salome/Salome5.1.3/src5.1.3.tar.gz

 * Messages for package sci-misc/salome-kernel-5.1.3:

 * The following are listed in SRC_URI for salome-kernel:
 *    http://files.opencascade.com/Salome/Salome5.1.3/src5.1.3.tar.gz

 * Messages for package sci-misc/salome-med-5.1.3:

 * The following are listed in SRC_URI for salome-med:
 *    http://files.opencascade.com/Salome/Salome5.1.3/src5.1.3.tar.gz

 * Messages for package sci-misc/salome-pycalculator-5.1.3:

 * The following are listed in SRC_URI for salome-pycalculator:
 *    http://files.opencascade.com/Salome/Salome5.1.3/src5.1.3.tar.gz

 * Messages for package sci-misc/salome-smesh-5.1.3:

 * The following are listed in SRC_URI for salome-smesh:
 *    http://files.opencascade.com/Salome/Salome5.1.3/src5.1.3.tar.gz

 * Messages for package sci-misc/salome-visu-5.1.3:

 * The following are listed in SRC_URI for salome-visu:
 *    http://files.opencascade.com/Salome/Salome5.1.3/src5.1.3.tar.gz

 * Messages for package sci-misc/salome-yacs-5.1.3:

 * The following are listed in SRC_URI for salome-yacs:
 *    http://files.opencascade.com/Salome/Salome5.1.3/src5.1.3.tar.gz

 * Messages for package sci-misc/sfst-1.4.6g:

 * The following are listed in SRC_URI for sfst:
 *    ftp://ftp.ims.uni-stuttgart.de/pub/corpora/SFST/SFST-1.4.6g.tar.gz
 *    vim-syntax?
 *    (
 *    ftp://ftp.ims.uni-stuttgart.de/pub/corpora/SFST/vim-mode.tar.gz
 *    )
 *    emacs?
 *    (
 *    http://www.cis.uni-muenchen.de/~wastl/emacs/sfst.el
 *    )

 * Messages for package sci-physics/bigdft-1.7_pre24:

 * The following are listed in SRC_URI for bigdft:
 *    http://launchpad.net/bigdft/master/1.7-dev.24/+download/bigdft-1.7-dev.24.tar.gz

 * Messages for package sci-visualization/ferret-bin-6.6.4:

 * The following are listed in SRC_URI for ferret-bin:
 *    ftp://ftp.pmel.noaa.gov/ferret/pub/data/fer_dsets.tar.gz
 *    x86?
 *    (
 *    ftp://ftp.pmel.noaa.gov/ferret/pub/linux_32_nc4/fer_environment.v664.tar.gz
 *    ->
 *    x86fer_environment.v664.tar.gz
 *    ftp://ftp.pmel.noaa.gov/ferret/pub/linux_32_nc4/fer_executables.v664.tar.gz
 *    ->
 *    x86fer_executables.v664.tar.gz
 *    )
 *    amd64?
 *    (
 *    ftp://ftp.pmel.noaa.gov/ferret/pub/x86_64-linux_nc4/fer_environment.v664.tar.gz
 *    ->
 *    amd64fer_environment.v664.tar.gz
 *    ftp://ftp.pmel.noaa.gov/ferret/pub/x86_64-linux_nc4/fer_executables.v664.tar.gz
 *    ->
 *    amd64fer_executables.v664.tar.gz
 *    )

 * Messages for package sys-cluster/blcr-0.8.4:

 * The following are listed in SRC_URI for blcr:
 *    https://ftg.lbl.gov/assets/projects/CheckpointRestart/downloads/blcr-0.8.4.tar.gz

 * Messages for package sys-cluster/ganglia_jobmonarch-0.3.1:

 * The following are listed in SRC_URI for ganglia_jobmonarch:
 *    ftp://ftp.sara.nl/pub/outgoing/jobmonarch/latest/ganglia_jobmonarch-0.3.1.tar.bz2

 * Messages for package sys-cluster/htcondor-8.0.0:

 * The following are listed in SRC_URI for htcondor:
 *    condor_src-8.0.0-all-all.tar.gz

 * Messages for package sys-cluster/ovis-3.0.1:

 * The following are listed in SRC_URI for ovis:
 *    http://ovis.ca.sandia.gov/mediawiki/downloads/OVIS-3.0.1.tar.gz

 * Messages for package sys-devel/gdebugger-6.2.438:

 * The following are listed in SRC_URI for gdebugger:
 *    x86?
 *    (
 *    http://developer.amd.com/Downloads/AMDgDEBugger6.2.438x86.tar.gz
 *    )
 *    amd64?
 *    (
 *    http://developer.amd.com/Downloads/AMDgDEBugger6.2.438x86_64.tar.gz
 *    )

 * Messages for package www-apps/py-swish-e-0.5:

 * The following are listed in SRC_URI for py-swish-e:
 *    mirror://berlios/py-swish-e/swish-e-0.5.tar.gz

 * Messages for package x11-libs/xview-3.2-r7:

 * The following are listed in SRC_URI for xview:
 *    mirror://debian/pool/main/x/xview/xview_3.2p1.4.orig.tar.gz
 *    mirror://debian/pool/main/x/xview/xview_3.2p1.4-28.debian.tar.gz

[-- Attachment #2: OpenPGP digital signature --]
[-- Type: application/pgp-signature, Size: 819 bytes --]

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

end of thread, other threads:[~2014-09-04  9:50 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-09-02 16:42 [gentoo-science] packages with invalid SRC_URI and compilation failures Jauhien Piatlicki
2014-09-03  0:10 ` François Bissey
2014-09-03  7:45   ` Jauhien Piatlicki
2014-09-03  7:53   ` Honza Macháček
2014-09-03  8:01     ` Jauhien Piatlicki
2014-09-03  9:22       ` François Bissey
2014-09-03 15:42         ` Jauhien Piatlicki
2014-09-04  9:50         ` Jauhien Piatlicki

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox