Announcement

News: Chakra 2013.03 Benz Released: Release Notes - Download - A good place to start: Beginner's Guide - For pasting any code/info please use paste.chakra. Please read Forum Etiquette.

#1 2012-02-08 20:18:36

taseis
Apprentice
Registered: 2011-10-10
Posts: 10

[Request] Friidump

I would like to request that friidump be added to the CCR. It is currently in the AUR here http://aur.archlinux.org/packages.php?ID=28748

Friidump assists us with backing up our Wii games, and seems to be the only Linux app out there for this purpose. At least that I am aware of.

I need to advise you that the AUR package is missing some stuff and the build fails when using Packer. I am just too inexperienced to figure out what it needs.

Thank you,
taseis

Offline

#2 2012-02-08 21:00:04

george
[Developer - Team]
From: Earth
Registered: 2012-01-12
Posts: 532

Re: [Request] Friidump

Unfortunately, the upstream site mentioned in this PKGBUILD seems to be down, and without a URL for the original friidump-0.4.0.rar file, this package cannot be uploaded to CCR. If you (or someone else here) can upload that file to some website (not some fileshare nonsense site, but a real one), it should be easy to add it to CCR, but until then, I can't think of any way to do so.

In the meantime, however, this package seems to build fine with aur2ccr. If you would like to use it without it being on CCR, you should just be able to run:

ccr -S aur2ccr
aur2ccr friidump
sudo pacman -U friidump/friidump/friidump-0.4.0-1-i686.pkg.tar.xz 
rm -rf friidump

(Assuming you already have ccr installed.) That should install the program on your computer.


Edit: Wow, this PKGBUILD is really, REALLY bad.

Edit 2: Ok, here is a slightly improved PKGBUILD, if anyone does get the rar file uploaded somewhere useful. Note that it will not work until a valid 'source=' line has been added.

# Maintainer: ???
# Contributer:  Matthew Bauer <mjbauer95@gmail.com>

pkgname=friidump
pkgver=0.4.0
pkgrel=1
pkgdesc='Dump Wii discs.'
arch=('i686' 'x86_64')
url='http://forums.nintendo-scene.com/index.php?topic=1625.0'
license=('GPL2')
makedepends=('unrar' 'cmake' 'make')
#source="someurl/${pkgname}-${pkgver}.rar" # Need to have a URL for the rar here
md5sums=('43df77b7820cad09de148d2f9b348f41')

build() {
  unrar x -o+ "${pkgname}-${pkgver}.rar"
  cd "${pkgname}-${pkgver}/${pkgname}-${pkgver}"
  mkdir -p BUILD # This is the procedure specified in the 
  cd BUILD       # Friidump README by its author for 
  cmake ..       # building the program. 
  make
}

package() {
  cd "${pkgname}-${pkgver}/${pkgname}-${pkgver}/BUILD/src"
  make DESTDIR="${pkgdir}" install
}

Last edited by george (2012-02-09 00:37:27)

Offline

#3 2012-02-09 04:39:26

taseis
Apprentice
Registered: 2011-10-10
Posts: 10

Re: [Request] Friidump

Thanks for getting back to me. I am going to work on uploading the file somewhere or finding it on a good site. I didn't have luck the first time trying it with your first example, but I will give it another shot.

Thanks

Offline

#4 2012-02-09 05:15:48

taseis
Apprentice
Registered: 2011-10-10
Posts: 10

Re: [Request] Friidump

I am not having luck with Friidump. It looks like more people are using Wine and Rawdump. I even emailed the person showing in the build, but he probably doesn't have the same email address.

I did find something called Unscrambler that is supposed to do the same thing if you want to take a look. I would really like to test it to see if it is worth adding.

You can find Unscrambler here http://wi01b.net/wp-content/uploads/200 … bler04.zip
I think it is a blog, so it wouldn't work for us either. Can you give me any ideas of what kind of website it or if I ever find Friidump should be on?

Thanks

Offline

#5 2012-02-09 13:16:28

tetris4
[Packager-Admin]
From: Thessaloniki, Greece
Registered: 2009-12-11
Posts: 3,152
Website

Re: [Request] Friidump

The official URL link for Friidump given on AUR doesn't work. There is no documentation at all on this, other than the rar file. So I don't know how I can trust a random link and upload this for users to use.
And if that is not enough, the .rar files are considered binaries, and they are not allowed by CCR policy.

A similar situation seems to exist with the Unscrambler package I found on AUR. It's upstream webpage has been seized by USA authorities yikes .

Offline

#6 2012-02-09 15:20:04

george
[Developer - Team]
From: Earth
Registered: 2012-01-12
Posts: 532

Re: [Request] Friidump

I don't know why those commands didn't work for you, they did here. Try this instead:

aur2ccr friidump
cd friidump/friidump/
makepkg -i

Also:

I even emailed the person showing in the build, but he probably doesn't have the same email address.

From the Friidump README:

... I'm releasing this program under the nickname of "Arep". This is because I am not sure about the legal status of the program, and I do not want to encounter any consequences. ... Although, I think it can be freely used in Europe and other coutries without laws similar to the DMCA. ... For the same reason, I am not putting an e-mail address here (that @no.net you find in the program is obviously a pun), but support will be provided through the forums of the Italian ConsoleTribe forum, at http://wii.console-tribe.com. ...

Last edited by george (2012-02-09 15:31:50)

Offline

#7 2012-02-09 15:59:38

taseis
Apprentice
Registered: 2011-10-10
Posts: 10

Re: [Request] Friidump

Good info - Thanks. No wonder I didn't get a response.
For some reason I get an error in the build.

Extracting  friidump-0.4.0/friidump-0.4.0/TODO                        OK 
All OK
/home/xxxxx/friidump/friidump/PKGBUILD: line 30: cmake: command not found
==> ERROR: A failure occurred in build().
    Aborting...
==> ERROR: Some error occurred, check the friidump PKGBUILD in /home/taseis/friidump/friidump
==> ERROR: 1 package(s) failed

I am going to do my best to try to find something that people can use. I am sure there are others that would like to do the same thing. It may take me a while, but I will find something.

Thanks

Offline

#8 2012-02-09 16:15:31

tetris4
[Packager-Admin]
From: Thessaloniki, Greece
Registered: 2009-12-11
Posts: 3,152
Website

Re: [Request] Friidump

you need to install the base-devel group first to compile packages locally.

sudo pacman -S base-devel

Offline

#9 2012-02-09 16:26:46

george
[Developer - Team]
From: Earth
Registered: 2012-01-12
Posts: 532

Re: [Request] Friidump

Hm, guess I need to add cmake to the list of programs aur2ccr checks for. Sorry about that.

Edit: Fixed. Run 'ccr -Syu' to upgrade.

Last edited by george (2012-02-09 16:33:57)

Offline

#10 2012-02-09 19:54:32

taseis
Apprentice
Registered: 2011-10-10
Posts: 10

Re: [Request] Friidump

Yep, I am sure that I didn't install the base-devel yet. That is my bad. I should have known to do that. 

I will give it a shot again after work.
Thanks

Offline

Board footer

Powered by FluxBB 1.4.8