Mono 2.6 preview tarball misses mcs/class/dlr

View: New views
2 Messages — Rating Filter:   Alert me  

Mono 2.6 preview tarball misses mcs/class/dlr

by Mirco Bauer-4 :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Hi,

I started to work on Mono 2.6 packages for Debian and found that the
mcs/class/dlr directory is missing in the preview tarball which leads
to the following error during the build:

make[7]: Entering directory `/home/meebey/data/projects/debian/pkg-mono/mono/tarballs/mono-2.6/mcs/class/System.Core'
Creating the per profile list ../../build/deps/net_4_0_bootstrap_System.Core.dll.sources ...
./../../tools/gensources.sh net_4_0_bootstrap_System.Core.dll.sources  > ../../build/deps/net_4_0_bootstrap_System.Core.dll.sources
Creating ../../build/deps/net_4_0_bootstrap_System.Core.dll.makefrag ...
make[7]: Leaving directory `/home/meebey/data/projects/debian/pkg-mono/mono/tarballs/mono-2.6/mcs/class/System.Core'
make[7]: Entering directory `/home/meebey/data/projects/debian/pkg-mono/mono/tarballs/mono-2.6/mcs/class/System.Core'
make all-local
make[8]: Entering directory `/home/meebey/data/projects/debian/pkg-mono/mono/tarballs/mono-2.6/mcs/class/System.Core'
make[8]: *** No rule to make target `../dlr/Runtime/Microsoft.Scripting.Core/Actions/BinaryOperationBinder.cs', needed by `../../class/lib/net_4_0_bootstrap/System.Core.dll'.  Stop.
make[8]: Leaving directory `/home/meebey/data/projects/debian/pkg-mono/mono/tarballs/mono-2.6/mcs/class/System.Core'
make[7]: *** [do-all] Error 2
make[7]: Leaving directory `/home/meebey/data/projects/debian/pkg-mono/mono/tarballs/mono-2.6/mcs/class/System.Core'
make[6]: *** [all-recursive] Error 1
make[6]: Leaving directory `/home/meebey/data/projects/debian/pkg-mono/mono/tarballs/mono-2.6/mcs/class'
make[5]: *** [all-recursive] Error 1
make[5]: Leaving directory `/home/meebey/data/projects/debian/pkg-mono/mono/tarballs/mono-2.6/mcs'
make[4]: *** [profile-do--net_4_0_bootstrap--all] Error 2
make[4]: Leaving directory `/home/meebey/data/projects/debian/pkg-mono/mono/tarballs/mono-2.6/mcs'
make[3]: *** [profiles-do--all] Error 2
make[3]: Leaving directory `/home/meebey/data/projects/debian/pkg-mono/mono/tarballs/mono-2.6/mcs'
make[2]: *** [all-local] Error 2
make[2]: Leaving directory `/home/meebey/data/projects/debian/pkg-mono/mono/tarballs/mono-2.6/runtime'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/home/meebey/data/projects/debian/pkg-mono/mono/tarballs/mono-2.6'
make: *** [all] Error 2

This error only happens if you pass the --with-profile4=yes parameter
to the configure script.

--
Regards,

Mirco 'meebey' Bauer

PGP-Key ID: 0xEEF946C8

FOSS Developer    meebey@...  http://www.meebey.net/
PEAR Developer    meebey@...     http://pear.php.net/
Debian Developer  meebey@...  http://www.debian.org/
_______________________________________________
Mono-devel-list mailing list
Mono-devel-list@...
http://lists.ximian.com/mailman/listinfo/mono-devel-list

Re: Mono 2.6 preview tarball misses mcs/class/dlr

by C.J. Adams-Collier-4 :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

FWIW:

cjac@dev0:/usr/src/git/alioth/dlr-languages$ find ./ -name 'BinaryOperationBinder.cs'
./ndp/fx/src/Core/Microsoft/Scripting/Actions/BinaryOperationBinder.cs


On Sun, 2009-11-08 at 20:41 +0100, Mirco Bauer wrote:

> Hi,
>
> I started to work on Mono 2.6 packages for Debian and found that the
> mcs/class/dlr directory is missing in the preview tarball which leads
> to the following error during the build:
>
> make[7]: Entering directory `/home/meebey/data/projects/debian/pkg-mono/mono/tarballs/mono-2.6/mcs/class/System.Core'
> Creating the per profile list ../../build/deps/net_4_0_bootstrap_System.Core.dll.sources ...
> ./../../tools/gensources.sh net_4_0_bootstrap_System.Core.dll.sources  > ../../build/deps/net_4_0_bootstrap_System.Core.dll.sources
> Creating ../../build/deps/net_4_0_bootstrap_System.Core.dll.makefrag ...
> make[7]: Leaving directory `/home/meebey/data/projects/debian/pkg-mono/mono/tarballs/mono-2.6/mcs/class/System.Core'
> make[7]: Entering directory `/home/meebey/data/projects/debian/pkg-mono/mono/tarballs/mono-2.6/mcs/class/System.Core'
> make all-local
> make[8]: Entering directory `/home/meebey/data/projects/debian/pkg-mono/mono/tarballs/mono-2.6/mcs/class/System.Core'
> make[8]: *** No rule to make target `../dlr/Runtime/Microsoft.Scripting.Core/Actions/BinaryOperationBinder.cs', needed by `../../class/lib/net_4_0_bootstrap/System.Core.dll'.  Stop.
> make[8]: Leaving directory `/home/meebey/data/projects/debian/pkg-mono/mono/tarballs/mono-2.6/mcs/class/System.Core'
> make[7]: *** [do-all] Error 2
> make[7]: Leaving directory `/home/meebey/data/projects/debian/pkg-mono/mono/tarballs/mono-2.6/mcs/class/System.Core'
> make[6]: *** [all-recursive] Error 1
> make[6]: Leaving directory `/home/meebey/data/projects/debian/pkg-mono/mono/tarballs/mono-2.6/mcs/class'
> make[5]: *** [all-recursive] Error 1
> make[5]: Leaving directory `/home/meebey/data/projects/debian/pkg-mono/mono/tarballs/mono-2.6/mcs'
> make[4]: *** [profile-do--net_4_0_bootstrap--all] Error 2
> make[4]: Leaving directory `/home/meebey/data/projects/debian/pkg-mono/mono/tarballs/mono-2.6/mcs'
> make[3]: *** [profiles-do--all] Error 2
> make[3]: Leaving directory `/home/meebey/data/projects/debian/pkg-mono/mono/tarballs/mono-2.6/mcs'
> make[2]: *** [all-local] Error 2
> make[2]: Leaving directory `/home/meebey/data/projects/debian/pkg-mono/mono/tarballs/mono-2.6/runtime'
> make[1]: *** [all-recursive] Error 1
> make[1]: Leaving directory `/home/meebey/data/projects/debian/pkg-mono/mono/tarballs/mono-2.6'
> make: *** [all] Error 2
>
> This error only happens if you pass the --with-profile4=yes parameter
> to the configure script.
>


_______________________________________________
Mono-devel-list mailing list
Mono-devel-list@...
http://lists.ximian.com/mailman/listinfo/mono-devel-list

signature.asc (204 bytes) Download Attachment