Opened 11 months ago

Last modified 11 months ago

#18433 new bug

LinkApplicationCatalog1 linkcatkeys missing

Reported by: kallisti5 Owned by: nobody
Priority: low Milestone: Unscheduled
Component: Build System Version: R1/beta4
Keywords: jam parallelism Cc:
Blocked By: Blocking:
Platform: All

Description

Logging a random jam parallelism bug here. seen on jam -j6

Link objects/haiku/riscv64/release/add-ons/kernel/drivers/network/ether/syskonnect/syskonnect 
MkDir1 objects/catalogs/kits 
LinkApplicationCatalog1 objects/catalogs/kits/en.catalog 
/bin/sh: line 2: objects/linux/x86_64/release/tools/locale/linkcatkeys: No such file or directory

LD_LIBRARY_PATH="$LD_LIBRARY_PATH:/home/kallisti5/Code/haiku/generated.riscv64/objects/linux/lib" \
objects/linux/x86_64/release/tools/locale/linkcatkeys "objects/catalogs/kits/en.catkeys" -l en \
-s x-vnd.Haiku-libbe -o "objects/catalogs/kits/en.catalog"

...failed LinkApplicationCatalog1 objects/catalogs/kits/en.catalog ...
SetType1 objects/haiku/riscv64/release/kits/debugger/libdebugger.so 
MimeSet1 objects/haiku/riscv64/release/kits/debugger/libdebugger.so 

Change History (2)

comment:1 by waddlesplash, 11 months ago

I use jam -j16 and have only seen this happen when there was an error earlier in the build process.

comment:2 by pulkomandy, 11 months ago

Component: Build System/Jamfile EngineBuild System
Owner: set to nobody

I use -j8 and I don't remember seeing something like this either.

(also, wrong component, the jamfile engine is not used when building Haiku, but we could create a subcomponent specifically for jam if desired)

Note: See TracTickets for help on using tickets.