Author Topic: ISO for Packaging  (Read 7035 times)

Offline Neal ManBear

  • Administrator
  • Super Villain
  • *****
  • Posts: 15829
  • LXDE! Coffee, Bacon and Cheesecake!
ISO for Packaging
« on: May 30, 2010, 12:32:31 PM »
Use PCLinuxOS-MiniMe-2011 and install task-packaging-kde4.

or --->>

Use PCLinuxOS-LXDE-Mini-2011 and install pkgutils-thunar.
or
Use PCLinuxOS-XFCE-2011 and install pkgutils-thunar.
or
Use the latest PCLinuxOS-ZenMini ISO.

edited 16 Aug 2011  
« Last Edit: August 16, 2011, 07:58:12 AM by Neal »

Offline BubbaBlues

  • Hero Member
  • *****
  • Posts: 2071
  • I'm a blues hound.
Re: ISO for Packaging
« Reply #1 on: November 24, 2011, 11:55:17 AM »
No such package.

Code: [Select]
[root@localhost ~]# apt-get install task-packaging-kde4
Reading Package Lists... Done
Building Dependency Tree... Done
Package task-packaging-kde4 has no available version, but exists in the database.
This typically means that the package was mentioned in a dependency and
never uploaded, has been obsoleted or is not available with the contents
of sources.list
However the following packages replace it:
  pkgutils-kde4
E: Package task-packaging-kde4 has no installation candidate
[root@localhost ~]# apt-get install pkgutils-kde4
Reading Package Lists... Done
Building Dependency Tree... Done
Some packages could not be installed. This may mean that you have
requested an impossible situation or that some of the repositories
in use are in an inconsistent state at the moment.

Since you only requested a single operation it is extremely likely that
the package is simply not installable and a bug report against
that package should be filed.
The following information may help to resolve the situation:

The following packages have unmet dependencies:
  pkgutils-kde4: Depends: pkgutils
E: Broken packages
 
Whether you think you can, or think you can't, you're right.
~―Henry Ford―~

Offline Neal ManBear

  • Administrator
  • Super Villain
  • *****
  • Posts: 15829
  • LXDE! Coffee, Bacon and Cheesecake!
Re: ISO for Packaging
« Reply #2 on: November 24, 2011, 12:14:18 PM »
A year and a half (or thereabouts) it was available. Lots of changes since then. The packages you need are pkgutils and pkgutils-kde4. I believe you need to enable testing to get them, Bubba.   
Point of interest -- TravisN000 is rewriting the pkgutils code. Search this section for the info.     

Offline BubbaBlues

  • Hero Member
  • *****
  • Posts: 2071
  • I'm a blues hound.
Re: ISO for Packaging
« Reply #3 on: November 24, 2011, 03:50:02 PM »
Ok thanks Neal.
Whether you think you can, or think you can't, you're right.
~―Henry Ford―~

Offline Neal ManBear

  • Administrator
  • Super Villain
  • *****
  • Posts: 15829
  • LXDE! Coffee, Bacon and Cheesecake!
Re: ISO for Packaging
« Reply #4 on: November 24, 2011, 06:27:01 PM »
Ok thanks Neal.
     
No problem, Bubba. :) :) :)     

Offline DutchWolfie

  • Full Member
  • ***
  • Posts: 94
Re: ISO for Packaging
« Reply #5 on: November 29, 2011, 07:24:13 AM »
Just installed MiniMe in a Proxmox ve and installed the pkgutils and run the mkrepo script. Everything seems to be installed in the right places, got an srpm for the hydrogen drumkit and got an rightclick menu. Every option in the that menu produces an error. rpm -ba also say's command unknown.
Any idea?
"All we have to decide is what to do with the time that is given to us",

Gandalf.

Offline TerryN

  • Global Moderator
  • Hero Member
  • *****
  • Posts: 740
Re: ISO for Packaging
« Reply #6 on: November 29, 2011, 07:37:21 AM »
Since the switch to rpm 4.8 the command to build changed from "rpm -b"  to "rpmbuild -b"

You need the new pkgutils stuff as discussed late in this thread http://www.pclinuxos.com/forum/index.php/topic,97790.60.html

or you can edit /usr/share/kde4/services/ServiceMenus/build-spec.desktop and change the "rpm" to "rpmbuild" on the Action stanzas.

Terry.
« Last Edit: November 29, 2011, 07:46:25 AM by TerryN »
Dell E521 - AMD 64 X2 5000+, 4GB RAM, ATI X1300 graphics
PCLinuxOS 2013 (KDE)
|Twitter|

Offline Neal ManBear

  • Administrator
  • Super Villain
  • *****
  • Posts: 15829
  • LXDE! Coffee, Bacon and Cheesecake!
Re: ISO for Packaging
« Reply #7 on: November 29, 2011, 07:54:42 AM »
Code: [Select]
rpmbuild -ba     
will build all rpms and the srpm.     

Offline DutchWolfie

  • Full Member
  • ***
  • Posts: 94
Re: ISO for Packaging
« Reply #8 on: November 30, 2011, 05:13:40 AM »
Thanks Neal, that worked. Terry i have renamed the rmp execute command to rmpbuild now, thanks.
"All we have to decide is what to do with the time that is given to us",

Gandalf.

Offline Zou

  • Jr. Member
  • **
  • Posts: 16
Re: ISO for Packaging
« Reply #9 on: March 31, 2012, 07:47:07 AM »
Hi,

Sorry for disturbing you but I have just installed Zen Mini ISO and normaly I should find rpmbuild but I cannot.

When I write rpm and double tab to auto-complete, it cannot find rpmbuild, just rpm is found.

Textar said in this post http://www.pclinuxos.com/forum/index.php/topic,92563.0.html since rpm 4.8.1 rpmbuild has to be used.

I am a little lost. Is there anything I have to installed ?

Zou

Offline TerryN

  • Global Moderator
  • Hero Member
  • *****
  • Posts: 740
Re: ISO for Packaging
« Reply #10 on: March 31, 2012, 08:01:48 AM »

When I write rpm and double tab to auto-complete, it cannot find rpmbuild, just rpm is found.


Have you installed pkgutils ?
That pulls in all the packages needed including rpm-build which contains the rpmbuild command  ;).
It also runs the mkrepo script which creates the directory structure and config files required for packaging on PCLOS.

Terry.
« Last Edit: March 31, 2012, 08:08:26 AM by TerryN »
Dell E521 - AMD 64 X2 5000+, 4GB RAM, ATI X1300 graphics
PCLinuxOS 2013 (KDE)
|Twitter|

Offline Zou

  • Jr. Member
  • **
  • Posts: 16
Re: ISO for Packaging
« Reply #11 on: March 31, 2012, 09:29:32 AM »
Thanks Terryn

I forgot to install pkg-utils ! Now it is done, and I can see rpmbuild.

But as it is not indicated in the top post, I thought that is was already installed in zen mini.

Quote
Use the latest PCLinuxOS-ZenMini ISO.

Zou

Offline Neal ManBear

  • Administrator
  • Super Villain
  • *****
  • Posts: 15829
  • LXDE! Coffee, Bacon and Cheesecake!
Re: ISO for Packaging
« Reply #12 on: April 01, 2012, 05:20:14 AM »
Thanks Terryn

I forgot to install pkg-utils ! Now it is done, and I can see rpmbuild.

But as it is not indicated in the top post, I thought that is was already installed in zen mini.

Quote
Use the latest PCLinuxOS-ZenMini ISO.

Zou
     
pkg-utils does not come pre-installed on any ISO.     

Offline scoundrel

  • Administrator
  • Hero Member
  • *****
  • Posts: 4585
  • Philosophy= Bigger Hammer
Re: ISO for Packaging
« Reply #13 on: July 07, 2012, 03:53:04 AM »
are the packaging ISO's to be updated regularly ? or left in original state ?
Please Donate Today..Or I Will Make You Wish You Had

Offline Neal ManBear

  • Administrator
  • Super Villain
  • *****
  • Posts: 15829
  • LXDE! Coffee, Bacon and Cheesecake!
Re: ISO for Packaging
« Reply #14 on: July 07, 2012, 04:09:26 AM »
are the packaging ISO's to be updated regularly ? or left in original state ?
     
As with all of our ISOs, updating should be done regularly. A static system would not be a good build system.