Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 435202 - Stabilize latest dotnet stuff (September)
Summary: Stabilize latest dotnet stuff (September)
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal enhancement (vote)
Assignee: dotnet project
URL:
Whiteboard:
Keywords: STABLEREQ
: 407701 (view as bug list)
Depends on: CVE-2012-3543 435854
Blocks: 407697 435842
  Show dependency tree
 
Reported: 2012-09-16 11:52 UTC by Pacho Ramos
Modified: 2012-12-10 19:42 UTC (History)
2 users (show)

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


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Pacho Ramos gentoo-dev 2012-09-16 11:52:29 UTC
Thanks

app-misc/tasque-0.1.11                           amd64     x86
app-misc/tomboy-1.10.1                           amd64 ppc x86
dev-dotnet/ikvm-bin-7.1.4532.2                   amd64     x86
dev-dotnet/ikvm-7.1.4532.2                       amd64     x86
dev-dotnet/libgdiplus-2.10.9                     amd64 ppc x86
dev-dotnet/nant-0.92                             amd64 ppc x86
dev-dotnet/taglib-sharp-2.1.0.0                  amd64 ppc x86
dev-dotnet/xsp-2.10.2-r2                         amd64 ppc x86
dev-util/monodevelop-database-3.0.2              amd64     x86
dev-util/monodevelop-debugger-gdb-3.0.2          amd64     x86
dev-util/monodevelop-3.0.2-r1                    amd64     x86
gnome-extra/docky-2.1.4                          amd64     x86
media-plugins/banshee-community-extensions-2.4.0 amd64     x86
media-sound/banshee-2.4.1                        amd64     x86
net-irc/smuxi-0.8.10.1                           amd64     x86


Reproducible: Always
Comment 1 Pacho Ramos gentoo-dev 2012-09-16 11:52:50 UTC
*** Bug 407701 has been marked as a duplicate of this bug. ***
Comment 2 Pacho Ramos gentoo-dev 2012-09-16 12:45:44 UTC
Please skip ikvm* stuff, they were added because current stable doesn't compile against jdk-1.7, for some reason I thought java-7 was already stabilized :S
Comment 3 Agostino Sarubbo gentoo-dev 2012-09-16 23:16:38 UTC
amd64 stable
Comment 4 Anthony Basile gentoo-dev 2012-09-22 12:14:07 UTC
(In reply to comment #3)
> amd64 stable

ago, please test 

   USE="eds" emerge =app-misc/tomboy-1.10.1

on amd64, I'm getting the same build failure on amd64 and ppc:


mkdir -p `dirname ../../../bin/addins/Evolution.dll` && /usr/bin/gmcs -debug -target:exe -out:../../../bin/addins/Evolution.dll -debug -define:DEBUG -target:library -r:../../../bin/Tomboy.exe -r:/usr/lib/pkgconfig/../../lib/mono/gtk-sharp-2.0/gtk-sharp.dll -r:/usr/lib/pkgconfig/../../lib/mono/gtk-sharp-2.0/glib-sharp.dll -r:/usr/lib/pkgconfig/../../lib/mono/gtk-sharp-2.0/pango-sharp.dll -r:/usr/lib/pkgconfig/../../lib/mono/gtk-sharp-2.0/atk-sharp.dll -r:/usr/lib/pkgconfig/../../lib/mono/gtk-sharp-2.0/gdk-sharp.dll   -r:/usr/lib/pkgconfig/../../lib/mono/gtk-sharp-2.0/gconf-sharp.dll    -r:/usr/lib/pkgconfig/../../lib/mono/mono-addins/Mono.Addins.dll -r:/usr/lib/pkgconfig/../../lib/mono/mono-addins/Mono.Addins.Gui.dll -r:/usr/lib/pkgconfig/../../lib/mono/mono-addins/Mono.Addins.Setup.dll   -r:Mono.Posix ./EvolutionNoteAddin.cs -resource:./Evolution.addin.xml -resource:./mail.png,mail.png
./EvolutionNoteAddin.cs(292,25): error CS0103: The name `GMime' does not exist in the current context
./EvolutionNoteAddin.cs(388,33): error CS0246: The type or namespace name `GMime' could not be found. Are you missing a using directive or an assembly reference?
./EvolutionNoteAddin.cs(389,33): error CS0246: The type or namespace name `GMime' could not be found. Are you missing a using directive or an assembly reference?
./EvolutionNoteAddin.cs(390,33): error CS0841: A local variable `parser' cannot be used before it is declared
./EvolutionNoteAddin.cs(395,41): error CS0841: A local variable `parser' cannot be used before it is declared
./EvolutionNoteAddin.cs(396,41): error CS0246: The type or namespace name `GMime' could not be found. Are you missing a using directive or an assembly reference?
./EvolutionNoteAddin.cs(397,45): error CS0841: A local variable `message' cannot be used before it is declared
./EvolutionNoteAddin.cs(400,90): error CS0841: A local variable `message' cannot be used before it is declared
./EvolutionNoteAddin.cs(401,59): error CS0841: A local variable `message' cannot be used before it is declared
./EvolutionNoteAddin.cs(401,54): error CS1502: The best overloaded method match for `System.Collections.Generic.List<string>.Add(string)' has some invalid arguments
/usr/lib/mono/2.0/mscorlib.dll (Location of the symbol related to previous error)
./EvolutionNoteAddin.cs(401,54): error CS1503: Argument `#1' cannot convert `object' expression to type `string'
./EvolutionNoteAddin.cs(402,41): error CS0841: A local variable `message' cannot be used before it is declared
./EvolutionNoteAddin.cs(405,33): error CS0841: A local variable `parser' cannot be used before it is declared
./EvolutionNoteAddin.cs(406,33): error CS0841: A local variable `stream' cannot be used before it is declared
./EvolutionNoteAddin.cs(407,33): error CS0841: A local variable `stream' cannot be used before it is declared
Compilation failed: 15 error(s), 0 warnings
make[4]: *** [../../../bin/addins/Evolution.dll] Error 1
make[4]: Leaving directory `/var/tmp/portage/app-misc/tomboy-1.10.1/work/tomboy-1.10.1/Tomboy/Addins/Evolution'
make[3]: *** [all-recursive] Error 1
make[3]: Leaving directory `/var/tmp/portage/app-misc/tomboy-1.10.1/work/tomboy-1.10.1/Tomboy/Addins'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory `/var/tmp/portage/app-misc/tomboy-1.10.1/work/tomboy-1.10.1/Tomboy'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/var/tmp/portage/app-misc/tomboy-1.10.1/work/tomboy-1.10.1'
make: *** [all] Error 2
Comment 5 Pacho Ramos gentoo-dev 2012-09-22 12:16:55 UTC
(In reply to comment #4)
> (In reply to comment #3)
> > amd64 stable
> 
> ago, please test 
> 
>    USE="eds" emerge =app-misc/tomboy-1.10.1
> 
> on amd64, I'm getting the same build failure on amd64 and ppc:
> 

I cannot reproduce it (just re-emerged to test again), I have "eds" enabled system-wide, please open a separate bug report
Comment 6 Anthony Basile gentoo-dev 2012-09-22 12:33:50 UTC
To keep things moving along, I've stablized the following for ppc.  I'm just waiting on tomboy:

  dev-dotnet/libgdiplus-2.10.9
  dev-dotnet/nant-0.92
  dev-dotnet/taglib-sharp-2.1.0.0
  dev-dotnet/xsp-2.10.2-r2
Comment 7 Anthony Basile gentoo-dev 2012-09-24 03:39:35 UTC
stable ppc
Comment 8 Pacho Ramos gentoo-dev 2012-11-24 20:41:49 UTC
x86 team, PING!
Comment 9 Dan Dexter 2012-11-25 07:00:48 UTC
Archtested the list of packages in comment 1 - minus ikvm* packages - on x86:
- All packages compile without errors using various USE-flags. However, I was unable to test media-sound/banshee with USE='boo' due to bug 435684.
- Compiled various reverse dependencies of these packages, no issues found.
- Repoman checked packages, no warnings need addressing.

Due to an issue with dev-lang/boo we can't compile media-sound/banshee with USE="boo". The current stable (=media-sound/banshee-2.2.1) is also broke due to the same issue, so I'm not entirely sure if it should block stabilization or not. Should it block =media-sound/banshee-2.4.1?

If not, then all packages are good on x86.
Comment 10 Pacho Ramos gentoo-dev 2012-11-25 07:15:45 UTC
It's not a regression => it shouldn't
Comment 11 Paweł Hajdan, Jr. (RETIRED) gentoo-dev 2012-12-07 05:06:20 UTC
x86 stable, closing
Comment 12 Anton Bolshakov 2012-12-08 03:20:09 UTC
> Dec 2012; Pawel Hajdan jr <phajdan.jr@gentoo.org> jdk-1.7.0.ebuild:
>	  x86 stable wrt bug #435202

Did you stabilized jdk 1.7 on x86 by a mistake?

jre and icedtea are not stable here and it created a mess.
Comment 13 Rick Farina (Zero_Chaos) gentoo-dev 2012-12-08 04:13:37 UTC
dev-dotnet/ikvm-bin/ChangeLog:  x86 stable wrt bug #435202
dev-dotnet/ikvm/ChangeLog:  x86 stable wrt bug #435202
virtual/jdk/ChangeLog:  x86 stable wrt bug #435202

Someone stabilized these despite comment #2 saying not to.  Especially uncool is stabilizing virtual/jdk-1.7....

Apologize for toe stepping, I'm reopening this bug until someone checks what happens and confirms it really should be closed.

thanks to Anton for reporting to me and catalyst for screaming during my autobuilds.
Comment 14 Pacho Ramos gentoo-dev 2012-12-10 19:42:53 UTC
All should be ok now that keyword was reverted