[Mono-bugs] [Bug 76237][Wis] Changed - gacutil doesn't update links
on dll install
bugzilla-daemon at bugzilla.ximian.com
bugzilla-daemon at bugzilla.ximian.com
Mon Oct 10 17:07:19 EDT 2005
Please do not reply to this email- if you want to comment on the bug, go to the
URL shown below and enter your comments there.
Changed by wberrier at novell.com.
http://bugzilla.ximian.com/show_bug.cgi?id=76237
--- shadow/76237 2005-09-26 14:55:57.000000000 -0400
+++ shadow/76237.tmp.15220 2005-10-10 17:07:18.000000000 -0400
@@ -1,14 +1,14 @@
Bug#: 76237
Product: Mono: Tools
Version: 1.1
-OS:
+OS: unknown
OS Details:
Status: NEW
Resolution:
-Severity:
+Severity: Unknown
Priority: Wishlist
Component: tools
AssignedTo: mono-bugs at ximian.com
ReportedBy: v.merkatz at gmx.net
QAContact: mono-bugs at ximian.com
TargetMilestone: ---
@@ -32,6 +32,19 @@
Expected Results:
the symlink should point to the new dll
How often does this happen?
every time
+
+------- Additional Comments From wberrier at novell.com 2005-10-10 17:07 -------
+This also happens when building mono. On the make install, gacutil
+installs a bunch of dangling symlinks.
+
+The for suse autobuild packages, I'm required to do this in order to
+get the packages submitted:
+
+cd $RPM_BUILD_ROOT
+for config in `find . -name "*config"`; do if [ ! -e $config ] ; then
+echo Removing $config; rm -f $config ; fi ; done
+
+
More information about the mono-bugs
mailing list