Bug 1416323 - python setting is wrongly set in spec file
Summary: python setting is wrongly set in spec file
Keywords:
Status: CLOSED EOL
Alias: None
Product: Fedora
Classification: Fedora
Component: coccinelle
Version: 26
Hardware: Unspecified
OS: Unspecified
unspecified
unspecified
Target Milestone: ---
Assignee: Richard W.M. Jones
QA Contact: Fedora Extras Quality Assurance
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2017-01-25 09:46 UTC by Tomas Winkler
Modified: 2018-05-29 11:22 UTC (History)
3 users (show)

Fixed In Version:
Clone Of:
Environment:
Last Closed: 2018-05-29 11:22:59 UTC
Type: Bug
Embargoed:


Attachments (Terms of Use)

Description Tomas Winkler 2017-01-25 09:46:36 UTC
Description of problem:
the package configure in version 1.0.6 user a different way how python version is setup
This is not reflected in the spec file.
When the packaged is rebuilt on a machine with python 2 installed it chose python2 but install packages under python3 libraries. The result is that spatch cannot load its python libraries because it runs with python2 while libraries where installed under python3 

Version-Release number of selected component (if applicable):
1.0.6 5

How reproducible:
rpmbuild -ba coccinelle.spec

Steps to Reproduce:
1.
2.
3.

Actual results:


Expected results:


Additional info:

Comment 1 Richard W.M. Jones 2017-01-25 10:11:42 UTC
It does seem to be different from how we're doing it (and from
the documentation).  However I can't work out how you're supposed
to set the python version.  Setting PYVER has no visible effect.

Comment 2 Richard W.M. Jones 2017-01-25 10:15:34 UTC
Question posted upstream:
https://systeme.lip6.fr/pipermail/cocci/2017-January/003966.html

Comment 3 Tomas Winkler 2017-01-25 10:18:32 UTC
I've tried something like that 
but it didn't helped

%{__sed} -i \
  -e 's,LIBDIR=.*,LIBDIR=%{_libdir},' \
  -e 's,MANDIR=.*,MANDIR=%{_mandir},' \
  -e 's,SHAREDIR=.*,SHAREDIR=%{_libdir}/%{name},' \
  -e 's,DYNLINKDIR=.*,DYNLINKDIR=%{_libdir}/ocaml,' \
  -e 's,PYTHON_VERSION=.*,PYTHON_VERSION=3,' \
  -e 's,PYTHON_VERSION_MAJOR=.*,PYTHON_VERSION_MAJOR=3,' \
  Makefile.config

Comment 4 Tomas Winkler 2017-02-06 08:54:31 UTC
So looks like the python libraries  for this version should be installed under
private directory and not to the python system libraries. So the spec has to be fixed accordingly.

Comment 5 Fedora End Of Life 2017-02-28 11:03:06 UTC
This bug appears to have been reported against 'rawhide' during the Fedora 26 development cycle.
Changing version to '26'.

Comment 6 Andrew Cooks 2018-02-11 10:22:33 UTC
*** Bug 1544204 has been marked as a duplicate of this bug. ***

Comment 7 Fedora End Of Life 2018-05-03 08:09:10 UTC
This message is a reminder that Fedora 26 is nearing its end of life.
Approximately 4 (four) weeks from now Fedora will stop maintaining
and issuing updates for Fedora 26. It is Fedora's policy to close all
bug reports from releases that are no longer maintained. At that time
this bug will be closed as EOL if it remains open with a Fedora  'version'
of '26'.

Package Maintainer: If you wish for this bug to remain open because you
plan to fix it in a currently maintained version, simply change the 'version'
to a later Fedora version.

Thank you for reporting this issue and we are sorry that we were not
able to fix it before Fedora 26 is end of life. If you would still like
to see this bug fixed and are able to reproduce it against a later version
of Fedora, you are encouraged  change the 'version' to a later Fedora
version prior this bug is closed as described in the policy above.

Although we aim to fix as many bugs as possible during every release's
lifetime, sometimes those efforts are overtaken by events. Often a
more recent Fedora release includes newer upstream software that fixes
bugs or makes them obsolete.

Comment 8 Jérôme Glisse 2018-05-08 19:05:40 UTC
Still an issue in F27

Comment 9 Fedora End Of Life 2018-05-29 11:22:59 UTC
Fedora 26 changed to end-of-life (EOL) status on 2018-05-29. Fedora 26
is no longer maintained, which means that it will not receive any
further security or bug fix updates. As a result we are closing this bug.

If you can reproduce this bug against a currently maintained version of
Fedora please feel free to reopen this bug against that version. If you
are unable to reopen this bug, please file a new report against the
current release. If you experience problems, please add a comment to this
bug.

Thank you for reporting this bug and we are sorry it could not be fixed.


Note You need to log in before you can comment on or make changes to this bug.