Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 303823 - No such file or directory: '/var/tmp/portage/dev-python/reportlab-2.3-r1/work/ReportLab_2_3/src/rl_addons/renderPM/libart_lgpl/configure.in'
Summary: No such file or directory: '/var/tmp/portage/dev-python/reportlab-2.3-r1/work...
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: x86 Linux
: High normal (vote)
Assignee: Gentoo Linux bug wranglers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-02-07 04:22 UTC by Michal Augustyniak
Modified: 2010-02-07 14:43 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 Michal Augustyniak 2010-02-07 04:22:39 UTC
>>> Emerging (1 of 3) dev-python/reportlab-2.3-r1
 * ReportLab_2_3.tar.gz RMD160 SHA1 SHA256 size ;-) ...                       [ ok ]
 * checking ebuild checksums ;-) ...                                          [ ok ]
 * checking auxfile checksums ;-) ...                                         [ ok ]
 * checking miscfile checksums ;-) ...                                        [ ok ]
 * CPV:  dev-python/reportlab-2.3-r1
 * REPO: gentoo
 * USE:  elibc_glibc kernel_linux userland_GNU x86
>>> Unpacking source...
>>> Unpacking ReportLab_2_3.tar.gz to /var/tmp/portage/dev-python/reportlab-2.3-r1/work
>>> Source unpacked in /var/tmp/portage/dev-python/reportlab-2.3-r1/work
>>> Preparing source in /var/tmp/portage/dev-python/reportlab-2.3-r1/work/ReportLab_2_3 ...
/var/tmp/portage/dev-python/reportlab-2.3-r1/temp/environment: line 2802: epatch: command not found
/var/tmp/portage/dev-python/reportlab-2.3-r1/temp/environment: line 2804: epatch: command not found
>>> Source prepared.
>>> Configuring source in /var/tmp/portage/dev-python/reportlab-2.3-r1/work/ReportLab_2_3 ...
>>> Source configured.
>>> Compiling source in /var/tmp/portage/dev-python/reportlab-2.3-r1/work/ReportLab_2_3 ...
 * Building of dev-python/reportlab-2.3-r1 with Python 2.6...
python2.6 setup.py build -b build-2.6
################################################
#Attempting install of _rl_accel, sgmlop & pyHnj
#extensions from '/var/tmp/portage/dev-python/reportlab-2.3-r1/work/ReportLab_2_3/src/rl_addons/rl_accel'
################################################
################################################
#Attempting install of _renderPM
#extensions from '/var/tmp/portage/dev-python/reportlab-2.3-r1/work/ReportLab_2_3/src/rl_addons/renderPM'
Traceback (most recent call last):
  File "setup.py", line 398, in <module>
    main()
  File "setup.py", line 275, in main
    LIBART_VERSION = libart_version()
  File "setup.py", line 269, in libart_version
    for l in open(pjoin(LIBART_DIR,'configure.in'),'r').readlines():
IOError: [Errno 2] No such file or directory: '/var/tmp/portage/dev-python/reportlab-2.3-r1/work/ReportLab_2_3/src/rl_addons/renderPM/libart_lgpl/configure.in'
 * ERROR: dev-python/reportlab-2.3-r1 failed:
 *   Building failed with Python 2.6 in distutils_building() function
 * 
 * Call stack:
 *     ebuild.sh, line   54:  Called src_compile
 *   environment, line 2766:  Called distutils_src_compile
 *   environment, line  760:  Called python_execute_function 'distutils_building'
 *   environment, line 1901:  Called die
 * The specific snippet of code:
 *                       die "${failure_message}";
 * 
 * If you need support, post the output of 'emerge --info =dev-python/reportlab-2.3-r1',
 * the complete build log and the output of 'emerge -pqv =dev-python/reportlab-2.3-r1'.
 * The complete build log is located at '/var/tmp/portage/dev-python/reportlab-2.3-r1/temp/build.log'.
 * The ebuild environment file is located at '/var/tmp/portage/dev-python/reportlab-2.3-r1/temp/environment'.
 * S: '/var/tmp/portage/dev-python/reportlab-2.3-r1/work/ReportLab_2_3'

>>> Failed to emerge dev-python/reportlab-2.3-r1, Log file:

>>>  '/var/tmp/portage/dev-python/reportlab-2.3-r1/temp/build.log'

 * Messages for package dev-python/reportlab-2.3-r1:

 * ERROR: dev-python/reportlab-2.3-r1 failed:
 *   Building failed with Python 2.6 in distutils_building() function
 * 
 * Call stack:
 *     ebuild.sh, line   54:  Called src_compile
 *   environment, line 2766:  Called distutils_src_compile
 *   environment, line  760:  Called python_execute_function 'distutils_building'
 *   environment, line 1901:  Called die
 * The specific snippet of code:
 *                       die "${failure_message}";
 * 
 * If you need support, post the output of 'emerge --info =dev-python/reportlab-2.3-r1',
 * the complete build log and the output of 'emerge -pqv =dev-python/reportlab-2.3-r1'.
 * The complete build log is located at '/var/tmp/portage/dev-python/reportlab-2.3-r1/temp/build.log'.
 * The ebuild environment file is located at '/var/tmp/portage/dev-python/reportlab-2.3-r1/temp/environment'.
 * S: '/var/tmp/portage/dev-python/reportlab-2.3-r1/work/ReportLab_2_3'




Any suggestions ?

Reproducible: Always
Comment 1 Michel van Putten 2010-02-07 12:42:28 UTC
It seems that someting goes wrong with patching. This error occurs also on amd64 platform and with reportlab-2.4.

> /var/tmp/portage/dev-python/reportlab-2.3-r1/temp/environment: line 2802:
> epatch: command not found
> /var/tmp/portage/dev-python/reportlab-2.3-r1/temp/environment: line 2804:
> epatch: command not found
> >>> Source prepared.

The ebuild misses an inherit to eutils. Add eutils to the "inherit distutils versionator" line and it works.

Comment 2 Ant 2010-02-07 14:07:27 UTC
(In reply to comment #1)
> The ebuild misses an inherit to eutils. Add eutils to the "inherit distutils
> versionator" line and it works.
> 

(In reply to comment #1)
> It seems that someting goes wrong with patching. This error occurs also on
> amd64 platform and with reportlab-2.4.
> 
> > /var/tmp/portage/dev-python/reportlab-2.3-r1/temp/environment: line 2802:
> > epatch: command not found
> > /var/tmp/portage/dev-python/reportlab-2.3-r1/temp/environment: line 2804:
> > epatch: command not found
> > >>> Source prepared.
> 
> The ebuild misses an inherit to eutils. Add eutils to the "inherit distutils
> versionator" line and it works.
> 

Comment 3 Michal Augustyniak 2010-02-07 14:43:35 UTC
emerge --sync did the trick this time ;)

I am closing the subject

(In reply to comment #1)
> It seems that someting goes wrong with patching. This error occurs also on
> amd64 platform and with reportlab-2.4.
> 
> > /var/tmp/portage/dev-python/reportlab-2.3-r1/temp/environment: line 2802:
> > epatch: command not found
> > /var/tmp/portage/dev-python/reportlab-2.3-r1/temp/environment: line 2804:
> > epatch: command not found
> > >>> Source prepared.
> 
> The ebuild misses an inherit to eutils. Add eutils to the "inherit distutils
> versionator" line and it works.
>