You are not logged in.

#1 2004-03-31 00:39:00

tehdely
Member
Registered: 2004-02-20
Posts: 148
Website

hfsplus

Filename:
hfsplus.tar.gz
Contents:
PKGBUILD
filelist
hfsplus-1.0.4-1.pkg.tar.gz
Description:
A bunch of tools for manipulating HFS+ (Mac OS 8,9,X) file systems.  hpmount doesn't appear to work properly, however it can be used to solve the "volume was not unmounted cleanly, please run fsck.hfsplus" error you will often find when mounting HFS+ volumes (and of course there is no such thing as fsck.hfsplus).  Once hpmount has failed at mounting the volume, you'll find that mounting it normally works cleanly. tongue

PKGBUILD:

# Contributor: Michael Baehr <usemike@spamblocked.com>

pkgname=hfsplus
pkgver=1.0.4
pkgrel=1
pkgdesc="Tools for working with HFS+ Filesystems on Linux"
url="http://ftp.penguinppc.org/users/hasi/"
source="http://ftp.penguinppc.org/users/hasi/${pkgname}_$pkgver.src.tar.bz2"
md5sums=('18fa1efb5432469357ffa6bfa7c08fcd')
depends=('glibc')
makedepends=('autoconf' 'automake' 'libtool')

build() {
    cd $startdir/src/$pkgname-$pkgver
    cp /usr/share/libtool/ltmain.sh ./
    make -f Makefile.cvs
    ./configure --prefix=/usr
    for i in binhex.c copyout.c; do
        sed -i s:'extern int errno;':: src/$i
    done
    sed -i s:'extern int errno;':'#include <errno.h>': src/hfsputil.h
    sed -i s:'case NULL':'case (0)': src/glob.c
    make
    make prefix=$startdir/pkg/usr install
}

[Arch GNUstep Repository] [ PKGBUILDS ]
[code][gnustep]
Server = ftp://blkwidow.lerp.com/pub/mirror/arch/gnustep[/code]

Offline

#2 2005-10-23 03:25:45

sml
Member
Registered: 2005-05-21
Posts: 89

Re: hfsplus

I have a default arch system ..

btree.c:396: error: invalid lvalue in assignment
make[2]: *** [btree.lo] Error 1

etc etc

make: *** [install-recursive] Error 1
==> ERROR: Build Failed.  Aborting...

Offline

#3 2005-10-23 04:33:27

Cam
Member
From: Brisbane, Aus
Registered: 2004-12-21
Posts: 658
Website

Re: hfsplus

Does that have a mkfs.hfsplus?

Offline

Board footer

Powered by FluxBB