Summary: | sci-mathematics/p9m4-05: tries to use network during install | ||
---|---|---|---|
Product: | Gentoo Linux | Reporter: | Diego Elio Pettenò (RETIRED) <flameeyes> |
Component: | New packages | Assignee: | Mark Wright <gienah> |
Status: | RESOLVED FIXED | ||
Severity: | normal | CC: | sci-mathematics |
Priority: | Normal | ||
Version: | unspecified | ||
Hardware: | All | ||
OS: | Linux | ||
URL: | https://tinderboxlogs.s3.amazonaws.com/tbamd64.excelsior.flameeyes.eu/sci-mathematics%3Ap9m4-05%3A20120625-220600.html | ||
Whiteboard: | |||
Package list: | Runtime testing required: | --- |
Description
Diego Elio Pettenò (RETIRED)
![]() Thanks for reporting, fixed by removing py2app: % cvs diff -r 1.1 -r 1.2 Index: p9m4-v05-package.patch =================================================================== RCS file: /var/cvsroot/gentoo-x86/sci-mathematics/p9m4/files/p9m4-v05-package.patch,v retrieving revision 1.1 retrieving revision 1.2 diff -u -B -r1.1 -r1.2 --- p9m4-v05-package.patch 8 Jan 2012 14:48:53 -0000 1.1 +++ p9m4-v05-package.patch 2 Jul 2012 14:20:07 -0000 1.2 @@ -1,6 +1,6 @@ --- p9m4-v05-orig/setup.py 2007-11-17 09:31:26.000000000 +1100 -+++ p9m4-v05/setup.py 2012-01-08 20:02:53.917240674 +1100 -@@ -26,23 +26,21 @@ ++++ p9m4-v05/setup.py 2012-07-02 23:48:21.753760992 +1000 +@@ -26,23 +26,24 @@ from setuptools import setup @@ -22,6 +22,8 @@ setup( - app=APP, - data_files=DATA_FILES, +- options={'py2app': OPTIONS}, +- setup_requires=['py2app'], + name='p9m4', + version='05', + scripts=['prover9-mace4.py'], @@ -34,8 +36,11 @@ + 'p9m4.partition_input', + 'p9m4.my_setup', + 'p9m4.control'], - options={'py2app': OPTIONS}, - setup_requires=['py2app'], ++ # remove py2app ++ # https://bugs.gentoo.org/show_bug.cgi?id=423555 ++ # sci-mathematics/p9m4-05: tries to use network during install ++ # options={'py2app': OPTIONS}, ++ # setup_requires=['py2app'], ) --- p9m4-v05-orig/prover9-mace4.py 2007-12-08 03:27:13.000000000 +1100 +++ p9m4-v05/prover9-mace4.py 2012-01-08 18:12:09.970620044 +1100 cvs diff: tag 1.2 is not in file p9m4-v05-python2.6.patch cvs diff: tag 1.2 is not in file p9m4-v05-use-inst-paths.patch % |