Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 555764 - sys-libs/slang - /bin/sh: line 0: cd: amd64objs: No such file or directory
Summary: sys-libs/slang - /bin/sh: line 0: cd: amd64objs: No such file or directory
Status: RESOLVED TEST-REQUEST
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: AMD64 Linux
: Normal normal (vote)
Assignee: CJK Team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-07-24 08:06 UTC by m.baur
Modified: 2018-04-16 20:25 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments
Build Log (file_555764.txt,72.62 KB, text/plain)
2015-07-24 08:06 UTC, m.baur
Details
Info (file_555764.txt,8.63 KB, text/plain)
2015-07-24 08:07 UTC, m.baur
Details

Note You need to log in before you can comment on or make changes to this bug.
Description m.baur 2015-07-24 08:06:55 UTC
Created attachment 407498 [details]
Build Log

sys-libs/slang doesn't build on a couple of system from us. Find the error log attached.
Comment 1 m.baur 2015-07-24 08:07:20 UTC
Created attachment 407500 [details]
Info
Comment 2 Felix Janda 2015-07-24 12:59:02 UTC
The Makefile is broken for parallel builds.

From modules/Makefile.in:

all: $(MODULES)

config.h: ../src/config.h
	cp ../src/config.h .
$(OBJDIR):
	-$(MKINSDIR) $(OBJDIR)
#
slsmg-module.so: $(OBJDIR) $(OBJDIR)/slsmg-module.so
$(OBJDIR)/slsmg-module.so: slsmg-module.c config.h
	cd $(OBJDIR) && $(CC_SHARED) $(INCS) $(SRCDIR)/slsmg-module.c -o slsmg-module.so $(LIBS)

(MODULES contains slsmg-module.so.) The Makefile seems to try to be
correct but depends on the ordering of dependency evaluation for
slsmg-module.so. $(OBJDIR)/slsmg-module.so is missing the $(OBJDIR)
dependency.

This is not relevant for upstream since modules/Makefile.in has
changed too much since.
Comment 3 Arfrever Frehtes Taifersar Arahesis 2018-04-16 20:25:07 UTC
Please test sys-libs/slang-2.3.2.