public inbox for gentoo-dev@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-dev] devfsd-1.3.20 won't compile
@ 2001-12-09  6:05 Dan Armak
  2001-12-09 16:30 ` scott worley
  0 siblings, 1 reply; 5+ messages in thread
From: Dan Armak @ 2001-12-09  6:05 UTC (permalink / raw
  To: gentoo-dev

Complete output of emerge:

laptop portage # emerge sys-apps/devfsd
Calculating dependencies. done!
>>> emerge sys-apps/devfsd-1.3.20 to /
>>> md5 ;-) devfsd-v1.3.20.tar.gz
>>> Unpacking source...
>>> Unpacking devfsd-v1.3.20.tar.gz
>>> Source unpacked.
cc -O3 -march=i686 -mcpu=i686 -pipe -I. -Wall  
-DLIBNSL="\"/lib/libnsl.so.1\""   -c -o devfsd.o devfsd.c
devfsd.c:480: `DEVFSD_NOTIFY_DELETE' undeclared here (not in a function)
devfsd.c:480: initializer element is not constant
devfsd.c:480: (near initialization for `event_types[7].type')
make: *** [devfsd.o] Error 1

!!! ERROR: The ebuild did not complete successfully.
!!! Function src_compile, Line 1, Exitcode 2
!!! (no error message)

!!! emerge aborting on  /usr/portage/sys-apps/devfsd/devfsd-1.3.20.ebuild .

I haven't had the time to look further into this. Azarah gave me a binary 
tbz2 and it works OK. If this is any known problem, please tell!

-- 

Dan Armak
Gentoo Linux Developer, Desktop Team
Matan, Israel



^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [gentoo-dev] devfsd-1.3.20 won't compile
  2001-12-09  6:05 [gentoo-dev] devfsd-1.3.20 won't compile Dan Armak
@ 2001-12-09 16:30 ` scott worley
  2001-12-09 16:37   ` Daniel Robbins
  0 siblings, 1 reply; 5+ messages in thread
From: scott worley @ 2001-12-09 16:30 UTC (permalink / raw
  To: gentoo-dev

On Sun, 9 Dec 2001 08:05:18 +0200
Dan Armak <danarmak@gentoo.org> wrote:

> Complete output of emerge:
> 
> laptop portage # emerge sys-apps/devfsd
> Calculating dependencies. done!
> >>> emerge sys-apps/devfsd-1.3.20 to /
> >>> md5 ;-) devfsd-v1.3.20.tar.gz
> >>> Unpacking source...
> >>> Unpacking devfsd-v1.3.20.tar.gz
> >>> Source unpacked.
> cc -O3 -march=i686 -mcpu=i686 -pipe -I. -Wall  
> -DLIBNSL="\"/lib/libnsl.so.1\""   -c -o devfsd.o devfsd.c
> devfsd.c:480: `DEVFSD_NOTIFY_DELETE' undeclared here (not in a
function)
> devfsd.c:480: initializer element is not constant
> devfsd.c:480: (near initialization for `event_types[7].type')
> make: *** [devfsd.o] Error 1
> 
> !!! ERROR: The ebuild did not complete successfully.
> !!! Function src_compile, Line 1, Exitcode 2
> !!! (no error message)
> 
> !!! emerge aborting on 
/usr/portage/sys-apps/devfsd/devfsd-1.3.20.ebuild .
> 
> I haven't had the time to look further into this. Azarah gave me a
binary 
> tbz2 and it works OK. If this is any known problem, please tell!
> 
> -- 
> 
> Dan Armak
> Gentoo Linux Developer, Desktop Team
> Matan, Israel
> 
> _______________________________________________
> gentoo-dev mailing list
> gentoo-dev@gentoo.org
> http://lists.gentoo.org/mailman/listinfo/gentoo-dev

Dan,

I believe you need a 2.4.17 pre-patch.  I'm using 2.4.17-pre5 on Debian
Woody and devfs-v1.3.20 compiled with no problems.  The change logs for
2.4.17-preX should indicate which one is required.

scott
folokai@earthlink.net


^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [gentoo-dev] devfsd-1.3.20 won't compile
  2001-12-09 16:30 ` scott worley
@ 2001-12-09 16:37   ` Daniel Robbins
  2001-12-09 16:42     ` Dan Armak
  2001-12-09 16:42     ` Martin Schlemmer
  0 siblings, 2 replies; 5+ messages in thread
From: Daniel Robbins @ 2001-12-09 16:37 UTC (permalink / raw
  To: gentoo-dev

On Sun, Dec 09, 2001 at 08:30:40AM -0800, scott worley wrote:

> > I haven't had the time to look further into this. Azarah gave me a
> binary 
> > tbz2 and it works OK. If this is any known problem, please tell!

> I believe you need a 2.4.17 pre-patch.  I'm using 2.4.17-pre5 on Debian
> Woody and devfs-v1.3.20 compiled with no problems.  The change logs for
> 2.4.17-preX should indicate which one is required.

This is not correct; devfsd-1.3.20 compiles just fine with 2.4.16 headers.

Best Regards,

-- 
Daniel Robbins                                  <drobbins@gentoo.org>
Chief Architect/President                       http://www.gentoo.org 
Gentoo Technologies, Inc.


^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [gentoo-dev] devfsd-1.3.20 won't compile
  2001-12-09 16:37   ` Daniel Robbins
@ 2001-12-09 16:42     ` Dan Armak
  2001-12-09 16:42     ` Martin Schlemmer
  1 sibling, 0 replies; 5+ messages in thread
From: Dan Armak @ 2001-12-09 16:42 UTC (permalink / raw
  To: gentoo-dev

On Sunday 09 December 2001 18:37, you wrote:
> On Sun, Dec 09, 2001 at 08:30:40AM -0800, scott worley wrote:
> > > I haven't had the time to look further into this. Azarah gave me a
> >
> > binary
> >
> > > tbz2 and it works OK. If this is any known problem, please tell!
> >
> > I believe you need a 2.4.17 pre-patch.  I'm using 2.4.17-pre5 on Debian
> > Woody and devfs-v1.3.20 compiled with no problems.  The change logs for
> > 2.4.17-preX should indicate which one is required.
>
> This is not correct; devfsd-1.3.20 compiles just fine with 2.4.16 headers.
Yes, well I'm currently using 2.4.14. If you say upgrading to 2.4.16 will 
resolve this, I don't minding doing it. Will that help?

-- 

Dan Armak
Gentoo Linux Developer, Desktop Team
Matan, Israel


^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [gentoo-dev] devfsd-1.3.20 won't compile
  2001-12-09 16:37   ` Daniel Robbins
  2001-12-09 16:42     ` Dan Armak
@ 2001-12-09 16:42     ` Martin Schlemmer
  1 sibling, 0 replies; 5+ messages in thread
From: Martin Schlemmer @ 2001-12-09 16:42 UTC (permalink / raw
  To: Gentoo-Dev

[-- Attachment #1: Type: text/plain, Size: 782 bytes --]

On Sun, 2001-12-09 at 18:37, Daniel Robbins wrote:
> On Sun, Dec 09, 2001 at 08:30:40AM -0800, scott worley wrote:
> 
> > > I haven't had the time to look further into this. Azarah gave me a
> > binary 
> > > tbz2 and it works OK. If this is any known problem, please tell!
> 
> > I believe you need a 2.4.17 pre-patch.  I'm using 2.4.17-pre5 on Debian
> > Woody and devfs-v1.3.20 compiled with no problems.  The change logs for
> > 2.4.17-preX should indicate which one is required.
> 
> This is not correct; devfsd-1.3.20 compiles just fine with 2.4.16 headers.
> 

Works fine with 2.4.14 as well ...  Maybe a problem with 2.4.10 ?  Not
sure as to which Dan uses.
-- 

Martin Schlemmer
Gentoo Linux Developer, Desktop Team Developer
Cape Town, South Africa


[-- Attachment #2: Type: application/pgp-signature, Size: 232 bytes --]

^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2001-12-09 17:07 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2001-12-09  6:05 [gentoo-dev] devfsd-1.3.20 won't compile Dan Armak
2001-12-09 16:30 ` scott worley
2001-12-09 16:37   ` Daniel Robbins
2001-12-09 16:42     ` Dan Armak
2001-12-09 16:42     ` Martin Schlemmer

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox