Opened 7 years ago

Closed 7 years ago

#52509 closed defect (fixed)

py27-spatialite 3.0.1_1: Build failure

Reported by: FrankOrtmann (Frank Ortmann) Owned by: macports-tickets@…
Priority: Normal Milestone:
Component: ports Version: 2.3.4
Keywords: Cc: Veence (Vincent), jeabraham, MasakiOita
Port: py-spatialite

Description

py27-spatialite 3.0.1_1 fails when attempting to port install on macOS Sierra (Xcode v8.0). Makes QGIS impossible to install.

Attachments (1)

main.log (24.8 KB) - added by FrankOrtmann (Frank Ortmann) 7 years ago.
Log file

Download all attachments as: .zip

Change History (11)

Changed 7 years ago by FrankOrtmann (Frank Ortmann)

Attachment: main.log added

Log file

comment:1 Changed 7 years ago by mf2k (Frank Schima)

Port: py-spatialite added; py27-spatialite removed

comment:2 Changed 7 years ago by mf2k (Frank Schima)

Cc: vince@… added

It looks like the homepage is broken too. I'm Cc'ing the maintainer of QGIS for possible comment.

Last edited 7 years ago by mf2k (Frank Schima) (previous) (diff)

comment:3 Changed 7 years ago by mf2k (Frank Schima)

Homepage fixed in r153603.

comment:4 Changed 7 years ago by ryandesign (Ryan Carsten Schmidt)

comment:5 Changed 7 years ago by jeabraham

Cc: jea@… added

Cc Me!

comment:6 Changed 7 years ago by jeabraham

Digging deeper, I get this:

 File "setup.py", line 177, in build_extension
    self.check_lib(ext,"pj_init_plus", "proj", "'libproj' is required but it doesn't seem to be installed on this system.",["m"])
  File "setup.py", line 161, in check_lib
    raise LibraryNotFoundException("cannot find function '%s' in '%s': %s" % (func,lib,msg))
__main__.LibraryNotFoundException: cannot find function 'pj_init_plus' in 'proj': 'libproj' is required but it doesn't seem to be installed on this system.

comment:7 Changed 7 years ago by MasakiOita

Cc: MasakiOita added

comment:8 Changed 7 years ago by mf2k (Frank Schima)

Is this still a problem for you? If installs fine for me on El Capitan. This appears to be a proj related error. What version of proj do you have installed?

$ port installed proj*
The following ports are currently installed:
  proj @4.9.3_0 (active)

comment:9 Changed 7 years ago by FrankOrtmann (Frank Ortmann)

Looks like the problem was resolved. I am now able to install py_spatialite and QGIS.

comment:10 Changed 7 years ago by mf2k (Frank Schima)

Resolution: fixed
Status: newclosed
Note: See TracTickets for help on using tickets.