Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 364517 - app-pda/libplist-1.3 does not build with python3 but with python2
Summary: app-pda/libplist-1.3 does not build with python3 but with python2
Status: RESOLVED INVALID
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Gentoo Linux bug wranglers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-04-22 20:51 UTC by Niklas Johansson
Modified: 2011-04-23 13:24 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments
emerge --info =app-pda/libplist-1.3 (A,5.53 KB, text/plain)
2011-04-22 20:53 UTC, Niklas Johansson
Details
emerge -pqv =app-pda/libplist-1.3 (B,38 bytes, text/plain)
2011-04-22 20:53 UTC, Niklas Johansson
Details
build.log (build.log,3.70 KB, text/plain)
2011-04-22 20:54 UTC, Niklas Johansson
Details
environment (environment,196.95 KB, text/plain)
2011-04-22 20:54 UTC, Niklas Johansson
Details

Note You need to log in before you can comment on or make changes to this bug.
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 !