LinuxQuestions.org
Visit Jeremy's Blog.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Slackware
User Name
Password
Slackware This Forum is for the discussion of Slackware Linux.

Notices


Reply
  Search this Thread
Old 04-06-2011, 08:57 PM   #31
tpreitzel
Member
 
Registered: Aug 2007
Posts: 253

Rep: Reputation: 28

Quote:
Originally Posted by TobiSGD View Post
Actually, don't you think it would be better to do some of the work for yourself, instead of demanding the work from others? May be you should change somewhat earlier to an OS where you are spoon-fed with pre-built solutions.

Eric is doing a great job with his work on multilib, before criticizing him you should come up with a working solution for yourself.
Oh, please. Spare me the melodrama. Personally, I do NOT need Eric or anyone else. I'm quite capable of creating IA32 emulation libraries myself if needed. Frankly, I don't have the time to commit to this process and Eric is finally realizing the futility of the current process of adding 32 bit compilation ability to Slackware64 as well. Again, most users do NOT need 32 bit compilation ability. Actually, if Eric really wants to help the community, he'll adopt a less intrusive and time-consuming process for HIMSELF and USERS by using his multilib creation privately and release IA32 emulation libraries publicly for distribution. No one is ungrateful for Eric's work. However, the time eventually comes when any process is up for review and this time has likely come for Eric. The current process simply won't work over time for several reasons which have already been stated. Actually, it'd take a group of members to continue the process started by Eric.
 
0 members found this post helpful.
Old 04-06-2011, 10:04 PM   #32
lumak
Member
 
Registered: Aug 2008
Location: Phoenix
Distribution: Arch
Posts: 799
Blog Entries: 32

Rep: Reputation: 111Reputation: 111
Don't speak for 'most users' as I would guess 'most users' actually need the stuff to compile wine and virtual box but that's just a guess. Just because you don't need these, doesn't mean other people don't.
 
2 members found this post helpful.
Old 04-06-2011, 10:27 PM   #33
TobiSGD
Moderator
 
Registered: Dec 2009
Location: Germany
Distribution: Whatever fits the task best
Posts: 17,148
Blog Entries: 2

Rep: Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886
@tpreizel: What you are saying is: I would rather see the IA32 emulation layer in Slackware. No need for the ability to compile 32 bit software. I can make the emulation layer. But I don't want to spend my time on it, so it would be better if Eric does it. Because of reasons that were stated where?
Quote:
However, the time eventually comes when any process is up for review and this time has likely come for Eric.
I must admit that I am relative new to Slackware. Eric is not, he has done a lot of work for this distribution. What is your contribution, that you think you are the reviewer?
Melodrama? May be. But from whom?
 
3 members found this post helpful.
Old 04-07-2011, 05:27 AM   #34
tdos20
Member
 
Registered: Aug 2006
Location: London
Distribution: Slackware
Posts: 132

Rep: Reputation: 39
I use Erics Multilib and have compiled several 32 bit packages (including firefox pre 64bit flash, skype and wine), I also do some android development and have to use several pre-compiled 32bit binaries so I have found his work on the subject immensely helpful, I lack the expertise to put together my own 32 bit emulation so having clear instructions on how to implement the multilib system has made my slackware experience far more complete, many thanks to you AlienBOB for all of your hard work for the slackware community, most of us appreciate it.
 
4 members found this post helpful.
Old 04-07-2011, 05:38 AM   #35
Alien Bob
Slackware Contributor
 
Registered: Sep 2005
Location: Eindhoven, The Netherlands
Distribution: Slackware
Posts: 8,559

Rep: Reputation: 8106Reputation: 8106Reputation: 8106Reputation: 8106Reputation: 8106Reputation: 8106Reputation: 8106Reputation: 8106Reputation: 8106Reputation: 8106Reputation: 8106
Quote:
Originally Posted by tpreitzel View Post
Oh, please. Spare me the melodrama. Personally, I do NOT need Eric or anyone else. I'm quite capable of creating IA32 emulation libraries myself if needed. Frankly, I don't have the time to commit to this process and Eric is finally realizing the futility of the current process of adding 32 bit compilation ability to Slackware64 as well.
Ah, so you think you can read my mind? You are reading it wrong then.
You are a known Bluewhite64 fanboi. Bluwhite64 is a Slamd64 rip-off with some bits removed (the multilib capability). It pretends to be a pure 64bit OS but then at some point, the developer thought that he should add a "IA32 emulation" layer anyway, thereby refuting his claim to be a "pure 64bit Slackware".
That "IA32" layer is a crude hack, it needs a lot of work and it uses "lib32" library directory names, which is a non-standard way to mix 64bit with 64bit libraries on a single system. According to the Filesystem Hierarchy Standard (see http://www.pathname.com/fhs/pub/fhs-2.3.html#LIB64) the use of "lib32" should be left exclusively to 32bit libraries on the IA64 platform, whereas our AMD64 platform (the official name for the PC x86_64 platform) should use "lib" for 32bit libraries and "lib64" for 64bit libraries. This is what Slackware follows.

Quote:
Again, most users do NOT need 32 bit compilation ability. Actually, if Eric really wants to help the community, he'll adopt a less intrusive and time-consuming process
Tell me how it is intrusive, and time consuming?
Is it "intrusive" because you have to replace your 64bit glibc packages with multilib versions which I compiled for you?
It is a simple one-line "upgradepkg" command which you use for that.
And only if you want to be able to compile 32bit software, you can also upgrade your gcc packages to my multilib-capable versions which is also achieved through the same one-line command. It is not even mandatory. My multilib packagea are primarily meant to run 32bit software, and you get optional compilation for free.

If you actually want to run 32bit binaries on the 64bit Slackware OS, you need your C libraries to be aware of them. That is why you upgrade to my glibc packages. You also have to convert and install a subset of 32bit Slackware packages to provide the 32bit libraries your 32bit program requires. All this can be achieved easily using the scripts you install with my "compat32-tools" package. You do not have to recompile anything. You just have to re-package some of the 32bit Slackware packages. That is a process which takes minutes, not hours.

We are still talking about running 64bit Slackware here. You are aware, that from day one, slackware64 is created as a 64bit platform that can easily be extended to full multilib capabilities. If you want to run 32bit applications on 64bit Slackware, then the packages that I have been providing are a time-saving and easy road to multilib capability. If you are so intent on running 32bit applications but hate my work, then by all means, install the 32bit version of Slackware! You get both Slackware versions on the single DVD that you've surely bought in the Slackware Store!

Quote:
for HIMSELF and USERS by using his multilib creation privately and release IA32 emulation libraries publicly for distribution. No one is ungrateful for Eric's work. However, the time eventually comes when any process is up for review and this time has likely come for Eric. The current process simply won't work over time for several reasons which have already been stated. Actually, it'd take a group of members to continue the process started by Eric.
No-one forces you to use Slackware64. No-one forces you to install my multilib packages. People like Skaperen want to find out for themselves if there are alternative ways of adding multilib capabilities. I like that, when someone wants to go beyond what's already available.

But what you show in your posts, tpreitzel, is pure spite and trolling, coming from a person who has gotten stuck in the use of a deprecated distro called Bluewhite64. Go ahead, "continue" the "process started by Eric". I would not want to infest my Slackware64 computer with broken-by-design ideas originating from Bluewhite64.

Eric
 
3 members found this post helpful.
Old 04-07-2011, 06:06 AM   #36
kjhambrick
Senior Member
 
Registered: Jul 2005
Location: Round Rock, TX
Distribution: Slackware64 15.0 + Multilib
Posts: 2,159

Rep: Reputation: 1512Reputation: 1512Reputation: 1512Reputation: 1512Reputation: 1512Reputation: 1512Reputation: 1512Reputation: 1512Reputation: 1512Reputation: 1512Reputation: 1512
Eric --

Please allow me to express my sincere gratitide for your
multilib packages/

I use the features you built in to multilib every day.

I build C-programs on my slackware-64 system that have to
run on 32 and 64 bit systems. And because of MSys / MinGW
I can also compile the same programs for Windows Systems
on my Slackware-64 system with your multilib packages.

Please keep up your good work !

Thanks.

-- kjh
 
1 members found this post helpful.
Old 04-07-2011, 06:26 AM   #37
Darth Vader
Senior Member
 
Registered: May 2008
Location: Romania
Distribution: DARKSTAR Linux 2008.1
Posts: 2,727

Rep: Reputation: 1247Reputation: 1247Reputation: 1247Reputation: 1247Reputation: 1247Reputation: 1247Reputation: 1247Reputation: 1247Reputation: 1247
I am a satisfied user of the slackware(32) and slackware64, but I do not use multilib at all.

Maybe I'm a fundamentalist of PureARCH, BUT I do not think it's correct, someone to criticize, without evidence, the hard work of AlienBOB!

If someone thinks he can do the job better than AlienBOB, he must show us his work to see if it's true!

Until then, I see just (some) trolling ...
 
Old 04-07-2011, 07:17 AM   #38
Alien Bob
Slackware Contributor
 
Registered: Sep 2005
Location: Eindhoven, The Netherlands
Distribution: Slackware
Posts: 8,559

Rep: Reputation: 8106Reputation: 8106Reputation: 8106Reputation: 8106Reputation: 8106Reputation: 8106Reputation: 8106Reputation: 8106Reputation: 8106Reputation: 8106Reputation: 8106
Quote:
Originally Posted by Darth Vader View Post
I am a satisfied user of the slackware(32) and slackware64, but I do not use multilib at all.
I'll tell you something... I do not use multilib myself, either :-)

I used to have it installed, but at the moment I do not have a need for it (there is no proprietary 32bit software on my computers now).

Eric

PS Darth Vader, what happened to Darkstar Linux? It seems that http://www.darkstarlinux.ro/ is waiting for content.
 
Old 04-07-2011, 07:27 AM   #39
imitheos
Member
 
Registered: May 2005
Location: Greece
Posts: 441

Rep: Reputation: 141Reputation: 141
Quote:
Originally Posted by Skaperen View Post
Space is not an issue, so if cross compiling to 32-bit is included, so what. When I install Slackware, I install everything (except KDEI when I'm just doing test installs, so it maybe goes a little faster). There's lots of stuff I don't ever use. I could leave those things out.
As Eric said in his post, you don't cross-compile only re-package from a 32bit slackware tree. Regarding stuff you don't use, you don't install the whole 32bit tree. The script massconvert32.sh re-packages only some packages that are considered essential libraries and are hardcoded in it. Even with this reduced set, you don't need to install every package if you are familiar with deps. I have only installed the packages that are needed by eagle and wine.

Quote:
Originally Posted by Skaperen View Post
Try this command:
Code:
find {,/usr}/{,s}bin -type f -exec file '{}' ';' | fgrep executable | fgrep dynamically | fgrep 32-bit
I tried the above command and again i only get wine binaries and other stuff i compiled myself and i wanted on /usr.

Quote:
Originally Posted by Skaperen View Post
I've been convinced to check it out and see, while still doing my own thing, anyway.
With opensource you have the freedom ofcourse to do your own thing and more so with slackware that doesn't get in your way. Even if it doesn't work the way you wanted, you'll still learn something.

Quote:
Originally Posted by tpreitzel View Post
Oh, please. Spare me the melodrama. Personally, I do NOT need Eric or anyone else. I'm quite capable of creating IA32 emulation libraries myself if needed.
Who forced you (or anyone for that matter) to use Eric's packages ? Since you are quite capable of doing the X thing, then feel free to do it.

Quote:
Originally Posted by tpreitzel View Post
Frankly, I don't have the time to commit to this process and Eric is finally realizing the futility of the current process of adding 32 bit compilation ability to Slackware64 as well. Again, most users do NOT need 32 bit compilation ability. Actually, if Eric really wants to help the community, he'll adopt a less intrusive and time-consuming process for HIMSELF and USERS by using his multilib creation privately and release IA32 emulation libraries publicly for distribution.
[irony]
Shame to Eric for doing futile things and for choosing _himself_ how he helps the community. Let's shoot him.
[/irony]

Quote:
Originally Posted by tpreitzel View Post
No one is ungrateful for Eric's work. However, the time eventually comes when any process is up for review and this time has likely come for Eric. The current process simply won't work over time for several reasons which have already been stated. Actually, it'd take a group of members to continue the process started by Eric.
If you actually _were_ ungrateful for Eric's work, what would you say then ? Of course every action is reviewed and judged. I personally review Eric's work as great and i appreciate he devotes his time to do it. Let time show if it will work or not.
 
Old 04-07-2011, 08:17 AM   #40
D1ver
Member
 
Registered: Jan 2010
Distribution: Slackware 13.37
Posts: 598
Blog Entries: 3

Rep: Reputation: 194Reputation: 194
Quote:
Originally Posted by kjhambrick View Post
Eric --

Please allow me to express my sincere gratitide for your
multilib packages/

I use the features you built in to multilib every day.

Please keep up your good work !

Thanks.
+1,
Thank you AlienBob for all your effort. I use multilib for Wine and I very much appreciate that I'm able to compile my own packages thanks entirely to your multilib system.
 
Old 04-07-2011, 08:18 AM   #41
Darth Vader
Senior Member
 
Registered: May 2008
Location: Romania
Distribution: DARKSTAR Linux 2008.1
Posts: 2,727

Rep: Reputation: 1247Reputation: 1247Reputation: 1247Reputation: 1247Reputation: 1247Reputation: 1247Reputation: 1247Reputation: 1247Reputation: 1247
Quote:
Originally Posted by Alien Bob View Post
PS Darth Vader, what happened to Darkstar Linux? It seems that http://www.darkstarlinux.ro/ is waiting for content.
Well, it was a very difficult period for us in recent years. Romania was not exactly a workers paradise in the last years. But slowly, things return to normal, as you see, I'm (somewhat) active here, and this happens in other places too.

About Darkstar Linux. As you know, Darkstar = Slackware + graphics tools and (automated) dependencies. The downside is that ALICE/YaLI (our suite of graphics tools) was written in Qt3 and is outdated today. Now we are working on porting of ALICE/YaLI into Qt4, with many improvements.

About our site. Well, the current version is fresh and still is not ready, we work in the unpublished manner at its structure and functionality (and I hate the image management used by Drupal!)

Finally, even we think that our graphical tools are not of interest to our upstream, yet we prepare two utilities that can work very well in (pure) Slackware. It's about pkgBuild, that is a rpmbuild-like package builder for Slackware, and CParted, which is similar in functionality to GParted, but ... is a pure console tool.

PS. I apologize to all for this off-topic post!

Last edited by Darth Vader; 04-07-2011 at 09:00 AM.
 
Old 04-07-2011, 09:56 AM   #42
Skaperen
Senior Member
 
Registered: May 2009
Location: center of singularity
Distribution: Xubuntu, Ubuntu, Slackware, Amazon Linux, OpenBSD, LFS (on Sparc_32 and i386)
Posts: 2,684

Original Poster
Blog Entries: 31

Rep: Reputation: 176Reputation: 176
Quote:
Originally Posted by imitheos View Post
As Eric said in his post, you don't cross-compile only re-package from a 32bit slackware tree. Regarding stuff you don't use, you don't install the whole 32bit tree. The script massconvert32.sh re-packages only some packages that are considered essential libraries and are hardcoded in it. Even with this reduced set, you don't need to install every package if you are familiar with deps. I have only installed the packages that are needed by eagle and wine.
However he builds the multilib package is fine by me. I just have no need for using the cross-32 compiler since I will have a pure-32 environment. Others who need to build software that runs on 32-bit environments may want/need to use that.

Quote:
Originally Posted by imitheos View Post
With opensource you have the freedom ofcourse to do your own thing and more so with slackware that doesn't get in your way. Even if it doesn't work the way you wanted, you'll still learn something.
Indeed. My home desktop and file server are running Slackware 12.0 (still) with my own init scripts having replaced all of the Slackware ones. It has worked fine over several versions. Slackware is an excellent starting point for virtually any goal one has.

Why my own init scripts? Just to see if I could.

Last edited by Skaperen; 04-07-2011 at 09:58 AM.
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
upgrading slackware64 13.1 multilib to slackware64 -current multilib Cultist Slackware 4 03-12-2011 09:04 AM
[SOLVED] Broffice not compile on Slack64(multilib or no multilib);SlackBuild afreitascs Slackware 4 06-14-2010 07:16 AM
Multilib slack64 wingevil Slackware 6 02-21-2010 07:53 PM
Reversing Multilib mlangdn Slackware 3 02-05-2010 12:00 PM
Question about multilib ProtoformX Linux From Scratch 3 08-06-2009 04:02 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Slackware

All times are GMT -5. The time now is 08:33 PM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration