[Bug 226328] New: tangerine installs private and precompiled copies of several DLLs
https://bugzilla.novell.com/show_bug.cgi?id=226328 Summary: tangerine installs private and precompiled copies of several DLLs Product: openSUSE 10.3 Version: unspecified Platform: All OS/Version: All Status: NEW Severity: Normal Priority: P5 - None Component: GNOME AssignedTo: bnc-team-gnome@forge.provo.novell.com ReportedBy: andreas.hanke@gmx-topmail.de QAContact: qa@suse.de tangerine installs a private copy of a library that also exists separately: log4net.dll, package log4net. You might want to use the system-wide copy instead, if possible. Furthermore, it installs precompiled copies of several other DLLs: deps/Nini.dll plugins/file/db4o.dll You might want to consider creating packages for these instead of shipping them inside another package, or at least rebuild them from source. -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug, or are watching someone who is.
https://bugzilla.novell.com/show_bug.cgi?id=226328 ------- Comment #1 from andreas.hanke@gmx-topmail.de 2006-12-05 19:38 MST ------- In fact, I cannot find the sources of Nini.dll (MIT/X11) and db4o.dll (GPL) anywhere in the distribution. Please fix this! log4net.dll is probably Apache 2.0 licensed, but the word "probably" is exactly the problem because the user cannot know the license because different versions of log4net have different licenses. Should be fixed as well. -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug, or are watching someone who is.
https://bugzilla.novell.com/show_bug.cgi?id=226328 gekker@novell.com changed: What |Removed |Added ---------------------------------------------------------------------------- AssignedTo|bnc-team- |snorp@ximian.com |gnome@forge.provo.novell.com| ------- Comment #5 from gekker@novell.com 2006-12-07 00:29 MST ------- James, do you mind commenting here? Should we mark this package as internal only for now? -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug, or are watching someone who is.
https://bugzilla.novell.com/show_bug.cgi?id=226328 ------- Comment #7 from jw@novell.com 2007-01-30 10:59 MST ------- I have found sources to the three dll's: http://prdownloads.sourceforge.net/nini/Nini-1.1.0.zip?download http://www.db4o.com/community/qdownload.aspx?file=mono.tar.gz http://cvs.apache.org/dist/incubator/log4net/1.2.10/incubating-log4net-1.2.1... The GPL requires us to either ship the full sources with the binaries or point to the sources in such a way that end users can rebuild the binaries. The sources shall be the exact sources (correct version, correct patch set) and shall include scripts used to build. -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug, or are watching someone who is.
https://bugzilla.novell.com/show_bug.cgi?id=226328 cfarrell@novell.com changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEEDINFO |NEW Info Provider|cfarrell@novell.com | ------- Comment #8 from cfarrell@novell.com 2007-01-31 01:46 MST ------- Apropos comment #6, I was remarking on the fact that only the files plugins/muine/MuineDatabase.cs plugins/muine/MuineDatabase.cs.in tangerine-0.3.0/src/UnixSignal.cs are GPL. The other GPL matches are for files generated for building. By way of comparison, there are 78 matches for LGPL. Of course, the effect of the GPL is to make the entire derivative work created by combining the GPL files with the non-GPL files licenseable under the GPL. It simply seems a little strange that 3 GPL files are added (two of them as plugins) to an otherwise predominantly LGPL package. But, like I said, this doesn't pose any problem, legally. The lack of sources, on the other hand, does (comment #7) -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug, or are watching someone who is.
https://bugzilla.novell.com/show_bug.cgi?id=226328 Rodrigo Moya <rodrigo@novell.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |rodrigo@novell.com Status Whiteboard| |gnome-wrong-out-of-the-box -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=226328 User captain.magnus@opensuse.org added comment https://bugzilla.novell.com/show_bug.cgi?id=226328#c9 Magnus Boman <captain.magnus@opensuse.org> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |captain.magnus@opensuse.org --- Comment #9 from Magnus Boman <captain.magnus@opensuse.org> 2008-03-22 03:54:01 MST --- Snorp? -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=226328 User federico@novell.com added comment https://bugzilla.novell.com/show_bug.cgi?id=226328#c10 Federico Mena Quintero <federico@novell.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |federico@novell.com Status|NEW |NEEDINFO Info Provider| |snorp@novell.com --- Comment #10 from Federico Mena Quintero <federico@novell.com> 2008-05-28 14:34:00 MDT --- Snorp: ping -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=226328 User wberrier@novell.com added comment https://bugzilla.novell.com/show_bug.cgi?id=226328#c11 Wade Berrier <wberrier@novell.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |wberrier@novell.com --- Comment #11 from Wade Berrier <wberrier@novell.com> 2008-06-11 09:44:43 MDT --- It's pretty normal for mono apps to include private assemblies: http://mono-project.com/Guidelines:Application_Deployment but this can get hairy when those need to be updated because of a bug or security issue. (ie: most apps included ndesk-dbus and now are using a system-wide assembly). So either method is fine: include private .dll, or create new system wide packages. -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=226328 Jared Allen <jpallen@novell.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |jpallen@novell.com Priority|P5 - None |P4 - Low -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
participants (1)
-
bugzilla_noreply@novell.com