LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Slackware (https://www.linuxquestions.org/questions/slackware-14/)
-   -   Programs, what you like to see in Slackware tree (https://www.linuxquestions.org/questions/slackware-14/programs-what-you-like-to-see-in-slackware-tree-884977/)

chess 05-31-2013 11:29 PM

Code:

I am not saying you are not honest: you need to prove it before I can use multilib in a production environment.
syncBQ, you may want to do a little research on Slackware and the individuals behind the project, like Eric, before saying something with such hubris. Suggesting that he needs to prove anything shows that you have not done your homework. Eric is not a random Slackware user. Not by a long shot. He is one of the main developers and has been for a long, long time.

WiseDraco 06-02-2013 02:42 AM

Oh, i remember!
Anyone try to use backuppc server?
i use it some times, and it looks very good free backup solution for various situations, including laptops with dynamic IP, supports samba, nfs, restoring files from client side via web -interface, incrementals, deduplications, and so on. some years ago, i try compile backuppc inder slackware ( 11.0 or similar version - maybe even 10.2), and cannot get success. for that reason i used debian for my backuppc server, because in debisan backuppc is in packages, and easy install. i think, if backuppc soft be available for slack, it be very good thing! it consumes small space, but gives big possibilities!

Totoro-kun 06-02-2013 05:06 AM

Systemd just to see what the fuss is about :)

GazL 06-02-2013 05:24 AM

Quote:

Originally Posted by Totoro-kun (Post 4963948)
Systemd just to see what the fuss is about :)

I once installed Ubuntu for the very same reason. It didn't last very long. ;)

Totoro-kun 06-02-2013 12:07 PM

Quote:

Originally Posted by GazL (Post 4963954)
I once installed Ubuntu for the very same reason. It didn't last very long. ;)

Yes, but in Slackware, everything works right, so it might turn out in a fine systeme S :)

rkelsen 06-02-2013 07:20 PM

Quote:

Originally Posted by syncBQ (Post 4963062)
Have you look at least at the date of those slackbuilds or better have you tried to run them?

Everything you need to know is contained is those scripts. Try reading them.

That's one of the great things about Slackware. You can recreate it from scratch if you really want to, because everything which was used to obtain the final product is provided to you. It is the only Linux distribution which installs the complete build environment by default, as well as providing the complete set of build scripts, source code and any patches which were applied.

Disclaimer: I've never rebuilt Slackware, and nor do I see a need to. Been using it for almost 14 years, and my house is still standing, so I figure that it must be OK...

Do you personally know Steve Ballmer or Tim Cook? If not, how do you know that you can "trust" Microsoft Windows or MacOSX? Answer: You don't. They don't provide their source code or build scripts. There could be anything in the "binary only" operating systems they provide.

Try to get this level of information from Microsoft or Apple: http://slackware.com/~alien/multilib/source/. Eric spells out all of the problems you might encounter and how to overcome them, down to which lines to edit in which files... and why!

What else do you want?

TommyC7 06-03-2013 06:09 PM

imlib2 could be pretty fun in the Slackware tree. ^.^

Drakeo 08-07-2014 03:58 PM

like to see a link to vmlinuz-generic
 
I do this some times when repackaging the kernel create a link to vmlinuz-generic-xxxxx link to vmlinuz-generic it makes things simple for my lilo and grub installs.
I just have to remmeber to create an initrd.img first.
This is a old thread but I think it is a good one. just like the vmlinuz-huge-xxx link to vmlinuz.
food for thought.

GazL 08-07-2014 04:17 PM

I add "-generic" as CONFIG_LOCALVERSION when I build my kernel, and then have a lilo entry as follows:
Code:

########################################################################
image = /boot/vmlinuz-3.10.50-generic
  # root = /dev/rootvg/lvroot
  initrd = /boot/initrd-3.10.50-generic.gz
  label = Generic
  read-only  # Partitions should be mounted read-only for checking
########################################################################

I also use a slightly different package name to Pat:
kernel-3.10.y-generic-3.10.50-x86_64-1_local

which also contains the kernel's modules. I find it easier to manage than the way the stock packages are done.

ReaperX7 08-07-2014 08:10 PM

Just food for thought, I wonder if there's any packages in Slackware that could effectively be removed without any penalty?

Alien Bob 08-08-2014 02:37 AM

I guess that lots of the smaller ones in A/ and AP/ can be removed without creating a missing dependency for other programs. A lot of the stuff in D/ can be removed safely, all of KDE/ KDEI/ TCL/ XFCE/ and Y/ as well. The K/ too if you are not going to build new kernels or kernel modules. Many of the progams in XAP/ have no interdependencies.
I would be more careful with packages in L/ N/ and X/ although the real critical libraries are duplicated in the a/aaa_elflibs package.

Eric

ReaperX7 08-08-2014 03:30 AM

I mean any packages that could be removed without any noticeable different in a full installation that would effectively trim Slackware up without sacrificing too much.

As it is Slackware is big as an installation. Adding more in only would bloat the system.

55020 08-08-2014 04:23 AM

There should be an official LQ drinking game.

Bloat ............. drink 3 cans of gassy weak lager

ReaperX7 08-08-2014 05:06 AM

I don't think I can stomach Hieneken anymore... thanks but no thanks.

Didier Spaier 08-08-2014 10:20 AM

Quote:

Originally Posted by Alien Bob (Post 5217375)
I would be more careful with packages in L/ N/ and X/ although the real critical libraries are duplicated in the a/aaa_elflibs package

On the occasion I remind whoever in concern this request. On Slackware-current:
Code:

root@T61:~# echo "output" | awk '{print}'
output
root@T61:~# removepkg mpfr 1>/dev/null 2>/dev/null
root@T61:~# echo "output" | awk '{print}'
awk: error while loading shared libraries: libmpfr.so.4: cannot open shared object file: No such file or directory
root@T61:~#

mpfr being in L/ it would be nice to have libmpfr.so.4 and libmpfr.so.4.1.2 in a/aaa_elflibs...


All times are GMT -5. The time now is 06:56 PM.