On 23 December 2016 at 16:29, Radovan Birdic wrote:
| Hi,
| 
| I tried to build rmysql package on my local machine (mips64el) and got the 
same error.
| When I manually execute this command in chroot, error does not occur:
| 
| echo "#include <mysql.h>" |  gcc -std=gnu99  -I/usr/include/mariadb 
-I/usr/include/mariadb/mysql -g -O2 
-fdebug-prefix-map=/build/mariadb-connector-c-dopxmU/mariadb-connector-c-2.3.1=.
 -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time 
-D_FORTIFY_SOURCE=2  -Wunused -Wno-uninitialized -E -xc - >/dev/null 2>&1
| 
| But running debian/rules binary-arch the error still appears.

The bug is closed as far as I am concerned. 0.10-3 has been uploaded, it used

  Source: rmysql
  Section: gnu-r
  Priority: optional
  Maintainer: Dirk Eddelbuettel <e...@debian.org>
  Build-Depends: debhelper (>= 7.0.0), cdbs, r-base-dev (>= 3.3.2), 
libmariadb-dev, r-cran-dbi (>= 0.4)
  Standards-Version: 3.9.8
  Homepage: http://stat.bell-labs.com/RS-DBI
  
  Package: r-cran-rmysql
  Architecture: any
  Depends: ${shlibs:Depends}, ${R:Depends}, r-cran-dbi (>= 0.4)
  Description: GNU R package providing a DBI-compliant interface to MySQL
   The package implements access to MySQL databases via the DBI interface of R.

and a give-back was supposed to fix this.

Dirk


-- 
http://dirk.eddelbuettel.com | @eddelbuettel | e...@debian.org

Reply via email to