mattatcha / pacbuilder

Automatically exported from code.google.com/p/pacbuilder
0 stars 0 forks source link

cant install after build #2

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1.  just use any pacbuilder flag
2.
3.

What is the expected output? What do you see instead?
the expected output should be: installed but instead: it shows error

What version of the product are you using? On what operating system?
svn 77

Please provide any additional information below.

 an example:

==> Finished making: a52dec (Wed May 28 20:30:29 AZOST 2008)
==> Installing a52dec-0.7.4-3-i686.pkg.tar.gz [package 1 of 888] ... error!

Original issue reported on code.google.com by arch...@gmail.com on 28 May 2008 at 8:33

GoogleCodeExporter commented 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

GoogleCodeExporter commented 9 years ago
il try it

Original comment by arch...@gmail.com on 29 May 2008 at 10:52

GoogleCodeExporter commented 9 years ago
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

GoogleCodeExporter commented 9 years ago
[deleted comment]
GoogleCodeExporter commented 9 years ago
[deleted comment]
GoogleCodeExporter commented 9 years ago
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

GoogleCodeExporter commented 9 years ago
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

GoogleCodeExporter commented 9 years ago
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

GoogleCodeExporter commented 9 years ago
could you please try now?

Original comment by andrea.c...@gmail.com on 30 May 2008 at 4:01

GoogleCodeExporter commented 9 years ago

Original comment by andrea.c...@gmail.com on 30 May 2008 at 4:02

GoogleCodeExporter commented 9 years ago
still doesnt install...

Original comment by arch...@gmail.com on 30 May 2008 at 5:02

GoogleCodeExporter commented 9 years ago
could you try r100?

Original comment by andrea.c...@gmail.com on 30 May 2008 at 5:41

GoogleCodeExporter commented 9 years ago
:( sorry to say but still fails to install..

Original comment by arch...@gmail.com on 30 May 2008 at 5:47

GoogleCodeExporter commented 9 years ago
[deleted comment]
GoogleCodeExporter commented 9 years ago
so please remove the PKGDEST makepkg line

Original comment by andrea.c...@gmail.com on 30 May 2008 at 5:49

GoogleCodeExporter commented 9 years ago
Marked as WontFix, seems impossible to fix, sadly

Original comment by andrea.c...@gmail.com on 30 May 2008 at 5:54

GoogleCodeExporter commented 9 years ago
==> 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

GoogleCodeExporter commented 9 years ago
pacbuilder is not respecting pkgdest...thats bad...

Original comment by arch...@gmail.com on 30 May 2008 at 5:56

GoogleCodeExporter commented 9 years ago
mmm I got an idea

Original comment by andrea.c...@gmail.com on 30 May 2008 at 5:57

GoogleCodeExporter commented 9 years ago
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

GoogleCodeExporter commented 9 years ago
fixed in r103

Original comment by andrea.c...@gmail.com on 30 May 2008 at 6:07

GoogleCodeExporter commented 9 years ago
awesome...going to try now

Original comment by arch...@gmail.com on 30 May 2008 at 6:08

GoogleCodeExporter commented 9 years ago
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

GoogleCodeExporter commented 9 years ago
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

GoogleCodeExporter commented 9 years ago
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

GoogleCodeExporter commented 9 years ago
ill try it

Original comment by arch...@gmail.com on 30 May 2008 at 6:17

GoogleCodeExporter commented 9 years ago
considered  FIXED!! finally it works!
thanks a butch Cimi!

Original comment by arch...@gmail.com on 30 May 2008 at 6:21

GoogleCodeExporter commented 9 years ago
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

GoogleCodeExporter commented 9 years ago
i dont think i understood u....but dev null is empty...

Original comment by arch...@gmail.com on 30 May 2008 at 6:26