Modify ↓
Opened 6 years ago
Last modified 3 years ago
#340 new defect
Build issues for 1.0_beta1
| Reported by: | Alon Bar-Lev | Owned by: | |
|---|---|---|---|
| Priority: | minor | Milestone: | 1.3 |
| Component: | makefiles | Version: | trunk |
| Keywords: | Cc: | alonbl@… |
Description
Hello,
New build system has some limitations.
- Please rename generic ROOT variable to something more specific, as the existence of this variable in environment breaks compilation. ROOT is usually, at least for Gentoo, is the location of the root filesystem.
- Existence of additional CFLAGS in environment causes the build system to append a new CFLAGS variable at each nesting make. For example:
make -C src all make[1]: Entering directory `/var/tmp/portage/net-wireless/aircrack-ng-1.0_beta1/work/aircrack-ng-1.0-beta1/src' make -C osdep i686-pc-linux-gnu-gcc -O3 -march=pentium-m -fomit-frame-pointer -pipe -D_FILE_OFFSET_BITS=64 -D_REVISION=`./evalrev` -D_FILE_OFFSET_BITS=64 -D_REVISION=`../evalrev` -Iinclude -c -o aircrack-ng.o aircrack-ng.c /bin/sh: ./evalrev: No such file or directory
Note the duplicate flags.
- Please readd destdir variable for installation prefix.
Thanks!
Attachments (1)
Change History (3)
Changed 6 years ago by alonbl@…
comment:1 Changed 5 years ago by misterx
- Milestone changed from 1.0 to 1.1
- Version changed from 1.0-dev to trunk
The only remaining issue is the CFLAG issue.
comment:2 Changed 3 years ago by misterx
- Milestone changed from 1.1 to 1.3
Note: See
TracTickets for help on using
tickets.

ROOT + destdir fixups, does not fix the CFLAGS issue.