Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 142259 - dev-lang/mono-1.1.13.6 - /etc/init.d/dotnet missing?
Summary: dev-lang/mono-1.1.13.6 - /etc/init.d/dotnet missing?
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: dotnet project
URL: http://forums.gentoo.org/viewtopic-t-...
Whiteboard:
Keywords:
: 109713 (view as bug list)
Depends on:
Blocks:
 
Reported: 2006-07-31 02:56 UTC by Steve Carr
Modified: 2006-12-21 14:14 UTC (History)
3 users (show)

See Also:
Package list:
Runtime testing required: ---


Attachments
/etc/init.d/dotnet (dotnet,1.01 KB, text/plain)
2006-08-26 12:58 UTC, Wulf Krueger (RETIRED)
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Steve Carr 2006-07-31 02:56:52 UTC
On one of my old(er) gentoo systems i have an init script /etc/init.d/dotnet to enable me to run mono compiled apps without invoking the mono command first. After just installing mono on a fresh gentoo installation this init script is no longer there.
Comment 1 Wulf Krueger (RETIRED) gentoo-dev 2006-08-26 12:58:57 UTC
Created attachment 95154 [details]
/etc/init.d/dotnet

This is the latest /etc/init.d/dotnet from one of my machines from before its disappearance. It still works for me with dev-lang/mono-1.1.16.1. Maybe it could just be readded?
Comment 2 Brant Gurganus 2006-09-01 08:37:52 UTC
I had an additional test fail:
2) MonoTests.System.TimeZoneTest.TestCtors : B03 
        String lengths are both 19.
        Strings differ at index 1.
        expected:<"04/07/2002 02:00:00">
         but was:<"01/01/0001 00:00:00">
        ------------^
  at MonoTests.System.TimeZoneTest.EST (System.TimeZone t1) [0x0000c] in /var/tmp/portage/mono-1.1.16.1/work/mono-1.1.16.1/mcs/class/corlib/Test/System/TimeZoneTest.cs:72 
  at MonoTests.System.TimeZoneTest.TestCtors () [0x00049] in /var/tmp/portage/mono-1.1.16.1/work/mono-1.1.16.1/mcs/class/corlib/Test/System/TimeZoneTest.cs:150 
  at <0x00000> <unknown method>
  at (wrapper managed-to-native) System.Reflection.MonoMethod:InternalInvoke (object,object[])
  at System.Reflection.MonoMethod.Invoke (System.Object obj, BindingFlags invokeAttr, System.Reflection.Binder binder, System.Object[] parameters, System.Globalization.CultureInfo culture) [0x00040] in /var/tmp/portage/mono-1.1.16.1/work/mono-1.1.16.1/mcs/class/corlib/System.Reflection/MonoMethod.cs:130 
Comment 3 Brant Gurganus 2006-09-01 08:38:37 UTC
woops, ignore previous comment
Comment 4 Jurek Bartuszek (RETIRED) gentoo-dev 2006-11-25 03:55:11 UTC

*** This bug has been marked as a duplicate of 109713 ***
Comment 5 Saleem Abdulrasool (RETIRED) gentoo-dev 2006-12-20 16:06:46 UTC
Marking this as the bug to follow.
Comment 6 Saleem Abdulrasool (RETIRED) gentoo-dev 2006-12-20 16:07:01 UTC
*** Bug 109713 has been marked as a duplicate of this bug. ***
Comment 7 Saleem Abdulrasool (RETIRED) gentoo-dev 2006-12-21 14:14:29 UTC
dev-lang/mono now pdepends on pe-format, which installs the init script.  Thanks for your patience.