bug#62636: guix home cannot parse emacs-desktop-environment derivation

2023-04-23 Thread c4droid
Hi, Guix!

I running the `guix home reconfigure' after `guix pull', report this:

guix home: error: error parsing derivation
`/gnu/store/[HASH]-emacs-desktop-environment-0.5.0.drv': expected string 
`Derive(['

guix commit is 89c8bba0a6cb164987c0e51037a106532e783aa9, is bug?






bug#63440: Some python-pyelftools test failed

2023-05-13 Thread c4droid
Hi, Guix!

I'm packaging some python package depend python-pyelftools, I noticed 
python-pyelftools some test
failed, detail for build log:

```
...
starting phase `check'
...
--
Ran 91 tests in 3.508s

OK
Example './examples/dwarf_decode_address.py'
Example './examples/dwarf_die_tree.py'
Example './examples/dwarf_lineprogram_filenames.py'
Example './examples/dwarf_location_info.py'
Example './examples/dwarf_pubnames_types.py'
Example './examples/dwarf_range_lists.py'
Example './examples/elf_low_high_api.py'
Example './examples/elf_notes.py'
Example './examples/elf_relocations.py'
Example './examples/elf_show_debug_sections.py'
Example './examples/elfclass_address_size.py'
Example './examples/examine_dwarf_info.py'

Conclusion: SUCCESS
Test file 'test/testfiles_for_readelf/aarch64-relocs-le.o.elf'
Test file 'test/testfiles_for_readelf/angr-eh_frame.elf'
Test file 'test/testfiles_for_readelf/core_simple64.elf'
Test file 'test/testfiles_for_readelf/dt_flags.elf'
Test file 'test/testfiles_for_readelf/dwarf_gnuops4.so.elf'
...FAIL
for option "--debug-dump=decodedline"
Output #1 is readelf, Output #2 is pyelftools
@@ Mismatch on line #1:
>>pascal.cpp:<<
>>cu: e:\seva\projects\anyarxi_3.43.5\libyarxi\src\main\jni/pascal.cpp:<<
 ([('insert', 0, 0, 0, 58), ('equal', 0, 11, 58, 69)])
@@ Output #1 dumped to file: 
/tmp/guix-build-python-pyelftools-0.28.drv-0/out1_gu9j_ocd.stdout
@@ Output #2 dumped to file: 
/tmp/guix-build-python-pyelftools-0.28.drv-0/out2_xeuf7h64.stdout

Conclusion: FAIL
error: in phase 'check': uncaught exception:
%exception #<&invoke-error program: "python" arguments: 
("test/run_readelf_tests.py") exit-status: 1 term-signal: #f stop-signal: #f>
phase `check' failed after 31.4 seconds
command "python" "test/run_readelf_tests.py" failed with status 1
...
```