FS#77149 - iproute2: missing makedepends debugedit?

Attached to Project: Arch Linux
Opened by xnor (xnor) - Sunday, 15 January 2023, 20:48 GMT
Last edited by Toolybird (Toolybird) - Sunday, 15 January 2023, 21:20 GMT
Task Type Bug Report
Category Packages: Extra
Status Closed
Assigned To No-one
Architecture All
Severity Low
Priority Normal
Reported Version
Due in Version Undecided
Due Date Undecided
Percent Complete 100%
Votes 0
Private No

Details

Building the package from extra I got these warnings:
```
-> Stripping unneeded symbols from binaries and libraries...
/usr/share/makepkg/tidy/strip.sh: line 48: debugedit: command not found
/usr/share/makepkg/tidy/strip.sh: line 48: debugedit: command not found
/usr/share/makepkg/tidy/strip.sh: line 48: debugedit: command not found
/usr/share/makepkg/tidy/strip.sh: line 48: debugedit: command not found
/usr/share/makepkg/tidy/strip.sh: line 48: debugedit: command not found
/usr/share/makepkg/tidy/strip.sh: line 48: debugedit: command not found
/usr/share/makepkg/tidy/strip.sh: line 48: debugedit: command not found
/usr/share/makepkg/tidy/strip.sh: line 48: debugedit: command not found
/usr/share/makepkg/tidy/strip.sh: line 48: debugedit: command not found
/usr/share/makepkg/tidy/strip.sh: line 48: debugedit: command not found
/usr/share/makepkg/tidy/strip.sh: line 48: debugedit: command not found
/usr/share/makepkg/tidy/strip.sh: line 48: debugedit: command not found
/usr/share/makepkg/tidy/strip.sh: line 48: debugedit: command not found
/usr/share/makepkg/tidy/strip.sh: line 48: debugedit: command not found
/usr/share/makepkg/tidy/strip.sh: line 48: debugedit: command not found
/usr/share/makepkg/tidy/strip.sh: line 48: debugedit: command not found
/usr/share/makepkg/tidy/strip.sh: line 48: debugedit: command not found
objcopy: --add-gnu-debuglink ignored for archive ./usr/lib/libnetlink.a
/usr/share/makepkg/tidy/strip.sh: line 48: debugedit: command not found
/usr/share/makepkg/tidy/strip.sh: line 48: debugedit: command not found
-> Compressing man and info pages...
```

Installing debugedit reduces this to:
```
-> Stripping unneeded symbols from binaries and libraries...
debugedit: "./usr/lib/libnetlink.a" is not an ELF file
objcopy: --add-gnu-debuglink ignored for archive ./usr/lib/libnetlink.a
-> Compressing man and info pages...
```

So it probably should be added to makedepends.
This task depends upon

Closed by  Toolybird (Toolybird)
Sunday, 15 January 2023, 21:20 GMT
Reason for closing:  Not a bug
Additional comments about closing:  See comments
Comment by loqs (loqs) - Sunday, 15 January 2023, 20:57 GMT
debugedit is part of base-devel which is expected to be installed when building any package, hence not included in makedepends.

Loading...