Skip to content

"@" symbol in directory path results in syntax error in Config_heavy.pl #22446

Closed
@ZRE-Services

Description

@ZRE-Services

Description

Using a directory path with "@" in a Ubuntu system causes a syntax error. The "@" symbol is interpreted as a variable instead of a part of the directory name.

Steps to Reproduce

Set a directory path containing "@" and attempt to use it in a Perl script.
Example path: /home/bioinformatics@example.de/miniconda3/envs/bismark/lib/perl5/5.32/core_perl/Config_heavy.pl

Expected behavior
The path should be recognized correctly, and no syntax error should occur.

perl -V output goes here

Summary of my perl5 (revision 5 version 32 subversion 1) configuration:
   
  Platform:
    osname=linux
    osvers=6.2.0-1018-azure
    archname=x86_64-linux-thread-multi
    uname='linux a9829a0f1755 6.2.0-1018-azure #18~22.04.1-ubuntu smp tue nov 21 19:25:02 utc 2023 x86_64 x86_64 x86_64 gnulinux '
    config_args='-de -Dprefix=/home/bioinformatics@zymoresearch.de/miniconda3/envs/bismark -Dvendorprefix=/home/bioinformatics@zymoresearch.de/miniconda3/envs/bismark -Dscriptdir=/home/bioinformatics@zymoresearch.de/miniconda3/envs/bismark/bin -Dsitescript=/home/bioinformatics@zymoresearch.de/miniconda3/envs/bismark/bin -Dvendorscript=/home/bioinformatics@zymoresearch.de/miniconda3/envs/bismark/bin -Duserelocatableinc -Duseshrplib -Dinc_version_list=none -Dprivlib=.../../lib/perl5/core_perl -Dsitelib=.../../lib/perl5/site_perl -Dvendorlib=.../../lib/perl5/vendor_perl -Darchlib=.../../lib/perl5/5.32/core_perl -Dsitearch=.../../lib/perl5/5.32/site_perl -Dvendorarch=.../../lib/perl5/5.32/vendor_perl -Dinstallusrbinperl=n -Dusethreads -Dcccdlflags=-fPIC -Dldflags=-Wl,-O2 -Wl,--sort-common -Wl,--as-needed -Wl,-z,relro -Wl,-z,now -Wl,--disable-new-dtags -Wl,--gc-sections -Wl,--allow-shlib-undefined -Wl,-rpath,/home/bioinformatics@zymoresearch.de/miniconda3/envs/bismark/lib -Wl,-rpath-link,/home/bioinformatics@zymoresearch.de/miniconda3/envs/bismark/lib -L/home/bioinformatics@zymoresearch.de/miniconda3/envs/bismark/lib  -Ddefault_inc_excludes_dot=n -Dccflags=-march=nocona -mtune=haswell -ftree-vectorize -fPIC -fstack-protector-strong -fno-plt -O2 -ffunction-sections -pipe -isystem /home/bioinformatics@zymoresearch.de/miniconda3/envs/bismark/include -fdebug-prefix-map=/home/conda/feedstock_root/build_artifacts/perl_1703310062586/work=/usr/local/src/conda/perl-5.32.1 -fdebug-prefix-map=/home/bioinformatics@zymoresearch.de/miniconda3/envs/bismark=/usr/local/src/conda-prefix -D_REENTRANT -D_GNU_SOURCE -fwrapv -fno-strict-aliasing -pipe -fstack-protector-strong -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_FORTIFY_SOURCE=2 -Dcc=/home/bioinformatics@zymoresearch.de/miniconda3/envs/bismark/bin/..//bin/x86_64-conda-linux-gnu-gcc -Dar=/home/bioinformatics@zymoresearch.de/miniconda3/envs/bismark/bin/..//bin/x86_64-conda-linux-gnu-ar -Dlddlflags=-shared -Wl,-O2 -Wl,--sort-common -Wl,--as-needed -Wl,-z,relro -Wl,-z,now -Wl,--disable-new-dtags -Wl,--gc-sections -Wl,--allow-shlib-undefined -Wl,-rpath,/home/bioinformatics@zymoresearch.de/miniconda3/envs/bismark/lib -Wl,-rpath-link,/home/bioinformatics@zymoresearch.de/miniconda3/envs/bismark/lib -L/home/bioinformatics@zymoresearch.de/miniconda3/envs/bismark/lib -Dsysroot=/home/bioinformatics@zymoresearch.de/miniconda3/envs/bismark/bin/..//x86_64-conda-linux-gnu/sysroot -Dmyhostname=conda -Dmydomain=.conda -Dperladmin=conda -Dcf_by=conda -Dcf_email=conda -Dsysman=/home/bioinformatics@zymoresearch.de/miniconda3/envs/bismark/man/man1 -Dman1dir=.../../man/man1 -Dman3dir=.../../man/man3'
    hint=recommended
    useposix=true
    d_sigaction=define
    useithreads=define
    usemultiplicity=define
    use64bitint=define
    use64bitall=define
    uselongdouble=undef
    usemymalloc=n
    default_inc_excludes_dot=undef
    bincompat5005=undef
  Compiler:
    cc='/home/bioinformatics@zymoresearch.de/miniconda3/envs/bismark/bin/..//bin/x86_64-conda-linux-gnu-gcc'
    ccflags ='-D_REENTRANT -D_GNU_SOURCE -march=nocona -mtune=haswell -ftree-vectorize -fPIC -fstack-protector-strong -fno-plt -O2 -ffunction-sections -pipe -isystem /home/bioinformatics@zymoresearch.de/miniconda3/envs/bismark/include -fdebug-prefix-map=/home/conda/feedstock_root/build_artifacts/perl_1703310062586/work=/usr/local/src/conda/perl-5.32.1 -fdebug-prefix-map=/home/bioinformatics@zymoresearch.de/miniconda3/envs/bismark=/usr/local/src/conda-prefix -D_REENTRANT -D_GNU_SOURCE -fwrapv -fno-strict-aliasing -pipe -fstack-protector-strong -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_FORTIFY_SOURCE=2 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64'undef/miniconda3/envs/bismark/lib/perl5/5.32/core_perl/Config_heavy.pl
    optimize='-O2'
    cppflags='--sysroot=/home/bioinformatics@zymoresearch.de/miniconda3/envs/bismark/bin/..//x86_64-conda-linux-gnu/sysroot -D_REENTRANT -D_GNU_SOURCE -march=nocona -mtune=haswell -ftree-vectorize -fPIC -fstack-protector-strong -fno-plt -O2 -ffunction-sections -pipe -isystem /home/bioinformatics@zymoresearch.de/miniconda3/envs/bismark/include -fdebug-prefix-map=/home/conda/feedstock_root/build_artifacts/perl_1703310062586/work=/usr/local/src/conda/perl-5.32.1 -fdebug-prefix-map=/home/bioinformatics@zymoresearch.de/miniconda3/envs/bismark=/usr/local/src/conda-prefix -D_REENTRANT -D_GNU_SOURCE -fwrapv -fno-strict-aliasing -pipe -fstack-protector-strong -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_FORTIFY_SOURCE=2'
    ccversion=''
    gccversion='12.3.0'
    gccosandvers=''
    intsize=4
    longsize=8
    ptrsize=8
    doublesize=8
    byteorder=12345678
    doublekind=3
    d_longlong=define
    longlongsize=8
    d_longdbl=define
    longdblsize=16
    longdblkind=3
    ivtype='long'
    ivsize=8
    nvtype='double'
    nvsize=8
    Off_t='off_t'
    lseeksize=8
    alignbytes=8
    prototype=define
  Linker and Libraries:
    ld='/home/bioinformatics@zymoresearch.de/miniconda3/envs/bismark/bin/..//bin/x86_64-conda-linux-gnu-gcc'
    ldflags ='-Wl,-O2 -Wl,--sort-common -Wl,--as-needed -Wl,-z,relro -Wl,-z,now -Wl,--disable-new-dtags -Wl,--gc-sections -Wl,--allow-shlib-undefined -Wl,-rpath,/home/bioinformatics@zymoresearch.de/miniconda3/envs/bismark/lib -Wl,-rpath-link,/home/bioinformatics@zymoresearch.de/miniconda3/envs/bismark/lib -L/home/bioinformatics@zymoresearch.de/miniconda3/envs/bismark/lib  -fstack-protector-strong'
    libpth=/home/bioinformatics@zymoresearch.de/miniconda3/envs/bismark/bin/..//bin/../lib/gcc/x86_64-conda-linux-gnu/12.3.0/include-fixed /home/bioinformatics@zymoresearch.de/miniconda3/envs/bismark/bin/..//x86_64-conda-linux-gnu/sysroot/usr/lib /home/bioinformatics@zymoresearch.de/miniconda3/envs/bismark/bin/..//x86_64-conda-linux-gnu/sysroot/lib /home/bioinformatics@zymoresearch.de/miniconda3/envs/bismark/bin/..//x86_64-conda-linux-gnu/sysroot/lib64 /home/bioinformatics@zymoresearch.de/miniconda3/envs/bismark/bin/..//x86_64-conda-linux-gnu/sysroot/usr/lib64
    libs=-lpthread -ldl -lm -lcrypt -lutil -lc
    perllibs=-lpthread -ldl -lm -lcrypt -lutil -lc
    libc=
    so=so
    useshrplib=true
    libperl=libperl.so
    gnulibc_version='2.17'
  Dynamic Linking:
    dlsrc=dl_dlopen.xs
    dlext=so
    d_dlsymun=undef
    ccdlflags='-Wl,-E -Wl,-rpath,/home/bioinformatics@zymoresearch.de/miniconda3/envs/bismark/bin/../lib/perl5/5.32/core_perl/CORE'
    cccdlflags='-fPIC --sysroot=/home/bioinformatics@zymoresearch.de/miniconda3/envs/bismark/bin/..//x86_64-conda-linux-gnu/sysroot'
    lddlflags='-shared -Wl,-O2 -Wl,--sort-common -Wl,--as-needed -Wl,-z,relro -Wl,-z,now -Wl,--disable-new-dtags -Wl,--gc-sections -Wl,--allow-shlib-undefined -Wl,-rpath,/home/bioinformatics@zymoresearch.de/miniconda3/envs/bismark/lib -Wl,-rpath-link,/home/bioinformatics@zymoresearch.de/miniconda3/envs/bismark/lib -L/home/bioinformatics@zymoresearch.de/miniconda3/envs/bismark/lib --sysroot=/home/bioinformatics@zymoresearch.de/miniconda3/envs/bismark/bin/..//x86_64-conda-linux-gnu/sysroot -fstack-protector-strong'


Characteristics of this binary (from libperl): 
  Compile-time options:
    HAS_TIMES
    MULTIPLICITY
    PERLIO_LAYERS
    PERL_COPY_ON_WRITE
    PERL_DONT_CREATE_GVSV
    PERL_IMPLICIT_CONTEXT
    PERL_MALLOC_WRAP
    PERL_OP_PARENT
    PERL_PRESERVE_IVUV
    USE_64_BIT_ALL
    USE_64_BIT_INT
    USE_ITHREADS
    USE_LARGE_FILES
    USE_LOCALE
    USE_LOCALE_COLLATE
    USE_LOCALE_CTYPE
    USE_LOCALE_NUMERIC
    USE_LOCALE_TIME
    USE_PERLIO
    USE_PERL_ATOF
    USE_REENTRANT_API
    USE_THREAD_SAFE_LOCALE
  Built under linux
  Compiled at Dec 23 2023 05:47:44
  @INC:
    /home/bioinformatics@zymoresearch.de/miniconda3/envs/bismark/lib/perl5/5.32/site_perl
    /home/bioinformatics@zymoresearch.de/miniconda3/envs/bismark/lib/perl5/site_perl
    /home/bioinformatics@zymoresearch.de/miniconda3/envs/bismark/lib/perl5/5.32/vendor_perl
    /home/bioinformatics@zymoresearch.de/miniconda3/envs/bismark/lib/perl5/vendor_perl
    /home/bioinformatics@zymoresearch.de/miniconda3/envs/bismark/lib/perl5/5.32/core_perl
    /home/bioinformatics@zymoresearch.de/miniconda3/envs/bismark/lib/perl5/core_perl
    .

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions