perl warnings during builds
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
kernel-wedge (Ubuntu) |
New
|
Undecided
|
Unassigned |
Bug Description
Hi
kernel-wedge gen-control > debian/control
Use of uninitialized value $builddep in split at /usr/share/
Use of uninitialized value $builddep in split at /usr/share/
Use of uninitialized value $builddep in split at /usr/share/
Use of uninitialized value $builddep in split at /usr/share/
Use of uninitialized value $builddep in split at /usr/share/
export SOURCEDIR=
kernel-wedge install-files && \
kernel-wedge check
Use of uninitialized value $suffix in pattern match (m//) at /usr/share/
Use of uninitialized value $suffix in pattern match (m//) at /usr/share/
This is because the kernel-versions file generated during the linux build doesn't set build-deps or suffix.
kernel-wedge should be resistant to this formatting and not print any warning.
Bye