Closed GoogleCodeExporter closed 9 years ago
Did you have updated the software to the latest revision, using the AUR package?
Original comment by andrea.c...@gmail.com
on 29 May 2008 at 9:58
il try it
Original comment by arch...@gmail.com
on 29 May 2008 at 10:52
ive updated now and i still have the exacte same error...i serious dont think
its a
problm on my system...what can i do?
Original comment by arch...@gmail.com
on 29 May 2008 at 11:07
[deleted comment]
[deleted comment]
try to manually install the package pacman -U
/tmp/pacbuilder/build/a52dec/a52dec-0.7.4-3-i686.pkg.tar.gz
Original comment by andrea.c...@gmail.com
on 30 May 2008 at 1:11
i have make.conf configured to export build packages to another dir..so only
thi is
found on that dir:
PKGBUILD a52dec-0.7.4.tar.gz pkg/ src/
Original comment by arch...@gmail.com
on 30 May 2008 at 1:46
oh, now we find out what is wrong... going to fix this
Original comment by andrea.c...@gmail.com
on 30 May 2008 at 3:44
could you please try now?
Original comment by andrea.c...@gmail.com
on 30 May 2008 at 4:01
Original comment by andrea.c...@gmail.com
on 30 May 2008 at 4:02
still doesnt install...
Original comment by arch...@gmail.com
on 30 May 2008 at 5:02
could you try r100?
Original comment by andrea.c...@gmail.com
on 30 May 2008 at 5:41
:( sorry to say but still fails to install..
Original comment by arch...@gmail.com
on 30 May 2008 at 5:47
[deleted comment]
so please remove the PKGDEST makepkg line
Original comment by andrea.c...@gmail.com
on 30 May 2008 at 5:49
Marked as WontFix, seems impossible to fix, sadly
Original comment by andrea.c...@gmail.com
on 30 May 2008 at 5:54
==> Installing a52dec-0.7.4-3-i686.pkg.tar.gz [package 1 of 888] ...installed!
but i want to store them in another dir.....
Original comment by arch...@gmail.com
on 30 May 2008 at 5:54
pacbuilder is not respecting pkgdest...thats bad...
Original comment by arch...@gmail.com
on 30 May 2008 at 5:56
mmm I got an idea
Original comment by andrea.c...@gmail.com
on 30 May 2008 at 5:57
cant u make pacbuilder "catch" the pkgdest dir and just add build package?
Original comment by arch...@gmail.com
on 30 May 2008 at 6:01
fixed in r103
Original comment by andrea.c...@gmail.com
on 30 May 2008 at 6:07
awesome...going to try now
Original comment by arch...@gmail.com
on 30 May 2008 at 6:08
well its working how right but....
==> Building a52dec [package 1 of 890] ... PKGBUILD not found!
now i get this....
Original comment by arch...@gmail.com
on 30 May 2008 at 6:11
remove the tmp dir
rm -r /tmp/pacbuilder
then remove the redirect to dev/null after the get_pkgbuild line 692
FROM
get_pkgbuild $CURRENT_PKG &> /dev/null || CHECK_FOUND=1
TO
get_pkgbuild $CURRENT_PKG || CHECK_FOUND=1
Original comment by andrea.c...@gmail.com
on 30 May 2008 at 6:16
forgot to mencione this are the flags....now it seems it doesnt catch the
pkgbuilds....
--world --builddeps --verbose
Original comment by arch...@gmail.com
on 30 May 2008 at 6:17
ill try it
Original comment by arch...@gmail.com
on 30 May 2008 at 6:17
considered FIXED!! finally it works!
thanks a butch Cimi!
Original comment by arch...@gmail.com
on 30 May 2008 at 6:21
you can readd the redirect to dev/null, was removed just to get more debug
Original comment by andrea.c...@gmail.com
on 30 May 2008 at 6:22
i dont think i understood u....but dev null is empty...
Original comment by arch...@gmail.com
on 30 May 2008 at 6:26
Original issue reported on code.google.com by
arch...@gmail.com
on 28 May 2008 at 8:33