alphaOS [closed]

A home for all kinds of Puppy related projects
Message
Author
simargl

#31 Post by simargl »

stifiling, as you mentioned somewhere pacman still works in alphaOS and reason for that is I kept part of spkg that makes entries in /var/lib/pacman/local, so pacman still recognizes packages from there as installed... spkg even handle things like "provides, conflict, replaces"

Still, I would rather to just compile programs in alphaOS to get the best compatibility.

Compiling full xfce from source for example is not that hard (require about 10-15 packages)

Some more things about spkg:
1. if you type spkg -gi evince it will get and install evince plus dependency poppler
2. with spkg -g evince it will just get evince to cache directory and Not poppler. Is this enough or I should modify script to get dependencies even if you don't want to install package?
3. spkg -i is command for installing local packages and supports infinite number of arguments. Example: you have folder with 100 spkg packages and you type spkg -i * they are all installed
4. If you go to /initrd/pup_rw/var/lib/spkg/installed you will see packages installed by you (not part of the main iso)
5. automatically upgrading packages does not work and I have no idea how to implement that
6. spkg repack PKGNAME, will remake package from installed files

ojowinter
Posts: 7
Joined: Sun 10 Mar 2013, 07:22

#32 Post by ojowinter »

Hello, my first post :o

Several quetion is ok?
1. How to save alphaos state to keep permanently in strage memory?

remaine my disk capacity is 100M... :oops:
http://dl.dropbox.com/u/1053962/arpha-2 ... 143951.png

2. How to backup my def file created under /mnt/home/data/spkg/def-scripts/*/?

thanks.

simargl

#33 Post by simargl »

ojowinter wrote:Hello, my first post :o

Several quetion is ok?
1. How to save alphaos state to keep permanently in strage memory?

remaine my disk capacity is 100M... :oops:
http://dl.dropbox.com/u/1053962/arpha-2 ... 143951.png

2. How to backup my def file created under /mnt/home/data/spkg/def-scripts/*/?

thanks.
Hi ojowinter, thanks for using alphaOS! :D

1.Check under System- make personal save file, select desired size and partition .
That created file will be loaded on every start up with all your settings, You can also copy that file somewhere as alphasave.2fs.bak
in case of some problems appear, I do that all the time.

2. In next version pciutils will be in main iso, I forgot about that package before.
From that screenshot I'd you are quite advanced user so maybe you could help maintaining alpha os repository :wink:
http://code.google.com/p/alphaos/downloads/list

In case of smaller disk capacity you might be interested in function spkg makesfs that converts all packages in a folder to single sfs module. 20 sfs modules can be loaded I think that's more than enough for everyone.

simargl

#34 Post by simargl »

Interesting or not, with this command you cand find appropriate CFLAGS for your CPU

Code: Select all

echo "" | gcc -march=native -v -E - 2>&1 | grep cc1
For me it's -march=nocona -mtune=nocona :o

Source: http://en.gentoo-wiki.com/wiki/Hardware ... r_features

ojowinter
Posts: 7
Joined: Sun 10 Mar 2013, 07:22

#35 Post by ojowinter »

umm...Honestly, I didn't know well gcc option and how way to confirm it.
I study your advising to me :o

Btw, Now remind me gtk-doc build trouble.

Dependencies
gtk-doc - docbook-xsl - docbook-xml

Some gtk application need gtk-doc, and so need to package docbook-xml, docbook-xlt,
but two is required by manually handling setup... :(
http://www.linuxfromscratch.org/blfs/vi ... cBook.html
http://www.linuxfromscratch.org/blfs/vi ... k-xsl.html

I think that it's good to have two in default alpha iso.

simargl

#36 Post by simargl »

ojowinter wrote:Btw, Now remind me gtk-doc build trouble.

Dependencies
gtk-doc - docbook-xsl - docbook-xml

Some gtk application need gtk-doc, and so need to package docbook-xml, docbook-xlt,
but two is required by manually handling setup... :(
http://www.linuxfromscratch.org/blfs/vi ... cBook.html
http://www.linuxfromscratch.org/blfs/vi ... k-xsl.html

I think that it's good to have two in default alpha iso.
I try to avoid documentation files where ever possible to save some space, and /usr/share/doc for every package is removed before compressing.

Where did you have problems with missing gtk-doc? For me that problem appeared only with dconf, so I made patch to just in Makefile.in and Makefile.am remove doc from subdirs. If gtk-doc is hard dependency I guess we can add it, but not in main iso.

ojowinter
Posts: 7
Joined: Sun 10 Mar 2013, 07:22

#37 Post by ojowinter »

I try to avoid documentation files where ever possible to save some space
ok. I missed this point in mind.
Where did you have problems with missing gtk-doc?
https://github.com/gandalfn/Cairo-Composite-Manager

My trouble is occurred ./autogen.sh phase, I try to do several times,
however my autools skill is poor, so I'll not be correspond with it...

simargl

#38 Post by simargl »

I don't have git installed to test but in this file
https://github.com/gandalfn/Cairo-Compo ... akefile.am

you could try to remove --enable-gtk-doc

and also doc from subdirs
SUBDIRS = lib src tools plugins test doc gir vapi data po

ojowinter
Posts: 7
Joined: Sun 10 Mar 2013, 07:22

#39 Post by ojowinter »

Github seem to address archive/master.zip to export zip format.
I'm retry to build, It seem to be success.

http://dl.dropbox.com/u/1053962/cairo-compmgr.def
http://dl.dropbox.com/u/1053962/cairo-compmgr.patch

umm, I have one point problem. Alpha don't have unzip command :(

simargl

#40 Post by simargl »

:) You are right about unzip, I'm adding it right now.

john3voltas
Posts: 102
Joined: Mon 23 May 2011, 13:10

#41 Post by john3voltas »

Sorry to go a bit offtopic but, do you know what happened to ArchPup's forum? Freeforum.com says they closed it and since ArchPup's topic here at murga is locked up...

simargl

#42 Post by simargl »

Description in first post here and on source forge is now updated to be a lil less scary...
john3voltas wrote:Sorry to go a bit offtopic but, do you know what happened to ArchPup's forum? Freeforum.com says they closed it and since ArchPup's topic here at murga is locked up...
I've removed it, it's now part of the history :wink:

simargl

#43 Post by simargl »

Next version will have graphical front end for package manager written in Gtkdialog,
and will be easy even for beginners.

User avatar
darkcity
Posts: 2534
Joined: Sun 23 May 2010, 19:16
Location: near here
Contact:

#44 Post by darkcity »

john3voltas wrote:Sorry to go a bit offtopic but, do you know what happened to ArchPup's forum? Freeforum.com says they closed it and since ArchPup's topic here at murga is locked up...
I was wondering the same, maybe ArchPup by simargl is no longer going forward? Perhaps influenced by Woof's ability to make an 'Apup' being fixed after been broken for a while. http://bkhome.org/blog2/?viewDetailed=00179

It may also be felt that it is inappropriate to discuss in this sub-forum.

Interestingly, Arch Linux forum has a policy of not supporting any derivative of Arch.

simargl

#45 Post by simargl »

darkcity, here is Barry K. comment about Archpup
http://murga-linux.com/puppy/viewtopic. ... 879#691879
BarryK wrote:Good luck to simargl though. His distro has it's own site and is really a fork, that is based on some of the Puppy initrd and skeleton infrastructure. So, it stands alone as it's own distro.
I felt it not fair from me continue with using Pup name in distro that is really very different, and because of problems with
udev, iconv and because I like to experiment here is alphaOS where everything is compiled from scratch. Things that
defined Archpup like openbox, dynamic menu update, conky, tint2, spaceFM are still here, and off course option for easy
switching deskops with sfs modules.

New forum: http://alphaos.freeforums.org/index.php

User avatar
darkcity
Posts: 2534
Joined: Sun 23 May 2010, 19:16
Location: near here
Contact:

#46 Post by darkcity »

Thanks, I missed a lot of the discussion. So Alpha OS and use pacman and frugal install? I will still consider it a Apup flavor. Same as I consider Pussy in a similar category as Dpups.

Good move to rename as it avoids confusion.

Incidentally, did you consider modifying woof to allow it create what you wanted your OS to feature?

Scooby
Posts: 599
Joined: Sat 03 Mar 2012, 09:04

#47 Post by Scooby »

Been away for a while!

So Archpup is discontinued, Sorry to hear it, best puppy I've ever used

At least you started a fire under BarryK's ass and drove him to
make a woof version but it sounds kinda useless to me with out arch repo's

I think I will stay with Archpup 12.12.2 till something major breaks.
Works perfect for me now.

raffy
Posts: 4798
Joined: Wed 25 May 2005, 12:20
Location: Manila

new forum

#48 Post by raffy »

simargl wrote:darkcity, here is Barry K. comment about Archpup
http://murga-linux.com/puppy/viewtopic. ... 879#691879
BarryK wrote:Good luck to simargl though. His distro has it's own site and is really a fork, that is based on some of the Puppy initrd and skeleton infrastructure. So, it stands alone as it's own distro.
I felt it not fair from me continue with using Pup name in distro that is really very different, and because of problems with
udev, iconv and because I like to experiment here is alphaOS where everything is compiled from scratch. Things that
defined Archpup like openbox, dynamic menu update, conky, tint2, spaceFM are still here, and off course option for easy
switching deskops with sfs modules.

New forum: http://alphaos.freeforums.org/index.php
OK, noted, new forum for AlphaOS...
Puppy user since Oct 2004. Want FreeOffice? [url=http://puppylinux.info/topic/freeoffice-2012-sfs]Get the sfs (English only)[/url].

User avatar
rcrsn51
Posts: 13096
Joined: Tue 05 Sep 2006, 13:50
Location: Stratford, Ontario

#49 Post by rcrsn51 »

Does that mean that we've finally seen the end of cheap shots like this?

simargl

#50 Post by simargl »

First stable version! Check first post.

Post Reply