liweitianux
- Login: liweitianux
- Email: liweitianux@live.com
- Registered on: 05/16/2016
- Last connection: 08/27/2025
Issues
open | closed | Total | |
---|---|---|---|
Assigned issues | 0 | 9 | 9 |
Reported issues | 9 | 18 | 27 |
Projects
Project | Roles | Registered on |
---|---|---|
DragonFlyBSD | Reporter, Manager | 03/12/2018 |
Activity
09/30/2025
-
06:20 AM DragonFlyBSD Revision dc2dec10 (dragonflybsd): Tweak ${WORLD_ALTCOMPILER} to better handle multiple alternatives (2)
- Was missed in commit 248b26df4c3309867044b0cb2dcd3555da1d3228.
09/23/2025
-
11:28 PM DragonFlyBSD Revision a71cbe4b (dragonflybsd): libexec/customcc: Fix a wrong variable name
- Obviously, the variable for C++ compiler should be ${CUSTOM_CXXFLAGS}
instead of ${CUSTOM_CFLAGS}. This bug was intr... -
11:27 PM DragonFlyBSD Revision 53045d3c (dragonflybsd): libexec/customcc: Fix bug with the `[ -n ${X} ]` conditional
- Before this fix, command `CCVER=xxx cc --version` failed with a strange
error:
```
exec: --version: not found
```
whi... -
11:27 PM DragonFlyBSD Revision af1f4186 (dragonflybsd): nrelease: Simplify the setting of disklabel packid/label
- The packid (i.e., label name) can be directly set upon the label
creation; no need to edit the disklabel dump file. -
11:25 PM DragonFlyBSD Revision 16afa6ba (dragonflybsd): kernel: Fix GPT partition start/end check in gptinit()
- The GPT partition ending LBA is inclusive, so it's valid to have a GPT
partition with start == end, i.e., the partiti... -
11:17 PM DragonFlyBSD Revision cb4a9d99 (dragonflybsd): objformat(1): Remove obsolete 'TARGET_ARCH' from Makefile
- The last use of 'TARGET_ARCH' was removed in commit
52bf25c327d5777700d21174fdabe4dbf201e56c in 2005. -
11:17 PM DragonFlyBSD Revision 20ce32b0 (dragonflybsd): objformat(1): Define 'newcmd' as a char array to avoid alloc/free
-
11:17 PM DragonFlyBSD Revision 3f5357ec (dragonflybsd): objformat.1: Document the fallback behavior to use external compilers
- When objformat(1) cannot find any of /usr/libexec/<ccver>/prog, it will
fallback to use /usr/libexec/custom/prog to a... -
11:17 PM DragonFlyBSD Revision 6cec0642 (dragonflybsd): mk/sys.mk: Explain a bit more about ${WORLD_ALTCOMPILER}
- It was introduced in commit 8d7da4247e43eb2bbe924d08f6a40ef80d742515 for
supporting multiple alternative compilers. -
11:17 PM DragonFlyBSD Revision 248b26df (dragonflybsd): Tweak ${WORLD_ALTCOMPILER} to better handle multiple alternatives
- No functional changes.
Also available in: Atom