Opened 8 years ago
Closed 8 years ago
#1702 closed defect (fixed)
Packages which are not tarball or zip file cannot be built
Reported by: | Pierre Labastie | Owned by: | Pierre Labastie |
---|---|---|---|
Priority: | high | Milestone: | 2.4 |
Component: | ablfs | Version: | SVN |
Severity: | major | Keywords: | |
Cc: |
Description
Those packages are not extracted and are only present in the source directory. They are not found in the build directory.
Change History (4)
comment:1 by , 8 years ago
Owner: | changed from | to
---|---|
Status: | new → assigned |
Summary: | Packages which are not tarball or zip file cannot be build → Packages which are not tarball or zip file cannot be built |
comment:2 by , 8 years ago
Component: | jhalfs → ablfs |
---|
comment:3 by , 8 years ago
Note:
See TracTickets
for help on using tickets.
Actually, ATM, the only case is CA certificates. But there used to be others... First, there is a real bug:
should be:
Second, certdata.txt is in BUILD_DIR (as a symlink), not in UNPACKDIR, but the book instructions suppose it is in UNPACKDIR... What could be done is just copy all the symlinks (right now, only one, but possibly more when another similar package is added) from BUILD_DIR to UNPACKDIR...