* [gentoo-alpha] Samba build problem revisited
@ 2004-05-06 4:29 Donsbach, Jeff
2004-05-06 6:47 ` Bryan Østergaard
0 siblings, 1 reply; 5+ messages in thread
From: Donsbach, Jeff @ 2004-05-06 4:29 UTC (permalink / raw
To: gentoo-alpha
[-- Attachment #1: Type: text/plain, Size: 568 bytes --]
A few months back, I was having problems building Samba. I'm back to
trying again. It seems like it is more of a problem with system header
files than with Samba.
The short of it is that there is an ebuild patch,
samba-2.2.8-statfs.patch , that is not being applied on Alpha (though it
is on sparc and ppc).
Also doing it on alpha fixes the build problem.
1- How can this package even be marked "stable" for Alpha if it won't
even build successfully? Or is it just me (and if so, why would it be)?
2- How do we get the ebuild file fixed?
Jeff D
[-- Attachment #2: Type: text/html, Size: 1160 bytes --]
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [gentoo-alpha] Samba build problem revisited
2004-05-06 4:29 [gentoo-alpha] Samba build problem revisited Donsbach, Jeff
@ 2004-05-06 6:47 ` Bryan Østergaard
2004-05-06 17:56 ` Jeff Donsbach
0 siblings, 1 reply; 5+ messages in thread
From: Bryan Østergaard @ 2004-05-06 6:47 UTC (permalink / raw
To: gentoo-alpha
[-- Attachment #1: Type: text/plain, Size: 853 bytes --]
Hi Jeff.
I haven't test samba-2.2.8 but I marked 3.0.2a-r2 stable a few days ago
- it works for me but let me know if you still have problems building
samba.
Regards,
Bryan Østergaard
On Thu, 2004-05-06 at 06:29, Donsbach, Jeff wrote:
> A few months back, I was having problems building Samba. I'm back to
> trying again. It seems like it is more of a problem with system header
> files than with Samba.
>
> The short of it is that there is an ebuild patch,
> samba-2.2.8-statfs.patch , that is not being applied on Alpha (though
> it is on sparc and ppc).
>
> Also doing it on alpha fixes the build problem.
>
> 1- How can this package even be marked "stable" for Alpha if it won't
> even build successfully? Or is it just me (and if so, why would it
> be)?
>
> 2- How do we get the ebuild file fixed?
>
> Jeff D
>
[-- Attachment #2: This is a digitally signed message part --]
[-- Type: application/pgp-signature, Size: 189 bytes --]
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [gentoo-alpha] Samba build problem revisited
2004-05-06 6:47 ` Bryan Østergaard
@ 2004-05-06 17:56 ` Jeff Donsbach
2004-05-06 20:35 ` Bryan Østergaard
0 siblings, 1 reply; 5+ messages in thread
From: Jeff Donsbach @ 2004-05-06 17:56 UTC (permalink / raw
To: gentoo-alpha, Bryan Østergaard
> Hi Jeff.
>
> I haven't test samba-2.2.8 but I marked 3.0.2a-r2 stable a few days ago
> - it works for me but let me know if you still have problems building
> samba.
>
> Regards,
> Bryan Østergaard
I was trying to build 3.0.2a-r2 . It does not build "out of the box" on my
machine. I had to modify the ebuild file to apply the "samba-2.2.8.patch",
just like it does for Sparc and PPC (look at the build script to see what
I mean). Once I did that, it builds fine (though I haven't tried
configuring and running yet).
Why would it build for you but not me? Do your system header files have
some magic patch to them making the "samba-2.2.8.patch" file unnecessary?
I'm a bit perplexed.
Thanks,
Jeff D
--
gentoo-alpha@gentoo.org mailing list
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [gentoo-alpha] Samba build problem revisited
2004-05-06 17:56 ` Jeff Donsbach
@ 2004-05-06 20:35 ` Bryan Østergaard
0 siblings, 0 replies; 5+ messages in thread
From: Bryan Østergaard @ 2004-05-06 20:35 UTC (permalink / raw
To: gentoo-alpha
[-- Attachment #1: Type: text/plain, Size: 1353 bytes --]
Hi Jeff.
There's 20+ open bugs somehow mentioning samba atm. The most relevant
bugs seems to be building samba with the ldap USE flag or doing parallel
builds (-jX). Are you using the ldap USE flag? In that case please try
disabling that. I'll see if I can reproduce your problem and commit a
fix but right now I think that's the likely cause.
Could you please tell me what USE flags you're (trying to) build samba
with?
Regards,
Bryan Østergaard
On Thu, 2004-05-06 at 19:56, Jeff Donsbach wrote:
> > Hi Jeff.
> >
> > I haven't test samba-2.2.8 but I marked 3.0.2a-r2 stable a few days ago
> > - it works for me but let me know if you still have problems building
> > samba.
> >
> > Regards,
> > Bryan Østergaard
>
> I was trying to build 3.0.2a-r2 . It does not build "out of the box" on my
> machine. I had to modify the ebuild file to apply the "samba-2.2.8.patch",
> just like it does for Sparc and PPC (look at the build script to see what
> I mean). Once I did that, it builds fine (though I haven't tried
> configuring and running yet).
>
> Why would it build for you but not me? Do your system header files have
> some magic patch to them making the "samba-2.2.8.patch" file unnecessary?
>
> I'm a bit perplexed.
>
> Thanks,
> Jeff D
>
>
>
> --
> gentoo-alpha@gentoo.org mailing list
>
>
[-- Attachment #2: This is a digitally signed message part --]
[-- Type: application/pgp-signature, Size: 189 bytes --]
^ permalink raw reply [flat|nested] 5+ messages in thread
* RE: [gentoo-alpha] Samba build problem revisited
@ 2004-05-07 5:17 Donsbach, Jeff
0 siblings, 0 replies; 5+ messages in thread
From: Donsbach, Jeff @ 2004-05-07 5:17 UTC (permalink / raw
To: Bryan Østergaard, gentoo-alpha
My USE flags are:
USE="X alpha berkdb crypt cups encode foomaticdb gdbm gif gnome gpm gtk gtk2 imlib jpeg kde libg++ libwww mikmod motif ncurses nls oggvorbis opengl oss pam pdflib perl png python qt quicktime readline sdl slang spell ssl tcpd truetype xml2 xmms xv zlib"
Which I think are pretty standard or close to it. No ldap.
Also, if you look in the sources for Samba in include/includes.h, you will find a #define , something about "BROKEN_REDHAT7_HEADERS" or something like that (can't look right now). I think my problem is related to the workaround they put in there.
Jeff D
-----Original Message-----
From: Bryan Østergaard [mailto:kloeri@gentoo.org]
Sent: Thursday, May 06, 2004 4:35 PM
To: gentoo-alpha@lists.gentoo.org
Subject: Re: [gentoo-alpha] Samba build problem revisited
Hi Jeff.
There's 20+ open bugs somehow mentioning samba atm. The most relevant bugs seems to be building samba with the ldap USE flag or doing parallel builds (-jX). Are you using the ldap USE flag? In that case please try disabling that. I'll see if I can reproduce your problem and commit a fix but right now I think that's the likely cause.
Could you please tell me what USE flags you're (trying to) build samba with?
Regards,
Bryan Østergaard
--
gentoo-alpha@gentoo.org mailing list
^ permalink raw reply [flat|nested] 5+ messages in thread
end of thread, other threads:[~2004-05-07 5:18 UTC | newest]
Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2004-05-06 4:29 [gentoo-alpha] Samba build problem revisited Donsbach, Jeff
2004-05-06 6:47 ` Bryan Østergaard
2004-05-06 17:56 ` Jeff Donsbach
2004-05-06 20:35 ` Bryan Østergaard
-- strict thread matches above, loose matches on Subject: below --
2004-05-07 5:17 Donsbach, Jeff
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox