您好!
openGauss TC SIG 邀请您参加 2022-09-14 10:45 召开的WeLink会议(自动录制)
会议主题:2022-9-14 openGauss TC例会
会议内容:
会议议题:
1. openGauss支持FusionOS - 毕坤阳
如果有其他议题,请提前发送tc(a)opengauss.org
会议链接:https://bmeeting.huaweicloud.com:36443/#/j/984931563
温馨提醒:建议接入会议后修改参会人的姓名,也可以使用您在gitee.com的ID
提前申报议题请编辑:https://etherpad.opengauss.org/p/TC-meetings更多资讯尽在:https://opengauss.org/zh/
Hello!
openGauss TC SIG invites you to attend the WeLink conference(auto recording) will be held at 2022-09-14 10:45,
The subject of the conference is 2022-9-14 openGauss TC例会,
Summary:
会议议题:
1. openGauss支持FusionOS - 毕坤阳
如果有其他议题,请提前发送tc(a)opengauss.org
You can join the meeting at https://bmeeting.huaweicloud.com:36443/#/j/984931563.
Note: You are advised to change the participant name after joining the conference or use your ID at gitee.com.
Add topics: https://etherpad.opengauss.org/p/TC-meetings
More information: https://opengauss.org/en/
使用交叉编译链编译psycopg2:
已经做的准备工作:
yum install postgresql-devel*
错误日志:
(psycopg) [root@localhost openGauss-connector-python-psycopg2]# python setup.py build
/root/anaconda3/lib/python3.8/site-packages/setuptools/config/setupcfg.py:508: SetuptoolsDeprecationWarning: The license_file parameter is deprecated, use license_files instead.
warnings.warn(msg, warning_class)
running build
running build_py
running build_ext
extension:
<setuptools.extension.Extension('psycopg2._psycopg') at 0x7fee247ca970>
building 'psycopg2._psycopg' extension
aarch64-kedacom-linux-gnu-gcc -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -fPIC "-DPSYCOPG_VERSION=2.9 (dt dec pq3 ext)" -DPSYCOPG_DEBUG=1 -DPG_VERSION_NUM=90204 -DPSYCOPG_DEBUG=1 -I/root/anaconda3/include/python3.8 -I. -I/usr/include -I/usr/include/pgsql/server -I/usr/include/libxml2 -c psycopg/adapter_asis.c -o build/temp.linux-x86_64-cpython-38/psycopg/adapter_asis.o -Wdeclaration-after-statement
aarch64-kedacom-linux-gnu-gcc: WARNING: unsafe header/library path used in cross-compilation: '-I/usr/include'
aarch64-kedacom-linux-gnu-gcc: WARNING: unsafe header/library path used in cross-compilation: '-I/usr/include/pgsql/server'
aarch64-kedacom-linux-gnu-gcc: WARNING: unsafe header/library path used in cross-compilation: '-I/usr/include/libxml2'
In file included from /usr/include/limits.h:124,
from /root/anaconda3/include/python3.8/Python.h:11,
from ./psycopg/psycopg.h:35,
from psycopg/adapter_asis.c:28:
/opt/aarch64-kedacom-linux/aarch64-kedacom-linux-gnu/sysroot/usr/include/limits.h:145:17: error: missing binary operator before token "("
#if __GLIBC_USE (IEC_60559_BFP_EXT)
^
In file included from /usr/include/inttypes.h:27,
from /root/anaconda3/include/python3.8/pyport.h:6,
from /root/anaconda3/include/python3.8/Python.h:63,
from ./psycopg/psycopg.h:35,
from psycopg/adapter_asis.c:28:
/usr/include/stdint.h:148: warning: "__INT64_C" redefined
# define __INT64_C(c) c ## LL
<built-in>: note: this is the location of the previous definition
In file included from /usr/include/inttypes.h:27,
from /root/anaconda3/include/python3.8/pyport.h:6,
from /root/anaconda3/include/python3.8/Python.h:63,
from ./psycopg/psycopg.h:35,
from psycopg/adapter_asis.c:28:
/usr/include/stdint.h:149: warning: "__UINT64_C" redefined
# define __UINT64_C(c) c ## ULL
<built-in>: note: this is the location of the previous definition
In file included from /root/anaconda3/include/python3.8/pythread.h:120,
from /root/anaconda3/include/python3.8/pystate.h:10,
from /root/anaconda3/include/python3.8/genobject.h:11,
from /root/anaconda3/include/python3.8/Python.h:121,
from ./psycopg/psycopg.h:35,
from psycopg/adapter_asis.c:28:
/usr/include/pthread.h:675:6: warning: ‘regparm’ attribute directive ignored [-Wattributes]
__cleanup_fct_attribute;
^~~~~~~~~~~~~~~~~~~~~~~
/usr/include/pthread.h:687:3: warning: ‘regparm’ attribute directive ignored [-Wattributes]
__cleanup_fct_attribute;
^~~~~~~~~~~~~~~~~~~~~~~
/usr/include/pthread.h:710:6: warning: ‘regparm’ attribute directive ignored [-Wattributes]
__cleanup_fct_attribute;
^~~~~~~~~~~~~~~~~~~~~~~
/usr/include/pthread.h:723:3: warning: ‘regparm’ attribute directive ignored [-Wattributes]
__cleanup_fct_attribute;
^~~~~~~~~~~~~~~~~~~~~~~
/usr/include/pthread.h:732:6: warning: ‘regparm’ attribute directive ignored [-Wattributes]
;
^
In file included from ./psycopg/psycopg.h:38,
from psycopg/adapter_asis.c:28:
psycopg/adapter_asis.c: In function ‘asis_setup’:
./psycopg/config.h:58:25: warning: format ‘%zd’ expects argument of type ‘signed size_t’, but argument 5 has type ‘Py_ssize_t’ {aka ‘int’} [-Wformat=]
fprintf(stderr, "[%d] " fmt "\n", (int) getpid() , ## args)
^~~~~~~
psycopg/adapter_asis.c:104:5: note: in expansion of macro ‘Dprintf’
Dprintf("asis_setup: init asis object at %p, refcnt = "
^~~~~~~
In file included from ./psycopg/psycopg.h:39,
from psycopg/adapter_asis.c:28:
./psycopg/python.h:45:54: note: format string is defined here
#define FORMAT_CODE_PY_SSIZE_T "%" PY_FORMAT_SIZE_T "d"
~~~~~~~~~~~~~~~~~~~~~^
In file included from ./psycopg/psycopg.h:38,
from psycopg/adapter_asis.c:28:
./psycopg/config.h:58:25: warning: format ‘%zd’ expects argument of type ‘signed size_t’, but argument 5 has type ‘Py_ssize_t’ {aka ‘int’} [-Wformat=]
fprintf(stderr, "[%d] " fmt "\n", (int) getpid() , ## args)
^~~~~~~
psycopg/adapter_asis.c:112:5: note: in expansion of macro ‘Dprintf’
Dprintf("asis_setup: good asis object at %p, refcnt = "
^~~~~~~
In file included from ./psycopg/psycopg.h:39,
from psycopg/adapter_asis.c:28:
./psycopg/python.h:45:54: note: format string is defined here
#define FORMAT_CODE_PY_SSIZE_T "%" PY_FORMAT_SIZE_T "d"
~~~~~~~~~~~~~~~~~~~~~^
In file included from ./psycopg/psycopg.h:38,
from psycopg/adapter_asis.c:28:
psycopg/adapter_asis.c: In function ‘asis_dealloc’:
./psycopg/config.h:58:25: warning: format ‘%zd’ expects argument of type ‘signed size_t’, but argument 5 has type ‘Py_ssize_t’ {aka ‘int’} [-Wformat=]
fprintf(stderr, "[%d] " fmt "\n", (int) getpid() , ## args)
^~~~~~~
psycopg/adapter_asis.c:126:5: note: in expansion of macro ‘Dprintf’
Dprintf("asis_dealloc: deleted asis object at %p, refcnt = "
^~~~~~~
In file included from ./psycopg/psycopg.h:39,
from psycopg/adapter_asis.c:28:
./psycopg/python.h:45:54: note: format string is defined here
#define FORMAT_CODE_PY_SSIZE_T "%" PY_FORMAT_SIZE_T "d"
~~~~~~~~~~~~~~~~~~~~~^
It appears you are missing some prerequisite to build the package from source.
You may install a binary package by installing 'psycopg2-binary' from PyPI.
If you want to install psycopg2 from source, please install the packages
required for the build and try again.
For further information please check the 'doc/src/install.rst' file (also at
<https://www.psycopg.org/docs/install.html>).
error: command '/opt/aarch64-kedacom-linux/bin/aarch64-kedacom-linux-gnu-gcc' failed with exit code 1
看起来是还需要编译源码:psycopg(https://github.com/psycopg/psycopg.git) ?
chendan(a)kedacom.com
您好!
openGauss TC SIG 邀请您参加 2022-04-20 16:00 召开的ZOOM会议(自动录制)
会议主题:4.20 openGauss TC例会
会议内容:
TC例会议题:
1. 知识图谱SIG组成立 - 薛忠斌
2. 厂商认证SIG组成立 - 陈振煜
3. 630版本需求接纳评审 - 蔡亚杰
如果大家有新增议题,请发送邮件至 tc(a)opengauss.org
会议链接:https://us06web.zoom.us/j/85276383011?pwd=NWhxR0NocEgrTUVJTzJ5S3k3WDVMQT09
温馨提醒:建议接入会议后修改参会人的姓名,也可以使用您在gitee.com的ID
提前申报议题请编辑:{etherpad}
更多资讯尽在:https://opengauss.org/zh/
Hello!
openGauss TC SIG invites you to attend the ZOOM conference(auto recording) will be held at 2022-04-20 16:00,
The subject of the conference is 4.20 openGauss TC例会,
Summary:
TC例会议题:
1. 知识图谱SIG组成立 - 薛忠斌
2. 厂商认证SIG组成立 - 陈振煜
3. 630版本需求接纳评审 - 蔡亚杰
如果大家有新增议题,请发送邮件至 tc(a)opengauss.org
You can join the meeting at https://us06web.zoom.us/j/85276383011?pwd=NWhxR0NocEgrTUVJTzJ5S3k3WDVMQT09.
Note: You are advised to change the participant name after joining the conference or use your ID at gitee.com.
Add topics: {etherpad}
More information: https://opengauss.org/en/
您好!
openGauss TC SIG 邀请您参加 2022-03-24 16:30 召开的ZOOM会议
会议主题:2022.3.24 openGauss TC例会
会议内容:
由于没有议题申报,本次TC会议取消。如果有议题申报,请随时发送邮件tc(a)opengauss.org.
谢谢
会议链接:https://zoom.us/j/99344910324?pwd=d1V0YXFTZUJZOTZOZDB3VnIzQjZPdz09
温馨提醒:建议接入会议后修改参会人的姓名,也可以使用您在gitee.com的ID
提前申报议题请编辑:{etherpad}
更多资讯尽在:https://opengauss.org/zh/
Hello!
openGauss TC SIG invites you to attend the ZOOM conference will be held at 2022-03-24 16:30,
The subject of the conference is 2022.3.24 openGauss TC例会,
Summary:
由于没有议题申报,本次TC会议取消。如果有议题申报,请随时发送邮件tc(a)opengauss.org.
谢谢
You can join the meeting at https://zoom.us/j/99344910324?pwd=d1V0YXFTZUJZOTZOZDB3VnIzQjZPdz09.
Note: You are advised to change the participant name after joining the conference or use your ID at gitee.com.
Add topics: {etherpad}
More information: https://opengauss.org/en/
您好!
openGauss TC SIG 邀请您参加 2022-03-24 16:30 召开的ZOOM会议(自动录制)
会议主题:2022.3.24 openGauss TC例会
会议内容:
计划3/24召开TC会议,收集议题。
谢谢
会议链接:https://zoom.us/j/99344910324?pwd=d1V0YXFTZUJZOTZOZDB3VnIzQjZPdz09
温馨提醒:建议接入会议后修改参会人的姓名,也可以使用您在gitee.com的ID
提前申报议题请编辑:{etherpad}
更多资讯尽在:https://opengauss.org/zh/
Hello!
openGauss TC SIG invites you to attend the ZOOM conference(auto recording) will be held at 2022-03-24 16:30,
The subject of the conference is 2022.3.24 openGauss TC例会,
Summary:
计划3/24召开TC会议,收集议题。
谢谢
You can join the meeting at https://zoom.us/j/99344910324?pwd=d1V0YXFTZUJZOTZOZDB3VnIzQjZPdz09.
Note: You are advised to change the participant name after joining the conference or use your ID at gitee.com.
Add topics: {etherpad}
More information: https://opengauss.org/en/
您好!
openGauss TC SIG 邀请您参加 2022-02-24 16:00 召开的ZOOM会议(自动录制)
会议主题:2022.2.24 openGauss TC例会
会议内容:
会议内容:
1. TC成员增选,候选人朱金伟陈述;
2. 新增release management sig组汇报;
3. 新增Cluster Manager(CM) sig组及CM开源建仓事项汇报
4. 新增DB compatibility sig组汇报
5. AI SIG组新增maintainer汇报
如果大家有新增议题需要讨论,请发送邮件至 tc(a)opengauss.org
会议链接:https://zoom.us/j/91678031067?pwd=aHhRY1J2M3ZON1dueHBCdTA4bGVLZz09
温馨提醒:建议接入会议后修改参会人的姓名,也可以使用您在gitee.com的ID
提前申报议题请编辑:{etherpad}
更多资讯尽在:https://opengauss.org/zh/
Hello!
openGauss TC SIG invites you to attend the ZOOM conference(auto recording) will be held at 2022-02-24 16:00,
The subject of the conference is 2022.2.24 openGauss TC例会,
Summary:
会议内容:
1. TC成员增选,候选人朱金伟陈述;
2. 新增release management sig组汇报;
3. 新增Cluster Manager(CM) sig组及CM开源建仓事项汇报
4. 新增DB compatibility sig组汇报
5. AI SIG组新增maintainer汇报
如果大家有新增议题需要讨论,请发送邮件至 tc(a)opengauss.org
You can join the meeting at https://zoom.us/j/91678031067?pwd=aHhRY1J2M3ZON1dueHBCdTA4bGVLZz09.
Note: You are advised to change the participant name after joining the conference or use your ID at gitee.com.
Add topics: {etherpad}
More information: https://opengauss.org/en/
您好!
openGauss TC SIG 邀请您参加 2022-02-24 16:00 召开的ZOOM会议(自动录制)
会议主题:2022.2.24 openGauss TC例会
会议内容:
会议内容:
1. TC成员增选,候选人朱金伟陈述;
2. 新增release management sig组汇报;
3. 新增Cluster Manager(CM) sig组及CM开源建仓事项汇报
......
如果大家有新增议题需要讨论,请发送邮件至 tc(a)opengauss.org
会议链接:https://zoom.us/j/91678031067?pwd=aHhRY1J2M3ZON1dueHBCdTA4bGVLZz09
温馨提醒:建议接入会议后修改参会人的姓名,也可以使用您在gitee.com的ID
提前申报议题请编辑:{etherpad}
更多资讯尽在:https://opengauss.org/zh/
Hello!
openGauss TC SIG invites you to attend the ZOOM conference(auto recording) will be held at 2022-02-24 16:00,
The subject of the conference is 2022.2.24 openGauss TC例会,
Summary:
会议内容:
1. TC成员增选,候选人朱金伟陈述;
2. 新增release management sig组汇报;
3. 新增Cluster Manager(CM) sig组及CM开源建仓事项汇报
......
如果大家有新增议题需要讨论,请发送邮件至 tc(a)opengauss.org
You can join the meeting at https://zoom.us/j/91678031067?pwd=aHhRY1J2M3ZON1dueHBCdTA4bGVLZz09.
Note: You are advised to change the participant name after joining the conference or use your ID at gitee.com.
Add topics: {etherpad}
More information: https://opengauss.org/en/