Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

FindSIP.py #16922

Closed
qgib opened this issue Jun 16, 2013 · 4 comments
Closed

FindSIP.py #16922

qgib opened this issue Jun 16, 2013 · 4 comments
Labels
Bug Either a bug report, or a bug fix. Let's hope for the latter! Build/Install Related to compiling or installing QGIS

Comments

@qgib
Copy link
Contributor

qgib commented Jun 16, 2013

Author Name: Joaquim Luis (@joa-quim)
Original Redmine Issue: 8084
Affected QGIS version: master
Redmine category:build/install


Fails to find sip. For example, running some commands from the FindSIP.py file

  >>> import sys
  >>> import sipconfig
  >>> sipcfg = sipconfig.Configuration()
  >>> print("sip_version:%06.0x" % sipcfg.sip_version)
  sip_version:040e02
  >>> print("sip_version_num:%d" % sipcfg.sip_version)
  sip_version_num:265730
  >>> print("sip_version_str:%s" % sipcfg.sip_version_str)
  sip_version_str:4.14.2
  >>> print("sip_bin:%s" % sipcfg.sip_bin)
  sip_bin:X:\\Python27-x64\\sip

and the non-existent "X:\Python27-x64\sip" is propagated to the makefiles

@qgib
Copy link
Contributor Author

qgib commented Jun 16, 2013

Author Name: Giovanni Manghi (@gioman)


Hi,
please use meaningful subjects/titles.

@qgib
Copy link
Contributor Author

qgib commented Jun 16, 2013

Author Name: Jürgen Fischer (@jef-n)


sounds like you sip install is broken.


  • resolution was changed from to invalid
  • status_id was changed from Open to Closed

@qgib
Copy link
Contributor Author

qgib commented Jun 16, 2013

Author Name: Joaquim Luis (@joa-quim)


How can it be broken if I manually fix the makefiles to point to sip location and than it works?

@qgib
Copy link
Contributor Author

qgib commented Jun 16, 2013

Author Name: Jürgen Fischer (@jef-n)


Joaquim Luis wrote:

How can it be broken if I manually fix the makefiles to point to sip location and than it works?

sip_bin doesn't point to the sip binary.

@qgib qgib added Bug Either a bug report, or a bug fix. Let's hope for the latter! Build/Install Related to compiling or installing QGIS labels May 24, 2019
@qgib qgib closed this as completed May 24, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Bug Either a bug report, or a bug fix. Let's hope for the latter! Build/Install Related to compiling or installing QGIS
Projects
None yet
Development

No branches or pull requests

1 participant