Summary: | app-crypt/cfs does not respect LDFLAGS | ||
---|---|---|---|
Product: | Gentoo Linux | Reporter: | Diego Elio Pettenò (RETIRED) <flameeyes> |
Component: | New packages | Assignee: | 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)
2010-08-09 20:58:35 UTC
Created attachment 242141 [details]
Build log
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
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. 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 + (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. |