Author Topic: local repos and ./makebase  (Read 280 times)

Offline Trio3b

  • Sr. Member
  • ****
  • Posts: 365
local repos and ./makebase
« on: December 22, 2012, 09:02:45 PM »
Have extended the life of a few older desktops by setting up local repos for pclos 2009.1 thanks to YouCanToo. Unfortunately, PCLOS 2010 seems to be the last version able to run on three laptops due to the change in Xorg-server after 1.6.5 and Intel chipsets. I have downloaded the 2010 repos and have tried to duplicate the process but am unclear on where to get makebase and what it does.

Tried copying the makebase file from the 2007 repos and plugging in the correct path but must have missed something. Have read apt-rpm but way over my head. Could someone kindly explain what makebase is, where to get it and what it does? I do understand how to edit /etc/apt/sources.list to point synaptic to the local repo and also configuring synaptic by adding the local repo but am  lost on what/how/why the file makebase and what running  ./makebase is doing. Is it the same as genbasedir?

Thanks
« Last Edit: December 22, 2012, 09:20:08 PM by Trio3b »

Offline YouCanToo

  • PCLinuxOS Tester
  • Hero Member
  • *******
  • Posts: 5335
  • Location: Lebanon, OR., USA
    • Spreading the word.......
Re: local repos and ./makebase
« Reply #1 on: December 22, 2012, 09:54:57 PM »
Have extended the life of a few older desktops by setting up local repos for pclos 2009.1 thanks to YouCanToo. Unfortunately, PCLOS 2010 seems to be the last version able to run on three laptops due to the change in Xorg-server after 1.6.5 and Intel chipsets. I have downloaded the 2010 repos and have tried to duplicate the process but am unclear on where to get makebase and what it does.

Tried copying the makebase file from the 2007 repos and plugging in the correct path but must have missed something. Have read apt-rpm but way over my head. Could someone kindly explain what makebase is, where to get it and what it does? I do understand how to edit /etc/apt/sources.list to point synaptic to the local repo and also configuring synaptic by adding the local repo but am  lost on what/how/why the file makebase and what running  ./makebase is doing. Is it the same as genbasedir?

Thanks

Sent you a PM with a link to the file you are seeking




Be sure to visit the NEW Knowledge Base


Linux is user-friendly- it's just picky who its friends are!

Offline Just17

  • PCLinuxOS Tester
  • Super Villain
  • *******
  • Posts: 10667
  • MLUs Forever!
Re: local repos and ./makebase
« Reply #2 on: December 23, 2012, 03:57:59 AM »
Is this something peculiar to your repo YouCanToo? ......  I haven't come across it previously .....

MLUs rule the roost!

Linux XPS 3.4.38-pclos1.bfs  64 bit
Intel Core2 Quad CPU Q9450 @ 2.66GHz
4 GB RAM
MCP51 High Def Audio
GeForce GTX 550 Ti
PHILIPS  ‎DVD+-RW DVD8701
‎Logitech ‎BT Mini-Receiver
Afatech DTT

Offline YouCanToo

  • PCLinuxOS Tester
  • Hero Member
  • *******
  • Posts: 5335
  • Location: Lebanon, OR., USA
    • Spreading the word.......
Re: local repos and ./makebase
« Reply #3 on: December 23, 2012, 04:11:55 AM »
This script creates the base files for synaptic like these

pkglist.extra.bz2      pkglist.special.bz2  release.kde4         srclist.gnome.bz2
pkglist.gnome.bz2    pkglist.testing.bz2  release.main         srclist.kde.bz2
pkglist.kde.bz2         release                    release.nonfree    srclist.kde4.bz2
pkglist.kde4.bz2       release.extra           release.special      srclist.main.bz2
pkglist.main.bz2       release.gnome         release.testing      srclist.nonfree.bz2
pkglist.nonfree.bz2  release.kde               srclist.extra.bz2

I would guess that it not exclusive to the KDE3 repo as the 2010 (32bit) and 2011 (64bit) both contain base files also. It is a very simple script.

Code: [Select]
genbasedir --flat --bz2only --progress /home/members/pclosusers/kde3/pclinuxos/2007/ main extra nonfree gnome kde kde4 special testing

The above created the sections that were used when we made the switch from KDE3 to KDE4




Be sure to visit the NEW Knowledge Base


Linux is user-friendly- it's just picky who its friends are!

Offline Just17

  • PCLinuxOS Tester
  • Super Villain
  • *******
  • Posts: 10667
  • MLUs Forever!
Re: local repos and ./makebase
« Reply #4 on: December 23, 2012, 04:18:04 AM »
Ah, thanks ......  it is your script using genbasedir.

Thanks for the clarification.
MLUs rule the roost!

Linux XPS 3.4.38-pclos1.bfs  64 bit
Intel Core2 Quad CPU Q9450 @ 2.66GHz
4 GB RAM
MCP51 High Def Audio
GeForce GTX 550 Ti
PHILIPS  ‎DVD+-RW DVD8701
‎Logitech ‎BT Mini-Receiver
Afatech DTT

Offline Trio3b

  • Sr. Member
  • ****
  • Posts: 365
Re: local repos and ./makebase
« Reply #5 on: December 23, 2012, 09:22:17 PM »
Thanks YouCanToo! Will give it a go and let you know.

Have a good holiday season.