Opened 11 years ago

Closed 11 years ago

#37201 closed defect (fixed)

cgal: demos variant does not build because of missing Qt SQLite plugin

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

Description (last modified by raphael-st (Raphael Straub))

I get the following error when trying to compile the demos variant 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.

Attachments (1)

Portfile.diff (316 bytes) - added by raphael-st (Raphael Straub) 11 years ago.

Download all attachments as: .zip

Change History (4)

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

Attachment: Portfile.diff added

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

Description: modified (diff)

comment:2 Changed 11 years ago by Veence (Vincent)

Thanks for reporting this. Should be fixed by r100235. Can you try again and confirm? I won’t be able to test it myself before Thursday afternoon.

comment:3 in reply to:  2 Changed 11 years ago by raphael-st (Raphael Straub)

Resolution: fixed
Status: newclosed

Replying to vince@…:

Should be fixed by r100235. Can you try again and confirm?

Yes, it works now.

Note: See TracTickets for help on using tickets.