Git Product home page Git Product logo

Comments (19)

stcarrez avatar stcarrez commented on July 17, 2024

Very strange. Are the other modules there or are they empty ?

from ada-awa.

freeark1 avatar freeark1 commented on July 17, 2024

from ada-awa.

freeark1 avatar freeark1 commented on July 17, 2024

All empty directories list,
All ada-* except ada-ado
dynamo/
swagger-ada

Now I have guessed the real cause,
error: Server does not allow request for unadvertised object 138efbdc94982ed1f84c5e74ee03d71774d156d4
Fetched in submodule path 'ada-asf', but it did not contain 138efbdc94982ed1f84c5e74ee03d71774d156d4. Direct fetching of that commit failed.

Please see above at the end of git clone command.
I wish this will help you to solve problem.

from ada-awa.

stcarrez avatar stcarrez commented on July 17, 2024

I'm in holidays outside of my country and I don't have my laptop with me... I've never seen your issue. Are you able to clone ada-asf project and others alone ?

from ada-awa.

freeark1 avatar freeark1 commented on July 17, 2024

I have cloned all empty directories manually. Then configure and build is successful to a certain extent. I will work on it then let you know. Also waiting for your return.

from ada-awa.

stcarrez avatar stcarrez commented on July 17, 2024

Back from vacation now. The issue was a missing push on ada-asf project. Fixed now.
Thanks for the report and your patience!

from ada-awa.

freeark1 avatar freeark1 commented on July 17, 2024

I am getting this while building,

gprbuild -m -q -p -Pswagger_tests -XMODE=distrib -XCOVERAGE=no -XPROCESSORS=4
swagger_harness.adb:21:06: file "util-http-clients-curl.ads" not found

compilation of swagger_harness.adb failed

gprbuild: *** compilation phase failed
Makefile:26: recipe for target 'build-test' failed
make[1]: *** [build-test] Error 4
make[1]: Leaving directory '/home/amit/0myspace/ada/gitrepo/ada-awa/swagger-ada'

I am using Ubuntu 18.04 and I think shared library support should be available here. But your ./configure says 'no' for shared library support.

from ada-awa.

stcarrez avatar stcarrez commented on July 17, 2024

Ok, the unit test is using the Ada Util curl support which is not compiled in your case.
You may have to run the following:

sudo apt-get install libcurl4-openssl-dev

and then re-configure and build Ada Utility Library.

from ada-awa.

freeark1 avatar freeark1 commented on July 17, 2024

After installing,
$ sudo apt-get install libcurl4-openssl-dev
$ ./configure --prefix=/usr
$ make
This time built without any error.
$ sudo make install
I have this,
for i in ada-lzma ada-util ada-el ada-security ada-wiki ada-servlet swagger-ada ada-asf ada-ado dynamo awa; do
make -C "$i" install ;
done
make[1]: Entering directory '/home/amit/0myspace/ada/gitrepo/ada-awa/ada-lzma'
gprinstall --uninstall -q -f --prefix=/usr -XMODE=distrib -XCOVERAGE=no -XPROCESSORS=4 lzmada.gpr
gprinstall -p -f --prefix=/usr -XMODE=distrib -XCOVERAGE=no -XPROCESSORS=4 -XLZMA_LIBRARY_TYPE=static --build-name=static lzmada.gpr
Install project LzmAda - static
Environment setup:
export ADA_PROJECT_PATH=/usr/:
make[1]: Leaving directory '/home/amit/0myspace/ada/gitrepo/ada-awa/ada-lzma'
make[1]: Entering directory '/home/amit/0myspace/ada/gitrepo/ada-awa/ada-util'
gprinstall --uninstall -q -f --prefix=/usr -XHARDWARE_PLATFORM=x86_64 -XMODE=distrib -XCOVERAGE=no -XPROCESSORS=4 utilada_core.gpr
gprinstall --uninstall -q -f --prefix=/usr -XHARDWARE_PLATFORM=x86_64 -XMODE=distrib -XCOVERAGE=no -XPROCESSORS=4 utilada_base.gpr
gprinstall --uninstall -q -f --prefix=/usr -XHARDWARE_PLATFORM=x86_64 -XMODE=distrib -XCOVERAGE=no -XPROCESSORS=4 utilada_sys.gpr
gprinstall --uninstall -q -f --prefix=/usr -XHARDWARE_PLATFORM=x86_64 -XMODE=distrib -XCOVERAGE=no -XPROCESSORS=4 utilada_curl.gpr
Makefile:35: recipe for target 'uninstall' failed
make[1]: [uninstall] Error 5 (ignored)
gprinstall --uninstall -q -f --prefix=/usr -XHARDWARE_PLATFORM=x86_64 -XMODE=distrib -XCOVERAGE=no -XPROCESSORS=4 utilada_aws.gpr
Makefile:39: recipe for target 'uninstall' failed
make[1]: [uninstall] Error 5 (ignored)
gprinstall --uninstall -q -f --prefix=/usr -XHARDWARE_PLATFORM=x86_64 -XMODE=distrib -XCOVERAGE=no -XPROCESSORS=4 utilada_lzma.gpr
Makefile:43: recipe for target 'uninstall' failed
make[1]: [uninstall] Error 5 (ignored)
gprinstall --uninstall -q -f --prefix=/usr -XHARDWARE_PLATFORM=x86_64 -XMODE=distrib -XCOVERAGE=no -XPROCESSORS=4 utilada_unit.gpr
Makefile:46: recipe for target 'uninstall' failed
make[1]: [uninstall] Error 5 (ignored)
gprinstall --uninstall -q -f --prefix=/usr -XHARDWARE_PLATFORM=x86_64 -XMODE=distrib -XCOVERAGE=no -XPROCESSORS=4 utilada_http.gpr
Makefile:47: recipe for target 'uninstall' failed
make[1]: [uninstall] Error 5 (ignored)
gprinstall -p -f --prefix=/usr -XHARDWARE_PLATFORM=x86_64 -XMODE=distrib -XCOVERAGE=no -XPROCESSORS=4 -XUTIL_LIBRARY_TYPE=static --build-name=static utilada_core.gpr
Install project UtilAda_Core - static
gprinstall -p -f --prefix=/usr -XHARDWARE_PLATFORM=x86_64 -XMODE=distrib -XCOVERAGE=no -XPROCESSORS=4 -XUTIL_LIBRARY_TYPE=static --build-name=static utilada_base.gpr
Install project UtilAda_Base - static
gprinstall -p -f --prefix=/usr -XHARDWARE_PLATFORM=x86_64 -XMODE=distrib -XCOVERAGE=no -XPROCESSORS=4 -XUTIL_LIBRARY_TYPE=static --build-name=static utilada_sys.gpr
Install project UtilAda_Sys - static
gprinstall -p -f --prefix=/usr -XHARDWARE_PLATFORM=x86_64 -XMODE=distrib -XCOVERAGE=no -XPROCESSORS=4 -XUTIL_LIBRARY_TYPE=static --build-name=static utilada_curl.gpr
Install project UtilAda_Curl - static
gprinstall -p -f --prefix=/usr -XHARDWARE_PLATFORM=x86_64 -XMODE=distrib -XCOVERAGE=no -XPROCESSORS=4 -XUTIL_LIBRARY_TYPE=static --build-name=static utilada_aws.gpr
utilada_aws.gpr:3:06: unknown project file: "aws"
gprinstall: "utilada_aws.gpr" processing failed
Makefile:39: recipe for target 'install-static' failed
make[1]: *** [install-static] Error 4
make[1]: Leaving directory '/home/amit/0myspace/ada/gitrepo/ada-awa/ada-util'
make[1]: Entering directory '/home/amit/0myspace/ada/gitrepo/ada-awa/ada-el'
gprinstall --uninstall -q -f --prefix=/usr -XMODE=distrib -XCOVERAGE=no -XPROCESSORS=4 elada.gpr
gprinstall -p -f --prefix=/usr -XMODE=distrib -XCOVERAGE=no -XPROCESSORS=4 -XEL_LIBRARY_TYPE=static --build-name=static elada.gpr
Install project ElAda - static
Environment setup:
export ADA_PROJECT_PATH=/usr/:
make[1]: Leaving directory '/home/amit/0myspace/ada/gitrepo/ada-awa/ada-el'
make[1]: Entering directory '/home/amit/0myspace/ada/gitrepo/ada-awa/ada-security'
gprinstall --uninstall -q -f --prefix=/usr -XMODE=distrib -XCOVERAGE=no -XPROCESSORS=4 security.gpr
gprinstall -p -f --prefix=/usr -XMODE=distrib -XCOVERAGE=no -XPROCESSORS=4 -XSECURITY_LIBRARY_TYPE=static --build-name=static security.gpr
Install project Security - static
Environment setup:
export ADA_PROJECT_PATH=/usr/:
make[1]: Leaving directory '/home/amit/0myspace/ada/gitrepo/ada-awa/ada-security'
make[1]: Entering directory '/home/amit/0myspace/ada/gitrepo/ada-awa/ada-wiki'
gprinstall --uninstall -q -f --prefix=/usr -XMODE=distrib -XCOVERAGE=no -XPROCESSORS=4 wikiada.gpr
gprinstall -p -f --prefix=/usr -XMODE=distrib -XCOVERAGE=no -XPROCESSORS=4 -XWIKI_LIBRARY_TYPE=static --build-name=static wikiada.gpr
Install project WikiAda - static
Environment setup:
export ADA_PROJECT_PATH=/usr/:
make[1]: Leaving directory '/home/amit/0myspace/ada/gitrepo/ada-awa/ada-wiki'
make[1]: Entering directory '/home/amit/0myspace/ada/gitrepo/ada-awa/ada-servlet'
gprinstall --uninstall -q -f --prefix=/usr -XMODE=distrib -XCOVERAGE=no -XPROCESSORS=4 servletada.gpr
gprinstall --uninstall -q -f --prefix=/usr -XMODE=distrib -XCOVERAGE=no -XPROCESSORS=4 servletada_aws.gpr
Makefile:42: recipe for target 'uninstall' failed
make[1]: [uninstall] Error 5 (ignored)
gprinstall --uninstall -q -f --prefix=/usr -XMODE=distrib -XCOVERAGE=no -XPROCESSORS=4 servletada_unit.gpr
Makefile:45: recipe for target 'uninstall' failed
make[1]: [uninstall] Error 5 (ignored)
gprinstall -p -f --prefix=/usr -XMODE=distrib -XCOVERAGE=no -XPROCESSORS=4 -XSERVLET_LIBRARY_TYPE=static --build-name=static servletada.gpr
Install project ServletAda - static
gprinstall -p -f --prefix=/usr -XMODE=distrib -XCOVERAGE=no -XPROCESSORS=4 -XSERVLET_LIBRARY_TYPE=static --build-name=static servletada_aws.gpr
servletada_aws.gpr:4:06: unknown project file: "aws"
utilada_aws.gpr:3:06: unknown project file: "aws"
utilada_aws.gpr:3:06: imported by "/home/amit/0myspace/ada/gitrepo/ada-awa/ada-util/utilada_aws.gpr"
utilada_aws.gpr:3:06: imported by "/home/amit/0myspace/ada/gitrepo/ada-awa/ada-servlet/servletada_aws.gpr"
gprinstall: "servletada_aws.gpr" processing failed
Makefile:42: recipe for target 'install-static' failed
make[1]: *** [install-static] Error 4
make[1]: Leaving directory '/home/amit/0myspace/ada/gitrepo/ada-awa/ada-servlet'
make[1]: Entering directory '/home/amit/0myspace/ada/gitrepo/ada-awa/swagger-ada'
gprinstall --uninstall -q -f --prefix=/usr -XMODE=distrib -XCOVERAGE=no -XPROCESSORS=4 swagger.gpr
Makefile:63: recipe for target 'uninstall' failed
make[1]: [uninstall] Error 5 (ignored)
gprinstall --uninstall -q -f --prefix=/usr -XMODE=distrib -XCOVERAGE=no -XPROCESSORS=4 swagger_server.gpr
Makefile:66: recipe for target 'uninstall' failed
make[1]: [uninstall] Error 5 (ignored)
gprinstall -p -f --prefix=/usr -XMODE=distrib -XCOVERAGE=no -XPROCESSORS=4 -XSERVLET_LIBRARY_TYPE=static --build-name=static swagger.gpr
utilada_aws.gpr:3:06: unknown project file: "aws"
utilada_aws.gpr:3:06: imported by "/home/amit/0myspace/ada/gitrepo/ada-awa/ada-util/utilada_aws.gpr"
utilada_aws.gpr:3:06: imported by "/home/amit/0myspace/ada/gitrepo/ada-awa/ada-util/utilada_http.gpr"
utilada_aws.gpr:3:06: imported by "/home/amit/0myspace/ada/gitrepo/ada-awa/swagger-ada/swagger.gpr"
gprinstall: "swagger.gpr" processing failed
Makefile:63: recipe for target 'install-static' failed
make[1]: *** [install-static] Error 4
make[1]: Leaving directory '/home/amit/0myspace/ada/gitrepo/ada-awa/swagger-ada'
make[1]: Entering directory '/home/amit/0myspace/ada/gitrepo/ada-awa/ada-asf'
rm -rf /usr/share/dynamo/asf
gprinstall --uninstall -q -f --prefix=/usr -XMODE=distrib -XCOVERAGE=no -XPROCESSORS=4 asf.gpr
gprinstall --uninstall -q -f --prefix=/usr -XMODE=distrib -XCOVERAGE=no -XPROCESSORS=4 asf_unit.gpr
gprinstall -p -f --prefix=/usr -XMODE=distrib -XCOVERAGE=no -XPROCESSORS=4 -XSERVLET_LIBRARY_TYPE=static --build-name=static asf.gpr
Install project Asf - static
gprinstall -p -f --prefix=/usr -XMODE=distrib -XCOVERAGE=no -XPROCESSORS=4 -XSERVLET_LIBRARY_TYPE=static --build-name=static asf_unit.gpr
Install project Asf_Unit - static
Environment setup:
export ADA_PROJECT_PATH=/usr/:
mkdir -p /usr/share/dynamo/asf/bundles
mkdir -p /usr/share/dynamo/asf/web
(cd web && tar --exclude=.svn --exclude='~' -cf - . )| (cd /usr/share/dynamo/asf/web && tar xf -)
cp bundles/
.properties /usr/share/dynamo/asf/bundles/
cp dynamo.xml /usr/share/dynamo/asf/
cp NOTICE.txt /usr/share/dynamo/asf/
cp LICENSE.txt /usr/share/dynamo/asf/
make[1]: Leaving directory '/home/amit/0myspace/ada/gitrepo/ada-awa/ada-asf'
make[1]: Entering directory '/home/amit/0myspace/ada/gitrepo/ada-awa/ada-ado'
rm -rf /usr/share/dynamo/ado
gprinstall --uninstall -q -f --prefix=/usr -XMODE=distrib -XCOVERAGE=no -XPROCESSORS=4 ado.gpr
gprinstall --uninstall -q -f --prefix=/usr -XMODE=distrib -XCOVERAGE=no -XPROCESSORS=4 ado_sqlite.gpr
gprinstall --uninstall -q -f --prefix=/usr -XMODE=distrib -XCOVERAGE=no -XPROCESSORS=4 ado_mysql.gpr
gprinstall --uninstall -q -f --prefix=/usr -XMODE=distrib -XCOVERAGE=no -XPROCESSORS=4 ado_all.gpr
gprinstall -p -f --prefix=/usr -XMODE=distrib -XCOVERAGE=no -XPROCESSORS=4 -XADO_LIBRARY_TYPE=static --build-name=static ado.gpr
Install project Ado - static
gprinstall -p -f --prefix=/usr -XMODE=distrib -XCOVERAGE=no -XPROCESSORS=4 -XADO_LIBRARY_TYPE=static --build-name=static ado_sqlite.gpr
Install project Ado_Sqlite - static
gprinstall -p -f --prefix=/usr -XMODE=distrib -XCOVERAGE=no -XPROCESSORS=4 -XADO_LIBRARY_TYPE=static --build-name=static ado_mysql.gpr
Install project Ado_Mysql - static
gprinstall -p -f --prefix=/usr -XMODE=distrib -XCOVERAGE=no -XPROCESSORS=4 -XADO_LIBRARY_TYPE=static --build-name=static ado_all.gpr
Install project Ado_All - static
Environment setup:
export ADA_PROJECT_PATH=/usr/:
mkdir -p /usr/share/dynamo/ado/db
cp db/.xml /usr/share/dynamo/ado/db/
mkdir -p /usr/share/dynamo/ado/db/mysql
cp db/mysql/ado-
.sql /usr/share/dynamo/ado/db/mysql
mkdir -p /usr/share/dynamo/ado/db/sqlite
cp db/sqlite/ado-.sql /usr/share/dynamo/ado/db/sqlite
cp dynamo.xml /usr/share/dynamo/ado/
cp NOTICE.txt /usr/share/dynamo/ado/
cp LICENSE.txt /usr/share/dynamo/ado/
make[1]: Leaving directory '/home/amit/0myspace/ada/gitrepo/ada-awa/ada-ado'
make[1]: Entering directory '/home/amit/0myspace/ada/gitrepo/ada-awa/dynamo'
mkdir -p /usr/bin
mkdir -p /usr/share/dynamo/base
mkdir -p /usr/share/dynamo/base/db
mkdir -p /usr/share/dynamo/base/mappings
mkdir -p /usr/share/dynamo/base/commands
mkdir -p /usr/share/man/man1
/usr/bin/install -c bin/dynamo /usr/bin/dynamo
/usr/bin/install -c doc/dynamo.1 /usr/share/man/man1/dynamo.1
cp config/
.properties /usr/share/dynamo/base
cp config/.xsl /usr/share/dynamo/base
cp config/
.sql /usr/share/dynamo/base
rm -rf /usr/share/dynamo/base/templates
rm -rf /usr/share/dynamo/base/commands
rm -rf /usr/share/dynamo/base/mappings
rm -rf /usr/share/dynamo/base/uml
cp -r config/uml /usr/share/dynamo/base
cp -r config/mappings /usr/share/dynamo/base
cp -r config/templates /usr/share/dynamo/base
cp -r config/commands /usr/share/dynamo/base
cp config/db/*.xml /usr/share/dynamo/base/db
make[1]: Leaving directory '/home/amit/0myspace/ada/gitrepo/ada-awa/dynamo'
make[1]: Entering directory '/home/amit/0myspace/ada/gitrepo/ada-awa/awa'
rm -rf /usr/share/dynamo/awa
gprinstall --uninstall -q -f --prefix=/usr -XMODE=distrib -XCOVERAGE=no -XPROCESSORS=4 awa.gpr
gprinstall --uninstall -q -f --prefix=/usr -XMODE=distrib -XCOVERAGE=no -XPROCESSORS=4 awa_unit.gpr
gprinstall --uninstall -q -f --prefix=/usr -XMODE=distrib -XCOVERAGE=no -XPROCESSORS=4 awa_workspaces.gpr
rm -rf /usr/share/dynamo/awa_workspaces
gprinstall --uninstall -q -f --prefix=/usr -XMODE=distrib -XCOVERAGE=no -XPROCESSORS=4 awa_mail.gpr
plugins/awa-mail/Makefile:8: recipe for target 'uninstall' failed
make[1]: [uninstall] Error 5 (ignored)
rm -rf /usr/share/dynamo/awa_mail
gprinstall --uninstall -q -f --prefix=/usr -XMODE=distrib -XCOVERAGE=no -XPROCESSORS=4 awa_counters.gpr
plugins/awa-counters/Makefile:9: recipe for target 'uninstall' failed
make[1]: [uninstall] Error 5 (ignored)
rm -rf /usr/share/dynamo/awa_counters
gprinstall --uninstall -q -f --prefix=/usr -XMODE=distrib -XCOVERAGE=no -XPROCESSORS=4 awa_storages.gpr
plugins/awa-storages/Makefile:9: recipe for target 'uninstall' failed
make[1]: [uninstall] Error 5 (ignored)
rm -rf /usr/share/dynamo/awa_storages
gprinstall --uninstall -q -f --prefix=/usr -XMODE=distrib -XCOVERAGE=no -XPROCESSORS=4 awa_images.gpr
plugins/awa-images/Makefile:9: recipe for target 'uninstall' failed
make[1]: [uninstall] Error 5 (ignored)
rm -rf /usr/share/dynamo/awa_images
gprinstall --uninstall -q -f --prefix=/usr -XMODE=distrib -XCOVERAGE=no -XPROCESSORS=4 awa_comments.gpr
plugins/awa-comments/Makefile:9: recipe for target 'uninstall' failed
make[1]: [uninstall] Error 5 (ignored)
rm -rf /usr/share/dynamo/awa_comments
gprinstall --uninstall -q -f --prefix=/usr -XMODE=distrib -XCOVERAGE=no -XPROCESSORS=4 awa_jobs.gpr
plugins/awa-jobs/Makefile:9: recipe for target 'uninstall' failed
make[1]: [uninstall] Error 5 (ignored)
rm -rf /usr/share/dynamo/awa_jobs
gprinstall --uninstall -q -f --prefix=/usr -XMODE=distrib -XCOVERAGE=no -XPROCESSORS=4 awa_votes.gpr
plugins/awa-votes/Makefile:9: recipe for target 'uninstall' failed
make[1]: [uninstall] Error 5 (ignored)
rm -rf /usr/share/dynamo/awa_votes
gprinstall --uninstall -q -f --prefix=/usr -XMODE=distrib -XCOVERAGE=no -XPROCESSORS=4 awa_tags.gpr
plugins/awa-tags/Makefile:9: recipe for target 'uninstall' failed
make[1]: [uninstall] Error 5 (ignored)
rm -rf /usr/share/dynamo/awa_tags
rm -rf /usr/share/dynamo/awa_flotcharts
gprinstall --uninstall -q -f --prefix=/usr -XMODE=distrib -XCOVERAGE=no -XPROCESSORS=4 awa_wikis.gpr
plugins/awa-wikis/Makefile:9: recipe for target 'uninstall' failed
make[1]: [uninstall] Error 5 (ignored)
rm -rf /usr/share/dynamo/awa_wikis
gprinstall --uninstall -q -f --prefix=/usr -XMODE=distrib -XCOVERAGE=no -XPROCESSORS=4 awa_blogs.gpr
plugins/awa-blogs/Makefile:9: recipe for target 'uninstall' failed
make[1]: [uninstall] Error 5 (ignored)
rm -rf /usr/share/dynamo/awa_blogs
rm -rf /usr/share/dynamo/awa_markedit
rm -rf /usr/share/dynamo/awa_trumbowyg
gprinstall --uninstall -q -f --prefix=/usr -XMODE=distrib -XCOVERAGE=no -XPROCESSORS=4 awa_questions.gpr
plugins/awa-questions/Makefile:9: recipe for target 'uninstall' failed
make[1]: [uninstall] Error 5 (ignored)
rm -rf /usr/share/dynamo/awa_questions
gprinstall --uninstall -q -f --prefix=/usr -XMODE=distrib -XCOVERAGE=no -XPROCESSORS=4 awa_countries.gpr
plugins/awa-countries/Makefile:9: recipe for target 'uninstall' failed
make[1]: [uninstall] Error 5 (ignored)
rm -rf /usr/share/dynamo/awa_countries
gprinstall --uninstall -q -f --prefix=/usr -XMODE=distrib -XCOVERAGE=no -XPROCESSORS=4 awa_settings.gpr
plugins/awa-settings/Makefile:9: recipe for target 'uninstall' failed
make[1]: [uninstall] Error 5 (ignored)
rm -rf /usr/share/dynamo/awa_settings
gprinstall --uninstall -q -f --prefix=/usr -XMODE=distrib -XCOVERAGE=no -XPROCESSORS=4 awa_changelogs.gpr
plugins/awa-changelogs/Makefile:9: recipe for target 'uninstall' failed
make[1]: [uninstall] Error 5 (ignored)
rm -rf /usr/share/dynamo/awa_changelogs
gprinstall --uninstall -q -f --prefix=/usr -XMODE=distrib -XCOVERAGE=no -XPROCESSORS=4 awa_setup.gpr
plugins/awa-setup/Makefile:8: recipe for target 'uninstall' failed
make[1]: [uninstall] Error 5 (ignored)
rm -rf /usr/share/dynamo/awa_setup
gprinstall -p -f --prefix=/usr -XMODE=distrib -XCOVERAGE=no -XPROCESSORS=4 -XAWA_LIBRARY_TYPE=static --build-name=static awa.gpr
Install project Awa - static
gprinstall -p -f --prefix=/usr -XMODE=distrib -XCOVERAGE=no -XPROCESSORS=4 -XAWA_LIBRARY_TYPE=static --build-name=static awa_unit.gpr
Install project Awa_Unit - static
gprinstall -p -f --prefix=/usr -XMODE=distrib -XCOVERAGE=no -XPROCESSORS=4 -XAWA_LIBRARY_TYPE=static --build-name=static ./plugins/awa-workspaces/awa_workspaces.gpr
Install project Awa_Workspaces - static
gprinstall -p -f --prefix=/usr -XMODE=distrib -XCOVERAGE=no -XPROCESSORS=4 -XAWA_LIBRARY_TYPE=static --build-name=static ./plugins/awa-mail/awa_mail.gpr
awa_mail.gpr:2:06: unknown project file: "aws"
gprinstall: "./plugins/awa-mail/awa_mail.gpr" processing failed
plugins/awa-mail/Makefile:8: recipe for target 'install-static' failed
make[1]: *** [install-static] Error 4
make[1]: Leaving directory '/home/amit/0myspace/ada/gitrepo/ada-awa/awa'
Makefile:125: recipe for target 'install' failed
make: *** [install] Error 2

Are they false positives or something lurking there?

from ada-awa.

stcarrez avatar stcarrez commented on July 17, 2024

The following:

gprinstall -p -f --prefix=/usr -XHARDWARE_PLATFORM=x86_64 -XMODE=distrib -XCOVERAGE=no -XPROCESSORS=4 -XUTIL_LIBRARY_TYPE=static --build-name=static utilada_aws.gpr
utilada_aws.gpr:3:06: unknown project file: "aws"
gprinstall: "utilada_aws.gpr" processing failed

is a real error.

It looks like you have not installed Ada Web Server (aws).

On Ubuntu 18.04, you have to install libaws for that.

sudo apt-get install libaws3.3.2.2-dev

After that, you will have to run the top-level configure script in ada-awa again.

from ada-awa.

freeark1 avatar freeark1 commented on July 17, 2024

Thank you.
It seems now it's done.
As I use ada-awa, if I find any bug/issue then I will report you.

from ada-awa.

stcarrez avatar stcarrez commented on July 17, 2024

Great! Feel free to ask or report issues as you try it. Thanks!

from ada-awa.

tonygair avatar tonygair commented on July 17, 2024

Hi, I'm building this and getting an error

gprbuild -m -q -p -Pswagger_tests -XMODE=distrib -XCOVERAGE=no -XPROCESSORS=4
swagger_harness.adb:21:06: file "util-http-clients-curl.ads" not found

compilation of swagger_harness.adb failed

gprbuild: *** compilation phase failed
Makefile:26: recipe for target 'build-test' failed
make[1]: *** [build-test] Error 4
make[1]: Leaving directory '/home/tony/tools/ada-awa/swagger-ada'

I've tried regitting and rebuilding ada-awa but getting the same error. I was also wondering where the source code for the example project was kept. fantastic project btw well done!

from ada-awa.

tonygair avatar tonygair commented on July 17, 2024

on further investigation there seems to be a reference commented out with a # I removed that and it all built nicely

from ada-awa.

tonygair avatar tonygair commented on July 17, 2024

now I have an error for awa-sysadmin when I "make install",

cp ./plugins/awa-sysadmin/dynamo.xml /home/tony/opt/ada-awa/share/dynamo/awa_sysadmin/dynamo.xml
cp: cannot stat './plugins/awa-sysadmin/dynamo.xml': No such file or directory
plugins/awa-sysadmin/Makefile:9: recipe for target 'install' failed
make[1]: *** [install] Error 1
make[1]: Leaving directory '/home/tony/tools/ada-awa/awa'
Makefile:127: recipe for target 'install' failed
make: *** [install] Error 2
tony@ws:~/tools/ada-awa$

is it important

from ada-awa.

stcarrez avatar stcarrez commented on July 17, 2024

@tonygair Thanks for your comments!

gprbuild -m -q -p -Pswagger_tests -XMODE=distrib -XCOVERAGE=no -XPROCESSORS=4
swagger_harness.adb:21:06: file "util-http-clients-curl.ads" not found

This error is due to Swagger Ada unit tests that are using Curl support in Ada Util but this Curl support is not built because curl development package are not installed.

cp: cannot stat './plugins/awa-sysadmin/dynamo.xml': No such file or directory

Ok, I forgot to commit that file. I've fixed it. This error is not important because the sysadmin module is standalone and not yet finished.

I've moved the Atlas demonstration in a separate project because it was getting bigger and bigger.
You'll find it here:

https://github.com/stcarrez/atlas

You may have a look at Docker hub in the following two projects:

from ada-awa.

tonygair avatar tonygair commented on July 17, 2024

Ah my apologies I didn't know the circumstances. I hope to use AWA as a basis for an employment references storage application. Good to know its still under development

from ada-awa.

stcarrez avatar stcarrez commented on July 17, 2024

The build environment was improved with AWA 2.2.0, it's fixed.

from ada-awa.

freeark1 avatar freeark1 commented on July 17, 2024

from ada-awa.

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.