GNU bug report logs -
#42819
problem running xtensa-esp32-elf-g++
Previous Next
Reported by: Wensheng Xie <xiewensheng <at> hotmail.com>
Date: Wed, 12 Aug 2020 04:11:02 UTC
Severity: normal
Tags: moreinfo
Done: zimoun <zimon.toutoune <at> gmail.com>
Bug is archived. No further changes may be made.
To add a comment to this bug, you must first unarchive it, by sending
a message to control AT debbugs.gnu.org, with unarchive 42819 in the body.
You can then email your comments to 42819 AT debbugs.gnu.org in the normal way.
Toggle the display of automated, internal messages from the tracker.
Report forwarded
to
bug-guix <at> gnu.org
:
bug#42819
; Package
guix
.
(Wed, 12 Aug 2020 04:11:02 GMT)
Full text and
rfc822 format available.
Acknowledgement sent
to
Wensheng Xie <xiewensheng <at> hotmail.com>
:
New bug report received and forwarded. Copy sent to
bug-guix <at> gnu.org
.
(Wed, 12 Aug 2020 04:11:02 GMT)
Full text and
rfc822 format available.
Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):
Dear guix:
I have installed https://github.com/sudomesh/disaster-radio under guix 1.1.0
```
wxie <at> guix ~/work/disaster-radio/firmware$ pip install -U platformio
Defaulting to user installation because normal site-packages is not writeable
Requirement already up-to-date: platformio in /home/wxie/.local/lib/python3.8/site-packages (4.3.4)
Requirement already satisfied, skipping upgrade: bottle<0.13 in /home/wxie/.local/lib/python3.8/site-packages (from platformio) (0.12.18)
Requirement already satisfied, skipping upgrade: click<8,>=5 in /home/wxie/.local/lib/python3.8/site-packages (from platformio) (7.1.2)
Requirement already satisfied, skipping upgrade: colorama in /home/wxie/.local/lib/python3.8/site-packages (from platformio) (0.4.3)
Requirement already satisfied, skipping upgrade: pyserial!=3.3,<4,>=3 in /home/wxie/.local/lib/python3.8/site-packages (from platformio) (3.4)
Requirement already satisfied, skipping upgrade: requests<3,>=2.4.0 in /home/wxie/.local/lib/python3.8/site-packages (from platformio) (2.24.0)
Requirement already satisfied, skipping upgrade: semantic_version<3,>=2.8.1 in /home/wxie/.local/lib/python3.8/site-packages (from platformio) (2.8.5)
Requirement already satisfied, skipping upgrade: tabulate<1,>=0.8.3 in /home/wxie/.local/lib/python3.8/site-packages (from platformio) (0.8.7)
Requirement already satisfied, skipping upgrade: pyelftools<1,>=0.25 in /home/wxie/.local/lib/python3.8/site-packages (from platformio) (0.26)
Requirement already satisfied, skipping upgrade: marshmallow>=2 in /home/wxie/.local/lib/python3.8/site-packages (from platformio) (3.7.1)
Requirement already satisfied, skipping upgrade: urllib3!=1.25.0,!=1.25.1,<1.26,>=1.21.1 in /home/wxie/.local/lib/python3.8/site-packages (from requests<3,>=2.4.0->platformio) (1.25.10)
Requirement already satisfied, skipping upgrade: chardet<4,>=3.0.2 in /home/wxie/.local/lib/python3.8/site-packages (from requests<3,>=2.4.0->platformio) (3.0.4)
Requirement already satisfied, skipping upgrade: certifi>=2017.4.17 in /home/wxie/.local/lib/python3.8/site-packages (from requests<3,>=2.4.0->platformio) (2020.6.20)
Requirement already satisfied, skipping upgrade: idna<3,>=2.5 in /home/wxie/.local/lib/python3.8/site-packages (from requests<3,>=2.4.0->platformio) (2.10)
```
However, somehow the command is not working
```
Converting main.ino
sh: /home/wxie/.platformio/packages/toolchain-xtensa32/bin/xtensa-esp32-elf-g++: Datei oder Verzeichnis nicht gefunden
*** Error 127
```
I checked the file, it exists, but
```
wxie <at> guix ~/.platformio/packages/toolchain-xtensa32/bin$ ./xtensa-esp32-elf-gcc
bash: ./xtensa-esp32-elf-gcc: Datei oder Verzeichnis nicht gefunden
wxie <at> guix ~/.platformio/packages/toolchain-xtensa32/bin$ ./xtensa-esp32-elf-g++
bash: ./xtensa-esp32-elf-g++: Datei oder Verzeichnis nicht gefunden
wxie <at> guix ~/.platformio/packages/toolchain-xtensa32/bin$ ./xtensa-esp32-elf-cpp
bash: ./xtensa-esp32-elf-cpp: Datei oder Verzeichnis nicht gefunden
wxie <at> guix ~/.platformio/packages/toolchain-xtensa32/bin$ sh ./xtensa-esp32-elf-cpp
./xtensa-esp32-elf-cpp: ./xtensa-esp32-elf-cpp: Kann die Datei nicht ausführen.
wxie <at> guix ~/.platformio/packages/toolchain-xtensa32/bin$ sh ./xtensa-esp32-elf-g++
./xtensa-esp32-elf-g++: ./xtensa-esp32-elf-g++: Kann die Datei nicht ausführen.
```
What could be the problem? Does guix support this?
best regards,
wxie
Information forwarded
to
bug-guix <at> gnu.org
:
bug#42819
; Package
guix
.
(Mon, 05 Jul 2021 10:48:03 GMT)
Full text and
rfc822 format available.
Message #8 received at 42819 <at> debbugs.gnu.org (full text, mbox):
Hi,
On Wed, 12 Aug 2020 at 11:55, Wensheng Xie <xiewensheng <at> hotmail.com> wrote:
> I have installed https://github.com/sudomesh/disaster-radio under guix
> 1.1.0
How did you install this package?
> ```
> wxie <at> guix ~/work/disaster-radio/firmware$ pip install -U platformio
This way is not related Guix, IMHO. :-)
> Defaulting to user installation because normal site-packages is not writeable
> Requirement already up-to-date: platformio in
[...]
> Requirement already satisfied, skipping upgrade: idna<3,>=2.5 in
> /home/wxie/.local/lib/python3.8/site-packages (from
> requests<3,>=2.4.0->platformio) (2.10)
> ```
>
> However, somehow the command is not working
> ```
> Converting main.ino
> sh:
> /home/wxie/.platformio/packages/toolchain-xtensa32/bin/xtensa-esp32-elf-g++:
> Datei oder Verzeichnis nicht gefunden
Which package does provide this ’xtensa-esp32-elf-g++’?
All the best,
simon
Added tag(s) moreinfo.
Request was from
zimoun <zimon.toutoune <at> gmail.com>
to
control <at> debbugs.gnu.org
.
(Mon, 05 Jul 2021 10:48:04 GMT)
Full text and
rfc822 format available.
Information forwarded
to
bug-guix <at> gnu.org
:
bug#42819
; Package
guix
.
(Tue, 06 Jul 2021 01:35:02 GMT)
Full text and
rfc822 format available.
Message #13 received at 42819 <at> debbugs.gnu.org (full text, mbox):
[Message part 1 (text/plain, inline)]
Hi, Simon:
Thanks for looking into this.
Later, I used another machine with Debian GNU system, and it worked.
The issue can be closed for the moment.
wxie
On 2021/7/5 下午5:32, zimoun wrote:
> Hi,
>
> On Wed, 12 Aug 2020 at 11:55, Wensheng Xie <xiewensheng <at> hotmail.com> wrote:
>
>> I have installed https://github.com/sudomesh/disaster-radio under guix
>> 1.1.0
> How did you install this package?
>
>
>> ```
>> wxie <at> guix ~/work/disaster-radio/firmware$ pip install -U platformio
> This way is not related Guix, IMHO. :-)
>
>
>> Defaulting to user installation because normal site-packages is not writeable
>> Requirement already up-to-date: platformio in
> [...]
>
>> Requirement already satisfied, skipping upgrade: idna<3,>=2.5 in
>> /home/wxie/.local/lib/python3.8/site-packages (from
>> requests<3,>=2.4.0->platformio) (2.10)
>> ```
>>
>> However, somehow the command is not working
>> ```
>> Converting main.ino
>> sh:
>> /home/wxie/.platformio/packages/toolchain-xtensa32/bin/xtensa-esp32-elf-g++:
>> Datei oder Verzeichnis nicht gefunden
> Which package does provide this ’xtensa-esp32-elf-g++’?
>
>
> All the best,
> simon
[OpenPGP_0xF408775DF2836A3C.asc (application/pgp-keys, attachment)]
[OpenPGP_signature (application/pgp-signature, attachment)]
Reply sent
to
zimoun <zimon.toutoune <at> gmail.com>
:
You have taken responsibility.
(Tue, 06 Jul 2021 09:02:03 GMT)
Full text and
rfc822 format available.
Notification sent
to
Wensheng Xie <xiewensheng <at> hotmail.com>
:
bug acknowledged by developer.
(Tue, 06 Jul 2021 09:02:03 GMT)
Full text and
rfc822 format available.
Message #18 received at 42819-done <at> debbugs.gnu.org (full text, mbox):
Hi,
On Tue, 06 Jul 2021 at 09:34, Wensheng Xie <xiewensheng <at> hotmail.com> wrote:
> The issue can be closed for the moment.
Thanks. Done.
All the best,
simon
bug archived.
Request was from
Debbugs Internal Request <help-debbugs <at> gnu.org>
to
internal_control <at> debbugs.gnu.org
.
(Tue, 03 Aug 2021 11:24:06 GMT)
Full text and
rfc822 format available.
This bug report was last modified 3 years and 324 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.