AndreMikulec / plr

PL/R - R Procedural Language for PostgreSQL
http://www.joeconway.com
GNU General Public License v2.0
0 stars 0 forks source link

LOG Mon Aug 05 2024 - meson plr "old" HISTORY #20

Open AndreMikulec opened 1 month ago

AndreMikulec commented 1 month ago
SOME HISTORY

$ history
   57  R --version && ls
   58  ls -alrt
   59  rm Rversion.txt
   60  rm Rversion3.txt
   61  rm Rversion2.txt
   62  UNSET
   63  unset
   64  mkdir           tmp\share\extension
   65  ls -alrt           tmp\share\extension
   66  rm -fR tmp
   67  ls -alrt           tmp\share\extension
   68  ls -alrt
   69  rm -fR tmpshareextension
   70  ls -alrt
   71  mkdir           tmp/share/extension
   72  mkdir -p         tmp/share/extension
   73  mkdir -p         tmp/share/extension
   74  cp
   75  rm -Rf  tmp
   76  ls -alrt
   77  exit
   78  which aaa
   79  echo $?
   80  which perl
   81  echo $?
   82  which aaa
   83  if [ "$?" == "1"]; then echo ERROR; fi
   84  if [ "$?" == "1" ]; then echo ERROR; fi
   85  which aaa
   86  if [ "$?" == "1" ]; then echo ERROR; fi
   87  which perl
   88  if [ "$?" == "1" ]; then echo ERROR; fi
   89  if [ "$?" == "1" ]; then echo ERROR; echo ERROR2; fi
   90  which aaa
   91  if [ "$?" == "1" ]; then echo ERROR; echo ERROR2; fi
   92  if [ "" == "" ]; then echo FOUND; fi
   93  if [ "${NOTEXIST}" == "" ]; then echo FOUND; fi
   94  if [ "${NOTEXIST}" == "" ]; then echo FOUND; fi
   95  if [ "${NOTEXIST}" != "" ]; then echo FOUND; fi
   96  if ([ "" == "" ] || [ "" == "" ]) && [ "" == ""  ]; then echo FOUND; fi
   97  which pg_config
   98  directory $(which pg_config)
   99  dirname $(which pg_config)
  100  dirname(dirname $(which pg_config))
  101  dirname $(dirname $(which pg_config)
  102  echo $(dirname $(dirname $(which pg_config)))
  103  echo $(cygpath -w "$(dirname $(dirname $(which pg_config)))")
  104  echo $(cygpath -wl "$(dirname $(dirname $(which pg_config)))")
  105  ls -alrt /c/msys64/ucrt64
  106  ls -alrt  /c/msys64/ucrt64/bin/pg_config
  107  which make
  108  pacman -S mingw-w64-ucrt-x86_64-make
  109  ls -alrt mingw32-make
  110  ls -alrt /ucrt64/bin/mingw32-make
  111  which mingw32-make
  112  which make
  113  ls -alrt dfaf
  114  echo $?
  115  ls -alrt
  116  ls -alrt .bash_history
  117  echo $?
  118  which pg_config
  119  export BINDIR=$(pg_config | grep "^BINDIR" | sed "s/ = /=/" | sed "s/^.*=//")
  120  export BINDIR=$(cygpath $(cygpath -wl "${BINDIR}"))
  121  echo $(dirname "${BINDIR}")
  122   which pg_config
  123  echo $?
  124   which pg_confi
  125  echo $?
  126  exit
  127  uname -a; echo MSYSTEM ${MSYSTEM};export | grep MINGW;export | grep MSYSTEM
  128  pwd
  129  echo "pwd $(pwd)"
  130  uname -a
  131  cd /cygdrive/w/git_SOME_REPOSITORIES/githubactionstest
  132  cd /w/git_SOME_REPOSITORIES/githubactionstest
  133  bash --version
  134  bash -o igncr $(pwd)/msys2--setup-msys.sh
  135  /c/cygwin64/bin/bash -o igncr $(pwd)/msys2--setup-msys.sh
  136  echo $PATH
  137  echo $(pg_config | grep "^VERSION" | sed "s/ = /=/" | sed "s/^.*=//" | grep -oP '[ ].*$' | grep -oP '\d.*$')
  138  echo $(cygpath "X:\zz")
  139  exit
  140  ls -alrt
  141  ls -l | grep '^d'
  142  export OperatingSystem=$(uname -o)
  143  echo ${OperatingSystem}
  144  export R_ARCH="/x64"
  145  echo $R_ARCH
  146  which pg_config
  147  echo $PATH
  148  export
  149   echo $PATH
  150  export
  151  echo uname -o
  152  echo $(uname -o)
  153  export | grep OperatingSystem
  154  unset OperatingSystem
  155  export | grep OperatingSystem
  156  export OperatingSystem=$(uname -o)
  157  export | grep OperatingSystem
  158  unset OperatingSystem
  159  if [ "${OperatingSystem}" == "" ]; then export OperatingSystem=$(unname -o); fi
  160  which R
  161  export PATH="C:\Program Files\R\R-4.2.3\bin\x64":$PATH
  162  Rscript --version
  163  which R
  164  which gendef
  165  which libtool
  166  cd /home/AnonymousUser/\Program Files\R\R-4.2.3\bin\x64/R
  167  cd "/home/AnonymousUser/\Program Files\R\R-4.2.3\bin\x64/R"
  168  cd $(cygpath "/home/AnonymousUser/\Program Files\R\R-4.2.3\bin\x64/R")
  169  cd /cygdrive/c
  170  cd /c
  171  cd  "Program Files"
  172  cd R/R-4.2.3/bin
  173  cd x64
  174  ls -alrt
  175  gendef  -         R.dll >     R.def
  176  notepad R.def
  177  dlltool --dllname R.dll --def R.def --output-lib libR.dll.a
  178  ls -alrt
  179  exit
  180  echo $(cygpath "C:\Program Files\R\R-4.2.3\bin")
  181  echo "$(cygpath "C:\Program Files\R\R-4.2.3\bin")"
  182  echo "$(cygpath "C:\Program Files\R\R-4.2.3\bin")":${PATH}
  183  export PATH="$(cygpath "C:\Program Files\R\R-4.2.3\bin")":${PATH}
  184  echo ${PATH}
  185  R
  186  echo $(cygpath "C:/PROGRA~1/R/R-42~1.3")
  187  echo $(cygpath -wl "C:/PROGRA~1/R/R-42~1.3")
  188  echo $(cygpath $(cygpath -wl "C:/PROGRA~1/R/R-42~1.3"))
  189  pwd
  190  export WORKSPACE=$(pwd)
  191  which R
  192  which Rscript
  193  export R_HOME=$(Rscript -e 'cat(Sys.getenv(\"R_HOME\")))
  194  export R_HOME=$(Rscript -e 'cat(Sys.getenv(\"R_HOME\"))')
  195  Rscript -e "cat(Sys.getenv('R_HOME'))"
  196  echo $(Rscript -e "cat(Sys.getenv('R_HOME'))")
  197  echo $(cygpath -wl $(Rscript -e "cat(Sys.getenv('R_HOME'))"))
  198  echo $(cygpath $(cygpath -wl $(Rscript -e "cat(Sys.getenv('R_HOME'))")))
  199  export R_HOME=$(cygpath $(cygpath -wl $(Rscript -e "cat(Sys.getenv('R_HOME'))")))
  200  export R_HOME=$(cygpath $(cygpath -wl $(Rscript -e "cat(Sys.getenv('R_HOME'))")))
  201  echo $R_HOME
  202  echo "Rscript Sys.getenv('R_HOME'): ${R_HOME}"
  203  echo "Rscript Sys.getenv('R_HOME'): '${R_HOME}'"
  204  echo "Rscript Sys.getenv R_HOME: '${R_HOME}'"
  205  echo "Rscript Sys.getenv R_HOME: ${R_HOME}"
  206  echo $R_HOME
  207  echo "$R_HOME"
  208  echo "${R_HOME}"
  209  echo "$R_HOME"
  210   export R_HOME=$(cygpath $(cygpath -wl $(Rscript -e "cat(Sys.getenv('R_HOME'))")))
  211  echo ${R_HOME}
  212  echo "cygpath Rscript R_HOME: ${R_HOME}"
  213  echo ${R_HOME}
  214  echo "cygpath Rscript R_HOME: \"${R_HOME}\""
  215  echo -n "cygpath Rscript R_HOME: ${R_HOME}"
  216  echo -e "cygpath Rscript R_HOME: ${R_HOME}"
  217  echo -e "${R_HOME}"
  218  echo "${R_HOME}"
  219  export R_HOME=$(cygpath $(cygpath -wl $(Rscript -e "cat(Sys.getenv('R_HOME'))")))
  220  echo "R_HOME: ${R_HOME}"
  221  echo "${R_HOME}"
  222  export R_HOME=$(cygpath $(cygpath -wl $(Rscript -e "cat(Sys.getenv('R_HOME'))")))
  223  echo "${R_HOME}"
  224  export R_HOME=$(cygpath $(cygpath -wl $(Rscript -e "cat(Sys.getenv('R_HOME'))")))
  225  echo "${R_HOME}"
  226  export R_HOME=$(cygpath $(cygpath -wl $(Rscript -e "cat(Sys.getenv('R_HOME'))")))
  227  echo "x${R_HOME}x"
  228   export R_HOME=$(cygpath $(cygpath -wl $(Rscript -e "cat(Sys.getenv('R_HOME'))")))
  229  export R_HOME=$(cygpath $(cygpath -wl $(Rscript -e "cat(Sys.getenv('R_HOME'))")))
  230  echo "${R_HOME}"
  231  echo '${R_HOME}'
  232  echo "cygpath Rscript R_HOME: ${R_HOME}"
  233  echo "cygpath Rscript R_HOME: \"${R_HOME}\""
  234  echo "Rscript Sys.getenv('R_HOME'): ${R_HOME}"
  235  echo "${R_HOME}"
  236  vi script.sh
  237  notepad script.sh
  238  ./script.sh
  239  echo $(cygpath "C:\Program Files\R\R-4.2.3")
  240  notepad script.sh
  241  ./script.sh
  242  notepad script.sh
  243  ls -alrt "${R_HOME}/bin/R"
  244   export R_HOME=$(cygpath $(cygpath -wl $(Rscript -e "cat(Sys.getenv('R_HOME'))")))
  245  ls -alrt "${R_HOME}/bin/R"
  246  export R_HOME=$(cygpath $(cygpath -wl $(Rscript -e "cat(paste0(Sys.getenv(\"R_HOME\"),\"\n\"))")))
  247  echo $R_HOME
  248  R
  249  export R_HOME=$(cygpath $(cygpath -wl $(Rscript -e "sink(paste0(Sys.getenv(\"R_HOME\"),\"\n\"))")))
  250  R
  251  export R_HOME=$(cygpath $(cygpath -wl $(Rscript -e "capture.output(paste0(Sys.getenv(\"R_HOME\"),\"\n\"))")))
  252  echo $R_HOME
  253  export R_HOME=$(cygpath $(cygpath -wl $(Rscript -e "capture.output(Sys.getenv(\"R_HOME\")")))
  254  echo $(Rscript -e "capture.output(Sys.getenv(\"R_HOME\")")
  255  Rscript -e "capture.output(Sys.getenv(\"R_HOME\")"
  256  Rscript -e "capture.output(AA)"
  257  Rscript -e "capture.output('AA')"
  258  Rscript -e "options(useFancyQuotes=FALSE)" -e "capture.output(Sys.getenv(\"R_HOME\")"
  259  Rscript -e "options(useFancyQuotes=FALSE)" -e "cat(Sys.getenv(\"R_HOME\")"
  260  Rscript -e "options(useFancyQuotes=FALSE)" -e "cat(Sys.getenv(\"R_HOME\"))"
  261  Rscript -e "options(useFancyQuotes=FALSE)" -e "capture.output(Sys.getenv(\"R_HOME\"))"
  262  Rscript -e "options(useFancyQuotes=FALSE)" -e "cat(Sys.getenv(\"R_HOME\"))"
  263  Rscript -e "cat(Sys.getenv(\"R_HOME\"))"
  264  Rscript -e "cat(paste0(Sys.getenv(\"R_HOME\"),"\n"))"
  265  Rscript -e "cat(paste0(Sys.getenv(\"R_HOME\"),\"\n\"))"
  266  Rscript -e "cat(paste0(Sys.getenv(\"R_HOME\"),\"\n\"))" | grep xx
  267  Rscript -e "cat(paste0(Sys.getenv(\"R_HOME\"),\"\n\"))" | grep P
  268  R
  269  echo $R_HOME
  270   ls -alrt "${R_HOME}/bin/R"
  271  export R_HOME="C:/PROGRA~1/R/R-42~1.3"
  272  export R_HOME=$(cygpath "${R_HOME}")
  273  echo $R_HOME
  274   ls -alrt "${R_HOME}/bin/R"
  275  export R_HOME=$(cygpath "${R_HOME}")
  276  echo $R_HOME
  277  export R_HOME=$(cygpath $(cygpath -wl "${R_HOME}"))
  278  echo $R_HOME
  279   ls -alrt "${R_HOME}/bin/R"
  280  pacman -Syyu
  281  pacman -Syyu
  282  which postgres
  283  postgres -V
  284  pacman -U --noconfirm mingw-w64-ucrt-x86_64-postgresql-14.5-1-any.pkg.tar.zst
  285  postgres -V
  286  pacman -Syyu
  287  postgres -V
  288  pacman -S mingw-w64-ucrt-x86_64-postgresql
  289  pacman -R --noconfirm  mingw-w64-ucrt-x86_64-postgresql
  290  postgres -V
  291  pacman -U --noconfirm mingw-w64-ucrt-x86_64-postgresql-14.5-1-any.pkg.tar.zst
  292  postgres -V
  293  pacman -Syyu
  294  pacman -Syyu
  295  exit
  296  meson configure
  297  cd "C:\msys64\home\AnonymousUser\UCRT_postgres-REL_16_RC1\contrib\plr"
  298  cd ../..
  299  meson configure
  300   echo ${HOME}
  301  echo $(cygpath 'C:\Program Files\R\R-4.2.3")
  302  echo $(cygpath "C:\Program Files\R\R-4.2.3")
  303   ls -alrt /ucrt64/share/pkgconfig
  304   ls -alrt /ucrt64/share/pkgconfig
  305   ls -alrt /ucrt64/include
  306   ls -alrt /ucrt64/lib
  307  ls -alrt /ucrt64/lib/pkgconfig
  308  pkg-config --cflags --libs libpq
  309  cat /ucrt64/lib/pkgconfig/libpq
  310  ls -alrt /ucrt64/lib/pkgconfig/libpq.pc
  311  cat /ucrt64/lib/pkgconfig/libpq.pc
  312  pkg-config --cflags --libs libpq
  313  export | grep PKG_CONFIG_
  314  echo $(cygpath "C:\Program Files\R\R-4.2.3")
  315  cd /ucrt64/lib/pkgconfig
  316  notepad libR.pc
  317  pkg-config --cflags --libs libR
  318  export R_HOME='/c/Program Files/R/R-4.2.3'
  319  export PATH=${R_HOME}:${PATH}
  320  export PATH=${R_HOME}:${PATH}
  321  echo ${PATH}
  322  rm -Rf build/contrib/plr/*
  323  rm -rf build
  324  meson setup --prefix ${HOME}/TEST build
  325  cd ~/UCRT_postgres-REL_16_RC1
  326  meson setup --prefix ${HOME}/TEST build
  327  rm -rf build
  328  cd contrib/plr
  329  rm -rf build
  330  meson setup --prefix ${HOME}/TEST build
  331  rm -rf build
  332  cd ../..
  333  rm -Rf build/contrib/plr/*
  334  meson setup --prefix "${HOME}/PGINSTALL" -DR_HOME='/c/Program Files/R/R-4.2.3' -Dbuildtype=release -Db_pie=true -Dnls=disabled -Dplperl=disabled -Dplpython=disabled -Dpltcl=disabled -Dicu=disabled -Dllvm=disabled -Dlz4=disabled -Dzstd=disabled -Dgssapi=disabled -Dldap=disabled -Dpam=disabled -Dbsd_auth=disabled -Dsystemd=disabled -Dbonjour=disabled -Dlibxml=disabled -Dlibxslt=disabled -Dreadline=enabled -Dzlib=disabled -Dextra_version=_UCRT64 -Ddocs=disabled -Ddocs_pdf=disabled -Dcassert=false -Dtap_tests=disabled -Db_coverage=false -Ddtrace=disabled build
  335  rm -Rf build
  336  meson setup --prefix "${HOME}/PGINSTALL" -DR_HOME='/c/Program Files/R/R-4.2.3' -Dbuildtype=release -Db_pie=true -Dnls=disabled -Dplperl=disabled -Dplpython=disabled -Dpltcl=disabled -Dicu=disabled -Dllvm=disabled -Dlz4=disabled -Dzstd=disabled -Dgssapi=disabled -Dldap=disabled -Dpam=disabled -Dbsd_auth=disabled -Dsystemd=disabled -Dbonjour=disabled -Dlibxml=disabled -Dlibxslt=disabled -Dreadline=enabled -Dzlib=disabled -Dextra_version=_UCRT64 -Ddocs=disabled -Ddocs_pdf=disabled -Dcassert=false -Dtap_tests=disabled -Db_coverage=false -Ddtrace=disabled build
  337  meson compile -C build -v
  338  rm -Rf build/contrib/plr/*
  339  meson setup --prefix "${HOME}/PGINSTALL" -DR_HOME='C:\Program Files\R\R-4.2.3' -Dbuildtype=release -Db_pie=true -Dnls=disabled -Dplperl=disabled -Dplpython=disabled -Dpltcl=disabled -Dicu=disabled -Dllvm=disabled -Dlz4=disabled -Dzstd=disabled -Dgssapi=disabled -Dldap=disabled -Dpam=disabled -Dbsd_auth=disabled -Dsystemd=disabled -Dbonjour=disabled -Dlibxml=disabled -Dlibxslt=disabled -Dreadline=enabled -Dzlib=disabled -Dextra_version=_UCRT64 -Ddocs=disabled -Ddocs_pdf=disabled -Dcassert=false -Dtap_tests=disabled -Db_coverage=false -Ddtrace=disabled build
  340  rm -Rf build
  341  meson setup --prefix "${HOME}/PGINSTALL" -DR_HOME='C:\Program Files\R\R-4.2.3' -Dbuildtype=release -Db_pie=true -Dnls=disabled -Dplperl=disabled -Dplpython=disabled -Dpltcl=disabled -Dicu=disabled -Dllvm=disabled -Dlz4=disabled -Dzstd=disabled -Dgssapi=disabled -Dldap=disabled -Dpam=disabled -Dbsd_auth=disabled -Dsystemd=disabled -Dbonjour=disabled -Dlibxml=disabled -Dlibxslt=disabled -Dreadline=enabled -Dzlib=disabled -Dextra_version=_UCRT64 -Ddocs=disabled -Ddocs_pdf=disabled -Dcassert=false -Dtap_tests=disabled -Db_coverage=false -Ddtrace=disabled build
  342   rm -Rf build
  343  meson setup --prefix "${HOME}/PGINSTALL" -DR_HOME='C:\Program Files\R\R-4.2.3' -Dbuildtype=release -Db_pie=true -Dnls=disabled -Dplperl=disabled -Dplpython=disabled -Dpltcl=disabled -Dicu=disabled -Dllvm=disabled -Dlz4=disabled -Dzstd=disabled -Dgssapi=disabled -Dldap=disabled -Dpam=disabled -Dbsd_auth=disabled -Dsystemd=disabled -Dbonjour=disabled -Dlibxml=disabled -Dlibxslt=disabled -Dreadline=enabled -Dzlib=disabled -Dextra_version=_UCRT64 -Ddocs=disabled -Ddocs_pdf=disabled -Dcassert=false -Dtap_tests=disabled -Db_coverage=false -Ddtrace=disabled build
  344  meson compile -C build -v
  345  notepad /ucrt64/lib/pkgconfig/libR.pc
  346   rm -Rf build
  347  meson setup --prefix "${HOME}/PGINSTALL" -DR_HOME='/c/R-4.2.3' -Dbuildtype=release -Db_pie=true -Dnls=disabled -Dplperl=disabled -Dplpython=disabled -Dpltcl=disabled -Dicu=disabled -Dllvm=disabled -Dlz4=disabled -Dzstd=disabled -Dgssapi=disabled -Dldap=disabled -Dpam=disabled -Dbsd_auth=disabled -Dsystemd=disabled -Dbonjour=disabled -Dlibxml=disabled -Dlibxslt=disabled -Dreadline=enabled -Dzlib=disabled -Dextra_version=_UCRT64 -Ddocs=disabled -Ddocs_pdf=disabled -Dcassert=false -Dtap_tests=disabled -Db_coverage=false -Ddtrace=disabled build
  348   meson compile -C build -v
  349   ls -alrt build/contrib/plr
  350  meson test -C build --num-processes 1 -v --suite setup --suite plr
  351  notepad "C:/msys64/home/AnonymousUser/UCRT_postgres-REL_16_RC1/build/meson-logs/testlog.txt"
  352  notepad "C:/msys64/home/AnonymousUser/UCRT_postgres-REL_16_RC1/build/testrun/plr/regress/regression.out"
  353  notepad "C:/msys64/home/AnonymousUser/UCRT_postgres-REL_16_RC1/build/testrun/plr/regress/regression.diffs"
  354  cd "C:\R-4.2.3\bin\x64"
  355  which gendef
  356  which dlltool
  357  gendef  -         R.dll >     R.def
  358  dlltool --dllname R.dll --def R.def --output-lib libR.dll.a
  359  echo ${PATH}
  360  export PATH=/ucrt64/bin:/ucrt64/bin/site_perl/5.32.1:/ucrt64/bin/vendor_perl:/ucrt64/bin/core_perl:/usr/local/bin:/usr/bin:/bin:/c/Windows/System32:/c/Windows:/c/Windows/System32/Wbem:/c/Windows/System32/WindowsPowerShell/v1.0/
  361  export R_HOME='/c/R-4.2.3'
  362  export PATH=${R_HOME}:${PATH}
  363  echo ${PATH}
  364  PATH=/ucrt64/bin:/ucrt64/bin/site_perl/5.32.1:/ucrt64/bin/vendor_perl:/ucrt64/bin/core_perl:/usr/local/bin:/usr/bin:/bin:/c/Windows/System32:/c/Windows:/c/Windows/System32/Wbem:/c/Windows/System32/WindowsPowerShell/v1.0/
  365  export R_ARCH=/x64
  366  export PATH=${R_HOME}/bin${R_ARCH}:${PATH}
  367  echo ${PATH}
  368  ls -alrt /c/R-4.2.3/bin/x64:
  369  ls -alrt /c
  370  ls -alrt /c/R-4.2.3
  371  ls -alrt /c/R-4.2.3/bin/x64
  372  echo ${PATH}
  373  ls -alrt /c/R-4.2.3/bin/x64
  374  ls -alrt /c/R-4.2.3/bin/x64
  375  echo ${PATH}
  376  cd ~/UCRT_postgres-REL_16_RC1
  377  meson test -C build --num-processes 1 -v --suite setup --suite plr
  378   rm -Rf build
  379  exit
  380  rm -Rf build
  381  cd  ~/UCRT_postgres-REL_16_RC1
  382  export R_HOME='/c/R-4.2.3'
  383  export R_ARCH=/x64
  384  export PATH=${R_HOME}/bin${R_ARCH}:${PATH}
  385  echo ${PATH}
  386  meson setup --prefix "${HOME}/PGINSTALL" -DR_HOME='/c/R-4.2.3' -Dbuildtype=release -Db_pie=true -Dnls=disabled -Dplperl=disabled -Dplpython=disabled -Dpltcl=disabled -Dicu=disabled -Dllvm=disabled -Dlz4=disabled -Dzstd=disabled -Dgssapi=disabled -Dldap=disabled -Dpam=disabled -Dbsd_auth=disabled -Dsystemd=disabled -Dbonjour=disabled -Dlibxml=disabled -Dlibxslt=disabled -Dreadline=enabled -Dzlib=disabled -Dextra_version=_UCRT64 -Ddocs=disabled -Ddocs_pdf=disabled -Dcassert=false -Dtap_tests=disabled -Db_coverage=false -Ddtrace=disabled build
  387  meson compile -C build -v
  388  ls -alrt build/contrib/plr
  389  meson test -C build --num-processes 1 -v --suite setup --suite plr
  390   history
  391   cat /ucrt64/lib/pkgconfig/libR.pc
  392  notepad /ucrt64/lib/pkgconfig/libR.pc
  393  notepad /ucrt64/lib/pkgconfig/libR.pc
  394  echo 'subdir(\'plr\')'
  395  echo 'subdir(plr)'
  396  echo 'subdir(\'plr)'
  397  echo 'subdir('"'"'plr)'
  398  echo 'subdir('"'"'plr'"'"')'
  399  ls -alrt
  400  cd UCRT_postgres-REL_16_RC1
  401  ls -alrt
  402  cd build
  403  ls -alrt
  404  which pg_config
  405  which postgres
  406  which psql
  407   cd src/bin
  408  cd pg_config
  409  ls -alrt
  410  ./pg_config
  411  exit
  412  if ( [ ! "${PGROOT2}" == "notset" ] && [ ! "${PGROOT2}" == "" ] ) && [ "${OperatingSystem}" == "Msys" ]; then echo YES; fi
  413  export PGROOT2="YABBA"
  414  if ( [ ! "${PGROOT2}" == "notset" ] && [ ! "${PGROOT2}" == "" ] ) && [ "${OperatingSystem}" == "Msys" ]; then echo YES; fi
  415  uname -o
  416  export OperatingSystem=$(uname -o)
  417  if ( [ ! "${PGROOT2}" == "notset" ] && [ ! "${PGROOT2}" == "" ] ) && [ "${OperatingSystem}" == "Msys" ]; then echo YES; fi
  418  ls -alrt
  419  ls -alrt UCRT*
  420  ls -alrt
  421  cat UCRT_postgres-REL_16_RC1/meson_options.txt
  422  if [ -f "UCRT_postgres-REL_16_RC1/meson_options.txt" ]; then echo EXISTS; fi
  423  exit
  424  ls -alrt
  425  cd UCRT_postgres-REL_16_RC1
  426  ls -alrt
  427  export PG_SOURCE=$(pwd)
  428  echo $PG_SOURCE
  429  export pgversion=$("${PG_SOURCE}/build/src/bin/pg_config" | grep "^VERSION" | sed "s/ = /=/" | sed "s/^.*=//" | grep -oP '[ ].*$' | grep -oP '\d.*$')
  430  ls -alrt /build/src/bin/pg_config
  431  ls -alrt /home/AnonymousUser/UCRT_postgres-REL_16_RC1/build/src/bin/pg_config
  432  ls -alrt /home/AnonymousUser/UCRT_postgres-REL_16_RC1/build/src/bin/pg_config/pg_config
  433  /home/AnonymousUser/UCRT_postgres-REL_16_RC1/build/src/bin/pg_config/pg_config
  434  which pg_config
  435  exit
  436  ls -alrt
  437  cd UCRT_postgres-REL_16_RC1
  438  meson setup --help
  439  ls -alrt
  440  meson configure
  441  meson configure
  442   1/0
  443  echo $?
  444   1/0 2>/dev/null
  445  echo $?
  446   1/0 || true
  447  echo $?
  448   1/0 || ERRORLEVEL=$? || true
  449  echo $ERRORLEVEL
  450  export ERRORLEVEL=0
  451  echo $ERRORLEVEL
  452   1/0 || ERRORLEVEL=$? || true
  453  echo $ERRORLEVEL
  454   1/0 || export ERRORLEVEL=$? || true
  455  echo $ERRORLEVEL
  456  export ERRORLEVEL=0
  457   1/0 || export ERRORLEVEL=$? || true
  458  echo $ERRORLEVEL
  459  echo "meson test FAILED"
  460  exit
  461  which make
  462  exit
  463  which zstd
  464  whihc tar
  465  which tar
  466   cd /w/rtools43
  467   export TAR="/usr/bin/tar"
  468  export TAR_OPTIONS="--force-local"
  469  tar xf rtools43-toolchain-libs-full-5550.tar.zst
  470  cd "/w/rtools43\x86_64-w64-mingw32.static.posix/bin"