Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 337682

Summary: dev-dotnet/ikvm does not respect LDFLAGS
Product: Gentoo Linux Reporter: Diego Elio Pettenò (RETIRED) <flameeyes>
Component: New packagesAssignee: dotnet project <dotnet>
Status: RESOLVED FIXED    
Severity: QA CC: esigra
Priority: High    
Version: unspecified   
Hardware: All   
OS: Linux   
URL: https://sourceforge.net/tracker/?func=detail&aid=3129981&group_id=69637&atid=525264
Whiteboard:
Package list:
Runtime testing required: ---
Bug Depends on:    
Bug Blocks: 331933    
Attachments: Build log
1.patch
2.patch

Description Diego Elio Pettenò (RETIRED) gentoo-dev 2010-09-16 18:08:51 UTC
See attached build log.

(Please do not complain about the need for looking at the build log until you can provide an easy way to open bugs with the correct data picked out of a tinderbox log. Thanks.)
Comment 1 Diego Elio Pettenò (RETIRED) gentoo-dev 2010-09-16 18:09:14 UTC
Created attachment 247626 [details]
Build log
Comment 2 Pacho Ramos gentoo-dev 2010-12-06 19:17:55 UTC
Created attachment 256515 [details, diff]
1.patch

Diego, I have tried to modify native/native.build as attached without success, how should the "gcc" invocation look then?

Thanks a lot for your help
Comment 3 Pacho Ramos gentoo-dev 2011-01-05 11:49:49 UTC
Upstream also doesn't know how to solve this :-(
Comment 4 Alistair Bush (RETIRED) gentoo-dev 2011-01-06 09:38:11 UTC
(In reply to comment #3)
> Upstream also doesn't know how to solve this :-(
> 

I would suspect that the environment variables are not passed correctly.

Therefore nant/mono would resolve $(LDFLAGS) as ""

trying to get nant to build for me (using mono-9999) and if successful to attempt to fix this.
Comment 5 Alistair Bush (RETIRED) gentoo-dev 2011-01-06 10:59:59 UTC
Created attachment 259032 [details, diff]
2.patch

This seems to work much better.  Currently the only issue with this is if a user does not have LDFLAGS defined at all (it will error).  This should be easily worked around.


by adding -v to the nant call this patch results in this...

ikvm-native-unix:
            
                 [exec] Starting '/bin/bash (-c 'gcc -Wl,--hash-style=gnu,--as-needed -o libikvm-native.so --shared -fPIC `pkg-config --cflags --libs --libs gmodule-2.0` jni.c os.c')' in '/var/tmp/portage/dev-dotnet/ikvm-0.44.0.6-r1/work/ikvm-0.44.0.6/native'
                 [copy] Copying 1 file to '/var/tmp/portage/dev-dotnet/ikvm-0.44.0.6-r1/work/ikvm-0.44.0.6/bin'.
                 [copy] Copying '/var/tmp/portage/dev-dotnet/ikvm-0.44.0.6-r1/work/ikvm-0.44.0.6/native/libikvm-native.so' to '/var/tmp/portage/dev-dotnet/ikvm-0.44.0.6-r1/work/ikvm-0.44.0.6/bin/libikvm-native.so'.
            Function platform::is-win32 is deprecated.  Use the is-windows function instead.
            
            BUILD SUCCEEDED - 0 non-fatal error(s), 1 warning(s)
Comment 6 Pacho Ramos gentoo-dev 2011-09-10 10:34:31 UTC
+*ikvm-0.46.0.1 (10 Sep 2011)
+
+  10 Sep 2011; Pacho Ramos <pacho@gentoo.org> -ikvm-0.44.0.5.ebuild,
+  +ikvm-0.46.0.1.ebuild, +files/ikvm-0.46.0.1-key.patch:
+  Version bump, remove old.
+

Looks fixed in this version