Re: [gentoo-user] PYTHON_CFLAGS is invalid for python-r1 suite

2015-01-04 Thread Andreas K. Huettel
Am Sonntag, 4. Januar 2015, 21:46:41 schrieb Alexander Kapshuk:
 When installing app-office/libreoffice-4.2.8.2, I got:
  Messages generated by process 3014 on 2015-01-04 22:21:49 EET for
 
 package app-office/libreoffice-4.2.8.2:
 
 ERROR: setup
 ERROR: app-office/libreoffice-4.2.8.2::gentoo failed (setup phase):
   PYTHON_CFLAGS is invalid for python-r1 suite, please take a look @
 https://wiki.gentoo.org/wiki/Project:Python/Python.eclass_conversion#PYTHON
 _CFLAGS
 
 I did have a look at the URL specified, but couldn't make head nor tail of
 it.
 
 Is there a fix for that? Or do I just report this to the package
 maintainer?
 
 Thanks.

What exact command are you using to install libreoffice? 
Is PYTHON_CFLAGS set in your make.conf?

-- 
Andreas K. Huettel
Gentoo Linux developer (council, kde)
dilfri...@gentoo.org
http://www.akhuettel.de/


signature.asc
Description: This is a digitally signed message part.


Re: [gentoo-user] PYTHON_CFLAGS is invalid for python-r1 suite

2015-01-04 Thread Andreas K. Huettel
Am Sonntag, 4. Januar 2015, 22:30:54 schrieb Andreas K. Huettel:
 Am Sonntag, 4. Januar 2015, 21:46:41 schrieb Alexander Kapshuk:
  When installing app-office/libreoffice-4.2.8.2, I got:
   Messages generated by process 3014 on 2015-01-04 22:21:49 EET for
  
  package app-office/libreoffice-4.2.8.2:
  
  ERROR: setup
  
  ERROR: app-office/libreoffice-4.2.8.2::gentoo failed (setup phase):
PYTHON_CFLAGS is invalid for python-r1 suite, please take a look @
  
  https://wiki.gentoo.org/wiki/Project:Python/Python.eclass_conversion#PYTH
  ON _CFLAGS
  
  I did have a look at the URL specified, but couldn't make head nor tail
  of it.
  
  Is there a fix for that? Or do I just report this to the package
  maintainer?
  
  Thanks.
 
 What exact command are you using to install libreoffice?
 Is PYTHON_CFLAGS set in your make.conf?

Never mind, we found the problem. 

Libreoffice can be emerged and installed fine from sources, but every 
binpackage that you yourself generate from sources right now cannot be 
installed again... :/ 

(Does NOT affect libreoffice-bin.)

Working on it.

-- 
Andreas K. Huettel
Gentoo Linux developer (council, kde)
dilfri...@gentoo.org
http://www.akhuettel.de/


signature.asc
Description: This is a digitally signed message part.


Re: [gentoo-user] PYTHON_CFLAGS is invalid for python-r1 suite

2015-01-04 Thread Andreas K. Huettel
  Am Sonntag, 4. Januar 2015, 21:46:41 schrieb Alexander Kapshuk:
   When installing app-office/libreoffice-4.2.8.2, I got:
Messages generated by process 3014 on 2015-01-04 22:21:49 EET for
   
   package app-office/libreoffice-4.2.8.2:
   
   ERROR: setup
   
   ERROR: app-office/libreoffice-4.2.8.2::gentoo failed (setup phase):
 PYTHON_CFLAGS is invalid for python-r1 suite, please take a look @
   
   https://wiki.gentoo.org/wiki/Project:Python/Python.eclass_conversion#PY
   TH ON _CFLAGS
   
 
 Never mind, we found the problem.
 Working on it.

http://dilfridge.blogspot.de/2015/01/broken-app-officelibreoffice-binary.html

-- 
Andreas K. Huettel
Gentoo Linux developer (council, kde)
dilfri...@gentoo.org
http://www.akhuettel.de/


signature.asc
Description: This is a digitally signed message part.


Re: [gentoo-user] PYTHON_CFLAGS is invalid for python-r1 suite

2015-01-04 Thread Alexander Kapshuk
On Mon, Jan 5, 2015 at 2:01 AM, Andreas K. Huettel dilfri...@gentoo.org
wrote:

   Am Sonntag, 4. Januar 2015, 21:46:41 schrieb Alexander Kapshuk:
When installing app-office/libreoffice-4.2.8.2, I got:
 Messages generated by process 3014 on 2015-01-04 22:21:49 EET for
   
package app-office/libreoffice-4.2.8.2:
   
ERROR: setup
   
ERROR: app-office/libreoffice-4.2.8.2::gentoo failed (setup phase):
  PYTHON_CFLAGS is invalid for python-r1 suite, please take a look @
   
   
 https://wiki.gentoo.org/wiki/Project:Python/Python.eclass_conversion#PY
TH ON _CFLAGS
   
 
  Never mind, we found the problem.
  Working on it.


 http://dilfridge.blogspot.de/2015/01/broken-app-officelibreoffice-binary.html

 --
 Andreas K. Huettel
 Gentoo Linux developer (council, kde)
 dilfri...@gentoo.org
 http://www.akhuettel.de/


Understood. Thanks.

Sorry I didn't specify in the first place that I it was a binary package I
had generated from the portage tree that I was attempting to install.

I have synced my portage tree to pull in the updated
/usr/portage/eclass/python-single-r1.eclass. I will try unsetting
PYTHON_CFLAGS in the environment file contained in the binary package
generated as suggested here, https://bugs.gentoo.org/show_bug.cgi?id=534726,
and see if that works.

Thanks.