Search Criteria
Package Details: sdcc-svn 4.1.4.svn12249M-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/sdcc-svn.git (read-only, click to copy) |
---|---|
Package Base: | sdcc-svn |
Description: | Small Device C Compiler suite |
Upstream URL: | http://sdcc.sourceforge.net/ |
Licenses: | GPL |
Conflicts: | sdcc |
Provides: | sdcc |
Submitter: | marzoul |
Maintainer: | None |
Last Packager: | marzoul |
Votes: | 1 |
Popularity: | 0.000000 |
First Submitted: | 2014-12-04 21:09 (UTC) |
Last Updated: | 2021-05-09 14:32 (UTC) |
Dependencies (10)
- bash (bash-devel-static-gitAUR, bash-devel-gitAUR, busybox-coreutilsAUR, bash-gitAUR)
- boost-libs
- gcc-libs (gcc-libs-gitAUR, gccrs-libs-gitAUR, gcc11-libsAUR, gcc-libs-snapshotAUR)
- bison (byacc-bisonAUR, bison-gitAUR) (make)
- boost (boost-gitAUR) (make)
- flex (flex-gitAUR) (make)
- gputils (gputils-svnAUR) (make)
- patch (patch-gitAUR) (make)
- subversion (make)
- python (python37AUR, python311AUR, python310AUR) (optional)
Required by (5)
- gbdk-2020 (requires sdcc)
- hantek6022api-git (requires sdcc) (make)
- microchip-mplabx-bin (requires sdcc) (optional)
- pinephone-keyboard-git (requires sdcc) (make)
- sigrok-firmware-fx2lafw-git (requires sdcc) (make)
Latest Comments
marzoul commented on 2024-08-11 11:10 (UTC)
Hi, I am no longer active with this project and I am not willing to maintain this package. I will orphan it.
penguinx42 commented on 2021-09-27 04:43 (UTC) (edited on 2021-09-27 04:44 (UTC) by penguinx42)
Hello, the versioning of this package confuses Pamac and causes it to always detect that there's an update available:
I believe the problem is that "svnversion" sometimes returns an "M" at the end of the version number, if it thinks the checked out repository has been modified. The normal package installation causes this "M" but the method pamac uses to check the version doesn't seem to.
I've seen some other svn based packages filter out letters from the version, that might be a good idea to avoid these kinds of issues. Something like this:
Basxto commented on 2021-03-28 00:40 (UTC) (edited on 2021-03-28 00:40 (UTC) by Basxto)
Yes, it works ... at least for now. The files got updated in SDCC.
But a different thing:
Can you add
provides=("sdcc=${pkgver}")
and bump the version number?I have a package that depends on sdcc>=4.1.0, but makepkg refuses to build it with sdcc-svn.
marzoul commented on 2021-03-10 22:39 (UTC)
Strange, on my side it compiles as-is. And these are same compilation commands than for package sdcc. Do you have unusual setup or not up to date packages ?
Basxto commented on 2021-02-14 04:18 (UTC)
I got it working:
marzoul commented on 2020-06-08 21:25 (UTC)
You are right. This comes from default includes and missing -I to boost compatibility headers directory. But it's not as simple as just adding it... I am investigating.
Basxto commented on 2020-06-03 13:22 (UTC)
Without
--disable-pic14-port --disable-pic16-port
this does not build for me.marzoul commented on 2017-10-14 08:42 (UTC)
sanjuchopra commented on 2017-10-04 13:49 (UTC)