You are not logged in.

#1 2010-02-22 14:53:46

obsrv
Member
Registered: 2005-02-08
Posts: 137

DarkRadiant from AUR fails to build

Hello,
I am trying to install DarkRadiant (Doom 3 and Dark Mod level editor) from AUR using yaourt, but all I get is this:

darkradiant 1.1.0-1 : Open-source fork of GtkRadiant: a level editor for Doom 3 and The Dark Mod
( Unsupported package: Potentally dangerous ! )                                                 
==>  Edit the PKGBUILD (highly recommended for security reasons) ? [Y/n]("A" to abort)          
==>   ----------------------------------------------                                            
==>n                                                                                            


==> darkradiant dependencies:
 - boost (already installed) 
 - freealut (already installed)
 - glew (already installed)    
 - gtkglext (already installed)
 - gtksourceview2 (already installed)
 - openal (already installed)        
 - python (already installed)        
 - svn (package that provides svn already installed)
==>  Continue the building of darkradiant ? [Y/n]   
==>   ----------------------------------------------
==>                                                 


==> Install or build missing dependencies for darkradiant:
==> Building and installing package                       

==> darkradiant dependencies:
 - boost (already installed) 
 - freealut (already installed)
 - glew (already installed)    
 - gtkglext (already installed)
 - gtksourceview2 (already installed)
 - openal (already installed)        
 - python (already installed)        
 - svn (package that provides svn already installed)
==> Making package: darkradiant 1.1.0-1 x86_64 (Mon Feb 22 16:48:50 EET 2010)
==> Checking Runtime Dependencies...                                         
==> Checking Buildtime Dependencies...                                       
==> Retrieving Sources...                                                    
==> Extracting Sources...                                                    
==> Removing existing pkg/ directory...                                      
==> Entering fakeroot environment...                                         
==> Starting build()...                                                      
==> Retrieving sources via svn for darkradiant version 1.1.0...              
  -> Done                                                                    
==> Validating sources from svn: if building fails here try to               
==>  delete the directory 'sources' and try again.                           
==> If it continues to fails the sources are changed and                     
==>  the package needs to be updated.                                        
==> ERROR: Build Failed.                                                     
    Aborting...                                                              
Error: Makepkg was unable to build darkradiant package.

I have tried to delete sources folder but it did not help. Any ideas?


"god@heaven$ emerge world"

              ~ Genesis on Gentoo

Offline

#2 2010-02-22 15:52:38

Corex
Member
From: Sweden
Registered: 2010-01-31
Posts: 63

Re: DarkRadiant from AUR fails to build

Seems MD5Sums outdated, i don't know the yaourt way but here's the manual fix to bypass stepbystep:

$ wget http://aur.archlinux.org/packages/darkr … ant.tar.gz
$ tar xvzf darkradiant.tar.gz
$ cd darkradiant
$ nano PKBUILD <- edit this file and remove theese two lines:
    echo "a79fe9432899ccdd883fd1c56cef4f2b  -" >"$srcdir"/md5sources
    find . -type f -print0 | xargs -0 cat | md5sum --status -c "$srcdir"/md5sources || return 1
$ makepkg -c -i -s

Hope that helps...

Offline

Board footer

Powered by FluxBB