Opened 12 years ago
Closed 12 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)
Change History (4)
Changed 12 years ago by raphael-st (Raphael Straub)
Attachment: | Portfile.diff added |
---|
comment:1 Changed 12 years ago by raphael-st (Raphael Straub)
Description: | modified (diff) |
---|
comment:2 follow-up: 3 Changed 12 years ago by Veence (Vincent)
comment:3 Changed 12 years ago by raphael-st (Raphael Straub)
Resolution: | → fixed |
---|---|
Status: | new → closed |
Note: See
TracTickets for help on using
tickets.
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.