Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 329445 - sys-fs/ntfsprogs: /usr/bin/ld on ntfs mounted partitions
Summary: sys-fs/ntfsprogs: /usr/bin/ld on ntfs mounted partitions
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Gentoo's Team for Core System packages
URL: http://osdir.com/ml/linux.file-system...
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-07-22 18:28 UTC by Victor Gaydov
Modified: 2010-07-24 06:27 UTC (History)
1 user (show)

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


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Victor Gaydov 2010-07-22 18:28:18 UTC
$ cd /ntfs/partition
$ cat > 1.c
int main(){return 0;}
$ gcc 1.c 
/usr/lib/gcc/i686-pc-linux-gnu/4.4.3/../../../../i686-pc-linux-gnu/bin/ld: final link failed: Numerical result out of range
collect2: ld returned 1 exit status

I found patch here: http://osdir.com/ml/linux.file-systems.ntfs.devel/2007-11/msg00011.html
It works. Will be nice to see the fix in portage, thanks.


Reproducible: Always
Comment 1 SpanKY gentoo-dev 2010-07-23 14:31:49 UTC
umm, how exactly are you mounting things ?  ntfs is mounted without needing any userspace component like ntfsprogs, so why would changing ntfsprogs make any difference to executing files off of a ntfs partition ?
Comment 2 Victor Gaydov 2010-07-23 17:30:05 UTC
(In reply to comment #1)
> umm, how exactly are you mounting things ?  ntfs is mounted without needing any
> userspace component like ntfsprogs, so why would changing ntfsprogs make any
> difference to executing files off of a ntfs partition ?
> 

ntfsmount (fuse)
Comment 3 SpanKY gentoo-dev 2010-07-24 06:27:39 UTC
added to 2.0.0-r2 ... thanks for the info