Contributors mailing list archives

contributors@odoo-community.org

Browse archives

Avatar

Re: travis failing build due to pyodbc.h

by
Tecnativa. S. L., Pedro M. Baeza
- 23/01/2017 18:11:26
I have the same problem, and it's due to base_external_database module, that requires some odbc development headers, that are in the .travis.yml file, not in requirements. For now, I have added the same package in my local .travis.yml, but I agree it's not the definitive solution. Reference: https://github.com/OCA/server-tools/blob/a42530fe4c53bee3695620bd1127129f83f8aa4c/.travis.yml#L14

Regards.

2017-01-23 18:08 GMT+01:00 Lorenzo Battistini <lorenzo.battistini@agilebg.com>:
Hi all,

I have this build
failing with
src/pyodbc.h:56:17: fatal error: sql.h: No such file or directory

Is it a temporary problem or something to be configured in travis build?
Note that last week this didn't happen.

Thanks!


--

_______________________________________________
Mailing-List: http://odoo-community.org/groups/contributors-15
Post to: mailto:contributors@odoo-community.org
Unsubscribe: http://odoo-community.org/groups?unsubscribe


Reference