[Gambas-bugtracker] Bug #1423: Errors with Commit 737b77c3

bugtracker at gambaswiki.org bugtracker at gambaswiki.org
Sun Sep 23 15:38:08 CEST 2018


http://gambaswiki.org/bugtracker/edit?object=BUG.1423&from=L21haW4-

vuott VUOTT reported a new bug.

Summary
-------

Errors with Commit 737b77c3

Type             : Bug
Priority         : Medium
Gambas version   : Unknown
Product          : Unknown


Description
-----------

Hello,
I was installing Commit 737b77c3, but at end of "make install" I obtain these errors:


----------------------------------------------------------------------
make  install-data-hook
make[4]: Entering directory '/home/ploppo/gambasdevel/gb.openssl/src'
Installing the gb.openssl control icons if needed...
Creating the information files for gb.openssl component...
/usr/bin/gbi3: symbol lookup error: /usr/lib/gambas3/gb.so: undefined symbol: NATIVE_String
gbi3: warning: component gb.xml.rpc not found

make[4]: Leaving directory '/home/vuott/gambasdevel/gb.openssl/src'
make[3]: Leaving directory '/home/vuott/gambasdevel/gb.openssl/src'
make[2]: Leaving directory '/home/vuott/gambasdevel/gb.openssl/src'
make[2]: Entering directory '/home/vuott/gambasdevel/gb.openssl'
make[3]: Entering directory '/home/vuott/gambasdevel/gb.openssl'
make[3]: Nothing to be done for 'install-exec-am'.
make[3]: Nothing to be done for 'install-data-am'.
make[3]: Leaving directory '/home/vuott/gambasdevel/gb.openssl'
make[2]: Leaving directory '/home/vuott/gambasdevel/gb.openssl'
make[1]: Leaving directory '/home/vuott/gambasdevel/gb.openssl'
Making install in gb.openal
make[1]: Entering directory '/home/vuott/gambasdevel/gb.openal'
Making install in src
make[2]: Entering directory '/home/vuott/gambasdevel/gb.openal/src'
make[3]: Entering directory '/home/vuott/gambasdevel/gb.openal/src'
make[3]: Nothing to be done for 'install-exec-am'.
 /bin/mkdir -p '/usr/lib/gambas3'
 /usr/bin/install -c -m 644 gb.openal.component '/usr/lib/gambas3'
 /bin/mkdir -p '/usr/lib/gambas3'
 /usr/bin/install -c -m 644 gb.openal.component '/usr/lib/gambas3'
 /bin/mkdir -p '/usr/lib/gambas3'
 /bin/bash ../libtool   --mode=install /usr/bin/install -c   gb.openal.la '/usr/lib/gambas3'
libtool: install: /usr/bin/install -c .libs/gb.openal.so.0.0.0 /usr/lib/gambas3/gb.openal.so.0.0.0
libtool: install: (cd /usr/lib/gambas3 && { ln -s -f gb.openal.so.0.0.0 gb.openal.so.0 || { rm -f gb.openal.so.0 && ln -s gb.openal.so.0.0.0 gb.openal.so.0; }; })
libtool: install: (cd /usr/lib/gambas3 && { ln -s -f gb.openal.so.0.0.0 gb.openal.so || { rm -f gb.openal.so && ln -s gb.openal.so.0.0.0 gb.openal.so; }; })
libtool: install: /usr/bin/install -c .libs/gb.openal.lai /usr/lib/gambas3/gb.openal.la
libtool: finish: PATH="/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin:/sbin" ldconfig -n /usr/lib/gambas3
----------------------------------------------------------------------
Libraries have been installed in:
   /usr/lib/gambas3

If you ever happen to want to link against installed libraries
in a given directory, LIBDIR, you must either use libtool, and
specify the full pathname of the library, or use the '-LLIBDIR'
flag during linking and do at least one of the following:
   - add LIBDIR to the 'LD_LIBRARY_PATH' environment variable
     during execution
   - add LIBDIR to the 'LD_RUN_PATH' environment variable
     during linking
   - use the '-Wl,-rpath -Wl,LIBDIR' linker flag
   - have your system administrator add LIBDIR to '/etc/ld.so.conf'

See any operating system documentation about shared libraries for
more information, such as the ld(1) and ld.so(8) manual pages.
----------------------------------------------------------------------
make  install-data-hook
make[4]: Entering directory '/home/vuott/gambasdevel/gb.openal/src'
Installing the gb.openal control icons if needed...
Creating the information files for gb.openal component...
/usr/bin/gbi3: symbol lookup error: /usr/lib/gambas3/gb.so: undefined symbol: NATIVE_String
gbi3: warning: component gb.xml.rpc not found

make[4]: Leaving directory '/home/vuott/gambasdevel/gb.openal/src'
make[3]: Leaving directory '/home/vuott/gambasdevel/gb.openal/src'
make[2]: Leaving directory '/home/vuott/gambasdevel/gb.openal/src'
make[2]: Entering directory '/home/vuott/gambasdevel/gb.openal'
make[3]: Entering directory '/home/vuott/gambasdevel/gb.openal'
make[3]: Nothing to be done for 'install-exec-am'.
make[3]: Nothing to be done for 'install-data-am'.
make[3]: Leaving directory '/home/vuott/gambasdevel/gb.openal'
make[2]: Leaving directory '/home/vuott/gambasdevel/gb.openal'
make[1]: Leaving directory '/home/vuott/gambasdevel/gb.openal'
Making install in comp
make[1]: Entering directory '/home/vuott/gambasdevel/comp'
make[2]: Entering directory '/home/vuott/gambasdevel/comp'
Installing the components...
Compiling gb.eval.highlight...
gbc: error: Component not found: gb
Compiling gb.args...
gbc: error: Component not found: gb
Compiling gb.settings...
gbc: error: Component not found: gb
Compiling gb.gui.base...
gbc: error: Component not found: gb
Compiling gb.form...
gbc: error: Component not found: gb
Compiling gb.form.stock...
gbc: error: Component not found: gb
Compiling gb.form.dialog...
gbc: error: Component not found: gb
Compiling gb.form.mdi...
gbc: error: Component not found: gb
Compiling gb.db.form...
gbc: error: Component not found: gb
Compiling gb.desktop...
gbc: error: Component not found: gb
Compiling gb.web...
gbc: error: Component not found: gb
Compiling gb.report...
gbc: error: Component not found: gb
Compiling gb.report2...
gbc: error: Component not found: gb
Compiling gb.chart...
gbc: error: Component not found: gb
Compiling gb.mysql...
gbc: error: Component not found: gb
Compiling gb.net.smtp...
gbc: error: Component not found: gb
Compiling gb.net.pop3...
gbc: error: Component not found: gb
Compiling gb.memcached...
gbc: error: Component not found: gb
Compiling gb.map...
gbc: error: Component not found: gb
Compiling gb.logging...
gbc: error: Component not found: gb
Compiling gb.markdown...
gbc: error: Component not found: gb
Compiling gb.media.form...
gbc: error: Component not found: gb
Compiling gb.scanner...
gbc: error: Component not found: gb
Compiling gb.util...
gbc: error: Component not found: gb
Compiling gb.util.web...
gbc: error: Component not found: gb
Compiling gb.form.editor...
gbc: error: Component not found: gb
Compiling gb.dbus.trayicon...
gbc: error: Component not found: gb
Compiling gb.web.form...
gbc: error: Component not found: gb
Compiling gb.form.terminal...
gbc: error: Component not found: gb
Compiling gb.term.form...
gbc: error: Component not found: gb
Compiling gb.web.feed...
gbc: error: Component not found: gb
make[2]: Nothing to be done for 'install-data-am'.
make[2]: Leaving directory '/home/vuott/gambasdevel/comp'
make[1]: Leaving directory '/home/vuott/gambasdevel/comp'
Making install in app
make[1]: Entering directory '/home/vuott/gambasdevel/app'
make[2]: Entering directory '/home/vuott/gambasdevel/app'
Installing the development environment...
Compiling gambas3...
gbc: error: Component not found: gb
Compiling gbs3...
gbc: error: Component not found: gb
Installing the scripter...
Registering Gambas script mimetype
Registering Gambas server page mimetype
Installing the Gambas appdata file
Installing the Gambas template projects
/usr/bin/install -c -d /usr/share/gambas3/template;
cp -R ./template/* /usr/share/gambas3/template;
make[2]: Nothing to be done for 'install-data-am'.
make[2]: Leaving directory '/home/vuott/gambasdevel/app'
make[1]: Leaving directory '/home/vuott/gambasdevel/app'
Making install in .
make[1]: Entering directory '/home/vuott/gambasdevel'
make[2]: Entering directory '/home/vuott/gambasdevel'

||
|| Unable to compile gbh3
|| Unable to compile gb.net.curl
|| Unable to compile gb.xml
|| Unable to compile gb.dbus
|| Unable to compile gb.eval.highlight
|| Unable to compile gb.args
|| Unable to compile gb.settings
|| Unable to compile gb.gui.base
|| Unable to compile gb.form
|| Unable to compile gb.form.stock
|| Unable to compile gb.form.dialog
|| Unable to compile gb.form.mdi
|| Unable to compile gb.db.form
|| Unable to compile gb.desktop
|| Unable to compile gb.web
|| Unable to compile gb.report
|| Unable to compile gb.report2
|| Unable to compile gb.chart
|| Unable to compile gb.mysql
|| Unable to compile gb.net.smtp
|| Unable to compile gb.net.pop3
|| Unable to compile gb.memcached
|| Unable to compile gb.map
|| Unable to compile gb.logging
|| Unable to compile gb.markdown
|| Unable to compile gb.media.form
|| Unable to compile gb.scanner
|| Unable to compile gb.util
|| Unable to compile gb.util.web
|| Unable to compile gb.form.editor
|| Unable to compile gb.dbus.trayicon
|| Unable to compile gb.web.form
|| Unable to compile gb.form.terminal
|| Unable to compile gb.term.form
|| Unable to compile gb.web.feed
|| Unable to compile gambas3
|| Unable to compile gbs3
||

make[2]: Nothing to be done for 'install-data-am'.
make[2]: Leaving directory '/home/vuott/gambasdevel'
make[1]: Leaving directory '/home/vuott/gambasdevel'


System information
------------------

Linux Mint 19 Cinnamon v. 3.8.9
Kernel Linux 4.15.0-34-generic
Processor AMD Phenom(tm) II X4 975 Processor × 4
Memory 3.9 GB
Graphic card: Advanced Micro Devices, Inc. [AMD/ATI] Turks PRO [Radeon HD 6570/7570/8550] (prog-if 00 [VGA controller])




More information about the Bugtracker mailing list