Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 364517

Summary: app-pda/libplist-1.3 does not build with python3 but with python2
Product: Gentoo Linux Reporter: Niklas Johansson <raphexion>
Component: Current packagesAssignee: Gentoo Linux bug wranglers <bug-wranglers>
Status: RESOLVED INVALID    
Severity: normal    
Priority: Normal    
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---
Attachments: emerge --info =app-pda/libplist-1.3
emerge -pqv =app-pda/libplist-1.3
build.log
environment

Description Niklas Johansson 2011-04-22 20:51:28 UTC
app-pda/libplist-1.3 Does not build with python2.7 but with python3.1. 

For me to build it I had to set it by hand (eselect python).

-- Found PythonLibs: /usr/lib64/libpython3.1.so 
CMake Error at swig/CMakeLists.txt:16 (INSTALL):
  install FILES given unknown argument " print
  distutils.sysconfig.get_python_lib(plat_specific=1)

                                                ^

  SyntaxError: invalid syntax/plist/".


CMake Error at swig/CMakeLists.txt:18 (INSTALL):
  install FILES given unknown argument " print
  distutils.sysconfig.get_python_lib(plat_specific=1)

                                                ^

  SyntaxError: invalid syntax/plist/".


CMake Error at swig/CMakeLists.txt:20 (INSTALL):
  install FILES given unknown argument " print
  distutils.sysconfig.get_python_lib(plat_specific=1)

                                                ^

  SyntaxError: invalid syntax/plist/".


-- <<< Gentoo configuration >>>
Comment 1 Niklas Johansson 2011-04-22 20:53:33 UTC
Created attachment 270905 [details]
emerge --info =app-pda/libplist-1.3
Comment 2 Niklas Johansson 2011-04-22 20:53:59 UTC
Created attachment 270907 [details]
emerge -pqv =app-pda/libplist-1.3
Comment 3 Niklas Johansson 2011-04-22 20:54:19 UTC
Created attachment 270909 [details]
build.log
Comment 4 Niklas Johansson 2011-04-22 20:54:49 UTC
Created attachment 270911 [details]
environment
Comment 5 Samuli Suominen (RETIRED) gentoo-dev 2011-04-23 03:27:07 UTC
already fixed in 1.4, if not, then reopen
Comment 6 Niklas Johansson 2011-04-23 13:24:29 UTC
(In reply to comment #5)
> already fixed in 1.4, if not, then reopen

Alright. Thanks for the help !