Opened 11 years ago

Last modified 11 years ago

#37201 closed defect

cgal: demos variant does not build because of missing Qt SQLite plugin — at Initial Version

Reported by: raphael-st (Raphael Straub) Owned by: Veence (Vincent)
Priority: Normal Milestone:
Component: ports Version:
Keywords: haspatch Cc:
Port: cgal

Description

I get the following error when trying to compile the demos variants of the cgal port:

[ 29%] Generating Periodic_3_triangulation_3.qhc
cd /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_gis_cgal/cgal/work/CGAL-4.1/demo/Periodic_3_triangulation_3 && /opt/local/bin/qcollectiongenerator /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_gis_cgal/cgal/work/CGAL-4.1/demo/Periodic_3_triangulation_3/Periodic_3_triangulation_3.qhcp -o /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_gis_cgal/cgal/work/CGAL-4.1/demo/Periodic_3_triangulation_3/Periodic_3_triangulation_3.qhc
QSqlDatabase: QSQLITE driver not loaded
QSqlDatabase: available drivers: 
Cannot open data base file /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_gis_cgal/cgal/work/CGAL-4.1/demo/Periodic_3_triangulation_3/Periodic_3_triangulation_3.qch!
Reading collection config file...
Generating help for Periodic_3_triangulation_3.qhp...
Building up file structure...
make[3]: *** [demo/Periodic_3_triangulation_3/Periodic_3_triangulation_3.qhc] Error 255

Obviously, the Qt SQLite plugin is missing. After installing the qt4-mac-sqlite3-plugin port, cgal compiles successfully.

Change History (1)

Changed 11 years ago by raphael-st (Raphael Straub)

Attachment: Portfile.diff added
Note: See TracTickets for help on using tickets.