Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 673060 - www-client/lynx-2.8.9_p1, makefile:300: *** missing separator. Stop.
Summary: www-client/lynx-2.8.9_p1, makefile:300: *** missing separator. Stop.
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Tim Harder
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2018-12-13 08:18 UTC by Michał Górny
Modified: 2018-12-14 04:13 UTC (History)
5 users (show)

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


Attachments
www-client:lynx-2.8.9_p1:20181213-081600.log (www-client:lynx-2.8.9_p1:20181213-081600.log,26.63 KB, text/plain)
2018-12-13 08:18 UTC, Michał Górny
Details
Failing makefile (makefile,16.30 KB, text/plain)
2018-12-13 08:19 UTC, Michał Górny
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Michał Górny archtester Gentoo Infrastructure gentoo-dev Security 2018-12-13 08:18:20 UTC
Created attachment 557700 [details]
www-client:lynx-2.8.9_p1:20181213-081600.log

make: Leaving directory '/tmp/portage/www-client/lynx-2.8.9_p1/work/lynx2.8.9rel.1/po'                                                            
make -j12
makefile:300: *** missing separator.  Stop.
 * ERROR: www-client/lynx-2.8.9_p1::gentoo failed (compile phase):
 *   emake failed
 *
 * If you need support, post the output of `emerge --info '=www-client/lynx-2.8.9_p1::gentoo'`,                                                   
 * the complete build log and the output of `emerge -pqv '=www-client/lynx-2.8.9_p1::gentoo'`.                                                    
 * The complete build log is located at '/var/log/portage/www-client:lynx-2.8.9_p1:20181213-081600.log'.                                          
 * For convenience, a symlink to the build log is located at '/tmp/portage/www-client/lynx-2.8.9_p1/temp/build.log'.                              
 * The ebuild environment file is located at '/tmp/portage/www-client/lynx-2.8.9_p1/temp/environment'.                                            
 * Working directory: '/tmp/portage/www-client/lynx-2.8.9_p1/work/lynx2.8.9rel.1'                                                                 
 * S: '/tmp/portage/www-client/lynx-2.8.9_p1/work/lynx2.8.9rel.1'
Comment 1 Michał Górny archtester Gentoo Infrastructure gentoo-dev Security 2018-12-13 08:19:59 UTC
Created attachment 557702 [details]
Failing makefile

Line 300 is:

 $(MAKE)  DESTDIR="$(DESTDIR)" CC="$(CC)" -C $(PO_DIR)

Note that this line is preceded by a single space instead of tab which is what breaks make probably.
Comment 2 Andreas Proteus 2018-12-13 11:21:25 UTC
(In reply to Michał Górny from comment #1)
> Line 300 is:
> 
>  $(MAKE)  DESTDIR="$(DESTDIR)" CC="$(CC)" -C $(PO_DIR)
> 
> Note that this line is preceded by a single space instead of tab which is
> what breaks make probably.

Yes.
I replaced the space with a tab and lynx merged successfully.
Comment 3 Larry the Git Cow gentoo-dev 2018-12-14 04:13:58 UTC
The bug has been closed via the following commit(s):

https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=41ae30a32e2205e1985913d3453c4ba79d888062

commit 41ae30a32e2205e1985913d3453c4ba79d888062
Author:     Michał Górny <mgorny@gentoo.org>
AuthorDate: 2018-12-14 04:07:15 +0000
Commit:     Michał Górny <mgorny@gentoo.org>
CommitDate: 2018-12-14 04:07:15 +0000

    www-client/lynx: Fix patch not to replace tab with space
    
    Closes: https://bugs.gentoo.org/673060
    Signed-off-by: Michał Górny <mgorny@gentoo.org>

 www-client/lynx/files/lynx-2.8.9_p1-parallel.patch | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)