Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 297548 - net-fs/autofs-5.0.3-r6 emerge fails: unterminated #ifndef
Summary: net-fs/autofs-5.0.3-r6 emerge fails: unterminated #ifndef
Status: RESOLVED WORKSFORME
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: AMD64 Linux
: High normal
Assignee: Gentoo Linux bug wranglers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-12-19 17:40 UTC by John L. Poole
Modified: 2009-12-20 01:43 UTC (History)
0 users

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


Attachments
Build Log (build.log,12.35 KB, text/plain)
2009-12-19 17:45 UTC, John L. Poole
Details
environment (environment,112.78 KB, text/plain)
2009-12-19 17:46 UTC, John L. Poole
Details

Note You need to log in before you can comment on or make changes to this bug.
Description John L. Poole 2009-12-19 17:40:35 UTC
emerge autofs

 * Messages for package net-fs/autofs-5.0.3-r6:

 *
 * ERROR: net-fs/autofs-5.0.3-r6 failed.
 * Call stack:
 *               ebuild.sh, line   49:  Called src_compile
 *             environment, line 2801:  Called die
 * The specific snippet of code:
 *       emake DONTSTRIP=1 || die "make failed"
 *  The die message:
 *   make failed


Reproducible: Always

Steps to Reproduce:
1. emerge autofs

Actual Results:  
 * Messages for package net-fs/autofs-5.0.3-r6:

 *
 * ERROR: net-fs/autofs-5.0.3-r6 failed.
 * Call stack:
 *               ebuild.sh, line   49:  Called src_compile
 *             environment, line 2801:  Called die
 * The specific snippet of code:
 *       emake DONTSTRIP=1 || die "make failed"
 *  The die message:
 *   make failed


Expected Results:  
successful emerge.

What I believe is the heart of the problem:

 Emerging (1 of 1) net-fs/autofs-5.0.3-r6
...
x86_64-pc-linux-gnu-gcc -O2 -pipe -D_REENTRANT -D_FILE_OFFSET_BITS=64 -I../include -fPIC -D_GNU_SOURCE -DAUTOFS_MAP_DIR=\"/etc\" -DAUTOFS_CONF_DIR=\"/etc/conf.d\" -c mounts.c
In file included from rpc_subs.c:37:
mount.h:6:1: error: unterminated #ifndef
x86_64-pc-linux-gnu-gcc -O2 -pipe -D_REENTRANT -D_FILE_OFFSET_BITS=64 -I../include -fPIC -D_GNU_SOURCE -DAUTOFS_MAP_DIR=\"/etc\" -DAUTOFS_CONF_DIR=\"/etc/conf.d\" -c log.c
Comment 1 John L. Poole 2009-12-19 17:45:07 UTC
Created attachment 213484 [details]
Build Log
Comment 2 John L. Poole 2009-12-19 17:46:25 UTC
Created attachment 213486 [details]
environment
Comment 3 John L. Poole 2009-12-20 01:43:43 UTC
Note: I am able to successfully install  net-fs/autofs-5.0.4-r5