Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 27422 - Samba 3.0.0 rc1 fails to compile
Summary: Samba 3.0.0 rc1 fails to compile
Status: RESOLVED WONTFIX
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Server (show other bugs)
Hardware: x86 Linux
: High normal (vote)
Assignee: Donny Davies (RETIRED)
URL:
Whiteboard:
Keywords:
: 27423 (view as bug list)
Depends on:
Blocks:
 
Reported: 2003-08-27 07:24 UTC by Joe Frisbie
Modified: 2003-09-04 09:32 UTC (History)
0 users

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


Attachments
stdout from emerge (samba-rc1.out,60.62 KB, text/plain)
2003-08-27 07:26 UTC, Joe Frisbie
Details
stdout from emerge (samba-rc1.out,60.62 KB, application/octet-stream)
2003-08-27 07:27 UTC, Joe Frisbie
Details
stdout from emerge (samba-rc1.out,60.62 KB, text/plain)
2003-08-27 07:28 UTC, Joe Frisbie
Details
stdout from emerge (samba-rc1.out,60.62 KB, application/octet-stream)
2003-08-27 07:28 UTC, Joe Frisbie
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Joe Frisbie 2003-08-27 07:24:19 UTC
I tried emerging samba-3.0.0_rc1.ebuild from the /usr/portage directory and
it failed to compile; I realize this is an alpha package, but it seemed like
it was configure that failed, so I thought I'd pass along the build log...

Reproducible: Always
Steps to Reproduce:
1.cd /usr/portage/net-fs/samba
2.emerge samba-3.0.0_rc1-r1.ebuild
3.

Actual Results:  
I've attached the stdout and stderr logs.
Comment 1 Joe Frisbie 2003-08-27 07:26:50 UTC
Created attachment 16685 [details]
stdout from emerge
Comment 2 Joe Frisbie 2003-08-27 07:27:32 UTC
Created attachment 16686 [details]
stdout from emerge
Comment 3 Joe Frisbie 2003-08-27 07:28:08 UTC
Created attachment 16687 [details]
stdout from emerge
Comment 4 Joe Frisbie 2003-08-27 07:28:40 UTC
Created attachment 16688 [details]
stdout from emerge
Comment 5 Martin Holzer (RETIRED) gentoo-dev 2003-08-27 07:52:27 UTC
*** Bug 27423 has been marked as a duplicate of this bug. ***
Comment 6 Donny Davies (RETIRED) gentoo-dev 2003-08-27 08:35:18 UTC
Hi.  As I mention in the ChangeLog (please have a read) the python USE
flag is broken at the moment, so you'll need to build this release with
USE="-python -oav".
Comment 7 Joe Frisbie 2003-08-29 05:52:06 UTC
Sorry, didn't think to look in change log. I should have been clearer --
I didn't expect it to work, but the configure messages seemed to indicate
a problem with autoconf/configure, or a least with one of the test cases.
I figured passing the problem up through gentoo was the approriate thing.
Comment 8 Joe Frisbie 2003-08-29 05:56:19 UTC
Um, the actual stderr log showing the configure message only made it into the Bug 27422 report.
Comment 9 Joe Frisbie 2003-08-29 07:28:19 UTC
Even with USE='-python -oav', this error occurs:

configure: WARNING: If you wanted to set the --build type, don't use --host.
    If a cross compiler is detected then cross compile mode will be used.
configure: WARNING: linux/quota.h: present but cannot be compiled
configure: WARNING: linux/quota.h: check for missing prerequisite headers?
configure: WARNING: linux/quota.h: proceeding with the preprocessor's result
configure: WARNING:     ## ------------------------------------ ##
configure: WARNING:     ## Report this to bug-autoconf@gnu.org. ##
configure: WARNING:     ## ------------------------------------ ##
tdb/tdbutil.c: In function `make_tdb_data':
tdb/tdbutil.c:45: warning: assignment discards qualifiers from pointer target type
tdb/tdbutil.c: In function `tdb_chainlock_with_timeout_internal':
tdb/tdbutil.c:59: warning: passing arg 1 of `tdb_set_lock_alarm' discards qualifiers from pointer target type 

...
Comment 10 Donny Davies (RETIRED) gentoo-dev 2003-08-29 07:34:29 UTC
Thats a warning.  Due to changes between autoconf 2.13 and 2.53 where now the headers are supposed to compile instead of just pass cpp.

Samba team is aware of that.  They've plans to skirt around the issue, I think.
Comment 11 Donny Davies (RETIRED) gentoo-dev 2003-09-04 09:32:55 UTC
hopefully they'll address the autoconf thing next round.