-
Type:
Task
-
Status: Done (View Workflow)
-
Priority:
Normal
-
Resolution: Done
-
Affects Version/s: None
-
Fix Version/s: None
-
Component/s: drp_qa
-
Labels:None
-
Epic Link:
Running scons install will result in an error because there is currently a bin dir instead of a bin.src.
Error reported by cloomis:
Python linting completed successfully DirectoryInstaller(["/work/stack-2025-02-12/conda/envs/lsst-scipipe-9.0.0/share/eups/Linux64/drp_qa/w.2025.08-dirty/python"], ["python"]) Install file: "ups/drp_qa.table" as "/work/stack-2025-02-12/conda/envs/lsst-scipipe-9.0.0/share/eups/Linux64/drp_qa/w.2025.08-dirty/ups/drp_qa.table" Install file: "ups/drp_qa.cfg" as "/work/stack-2025-02-12/conda/envs/lsst-scipipe-9.0.0/share/eups/Linux64/drp_qa/w.2025.08-dirty/ups/drp_qa.cfg" eups expandtable -i -W '^(?!LOCAL:)' /work/stack-2025-02-12/conda/envs/lsst-scipipe-9.0.0/share/eups/Linux64/drp_qa/w.2025.08-dirty/ups/drp_qa.table DirectoryInstaller(["/work/stack-2025-02-12/conda/envs/lsst-scipipe-9.0.0/share/eups/Linux64/drp_qa/w.2025.08-dirty/examples"], ["examples"]) DirectoryInstaller(["/work/stack-2025-02-12/conda/envs/lsst-scipipe-9.0.0/share/eups/Linux64/drp_qa/w.2025.08-dirty/pipelines"], ["pipelines"]) DirectoryInstaller(["/work/stack-2025-02-12/conda/envs/lsst-scipipe-9.0.0/share/eups/Linux64/drp_qa/w.2025.08-dirty/tests"], ["tests"]) scons: *** [/work/stack-2025-02-12/conda/envs/lsst-scipipe-9.0.0/share/eups/Linux64/drp_qa/w.2025.08-dirty/bin] Source `bin' not found, needed by target `/work/stack-2025-02-12/conda/envs/lsst-scipipe-9.0.0/share/eups/Linux64/drp_qa/w.2025.08-dirty/bin'. scons: building terminated because of errors.
Additionally there is a small linting error that will be fixed.
Edited to add:
- The bin dir needs to be removed from SConstruct in the project root.