[Gambas-user] Issue 598 in gambas: Deploy of components on debian systems fails because of gambas3-prefix
gambas at ...2524...
gambas at ...2524...
Thu Jan 22 11:58:25 CET 2015
Status: New
Owner: ----
Labels: Version Type-Bug Priority-Medium OpSys-Any Dist-Any Arch-Any
Desktop-Any GUI-Any
New issue 598 by chr4... at ...1601...: Deploy of components on debian
systems fails because of gambas3-prefix
https://code.google.com/p/gambas/issues/detail?id=598
1) Describe the problem.
If I tag a project as component and package it to a .deb-file, the package
should be named as "gambas3-vendor-name-version.deb" (so it is shown in the
wizard) but the package created is named "vendor-name-version.deb".
If I push that component-package to our apt-repos and install that on my
computer, a project relying on that component fails when packaged as .deb,
because it needs "gambas3-vendor-name-version.deb" to be installed
not "vendor-name-version.deb".
2) Give information about your system. Use the 'System information' menu in
the Gambas IDE, and paste the result there.
[System]
Gambas=3.6.2
OperatingSystem=Linux
Kernel=3.11.0-20-generic
Architecture=x86_64
Distribution=Ubuntu 14.04.1 LTS
Desktop=XFCE
Theme=QGtk
Language=de_DE.UTF-8
Memory=3848M
[Libraries]
Cairo=libcairo.so.0.0.0
Cairo=libcairo.so.2.11301.0
Curl=libcurl.so.4.3.0
DBus=libdbus-1.so.3.7.6
GStreamer=libgstreamer-0.10.so.0.30.0
GStreamer=libgstreamer-1.0.so.0.204.0
GTK+3=libgtk-3.so.0.1000.8
GTK+=libgtk-x11-2.0.so.0.2400.23
OpenGL=libGL.so.1.2.0
Poppler=libpoppler.so.44.0.0
Qt4=libQtCore.so.4.8.6
SDL=libSDL-1.2.so.0.11.4
6) Explain clearly how to reproduce the bug or the crash.
a) Create a Project "CompProject" as component.
b) Create a install-file for Debian. In the wizard the correct name for it
is shown:
"gambas3-vendor-compproj-version"
But on disk the package is
"vendor-compproj-version.deb"
c) Install that package on an Ubuntu or Debian system.
d) There open IDE. Create a new project "TestProject" and define that a
component used is the component created and installed in a/b/c.
e) Create a install-file (.deb-file) of "TestProject" for Debian. If you
want to install it, installation is refused, because it depends
on "gambas3-vendor-compproj-version" but installed
is "vendor-compproj-version".
--
You received this message because this project is configured to send all
issue notifications to this address.
You may adjust your notification preferences at:
https://code.google.com/hosting/settings
More information about the User
mailing list