Skip to content

Installation from main branch failed #121

Description

@richardm90

I tried installing noxDB for the first time but hit a problem when running the gmake command.

Here's the full terminal output:

$ mkdir /prj
$ cd /prj
$ git clone https://github.com/sitemule/noxDB.git
Cloning into 'noxDB'...
remote: Enumerating objects: 6004, done.
remote: Counting objects: 100% (280/280), done.
remote: Compressing objects: 100% (141/141), done.
remote: Total 6004 (delta 172), reused 177 (delta 131), pack-reused 5724 (from 1)
Receiving objects: 100% (6004/6004), 39.79 MiB | 6.82 MiB/s, done.
Resolving deltas: 100% (4646/4646), done.
Updating files: 100% (399/399), done.
$ cd noxDB
$ git checkout main
branch 'main' set up to track 'origin/main'.
Switched to a new branch 'main'
$ gmake
system -q "CRTLIB NOXDBUTF8 TYPE(*TEST)"
system -q "DLTOBJ OBJ(NOXDBUTF8/*ALL)     OBJTYPE(*MODULE)"
gmake: [makefile:91: NOXDBUTF8.lib] Error 255 (ignored)
mkdir -p ./ext/include/qoar/h
ln -s /QSYS.LIB/QOAR.LIB/H.file/QRNTYPES.MBR ./ext/include/qoar/h/qrntypes
ln -s /QSYS.LIB/QOAR.LIB/H.file/QRNDTAGEN.MBR ./ext/include/qoar/h/qrndtagen
ln -s /QSYS.LIB/QOAR.LIB/H.file/QRNDTAINTO.MBR ./ext/include/qoar/h/qrndtainto
touch src/githash.c
echo "// CMD:CRTCMOD" > src/githash.c
echo "#pragma comment(copyright,\"System & Method A/S - Sitemule: git checkout 11dc533 (hash: 11dc533002978cff8d1804ee2f551c81b0924755 ) build: \")" >> src/githash.c
system -i "CRTSRCPF FILE(NOXDBUTF8/QRPGLEREF) RCDLEN(132)"
CPC7301: File QRPGLEREF created in library NOXDBUTF8.
system -i "CRTSRCPF FILE(NOXDBUTF8/H) RCDLEN(132)"
CPC7301: File H created in library NOXDBUTF8.
system "CPYFRMSTMF FROMSTMF('headers/noxDbUtf8.rpgle') TOMBR('/QSYS.lib/NOXDBUTF8.lib/QRPGLEREF.file/noxDbUtf8.mbr') MBROPT(*REPLACE)"
CPCA081: Stream file copied to object.
system "CPYFRMSTMF FROMSTMF('include/noxDbUtf8.h') TOMBR('/QSYS.lib/NOXDBUTF8.lib/H.file/noxDbUtf8.mbr') MBROPT(*REPLACE)"
CPCA081: Stream file copied to object.
/QOpenSys/pkgs/bin/bash: line 1: ./compile.py: No such file or directory
gmake: *** [makefile:111: ext/src/e2aa2e.c] Error 127
$

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

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