All of lore.kernel.org
 help / color / mirror / Atom feed
* [2.6.0-test7-bk] undefined reference to `NEW_TO_OLD_GID'
@ 2003-10-09 12:29 Ramón Rey Vicente
  2003-10-20  0:22 ` bkcvs and bksvn out of sync (Was: Re: [2.6.0-test7-bk] undefined reference to `NEW_TO_OLD_GID') Manuel Estrada Sainz
  0 siblings, 1 reply; 4+ messages in thread
From: Ramón Rey Vicente @ 2003-10-09 12:29 UTC (permalink / raw)
  To: linux-kernel

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

Hi.

I obtain this building the current test7-bk

 LD      .tmp_vmlinux1
fs/built-in.o(.text+0x29144): En la función `fill_psinfo':
: undefined reference to `NEW_TO_OLD_UID'
fs/built-in.o(.text+0x29153): En la función `fill_psinfo':
: undefined reference to `NEW_TO_OLD_GID'
ipc/built-in.o(.text+0x433): En la función `ipc64_perm_to_ipc_perm':
: undefined reference to `NEW_TO_OLD_UID'
ipc/built-in.o(.text+0x43f): En la función `ipc64_perm_to_ipc_perm':
: undefined reference to `NEW_TO_OLD_GID'
ipc/built-in.o(.text+0x44b): En la función `ipc64_perm_to_ipc_perm':
: undefined reference to `NEW_TO_OLD_UID'
ipc/built-in.o(.text+0x457): En la función `ipc64_perm_to_ipc_perm':
: undefined reference to `NEW_TO_OLD_GID'
make: *** [.tmp_vmlinux1] Error 1


The warnings:

  CC      fs/binfmt_elf.o
fs/binfmt_elf.c: En la función `fill_psinfo':
fs/binfmt_elf.c:1123: aviso: implicit declaration of function
`NEW_TO_OLD_UID'
fs/binfmt_elf.c:1124: aviso: implicit declaration of function
`NEW_TO_OLD_GID'

 CC      ipc/util.o
ipc/util.c: En la función `ipc64_perm_to_ipc_perm':
ipc/util.c:424: aviso: implicit declaration of function `NEW_TO_OLD_UID'
ipc/util.c:425: aviso: implicit declaration of function `NEW_TO_OLD_GID'


-- 
Ramón Rey Vicente       <ramon dot rey at hispalinux dot es>
        jabber ID       <rreylinux at jabber dot org>
GPG public key ID 	0xBEBD71D5 -> http://pgp.escomposlinux.org/



[-- Attachment #2: Esta parte del mensaje está firmada digitalmente --]
[-- Type: application/pgp-signature, Size: 189 bytes --]

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

* bkcvs and bksvn out of sync (Was: Re: [2.6.0-test7-bk] undefined reference to `NEW_TO_OLD_GID')
  2003-10-09 12:29 [2.6.0-test7-bk] undefined reference to `NEW_TO_OLD_GID' Ramón Rey Vicente
@ 2003-10-20  0:22 ` Manuel Estrada Sainz
  2003-10-20  0:36   ` Ben Collins
  2003-10-20 13:19   ` Ramón Rey Vicente
  0 siblings, 2 replies; 4+ messages in thread
From: Manuel Estrada Sainz @ 2003-10-20  0:22 UTC (permalink / raw)
  To: Ramón Rey Vicente; +Cc: linux-kernel, Ben Collins

 Ramón is probably using the bksvn gateway, after investication, it
 seams that this changeset was not completely commited to bksvn:

	ChangeSet@1.1296.61.2  03-10-06 15:15:36-07:00  ak@de[torvalds]

 Althogh it is OK in bkcvs.

On Thu, Oct 09, 2003 at 02:29:50PM +0200, Ramón Rey Vicente wrote:
> The warnings:
> 
>   CC      fs/binfmt_elf.o
> fs/binfmt_elf.c: En la función `fill_psinfo':
> fs/binfmt_elf.c:1123: aviso: implicit declaration of function
> `NEW_TO_OLD_UID'
> fs/binfmt_elf.c:1124: aviso: implicit declaration of function
> `NEW_TO_OLD_GID'
> 
>  CC      ipc/util.o
> ipc/util.c: En la función `ipc64_perm_to_ipc_perm':
> ipc/util.c:424: aviso: implicit declaration of function `NEW_TO_OLD_UID'
> ipc/util.c:425: aviso: implicit declaration of function `NEW_TO_OLD_GID'


-- 
--- Manuel Estrada Sainz <ranty@debian.org>
                         <ranty@bigfoot.com>
			 <ranty@users.sourceforge.net>
------------------------ <manuel.estrada@hispalinux.es> -------------------
Let us have the serenity to accept the things we cannot change, courage to
change the things we can, and wisdom to know the difference.

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

* Re: bkcvs and bksvn out of sync (Was: Re: [2.6.0-test7-bk] undefined reference to `NEW_TO_OLD_GID')
  2003-10-20  0:22 ` bkcvs and bksvn out of sync (Was: Re: [2.6.0-test7-bk] undefined reference to `NEW_TO_OLD_GID') Manuel Estrada Sainz
@ 2003-10-20  0:36   ` Ben Collins
  2003-10-20 13:19   ` Ramón Rey Vicente
  1 sibling, 0 replies; 4+ messages in thread
From: Ben Collins @ 2003-10-20  0:36 UTC (permalink / raw)
  To: Manuel Estrada Sainz; +Cc: Ram?n Rey Vicente, linux-kernel

On Mon, Oct 20, 2003 at 02:22:46AM +0200, Manuel Estrada Sainz wrote:
>  Ram?n is probably using the bksvn gateway, after investication, it
>  seams that this changeset was not completely commited to bksvn:

I'm rebuilding the bksvn repo's now. Thanks for the heads up.

-- 
Debian     - http://www.debian.org/
Linux 1394 - http://www.linux1394.org/
Subversion - http://subversion.tigris.org/
WatchGuard - http://www.watchguard.com/

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

* Re: bkcvs and bksvn out of sync (Was: Re: [2.6.0-test7-bk] undefined reference to `NEW_TO_OLD_GID')
  2003-10-20  0:22 ` bkcvs and bksvn out of sync (Was: Re: [2.6.0-test7-bk] undefined reference to `NEW_TO_OLD_GID') Manuel Estrada Sainz
  2003-10-20  0:36   ` Ben Collins
@ 2003-10-20 13:19   ` Ramón Rey Vicente
  1 sibling, 0 replies; 4+ messages in thread
From: Ramón Rey Vicente @ 2003-10-20 13:19 UTC (permalink / raw)
  To: Manuel Estrada Sainz; +Cc: linux-kernel, Ben Collins

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

El lun, 20-10-2003 a las 02:22, Manuel Estrada Sainz escribió:

>  Ramón is probably using the bksvn gateway, after investication, it
>  seams that this changeset was not completely commited to bksvn:

Mmm, I think you are right ;), but it seams was two o more patches in
this changeset and all of them related to the new NEW_TO_OLD_GID macro.
-- 
Ramón Rey Vicente       <ramon dot rey at hispalinux dot es>
        jabber ID       <rreylinux at jabber dot org>
GPG public key ID 	0xBEBD71D5 -> http://pgp.escomposlinux.org/

[-- Attachment #2: Esta parte del mensaje está firmada digitalmente --]
[-- Type: application/pgp-signature, Size: 189 bytes --]

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

end of thread, other threads:[~2003-10-20 13:20 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2003-10-09 12:29 [2.6.0-test7-bk] undefined reference to `NEW_TO_OLD_GID' Ramón Rey Vicente
2003-10-20  0:22 ` bkcvs and bksvn out of sync (Was: Re: [2.6.0-test7-bk] undefined reference to `NEW_TO_OLD_GID') Manuel Estrada Sainz
2003-10-20  0:36   ` Ben Collins
2003-10-20 13:19   ` Ramón Rey Vicente

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.