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

Bug 331939

Summary: app-crypt/cfs does not respect LDFLAGS
Product: Gentoo Linux Reporter: Diego Elio Pettenò (RETIRED) <flameeyes>
Component: New packagesAssignee: No maintainer - Look at https://wiki.gentoo.org/wiki/Project:Proxy_Maintainers if you want to take care of it <maintainer-needed>
Status: RESOLVED FIXED    
Severity: QA CC: c1pher
Priority: High    
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---
Bug Depends on:    
Bug Blocks: 331933    
Attachments: Build log
Diff from cfs-1.4.1.17.ebuild

Description Diego Elio Pettenò (RETIRED) gentoo-dev 2010-08-09 20:58:35 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-08-09 20:58:56 UTC
Created attachment 242141 [details]
Build log
Comment 2 Dane Smith (RETIRED) gentoo-dev 2010-08-10 03:22:45 UTC
Created attachment 242189 [details]
Diff from cfs-1.4.1.17.ebuild

Can also be applied in an identical manner to cfs-1.4.1.14.ebuild
Comment 3 Dane Smith (RETIRED) gentoo-dev 2010-08-10 03:24:17 UTC
Also of interesting note, I was completely unable to get this package working. Both in the form currently in the tree, or the slightly modified one that will respect LDFLAGS. The daemon itself "starts" ok, however a quick netstat -atn reveals that it is not in fact listening. Given the lack of maintenance on this, should this perhaps be masked?

I will keep messing with this. Maybe I'm just being dumb and missing something stupid.
Comment 4 Markos Chandras (RETIRED) gentoo-dev 2010-08-10 22:30:11 UTC
Whereas I really doubt this package is in a working state, this bug is about LDFLAGS so thanks to your patch this is fixed now. The fact that it has no maintainer makes it a good candidate for removal so if your tests fail to make it work just open a bug assigned to treecleaners and I will take care of it.

+*cfs-1.4.1.17-r1 (10 Aug 2010)
+
+  10 Aug 2010; Markos Chandras <hwoarang@gentoo.org>
+  +cfs-1.4.1.17-r1.ebuild:
+  Respect LDFLAGS. Bug #331939. Thanks to Dane Smith <smithdanea@gmail.com>
+  for the patch
+
Comment 5 Karsten Kretschmer 2010-08-25 09:44:11 UTC
(In reply to comment #3)
> The daemon itself "starts" ok, however a quick netstat -atn
> reveals that it is not in fact listening.

cfsd listens only on UDP. I use the mount options "port=3049,intr,nfsvers=2,udp". However on my amd64 system it works only if I add -m32 to CFLAGS and LDFLAGS.