Changes between Initial Version and Version 1 of Ticket #17771


Ignore:
Timestamp:
Dec 25, 2008, 4:34:19 PM (15 years ago)
Author:
mf2k (Frank Schima)
Comment:

Assigning to maintainer. I have the same problem when I try to build it.

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #17771

    • Property Priority changed from High to Normal
    • Property Owner changed from macports-tickets@… to lorenz.schori@…
    • Property Keywords ext2fuse removed
  • Ticket #17771 – Description

    initial v1  
    11Unfortunately OSX unable to install ext2fuse port. It always gives linker error:
    22
     3{{{
    34/usr/bin/gcc-4.0  -O2 -D__FreeBSD__=10 -I/opt/local/include/fuse  -L/opt/local/lib -o ext2fuse  ext2fuse-ext2fs.o ext2fuse-mkdir.o ext2fuse-readdir.o ext2fuse-symlink.o ext2fuse-wipe_block.o ext2fuse-fuse-ext2fs.o ext2fuse-perms.o ext2fuse-rename.o ext2fuse-truncate.o ../lib/et/libcom_err.a ../lib/ext2fs/libext2fs.a -lfuse
    45Undefined symbols:
     
    1516make[1]: *** [all-recursive] Error 1
    1617make: *** [all] Error 2
    17 
     18}}}
    1819
    1920OSX is 10.5.6 and uses following gcc compiler:
    2021
     22{{{
    2123i686-apple-darwin9-gcc-4.0.1 (GCC) 4.0.1 (Apple Inc. build 5490)
    2224Copyright (C) 2005 Free Software Foundation, Inc.
    2325This is free software; see the source for copying conditions.  There is NO
    2426warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
     27}}}
    2528
    2629Any idea how to fix it?