On Test 3 x86-64, I managed to install Kori's pkgutils and had been able to build a few. I've even installed the RPMs using rpm -Uvh but I'd like to try and use Synaptic.
My problem is genbasedir is not generating the package archives.
if I use the command
[archie@arevalo 2011]$ cd /home/archie/Temporary/src/apt/pclinuxos/2011/
[archie@arevalo 2011]$ genbasedir --flat --bz2only --progress /home/archie/Temporary/src/apt/pclinuxos/2011/
I get an
error: no components found
If I add x86_64 at the end of the genbasedir command
[archie@arevalo 2011]$ genbasedir --flat --bz2only --progress /home/archie/Temporary/src/apt/pclinuxos/2011/ x86_64
I get an
Components: x86_64
Processing pkglists... [done]
Processing srclists... [done]
Updating component releases... x86_64 [done]
Creating global release file... [done]
Appending MD5Sum... x86_64 [done]
All your base are belong to us!!!
and have two files release and release.x86_64. So what am I doing wrong?