Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 605470 - dev-dotnet/gtk-sharp-2.12.21 fails to build
Summary: dev-dotnet/gtk-sharp-2.12.21 fails to build
Status: RESOLVED INVALID
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: dotnet project
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2017-01-12 12:49 UTC by thanasis
Modified: 2017-12-13 17:11 UTC (History)
1 user (show)

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


Attachments
build log (gtk-sharp-2.12.21:20170112-123849.log,28.41 KB, text/x-log)
2017-01-12 12:53 UTC, thanasis
Details
emerge--info (emerge--info,6.00 KB, text/plain)
2017-01-12 12:55 UTC, thanasis
Details
success build log (gtk-sharp-2.12.21:20170112-125004.log,232.44 KB, text/x-log)
2017-01-12 13:30 UTC, thanasis
Details

Note You need to log in before you can comment on or make changes to this bug.
Description thanasis 2017-01-12 12:49:43 UTC
Native stacktrace:

	/usr/bin/mono() [0x4b96da]
	/lib64/libpthread.so.0() [0x33cac11040]
	/lib64/libc.so.6(gsignal+0x37) [0x33ca8333e7]
	/lib64/libc.so.6(abort+0x16a) [0x33ca8348ca]
	/usr/bin/mono() [0x722409]
	/usr/bin/mono() [0x739cad]
	/usr/bin/mono() [0x739d7f]
	/usr/bin/mono() [0x72f574]
	/usr/bin/mono() [0x72e09f]
	/lib64/libpthread.so.0() [0x33cac073cd]
	/lib64/libc.so.6(clone+0x6d) [0x33ca8e950d]

Debug info from gdb:


=================================================================
Got a SIGABRT while executing native code. This usually indicates
a fatal error in the mono runtime or one of the native libraries 
used by your application.
=================================================================

make[2]: *** [Makefile:635: gapi_codegen.exe] Aborted (core dumped)
make[2]: Leaving directory '/var/tmp/portage/dev-dotnet/gtk-sharp-2.12.21/work/gtk-sharp-2.12.21/generator'
make[1]: *** [Makefile:454: all-recursive] Error 1
make[1]: Leaving directory '/var/tmp/portage/dev-dotnet/gtk-sharp-2.12.21/work/gtk-sharp-2.12.21'
make: *** [Makefile:382: all] Error 2
 * ERROR: dev-dotnet/gtk-sharp-2.12.21::gentoo failed (compile phase):
 *   emake failed
 * 
 * If you need support, post the output of `emerge --info '=dev-dotnet/gtk-sharp-2.12.21::gentoo'`,
 * the complete build log and the output of `emerge -pqv '=dev-dotnet/gtk-sharp-2.12.21::gentoo'`.
 * The complete build log is located at '/var/tmp/portage_logs/dev-dotnet:gtk-sharp-2.12.21:20170112-123849.log'.
 * For convenience, a symlink to the build log is located at '/var/tmp/portage/dev-dotnet/gtk-sharp-2.12.21/temp/build.log'.
 * The ebuild environment file is located at '/var/tmp/portage/dev-dotnet/gtk-sharp-2.12.21/temp/environment'.
 * Working directory: '/var/tmp/portage/dev-dotnet/gtk-sharp-2.12.21/work/gtk-sharp-2.12.21'
 * S: '/var/tmp/portage/dev-dotnet/gtk-sharp-2.12.21/work/gtk-sharp-2.12.21'

>>> Failed to emerge dev-dotnet/gtk-sharp-2.12.21, Log file:

>>>  '/var/tmp/portage_logs/dev-dotnet:gtk-sharp-2.12.21:20170112-123849.log'
Comment 1 thanasis 2017-01-12 12:53:45 UTC
Created attachment 459760 [details]
build log
Comment 2 thanasis 2017-01-12 12:55:45 UTC
Created attachment 459762 [details]
emerge--info
Comment 3 thanasis 2017-01-12 13:26:24 UTC
Strang thing is, when I used this script (on the fle /usr/portage/dev-dotnet/gtk-sharp/gtk-sharp-2.12.21.ebuild) it did compile:

#!/bin/bash
for i in compile preinst install postinst package qmerge clean
do
ebuild $1 $i || break
done
Comment 4 thanasis 2017-01-12 13:30:03 UTC
Created attachment 459774 [details]
success build log
Comment 5 thanasis 2017-01-24 09:26:27 UTC
This "bug" must have been the result of something broken in my old system setup.
I have since rebuild the whole system, and dev-dotnet/gtk-sharp-2.12.21 builds fine.
Please, close this ... "bug".