Skip to content

Errors corrected

Eric Flumerfelt edited this page Jun 17, 2022 · 1 revision

Errors corrected

%prep stage of TRACE.spec

  • %setup -qD prevents removal of directory “TRACE-v3_13_09.”
  • performing command cd ~/rpmbuild/BUILD twice consecutively.
  • “TRACE-v3_13_09” still could not be accessed with introduction of -D option because the directory being built is simply called “TRACE.” Renaming TRACE to the name expected by %prep %setup by performing command mv TRACE TRACE-v3_13_09 in the BUILD directory allows successful execution of %prep stage, but I think this can be fixed within the appropriate file in the tar.bz2 archive. If the file is renamed this way it will always have to be renamed this way for everyone trying to build TRACE.

Clone this wiki locally