Gentoo/FreeBSD On Hold Due To Licensing Issues 200
Alan Trick writes "Flameeyes (a Gentoo/FreeBSD developer) recently came up with some serious problems among the various *BSD projects who use BSD-4 licensed code (which is all of them). Even other projects like Open Darwin may be affected.
The saga started when he discovered the license problems with libkvm and start-stop-daemon. "libkvm is a userspace interface to FreeBSD kernel, and it's licensed under the original BSD license, BSD-4 if you want, the one with the nasty advertising clause." start-stop-daemon links to libkvm, but it's licensed under the GPL which is incompatible with the advertising clause. The good new is that the University of California/Berkley has given people permission to drop the advertising clause. The bad news is that libkvm has code from many other sources and each of them needs to give their permission for the license to be changed.
At the moment, development on the Gentoo/FreeBSD is on hold and the downloads have been removed from the Gentoo mirrors."
The saga started when he discovered the license problems with libkvm and start-stop-daemon. "libkvm is a userspace interface to FreeBSD kernel, and it's licensed under the original BSD license, BSD-4 if you want, the one with the nasty advertising clause." start-stop-daemon links to libkvm, but it's licensed under the GPL which is incompatible with the advertising clause. The good new is that the University of California/Berkley has given people permission to drop the advertising clause. The bad news is that libkvm has code from many other sources and each of them needs to give their permission for the license to be changed.
At the moment, development on the Gentoo/FreeBSD is on hold and the downloads have been removed from the Gentoo mirrors."
hmmm (Score:4, Funny)
It's almost as if... BSD were dying, or something.
Re: (Score:2, Funny)
Re: (Score:2)
Re:hmmm (Score:5, Informative)
Re: (Score:2)
The pool of moderators consistently has a large number of BSD and Mac OS X users, all of whom reflexively mod down any post containing both the words 'BSD' and 'dying'.
Hm, Not sure about that. I'm a OSX and *BSD guy for mumble years, get the joke, and would mod it funny rather than anything else. But then again based on your .sig, looks like you are too. Is this the point where I'm just taking a joke post seriously again?
Re: (Score:2)
Well... (Score:5, Interesting)
Re: (Score:2)
But wait a minute... (Score:5, Interesting)
But wait--wasn't the decision to link to libkvm made by the authors of the start-stop-daemon? And aren't they the same ones who decided to release it under the GPL? It would seem to me that people are looking at things the wrong way 'round. Instead of getting wavers for libkvm they should be looking at the start-stop-daemon which has either effectively been dual licensed or has been misused by whoever decided to use libkvm (idf it wasn't the original author(s)).
--MarkusQ
Re: (Score:2, Informative)
More information at: http://en.wikipedia.org/wiki/BSD_Licenses [wikipedia.org]
And at: http://www.gnu.org/philosophy/bsd.html [gnu.org]
Re: (Score:2)
No. The problem lies in the fact that law is difficult, and software developers are not lawyers. Which is why big software houses have their own departments taking care of such issues. Whenever you choose or write a license for your software (instead of just giving it away to the public domain), you are limiting some people from using it and allowing some other people to use it. This may not be exactly the same people as you intended, unless y
Re:But wait a minute... (Score:5, Informative)
What's amazing is that people cite to the FSF propoganda and conclude they've prove their point.
Well here is the truth of the matter: Clause 3 relates particularly to advertising that discusses the features implemented by the code given in clause 3. What this means is you want to brag about softupdates and softupdates were covered by this imfamous third clause, you would have to say 'as implemented by Kirk...'
Anyways, this only applies to advertising with sufficient specificity to implicate particular code. Basically if you can trace a feature to 100s of contributors the clause is self-invalidating. No one contribution was responsible for the feature discussed in the advertising, therefore no mention is required.
The whole topic has been FUD for twenty years. That said, it has been such good FUD that people have actually taken extensive effort to purge the clause from the standard license. Only a few small files retain it today.
I think DragonflyBSD which is forked from FreeBSD 4.x is 4-clause free.
Re: (Score:3, Informative)
But the GPL specifies *no* additional restrictions, advertising clause is an additional restriction, end of story. That's all there is to it - 4 clause BSD license is not GPL compatible.
The PyDev extensions for Eclipse are distributed under a free license that includes the requirement that you take a de
Re: (Score:2)
Someone didn't read his next email... (Score:5, Informative)
Re:Someone didn't read his next email... (Score:5, Insightful)
Re: (Score:2, Funny)
Re: (Score:2)
So it's ironic that UCB cannot waive this requirement on the behalf of contributors.
This clause is against the spirit of the BSD license in any case. The reason t
Re: (Score:2)
At any rate, after fighting with yet another Portage update disaster and finding that the Gentoo documentation now recommends recompiling your entire system after updating GCC, I'm thinking this license issue is far from Gentoo's biggest pro
Re: (Score:2)
Re: (Score:2)
Whenever GCC changes the ABI, you will eventually have to recompile everything. It's not that much of a hassle, if you are not on the ~arch bleeding edge. Just leave the computer doing the compile overnight.
Other distros escape the problem by issuing a new release. Ever changed from SuSE 8 to 9? There was the GCC change.
Having said that, I don't believe GCC changed ABI recently. Or are you just moving to GCC 3?
Re: (Score:3, Informative)
I'm still using the same OS I did five years ago.. but I've upgraded through SEVERAL versions of gcc...
> Besides which, a recompile every month or so is good for your system.
What, is that the Gentoo equivalent of rebooting a Windows box? *!@*!*@!!
Re: (Score:2)
You don't *HAVE* to recompile everything unless there has been C++ ABI breakage between the versions, but it doesn't hurt too bad and a lot of Gentoo users do it to benefit from any new optimizations introduced.
That said, I have a version of Real Player installed (which I don't use but mplayer n
Re: (Score:2)
Re: (Score:2)
> every packaged or recompiled every library. You can't link binaries
> compiled with v3 against libraries compiled with v2.
This is why God invented LD_LIBRARY_PATH and dlopen()... and added the -R flag to ld for use by the runtime linker...
Oh, and yes, you CAN link 2.95.3 libraries with 3.4.2 binaries. I haven't tried any other combinations, though, it wasn't necessary.
Re: (Score:2)
Re: (Score:2)
Re: (Score:2)
He obviously has an 80386DX40
Re: (Score:2)
Riiiiiight. I "emerge -e world" all the time, just for the sake of it.</sarcasm> If I really had to rebuild every package on my Gentoo systems on a monthly basis, I'd still be using Slack.
Yes, after upgrading gcc, I "emerge -e system && emerge -e world" but fortunately, that's a once-in-a-while occurrence. Even then, a minor version upgrade to gcc doesn't usually *require* you to recompile world wi
Re: (Score:2)
That's exactly the problem with Gentoo - too many packages are marked as "stable" without anyone actually doing the above quality check (or any check, it often appears). Good suggestion, though. Maybe pass it along to the developers. Particularly interested in this revelation would be the ones handling the kernel patches and X.org, but several other groups would also benefit.
Re: (Score:2)
That's the funniest thing I've read all year!
Re:Someone didn't read his next email... (Score:5, Interesting)
This means that parts of the library are 3-clause licensed, and parts 4-clause licensed.
Re: (Score:2)
http://www.gnu.org/prep/maintain/maintain.html#Leg al-Matters [gnu.org]
(I thought that was the case, but maybe I misinterpreted that statement)
Is this generally the case? Having never contributed back directly to a project (my contributions have all been along the lines of "look, this is wrong, here is a test case to show what might need fixing"), I realize I have no idea what the norm is. It certainl
Re: (Score:2)
Re: (Score:2)
People who insist on retaining the copyright to their ten line patch are control freaks. I won't use their patch... not because I legally can't, but because I don't want the hassle of dealing with people like that in my life.
Ah, freedom... (Score:4, Funny)
Free as in "speech".
Free as in "beer".
Free as in "stolen".
And, yes, I understand nothing's been really stolen, and I really meant it mostly in jest. But this is one of the reasons that the community needs to understand that "open source" is not just "open source". It comprises a variety of licenses, some incompatible with each other. Developers need to be educated as to the ramifications of making bad decisions regarding software licensing.
Scare Tactics (Score:2, Interesting)
The current reality is that your code is either public domain (new BSD is also allowable, GPL is _NOT_) and people will use it, or it's under one of the 7,867 Open Source(TM) licenses with 10 times that many cryptic and probably incompatible clauses that nobody really knows what to make of. The _applications_ will be used of c
Re: (Score:2)
Open Source software can be reused, but requires attention to licensing constraints which may be problematic. Some of it may not be usable in a commercial product, in which case it isn't a problem; it effectively doesn't exist for you.
Closed Source software either simply can't be reused, but even if it can, requires paying somebody to receive the code that will contain licensing constraints that may be problematic, and may furthermo
Re: (Score:3, Insightful)
I'm not the OP, but...
A) Because most mainstream commercial/proprietary software tends to be more innovative and better. Yes, there are some exceptions, but they are very few in number and tend to be in areas where the demand is so small that it would be difficult to sustain a business on (the Windows monopoly vs Linux, perhaps being an exception in some ways).
B) Because its licensing terms are far more predictable and understand
Re:Scare Tactics (Score:4, Insightful)
As in you can't use the source. At all. For any purpose. Well, sure, it's certainly predictable.
"C) Because the company that is maintaining the product is far more likely to stay in business and motivate itself to the kinds of support that you need."
New to the industry, eh?
Even if you ignore the fact that products will be altered beyond recognition and eventually discontinued, with or without the company surviving, the fact is very few companies in the proprietary software business appear to have any particular long term staying power. If they dont go belly up, they get bought up, their products cancelled, and customers forcefully migrated.
"D) Because most open source projects are simply half-assed and under-staffed."
And most proprietary projects are half-assed and under-staffed. It's endemic to the entire industry. At least with opensource you can discover it was half-assed before paying through the nose for a disconnected support number.
"they cannot afford the time and technical resources in practice to maintain said software themselves."
But if necessary they have the option. And while one company might not have the resources needed, several customers working together may very well have the resources (after all, the combined customers were the ones actually paying for the resources originally, so unless the initial producer was deliberately sinking money into the development without intending to profit, the resources still exist).
Re:Scare Tactics (Score:4, Insightful)
Big surprise there.
Neither your caricature of commercial software, nor your caricature of open source software, has much to do with reality. Bad open source basically doesn't exist for a commercial company, because they most likely won't even encounter it, and it certainly won't last long in their selection system unless it's completely broken. And I've been involved in buying many closed-source libraries, and your happy-happy portrayal of closed-source software doesn't really remind me of any of those experiences. By far I have more trouble with the closed-source stuff just being unsupported, and sometimes it's the big vendors (as in Microsoft, Oracle, etc.) who are the worst!
Re: (Score:2)
No. I'm talking about 10+ years of real world experience where the decision making authority and the responsibility for its outcome, for better or worse, ultimately rested with me (CIO/Director for a mid-size private->public company a
Re: (Score:2)
I've worked for several companies who fo
closed source does have another advantage (Score:2)
Some open source software tries t
Re: (Score:2)
Really? It just sounds like an open-source developer being dilligent. Nobody has sued anybody yet (and there's no huge damages to be made from doing so).
Using commercial software (especially in a corporate environment using volume licenses and developer tools) is no protection against getting sued by a patent or copyright
Re: (Score:2)
Re: (Score:2)
Re: (Score:2)
Nonsense. Corporations have to deal with legal and licensing issues all of the time. You think that licensing and ownership issues are new just because open source came along? Besides, all this really demonstrates is that free-software and open source developers take "intellectual property" issues very seriously and are proactive about resolving licensing issues before they becom
Re: (Score:2)
Heh. *snicker*
This is grossly OT, but your comment just reminded me of it...
Japan-based Enterbrain, Inc. produces a series of build-your-own-SNES-style-RPG IDE/VM-bundles, the RPG Maker series. The latest incarnation, the RPG Maker XP, supports Ruby Scripting. In fact, the whole thing is built around RGSS, the Ruby Game Scripting S
apple phasing out libkvm support (Score:3, Informative)
I just had to remove all dependencies on libkvm for a project I work on, since we recently had our first users try to use it on OS X x86. It is software used on HPC clusters and SMPs, so there hadn't been much interest in OS X x86 until the Xeon XServes. I had been trying to get a hold of an x86 system to test on for months, and then this problem hit us.
Obviously this could affect OS X/Darwin until they completely phase this out and remove libkvm objects and headers from the software distribution.
Re: (Score:2)
Obviously this could affect OS X/Darwin until they completely phase this out and remove libkvm objects and headers from the software distribution.
Not really. Darwin is based on OPENSTEP, which is based on Mach and the old UCB BSD releases. The version of libkvm that OS X users was almost certainly from UCB (and therefore retroactively 3-clause licensed) with changes made by NeXT and Apple employees.
There is also no reason why libkvm support requires /dev/kmem; it's a fairly clean interface which could quite happily be implemented over a Mach port.
"clean interface"??? (Score:3, Informative)
Also, this ties you to a specific version of the kernel. It ties you to a specific patch level. If ever Apple changes the layout of
FUD (Score:5, Informative)
1. The clause that's being referred to is clause three which states:
2. I've gone through all 15 of the
The two files are copyright Wolfgang Solfrank and TooLs GmbH. I would submit that there is probably a clause three waiver from these folks; it's just that we haven't found it yet. Also, removing the two effected files would have no effect on functionality. Neither the ARM or PPC ports are functional.
The FUD here may not have been intentional, but it is FUD none the less.
Goofy (Score:2)
Think about how goofy this is. Berkeley originally wants ads to include a mention of them. Joe Schmoe contributes code with the understanding that his code is licensed this way (ad must mention Berkeley), and later Berkeley decides they don't care about the ads anymore.
Now there's concern Joe Schmoe might sue if an ad doesn't mention Berkeley?!?
(Could something like that be thrown out for lack of "standing"?)
Re: (Score:2, Informative)
Maybe it were best if only one license applied (Score:2)
Failing that
And I'd rather that be BSD than GPL personally. Which is why I'm trying to come up with a way to replace the whole userland on my system with one that's BSD licensed, but in Linuxland (I don't really feel like replacing my whole system right now as I have too much invested in it! Next machine though, I'll prolly put NetBSD on) it's easier said than done.
I'd like to see a BSD userland with
Re: (Score:2)
Re: (Score:2)
Re: (Score:2)
And the answer is... (Score:3, Informative)
All this painful discussion over what is probably a non-issue? Don't you just love this brave new world of 30 blogs linking to each other creating an artificial buzz/panic? Is this a case of premature eblogulation?
Re: (Score:2)
Sometimes the holier-than-thou graduates of the Stallman School of Licenses fanatics seem lik
Re: (Score:2)
Tempest in a teapot (Score:2)
FreeBSD already corrected the license:
imp 2007-01-08 17:35:36 UTC
FreeBSD src repository
Modified files:
lib/libkvm kvm.3 kvm.c kvm.h kvm_amd64.c kvm_file.c kvm_geterr.3 kvm_getfiles.3 kvm_getloadavg.3 kvm_getloadavg.c kvm_getprocs.3 kvm_i386.c kvm_nlist.3 kvm_open.3 kvm_private.h kvm_proc.c kvm_read.3 kvm_sparc.c kvm_sparc64.c
Log:
Remove the advertising clause. UCB did this some time ago, but these files were never updated to reflect that.
MFC After: 2 days
Revision Changes Path
1.15 +
Potential problem is with the GPL, not the BSDL. (Score:2)
For example, Linux is trademarked and requires attribution.
Here we go again. (Score:2)
The next person that threatens a suit should be shot on sight.
Re: (Score:3, Interesting)
BSD *is* commercial software! (Score:5, Insightful)
In case you haven't noticed, the current Apple OS is BSD. "Commercial" isn't the opposite of "open source". The opposite of open source is closed source, and the opposite of commercial is non-commercial. You can have "commercial open source" software and you can have "non-commercial closed source" software.
Re: (Score:2)
In case you haven't noticed, the current Apple OS is BSD.
No, it's not. *Parts* of it are BSD, but pretty much all of the parts that actually make OS X interesting and useful, are not. Further, the fact that some parts are BSDL code, has little bearing on most people's decision to use OS X.
Re:Trouble in paradise (Score:5, Insightful)
Re: (Score:3, Informative)
The lawyers would disagree. This is why we have copyleft in the form of the GNU GPL.
Re: (Score:2)
Re: (Score:2)
>> >> also.
>> The lawyers would disagree. This is why we have copyleft in the form of the GNU GPL.
Where, oh where did the days go where you could write something like this in the header of your code and it would suffice? :
* Program to dominate the world.
* If your cat goes psycotic and slits your throat while you sleep, or gets your fish pregnant,
Re: (Score:2)
Lets say, I write something trivial.. lets say its a backup utility similar to something else thats included in open source distros, however I decided that the world could use a version with less bloat and better loggging. So I wrote one from scratch with this header :
* Backup Utility Version 1.0
* By John Q Public, Written January 2007
* This program is not copyrighted in any way, and is hereby donate
Re: (Score:2)
You'd be wrong. In any case, the proper response to Microsoft or whoever "stealing" public domain code is, "Good! I hope it works well for them." It doesn't cost you anything if they use your public domain code (now THAT's an oxymoron), so you really shouldn't expect anything in return.
Re: (Score:3, Insightful)
Hoorah, the first time I've actually seen a post by someone else who understands the BSD-license way of thinking.
Commercial use of my BSD code does not remove my BSD code from distribution. If someone paid coders to impr
Re:as an end-user only... (Score:4, Insightful)
Re: (Score:2)
I don't give a damn what the license says as long as it doesn't restrict my use of the OS.
What I DO give a damn about is that the OS runs well on my hardware, and does what I want it to do. At the moment, for most of my daily applications, that means I run linux or BSD.
If all I cared about was the license, I'd go back to pen and paper, which puts no artificial usage restrictions on me at all. Your comment shouldn't have been modded insightful: it should have been modded "-1; elitist jackass."
Re: (Score:2, Interesting)
By all means use Linux or BSD because they suit the job better. I kinda leapt to the conclusion that Vista would do just as well if you're claiming to be an archetypal "End User" who doesn't have to do anything serious with the box, as that's what I thought the initial post was implying.
Re: (Score:3, Insightful)
Re:as an end-user only... (Score:5, Insightful)
Um, because if stuff like this doesn't get ironed out, then projects like this never get going, and you (the consumer) don't get the product/service. If you don't care about whether it's there as an option, then, right... you shouldn't care.
Caring about it, philosophically/academically isn't the same as having the wherewithal to be a nuts-and-bolts part of resolving the problem. But if you pretend that this stuff doesn't in any way matter, then you're betraying a pretty simplistic understanding of how "free" stuff comes to exist in the first place. No question that many arguments in the F/OSS universe are of the "how many angels can dance on the head of pin" variety. But whether something is, or isn't within the bounds of the licensing model under which much of this entire area is built - well, that actually does matter. One is reminded, sometimes, though, about the old saying about why intra-staff disputes at colleges are so wicked: the drama is so big because the stakes are so small.
Re: (Score:2)
Re:as an end-user only... (Score:5, Insightful)
If you are only a user you would obviously care only if you are a user of that particular product, and licensing issues would prevent you from using it. Seems pretty obvious.
Although mostly this is of interest to developers who might run into similar issues themselves.
Re: (Score:2)
Well, that's the difference between end-use and redistribution, I think you'll find this distinction is made in many circumstances, not just with software.
I guess what it all boils down to is I just really can't see the point of the billion-and-one different FOSS licenses out there. Even more so when y
Re:as an end-user only... (Score:5, Insightful)
http://www.gnu.org/philosophy/bsd.html [gnu.org]
I'll explain how this might affect a user like you, because at first it doesn't seem like much of a restriction: just mention UC Berkley in any advertisements featuring BSD.
What could be simpler!
And then seventy five other shmoes copied the provision.
So now my voluteer website saying, "I'll help anyone, anywhere install BSD for free!!!!" needs to say:
"I'll help anyone, anywhere install BSD* for free!!!!
This product includes software developed by the University of California, Berkeley and its contributors.
This product includes software developed by the alteran, who considers himself extremely l33t.
This product includes software developed by the University of Utah and its contributors.
This product includes software developed by Inman Software Corp, and its employees, to be used freely as long as this statement is attached. Inman Software Corp acknowledges the work of many of its contractors, who may have also contributed code to this product.
This product includes software developed by the Grossman Progammers and Associates. Use of this software is fully authorized for all purposes as long as this statement is enclosed.
This product includes software developed by the University of North Carolina at Chapel Hill and its contributors.
This product includes software developed by the University of North Carolina at Greensboro and its contributors.
This product includes software developed by the University of North Carolina at Tweetsie and its contributors.
etc., etc.
You get the idea, but pretend I make this list TEN TIMES longer.
Of course, when you got your copy of this software, you saw something like what I showed you above, right? Because if you didn't, well, you're running your software illegally. If you didn't, please erase it. (See, that's an effect right there!)
And that's just the beginning. Anyone advertising/distributing BSD needs to READ EVERY DAGGUM LICENSE and figure out which shmoes need to be credited on every scrap of paper or HTML mentioning BSD. Or just be illegal-- their choice. And because there are so many contributors, any one of which could insert a new program and provision at any time, which means every update needs to be rechecked.
No one is going to do this. They are just going to give up, or ignore the law-- both of which ultimately hurt free software.
And, of course, its users.
Do not taunt HappyFunBSD (Score:2)
One thing I really like ab
Re:as an end-user only... (Score:4, Insightful)
Re: (Score:2)
it doesn't affect you, at all
indirectly:
Technically, they are supposed to follow the license of software that they use. Now, if someone wanted to be a jerk and say "You aren't following the license for my software!" it could cause trouble. This could seriously kill development and apps. By working it out before hand, it makes sure your software has a longer and happier development lifespan.
Re: (Score:2)
Because if the people who develop your software get sued for license violations, they won't develop your software any more. And that's some seriously unfunky shit right there.
Re:wow, great "free" software (Score:5, Insightful)
Sure, it would be great if all these licenses were innately compatible. However, since they're not, it would be a disservice to the entire free software community if we were to start ignoring the provisions of each license in a spirit of universal brotherhood. As much as we all worry about challenges to the GPL, etc., in courts by open source opponents, we should not dilute open source licenses' credibility within the free software community. How seriously could the legality of these licenses be considered then?
I think it's great that a developer took the time to notice a problem and begin the due diligence required to come to a legal, mutually-acceptable conclusion. That's the mark of a true community.
Re: (Score:2)
Re: (Score:2)
I've used several versions of Linux as well as FreeBSD...
In my experience, although it requires a lot of typing and less GUI, FreeBSD has been, by far, the easiest to administrate.
Linux has had much better driver support however.
So... It's a system with the base (and hence driver support) of BSD, and the administrative tools of Linux?
That just sounds painful and unnecessary.
Re: (Score:2)
Gentoo's portage would be nice if it weren't so damn slow...
Re: (Score:2)
Having said that.. It really wasn't worth it. Compared to my current Debian machines, I'd take apt hands down. Scripted source base distros are pointless unless you're modifying the sourcecode-- The optimizations are negligible (or lost due to the compile time exceeding the saved execution time) and as far as ea
Re: (Score:2)
My biggest problem with so much of open source is that there are a large number of "half-done" quality projects, and so few "fully done" quality projects. I
Useful tools (Score:2)
Re: (Score:2)
Fun?
Re: (Score:2)
So just remember that OpenBSD, FreeBSD, NetBSD, Drago
Re: (Score:3, Interesting)
More interesting is the Nexenta project, which is porting Ubuntu to OpenSolaris (and has usable releases out already).
Re: (Score:2, Funny)
Re: (Score:2)