Giter Club home page Giter Club logo

Comments (4)

iWangJiaxiang avatar iWangJiaxiang commented on July 29, 2024

I tried to compile the official globus toolkit6.0 from the source with same parameters and succeeded. It seems like a bug in GCT release?

from gct.

iWangJiaxiang avatar iWangJiaxiang commented on July 29, 2024

I tried with the previous release v6.2.20181115 and everything is fine. So the problem might be an issue in the latest release.

Below is the correct output of line that caused error in the lastest release.

image

gcc -g -O2  -Wall -Wpointer-arith -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -fPIE  -g -O2  -g -O2 -pthread -I/home/globus/gct-6.2.1541705016/common/source -I/home/globus/gct-6.2.1541705016/common/source/library -I/home/globus/gct-6.2.1541705016/xio/src -I/home/globus/gct-6.2.1541705016/xio/src/builtins/file -I/home/globus/gct-6.2.1541705016/xio/src/builtins/http -I/home/globus/gct-6.2.1541705016/xio/src/builtins/mode_e -I/home/globus/gct-6.2.1541705016/xio/src/builtins/ordering -I/home/globus/gct-6.2.1541705016/xio/src/builtins/queue -I/home/globus/gct-6.2.1541705016/xio/src/builtins/tcp -I/home/globus/gct-6.2.1541705016/xio/src/builtins/telnet -I/home/globus/gct-6.2.1541705016/xio/src/builtins/udp -I/home/globus/gct-6.2.1541705016/gsi/openssl_error/source -I/home/globus/gct-6.2.1541705016/gsi/openssl_error/source/library -I/home/globus/gct-6.2.1541705016/gsi/proxy/proxy_ssl/source -I/home/globus/gct-6.2.1541705016/gsi/proxy/proxy_ssl/source/library -I/home/globus/gct-6.2.1541705016/gsi/openssl_module/source/library -I/home/globus/gct-6.2.1541705016/gsi/cert_utils/source/library -I/home/globus/gct-6.2.1541705016/gsi/sysconfig/source/library -I/home/globus/gct-6.2.1541705016/callout/source/library -I/home/globus/gct-6.2.1541705016/gsi/callback/source/library -I/home/globus/gct-6.2.1541705016/gsi/credential/source/library -I/home/globus/gct-6.2.1541705016/gsi/proxy/proxy_core/source/library -I/home/globus/gct-6.2.1541705016/gsi/gssapi/source/library -I/home/globus/gct-6.2.1541705016/gsi/gss_assist/source -I/home/globus/gct-6.2.1541705016/usage/c/sender/source -I. -I.  -D_XOPEN_SOURCE=600 -D_BSD_SOURCE -D_DEFAULT_SOURCE -D_PATH_SSH_ASKPASS_DEFAULT=\"/home/globus/globus/libexec/ssh-askpass\" -DGSISSHDIR="\"/home/globus/globus/etc/gsissh\"" -D_PATH_SSH_PIDDIR=\"/var/run\" -D_PATH_PRIVSEP_CHROOT_DIR=\"/var/empty\" -DHAVE_CONFIG_H -c sshkey.c -o sshkey.o

And below is the error output:

image

gcc -g -O2 -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -fPIE  @GLOBUS_CFLAGS@ -I. -I.  -D_XOPEN_SOURCE=600 -D_BSD_SOURCE -D_DEFAULT_SOURCE -D_PATH_SSH_ASKPASS_DEFAULT=\"/home/globus/globus/libexec/ssh-askpass\" -DGSISSHDIR="\"/home/globus/globus/etc/gsissh\"" -D_PATH_SSH_PIDDIR=\"/var/run\" -D_PATH_PRIVSEP_CHROOT_DIR=\"/var/empty\" -DHAVE_CONFIG_H -c ssh_api.c -o ssh_api.o
gcc: error: @GLOBUS_CFLAGS@: No such file or directory
make[3]: *** [ssh_api.o] Error 1
make[3]: Leaving directory `/home/globus/gct-6.2.1550507116/gsi_openssh/source'
make[2]: *** [gsi-openssh-stamp] Error 1
make[2]: Leaving directory `/home/globus/gct-6.2.1550507116'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/home/globus/gct-6.2.1550507116'
make: *** [all] Error 2

I have checked the comparison between the two releases and not found anything related for now. I would continue to check when not busy.

from gct.

ellert avatar ellert commented on July 29, 2024

Thank you for reporting this.
This is fixed in git master (commits 7c0d37a and d4b51f4).
The workaround for building using the gct-6.2.1550507116.tar.gz source tarball is:

tar -z -x -f gct-6.2.1550507116.tar.gz
cd gct-6.2.1550507116
( cd gsi_openssh/source; aclocal; autoheader; autoconf )
./configure

I'll leave this issue open until there is a new release not affected by the issue.

from gct.

fscheiner avatar fscheiner commented on July 29, 2024

Fixed in GCT v6.2.20190906.

from gct.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.