[Gambas-bugtracker] Bug #2706: Gambas packs the content of .public into executable even if .public is a symlink
bugtracker at gambaswiki.org
bugtracker at gambaswiki.org
Sat Feb 11 14:51:47 CET 2023
http://gambaswiki.org/bugtracker/edit?object=BUG.2706&from=L21haW4-
Christof THALHOFER reported a new bug.
Summary
-------
Gambas packs the content of .public into executable even if .public is a symlink
Type : Bug
Priority : Medium
Gambas version : 3.18
Product : Web components
Description
-----------
Gambas packs the content of the dir '.public' into the executable even if '.public' is a symlink.
I use a symlink '.public' to a directory containing static files so that the internal webserver can deliver css-files while developing and debugging.
'.public' => /path/to/static/files
When I create an executable of the project, Gambas packs all the static files from '/path/to/static/files' into the executable and blows up the size of the executable with unnecessary stuff.
This should not happen.
System information
------------------
[System]
Gambas=3.18
OperatingSystem=Linux
Kernel=5.4.0-139-generic
Architecture=x86_64
Distribution=Ubuntu 20.04.5 LTS
Desktop=XFCE
Font=DejaVu Sans,10
Scale=7
Theme=proxy
Language=de_DE.UTF-8
Memory=15454M
[Programs]
gcc=gcc (Ubuntu 9.4.0-1ubuntu1~20.04.1) 9.4.0
git=git version 2.25.1
[Libraries]
Cairo=libcairo.so.2.11600.0
Curl=libcurl.so.4.6.0
DBus=libdbus-1.so.3.19.11
GDK2=libgdk-x11-2.0.so.0.2400.32
GDK3=libgdk-3.so.0.2404.16
GStreamer=libgstreamer-1.0.so.0.1603.0
GTK+2=libgtk-x11-2.0.so.0.2400.32
GTK+3=libgtk-3.so.0.2404.16
OpenGL=libGL.so.1.7.0
Poppler=libpoppler.so.97.0.0
QT5=libQt5Core.so.5.12.8
RSvg=librsvg-2.so.2.47.0
SDL=libSDL-1.2.so.0.11.4
SQLite=libsqlite3.so.0.8.6
[Environment]
CLUTTER_IM_MODULE=xim
DBUS_SESSION_BUS_ADDRESS=unix:path=/run/user/1000/bus
DEFAULTS_PATH=/usr/share/gconf/xfce.default.path
DESKTOP_SESSION=xfce
DISPLAY=:0.0
GB_GUI=gb.qt5
GDMSESSION=xfce
GTK_IM_MODULE=xim
GTK_MODULES=canberra-gtk-module:canberra-gtk-module
HOME=<home>
LANG=de_DE.UTF-8
LC_ALL=de_DE.UTF-8
LIBVIRT_DEFAULT_URI=qemu:///system
LOGNAME=<user>
MANDATORY_PATH=/usr/share/gconf/xfce.mandatory.path
PANEL_GDK_CORE_DEVICE_EVENTS=0
PATH=<home>/.local/bin:<home>/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin:/snap/bin
PWD=<home>
QT4_IM_MODULE=xim
QT_ACCESSIBILITY=1
QT_LOGGING_RULES=*.debug=false
QT_QPA_PLATFORMTHEME=appmenu-qt5
SESSION_MANAGER=local/<hostname>:@/tmp/.ICE-unix/3648,unix/<hostname>:/tmp/.ICE-unix/3648
SHELL=/usr/bin/zsh
SHLVL=0
SSH_AGENT_PID=3763
SSH_AUTH_SOCK=/tmp/ssh-9rqYQ7U8lP29/agent.3648
TZ=:/etc/localtime
USER=<user>
USERNAME=<user>
WINDOWPATH=2
XAUTHORITY=/run/user/1000/gdm/Xauthority
XDG_CONFIG_DIRS=/etc/xdg/xdg-xfce:/etc/xdg:/etc/xdg
XDG_CURRENT_DESKTOP=XFCE
XDG_DATA_DIRS=/usr/share/xfce4:/usr/share/xfce:/usr/local/share/:/usr/share/:/var/lib/snapd/desktop:/var/lib/snapd/desktop:/usr/share
XDG_MENU_PREFIX=xfce-
XDG_RUNTIME_DIR=/run/user/1000
XDG_SEAT=seat0
XDG_SESSION_CLASS=user
XDG_SESSION_DESKTOP=xfce
XDG_SESSION_ID=1
XDG_SESSION_TYPE=x11
XDG_VTNR=2
XMODIFIERS=@im=none
force_s3tc_enable=true
More information about the Bugtracker
mailing list