google-code-export / gambas

Automatically exported from code.google.com/p/gambas
1 stars 0 forks source link

makepkg missing in Ubuntu Pangolin #254

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
1) Gambas3 works perfectly, except whenever I try to create a packagge on any 
distribution, I get a message on the GUI window that says makepkg missing.

2) 
[System]
OperatingSystem=Linux
Kernel=3.2.0-25-generic
Architecture=x86_64
Memory=1792944 kB
DistributionVendor=Ubuntu
DistributionRelease="Ubuntu 12.04 LTS"
Desktop=Gnome

[Gambas 2]
Version=2.23.1
Path=/usr/bin/gbx2

[Gambas 3]
Version=3.1.1
Path=/usr/bin/gbx3

[Libraries]
Qt4=libQtCore.so.4.8.1
GTK+=libgtk-x11-2.0.so.0.2400.10

Screen Shot: http://i.imm.io/qXIp.png

Original issue reported on code.google.com by aehrha...@gmail.com on 30 May 2012 at 4:09

GoogleCodeExporter commented 9 years ago

Original comment by aehrha...@gmail.com on 30 May 2012 at 4:11

Attachments:

GoogleCodeExporter commented 9 years ago
This is by design. You need to install makepkg [0] to be able to create 
archlinux packages.

[0] https://wiki.archlinux.org/index.php/Makepkg

Original comment by sebi...@gmail.com on 30 May 2012 at 4:14

GoogleCodeExporter commented 9 years ago

Original comment by benoit.m...@gmail.com on 29 Jun 2012 at 4:30

GoogleCodeExporter commented 9 years ago
How about a Debian package? I'm not using ArchLinux and makepkg isn't available 
for Ubuntu

Original comment by aehrha...@gmail.com on 29 Jun 2012 at 5:48

GoogleCodeExporter commented 9 years ago
makepkg is strictly for building archlinux packages. It comes with pacman [0], 
you are free to install it (not that it will work out of the box), but using 
two different package managers on a system will lead to trouble if they are not 
used properly(i.e. use dpkg to manage packages and pacman ONLY to build 
archlinux packages using gambas). 

If you need further help you can check the Archlinux forum [1] for any topic 
covering your problem.

[0] http://www.archlinux.org/pacman
[1] https://bbs.archlinux.org

Original comment by sebi...@gmail.com on 29 Jun 2012 at 5:59

GoogleCodeExporter commented 9 years ago
So what do I use to make Ubuntu or Redhat packages with gambas then?

Original comment by aehrha...@gmail.com on 29 Jun 2012 at 6:03

GoogleCodeExporter commented 9 years ago
If you open the packager form, you will see the package needed to build your 
project for each distribution. Under Ubuntu, you need to have debhelper (sudo 
apt-get install debhelper). If you have any other questions, please switch to 
the mailing list or the #gambas irc channel.

Original comment by sebi...@gmail.com on 29 Jun 2012 at 6:11