Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 684370 - dev-embedded/arduino - /usr/share/arduino/lib/version.txt contains "${version}" instead of version
Summary: dev-embedded/arduino - /usr/share/arduino/lib/version.txt contains "${version...
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Embedded Gentoo Team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2019-04-25 19:38 UTC by Marco Sirabella
Modified: 2020-09-06 18:46 UTC (History)
1 user (show)

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Marco Sirabella 2019-04-25 19:38:10 UTC
When installing `dev-embedded/arduino`, the file `/usr/share/arduino/lib/version.txt` does not evaluate to the installed arduino version

```
$ cat /usr/share/arduino/lib/version.txt
${version}<no newline>
```

I think this is coming from `build.xml` in the source tree, the line:
```
<echo file="${target.path}/lib/version.txt" message="${version}" />
```
doesn't seem to be expanding the "${version}" variable.

Thanks,
Comment 1 Larry the Git Cow gentoo-dev 2020-09-06 18:46:38 UTC
The bug has been closed via the following commit(s):

https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3e25b3088dca65df5176f89eca57f4a51d15caf8

commit 3e25b3088dca65df5176f89eca57f4a51d15caf8
Author:     Stephan Hartmann <sultan@gentoo.org>
AuthorDate: 2020-09-04 13:14:50 +0000
Commit:     Stephan Hartmann <sultan@gentoo.org>
CommitDate: 2020-09-06 18:45:47 +0000

    dev-embedded/arduino: version bump (1.8.13)
    
    Closes: https://bugs.gentoo.org/712794
    Closes: https://bugs.gentoo.org/684370
    Package-Manager: Portage-3.0.4, Repoman-2.3.23
    Signed-off-by: Stephan Hartmann <sultan@gentoo.org>

 dev-embedded/arduino/Manifest              |   3 +
 dev-embedded/arduino/arduino-1.8.13.ebuild | 148 +++++++++++++++++++++++++++++
 2 files changed, 151 insertions(+)