The Unix Heritage Society mailing list
 help / color / mirror / Atom feed
From: lehmann@ans-netz.de (Oliver Lehmann)
Subject: [TUHS] Old UNIX Filesystems with FUSE
Date: Thu, 18 Dec 2008 11:14:03 +0100	[thread overview]
Message-ID: <20081218101403.94009.qmail@avocado.salatschuessel.net> (raw)
In-Reply-To: <20081218071941.GA70009@minnie.tuhs.org>

Hi, 

Warren Toomey writes: 

>   As for portability, yes, I have kept AncientFS limited to the cross
>   platform FUSE API (MacFUSE supports much more than the FUSE API). So,
>   it should work on other FUSE implementations with few changes.

I've modified the code so compiles on FreeBSD but dlsym() still does not 
work: 

root at nudel ancientfs> ./ancientfs --type v7 --dmg v7_rl02_1145 /mnt/tmp
Undefined symbol "unixfs_v7"
invalid file system type v7
Exit 255 

dlsym() is kinda new to me so I'm a bit lost... 

I've uploaded a diff to the svn checkout which is mentioned on Amits page 
here: 

http://pofo.de/tmp/ancientfs_20081218_01.diff 

The changes are
 - casting to satisfy %llu and %lu printf
 - Makefile adjustments
 - enhance endian checks to support BYTE_ORDER
 - work around undefined OSSwap functions



  reply	other threads:[~2008-12-18 10:14 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2008-12-17 23:05 Warren Toomey
2008-12-17 23:16 ` John Cowan
2008-12-17 23:22   ` Warren Toomey
2008-12-18  0:13     ` Magnus Danielson
2008-12-18  7:19   ` Warren Toomey
2008-12-18 10:14     ` Oliver Lehmann [this message]
2008-12-17 23:46 Norman Wilson
2008-12-18  0:27 ` John Cowan

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20081218101403.94009.qmail@avocado.salatschuessel.net \
    --to=lehmann@ans-netz.de \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).