Opened 7 years ago

Closed 6 years ago

#1712 closed defect (fixed)

Possible conflict between script variables and package variables

Reported by: Pierre Labastie Owned by: Pierre Labastie
Priority: normal Milestone: 3.0
Component: jhalfs Version: SVN
Severity: normal Keywords:
Cc:

Description

Trunk jhalfs blfs tools define a variable $BUILD_ROOT, which is exported to the build script. Unfortunately, the libvpx build machinery uses a variable of the same name in its Makefile. This leads to weird errors like "vpx_config.h not found", while vpx_config.h is in the build directory...

Change History (3)

comment:1 by Pierre Labastie, 7 years ago

Bruce's suggestion: prefix all exported variables with JHALFS_. I'd rather just JH_ ;)

comment:2 by Pierre Labastie, 6 years ago

Owner: changed from alfs-log@… to Pierre Labastie
Status: newassigned

comment:3 by Pierre Labastie, 6 years ago

Resolution: fixed
Status: assignedclosed

Fixed at r4031

Note: See TracTickets for help on using tickets.