Package Details: fatback 1.3-1

Package Base: fatback
Description: A *nix tool for recovering files from FAT file systems.
Upstream URL: http://fatback.sourceforge.net/
Category: system
Licenses: GPL
Submitter: None
Maintainer: None
Last Packager: None
Votes: 7
First Submitted: 2011-11-11 11:52
Last Updated: 2011-11-12 21:50

Dependencies (0)

Required by (0)

Sources

Latest Comments

Anonymous comment

2013-08-23 02:24

Fix for compile error - change PKGBUILD as follows:

build() {
cd ${srcdir}/${pkgname}-${pkgver}
CPPFLAGS= ./configure --prefix=/usr
make
}

Comment by JKAbrams

2013-06-03 13:18

Unable to compile
Log: http://codepad.org/quXR7vCz

Anonymous comment

2013-01-25 09:38

You have to install the package "texinfo". This package includes the executable "install-info", which is being used in the install file of "fatback".

@eugeni, you need to add "texinfo" to the dependencies!

Comment by tklee

2013-01-24 23:27

I'm seeing this during installation. Please let me know what info I can provide for you to look for where the problem is. Thanks.

# pacman -U fatback-1.3-1-x86_64.pkg.tar.xz
loading packages...
warning: fatback-1.3-1 is up to date -- reinstalling
resolving dependencies...
looking for inter-conflicts...

Targets (1): fatback-1.3-1

Total Installed Size: 0.12 MiB
Net Upgrade Size: 0.00 MiB

Proceed with installation? [Y/n]
(1/1) checking package integrity [#######################################################################################] 100%
(1/1) loading package files [#######################################################################################] 100%
(1/1) checking for file conflicts [#######################################################################################] 100%
(1/1) checking available disk space [#######################################################################################] 100%
(1/1) upgrading fatback [#######################################################################################] 100%
error: command failed to execute correctly

Anonymous comment

2011-11-12 21:50

@Army - thanks a lot, I updated the package with your fixes.

Anonymous comment

2011-11-11 17:59

Hi, I built this package and checked with namcap for errors, here's the output

fatback W: File (usr/man/) exists in a non-standard directory.
fatback W: File (usr/info/) exists in a non-standard directory.
fatback W: File (usr/info/fatback-manual.info.gz) exists in a non-standard directory.
fatback W: File (usr/man/man1/) exists in a non-standard directory.
fatback W: File (usr/man/man1/fatback.1.gz) exists in a non-standard directory.
fatback E: Non-FHS man page (usr/man/man1/fatback.1.gz) found. Use /usr/share/man instead
fatback E: Non-FHS info page (usr/info/fatback-manual.info.gz) found. Use /usr/share/info instead
fatback E: Dependency glibc detected and not included (libraries ['lib/libc.so.6'] needed in files ['usr/bin/fatback'])

I took a look at it and managed to fix all errors.
PKGBUILD http://codepad.org/HgQSXgq0
fatback.install http://codepad.org/7vp3NzQR