Opened 7 years ago

Closed 7 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 Pierre Labastie, 7 years ago

Owner: changed from alfs-log@… to Pierre Labastie
Status: newassigned
Summary: Packages which are not tarball or zip file cannot be buildPackages which are not tarball or zip file cannot be built

comment:2 by Pierre Labastie, 7 years ago

Component: jhalfsablfs

comment:3 by Pierre Labastie, 7 years ago

Actually, ATM, the only case is CA certificates. But there used to be others... First, there is a real bug:

     UNPACKDIR=$PKG_DIR-build
     mkdir $UNPACKDIR
     cp $PACKAGE $UNPACKDIR

should be:

     UNPACKDIR=$PKG_DIR-build
     mkdir $UNPACKDIR
     cp $SRC_DIR/$PACKAGE $UNPACKDIR

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...

comment:4 by Pierre Labastie, 7 years ago

Resolution: fixed
Status: assignedclosed

fixed at r3927

Note: See TracTickets for help on using tickets.