Zitat |
|
sudo upkg-build --verbose blender
The next line reads:
Generating script...
/home/me/Desktop/vga_blender_svn does not exist, dropping this repository
Can you tell me why (after following all your steps?) it is looking for "vga_blender_svn"?
Even renaming the dir on the desktop to "vga_blender_svn" does not solve it.
Where can i change this so that it will compile?
Maybe you could give an additional example in your tut that describes "/PATH/TO/YOUR/LOCAL_REPO/" a little better? |
Well, there is a video tutorial also on the wiki page.
/PATH/TO/YOUR/LOCAL_REPO/ should be in your case (in your post on the first page of this thread)
/home/me/Desktop/blender_svn_17214 if your user name is
me
upkg.conf will be look like this then:
---/etc/upkg.conf-----------------------------------------------------------
<?xml version="1.0" encoding="UTF-8"?>
<local>
<cachedir>/var/cache/upkg</cachedir>
<repositories>
<repository>/home/me/Desktop/blender_svn_17214</repository>
<repository>http://www.paldo.org/paldo</repository>
</repositories>
<branch>testing</branch>
<arch>x86</arch>
</local>
---end-of-file--------------------------------------------------------------
if you get messages like this:
/home/me/Desktop/vga_blender_svn does not exist, dropping this repository
some is wrong in your repository. A repository looks like this:
WORKFOLDER > SOURCES > PACKAGENAME > PACKAGETARBALL.TAR.BZ2
WORKFOLDER > SPECS > PACKAGESPEC.XML
If the order is wrong it won't work either.
Also look into this tut:
http://www.paldo.org/wiki/HowtoBuildPackage