[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: zoo-project 1.7.0



On 7/23/19 6:39 PM, Angelos Tzotsos wrote:
> For amd64 we now get a zoo-service error:
> https://launchpadlibrarian.net/434343096/buildlog_ubuntu-bionic-amd64.zoo-project_1.7.0+ds-1~bionic1_BUILDING.txt.gz

./voronoi.c:203:68: error: ‘Face_iterator {aka class
CGAL::Triangulation_2<CGAL::Epick,
CGAL::Triangulation_data_structure_2<CGAL::Triangulation_vertex_base_2<CGAL::Epick,
CGAL::Triangulation_ds_vertex_base_2<void> >,
CGAL::Triangulation_ds_face_base_2<void> > >::Finite_faces_iterator}’
has no member named ‘info’
       fprintf(stderr," *** %s %d %d %d\n",__FILE__,__LINE__,nf,fit.info());
                                                                    ^~~~
Looks like it want a different version of CGAL.

> while for i386, the multiarch patch did not work:
> 
> gcc cgictest.o -o cgictest.cgi -L./ -lcgic
> /usr/lib/i686-linux-gnu/libfcgi.a
> gcc: error: /usr/lib/i686-linux-gnu/libfcgi.a: No such file or directory

It fails because the patch doesn't use the mulitarch path:

 /usr/lib/i386-linux-gnu/libfcgi.a

> -    LIBS= -L./ -lcgic /usr/lib/libfcgi.a
> +    LIBS= -L./ -lcgic /usr/lib/${CPU}-linux-gnu/libfcgi.a

Use ${DEB_HOST_MULTIARCH} instead.

If you cannot use the environment variable, retrieve it with:

 dpkg-architecture -qDEB_HOST_MULTIARCH

Kind Regards,

Bas

-- 
 GPG Key ID: 4096R/6750F10AE88D4AF1
Fingerprint: 8182 DE41 7056 408D 6146  50D1 6750 F10A E88D 4AF1


Reply to: