Summary: | dev-libs/redland-1.0.15 has malformed Makefile, won't emerge: "missing separator" | ||
---|---|---|---|
Product: | Gentoo Linux | Reporter: | N. Andrew Walsh <n.andrew.walsh> |
Component: | [OLD] Library | Assignee: | Gentoo Sound Team <sound> |
Status: | RESOLVED FIXED | ||
Severity: | normal | ||
Priority: | Normal | ||
Version: | unspecified | ||
Hardware: | All | ||
OS: | Linux | ||
Whiteboard: | |||
Package list: | Runtime testing required: | --- | |
Attachments: | build.log from redland compile failure |
Description
N. Andrew Walsh
2012-04-16 14:17:17 UTC
Created attachment 309145 [details]
build.log from redland compile failure
#emerge --info =dev-libs/redland-1.0.15 dev-libs/redland-1.0.15 was built with the following: USE="berkdb (multilib) ssl xml -iodbc -mysql -odbc -postgres -sqlite -static-libs" # emerge -pqv =dev-libs/redland-1.0.15 [ebuild R ] dev-libs/redland-1.0.15 USE="berkdb ssl xml -iodbc -mysql -odbc -postgres -sqlite -static-libs" >>> Compiling source in /var/tmp/portage/dev-libs/redland-1.0.15/work/redland-1.0.15 ...
make -j5
Makefile:262: *** missing separator. Stop.
That 262 there is a line number. Please post the relavent information (like Makefile in attachment, or if you know what to look, just the offending line(s))
Please reopen the bug once done, thanks
Lines 260-263 read: ODBC_CFLAGS = iODBC Demonstration program This program shows an interactive SQL processor ODBC_LIBS = iODBC Demonstration program Looks like someone forgot to comment the line out, maybe? oh, and, uh … that's /var/tmp/portage/dev-libs/redland-1.0.15/work/redland-1.0.15/Makefile I just excerpted. Sorry for the lack of info. looks like this isn't a problem with 1.0.17 anymore, grepped the source tree |