Package Details: microchip-mplabx-bin 6.20-1

Git Clone URL: https://aur.archlinux.org/microchip-mplabx-bin.git (read-only, click to copy)
Package Base: microchip-mplabx-bin
Description: IDE for Microchip PIC and dsPIC development
Upstream URL: http://www.microchip.com/mplabx
Licenses: custom
Conflicts: mplab
Provides: mplab
Submitter: bxs
Maintainer: mickael9 (danwood76)
Last Packager: mickael9
Votes: 57
Popularity: 0.000005
First Submitted: 2011-12-17 04:28 (UTC)
Last Updated: 2024-02-04 15:45 (UTC)

Dependencies (13)

Required by (0)

Sources (3)

Latest Comments

« First ‹ Previous 1 .. 24 25 26 27 28 29 30 31 Next › Last »

<deleted-account> commented on 2011-10-05 15:24 (UTC)

YEAH ! PKGBUILD fixed, for me, please try it in 32bit system ;) http://paste.pocoo.org/show/487749/

<deleted-account> commented on 2011-10-05 15:17 (UTC)

Ok, so we have to run makepkg in root... very, very stupid installer ><

bxs commented on 2011-10-05 14:46 (UTC)

But does it generate a pkgbuild? this is what mater. Leryan: "There is a problem with the fakeroot : Error copying file from packed archive /home/leryan/MPLAB-PKGBUILD/mplabx-ide-beta7.02-linux-64-bit-installer.bin to /etc/.mplab_ide/mchplinusbdevice" Yes it's normal, fakeroot can't write for /etc, the binary installer try to write to several places, like /etc, it can't so it will fail and stop it's installation, that's normal, that's why after that I do thinks like: cp $pkgdir/opt/microchip/mplabx/mplab_ide/mplablibs/modules/mchpdefport $pkgdir/etc/.mplab_ide The PKGBUILD simple run the bynary installer, the installer will put all the files at $pkgdir/opt/microchip/mplabx and then try to copy some of this files to places like /etc, it can'r write there so it will fail, but it's ok, we have the files ;-) We just need to put then in correct places, like $pkgdir/etc, not in the /etc. This is a stupid binary installer, so we have to work around it, it's that simple. To see how a generated package should like, loo at: http://www.microchip.com/forums/download.axd?file=0;603507 Enjoy ;-)

<deleted-account> commented on 2011-10-05 10:49 (UTC)

There is a problem with the fakeroot : Error copying file from packed archive /home/leryan/MPLAB-PKGBUILD/mplabx-ide-beta7.02-linux-64-bit-installer.bin to /etc/.mplab_ide/mchplinusbdevice

<deleted-account> commented on 2011-10-05 10:46 (UTC)

@bxs : my yaourt conf is ok, i just moved the build directory... I'm on 64bit too, with a "true" ArchLinux and i build the package with your PKGBUILD directly from AUR and it's buggy.

<deleted-account> commented on 2011-10-05 10:45 (UTC)

@bxs : my yaourt conf is ok, i juste moved the build directory... I'm on 64bit too, with a "true" ArchLinux and i build the package with your PKGBUILD directly from AUR and it's buggy.

bxs commented on 2011-10-04 23:21 (UTC)

My system is 64 bit, I have a 32bit chroot to test 32bit stuff, but I decided to test it in a complete different system, so I picked a 32bit one. I'm in a live archbang 32bit virtualmachine, installed base base-devel openjdk6 yaourt And not even one problem, yaourt download, created and installed microchip-mplab_bin without any error. Then started it, worked well and pickit3 also worked well. I also know other people that use this pkbuild without problem, but they are all 64bit, so I picked this 32bit one. But it doesn't mean that the pkgbuild is 100% error free...

bxs commented on 2011-10-04 21:34 (UTC)

Tested with yaourt and everything OK, it used /tmp/yaourt-tmp-bxs/aur-microchip-mplab_bin/ not /home/yaourt-tmp/yaou... You should have messed with yaourt config

bxs commented on 2011-10-04 21:29 (UTC)

@Leryan I don't know why yaourt is using /home, ofcourse it will fail. download that tarball, unzip it and run makepkg, sould solve your problem.