Skip to Content.
Sympa Menu

sm-grimoire-bugs - [SM-Grimoire-Bugs] [Bug 13733] New: fftw unpacks SOURCE multiple times

sm-grimoire-bugs AT lists.ibiblio.org

Subject: SourceMage Grimoire Bug List

List archive

Chronological Thread  
  • From: bugzilla-daemon AT bugs.sourcemage.org
  • To: sm-grimoire-bugs AT lists.ibiblio.org
  • Subject: [SM-Grimoire-Bugs] [Bug 13733] New: fftw unpacks SOURCE multiple times
  • Date: 20 Apr 2007 21:30:38 -0000

http://bugs.sourcemage.org/show_bug.cgi?id=13733

Summary: fftw unpacks SOURCE multiple times
Product: Codex
Version: stable grimoire
Platform: All
OS/Version: Linux
Status: NEW
Severity: normal
Priority: P2
Component: libs
AssignedTo: sm-grimoire-bugs AT lists.ibiblio.org
ReportedBy: eric AT sandall.us


# cast fftw
...
Building fftw
hash checking source file fftw-3.1.2.tar.gz...
Algorithm used: sha512
Algorithm checks out
Checking spell level WORKS_FOR_ME
Spell level is an allowed level
hash verification succeeded
Unpacking source file fftw-3.1.2.tar.gz for spell fftw.
hash checking source file fftw-3.1.2.tar.gz...
Algorithm used: sha512
Algorithm checks out
Checking spell level WORKS_FOR_ME
Spell level is an allowed level
hash verification succeeded
Unpacking source file fftw-3.1.2.tar.gz for spell fftw.
hash checking source file fftw-3.1.2.tar.gz...
Algorithm used: sha512
Algorithm checks out
Checking spell level WORKS_FOR_ME
Spell level is an allowed level
hash verification succeeded
Unpacking source file fftw-3.1.2.tar.gz for spell fftw.
...

And in fftw/PRE_BUILD:
mk_source_dir $SOURCE_DIRECTORY &&
cd $SOURCE_DIRECTORY &&
unpack_file &&
mv $SOURCE_DIRECTORY/fftw-$VERSION $SOURCE_DIRECTORY/fftw-single-$VERSION &&
unpack_file &&
mv $SOURCE_DIRECTORY/fftw-$VERSION $SOURCE_DIRECTORY/fftw-double-$VERSION &&
unpack_file &&
mv $SOURCE_DIRECTORY/fftw-$VERSION $SOURCE_DIRECTORY/fftw-longdouble-$VERSION

A better method would be to use unpack_file once and then copy to -single and
-double, then move to -longdouble. Otherwise we're doing the GPG check 3
times,
which is unnecessary.

--
Configure bugmail: http://bugs.sourcemage.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.



  • [SM-Grimoire-Bugs] [Bug 13733] New: fftw unpacks SOURCE multiple times, bugzilla-daemon, 04/20/2007

Archive powered by MHonArc 2.6.24.

Top of Page