linuxppc-dev.lists.ozlabs.org archive mirror
 help / color / mirror / Atom feed
* aty128fb.c missing from rync'd benh sources...
@ 2001-07-27  0:07 Armando Di Cianno
  2001-07-27  0:09 ` Ethan Blanton
  0 siblings, 1 reply; 8+ messages in thread
From: Armando Di Cianno @ 2001-07-27  0:07 UTC (permalink / raw)
  To: linuxppc-dev


I did an rsync to penguinppc.org::linux-2.4-benh at approx 7/26/01 8 PM
EST.

'make vmlinux' fails in the video directory complaing it is not able to
find aty128fb.o.  I checked in drivers/video and there is no aty128fb.c
file anymore; I re-rsynced to make sure it wasn't my incompetence.

Since the benh kernel tends to be my 'favorite', I'd like to get my TiBook
re-rsynced whenever possible.  Is there any reason this file was removed,
or was it a mistake?

Thanks for any info.

__armando di cianno
diciaa@rpi.edu

** Sent via the linuxppc-dev mail list. See http://lists.linuxppc.org/

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

* Re: aty128fb.c missing from rync'd benh sources...
  2001-07-27  0:07 aty128fb.c missing from rync'd benh sources Armando Di Cianno
@ 2001-07-27  0:09 ` Ethan Blanton
  2001-07-27  0:44   ` Armando Di Cianno
  2001-07-27  1:08   ` Daniel Berlin
  0 siblings, 2 replies; 8+ messages in thread
From: Ethan Blanton @ 2001-07-27  0:09 UTC (permalink / raw)
  To: linuxppc-dev

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

Armando Di Cianno spake unto us the following wisdom:
> I did an rsync to penguinppc.org::linux-2.4-benh at approx 7/26/01 8 PM
> EST.

I just rsync'd (8:07PM EST) and it's there.

> 'make vmlinux' fails in the video directory complaing it is not able to
> find aty128fb.o.  I checked in drivers/video and there is no aty128fb.c
> file anymore; I re-rsynced to make sure it wasn't my incompetence.
> 
> Since the benh kernel tends to be my 'favorite', I'd like to get my TiBook
> re-rsynced whenever possible.  Is there any reason this file was removed,
> or was it a mistake?

Ethan

-- 
If I've told you once, I've told you once
And once is all that you needed.
		-- The Refreshments, "Carefree"

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

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

* Re: aty128fb.c missing from rync'd benh sources...
  2001-07-27  0:44   ` Armando Di Cianno
@ 2001-07-27  0:36     ` Larry McVoy
  2001-07-27  0:53       ` Armando Di Cianno
  0 siblings, 1 reply; 8+ messages in thread
From: Larry McVoy @ 2001-07-27  0:36 UTC (permalink / raw)
  To: Armando Di Cianno; +Cc: linuxppc-dev


Have you tried the BK trees?
--
---
Larry McVoy            	 lm at bitmover.com           http://www.bitmover.com/lm

** Sent via the linuxppc-dev mail list. See http://lists.linuxppc.org/

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

* Re: aty128fb.c missing from rync'd benh sources...
  2001-07-27  0:09 ` Ethan Blanton
@ 2001-07-27  0:44   ` Armando Di Cianno
  2001-07-27  0:36     ` Larry McVoy
  2001-07-27  1:08   ` Daniel Berlin
  1 sibling, 1 reply; 8+ messages in thread
From: Armando Di Cianno @ 2001-07-27  0:44 UTC (permalink / raw)
  To: linuxppc-dev


On 2001.07.26 20:09 Ethan Blanton wrote:
> Armando Di Cianno spake unto us the following wisdom:
> > I did an rsync to penguinppc.org::linux-2.4-benh at approx 7/26/01 8 PM
> > EST.
>
> I just rsync'd (8:07PM EST) and it's there.

I realize that this is not the rsync support forums, but trying to get my
TiBook happy again before I leave the high-bandwidth comfort of work, as
many times as I rsync from this source, aty128fb.c does not download.

'mkdir linux-2.4-benh'
'rsync -avz penguinppc.org::linux-2.4-benh . > asdf'
pertinent parts of 'cat asdf':

drivers/video/Config.in
drivers/video/Makefile
drivers/video/S3triofb.c
drivers/video/acornfb.c
drivers/video/acornfb.h
drivers/video/amifb.c
drivers/video/atafb.c
drivers/video/aty.h
drivers/video/aty128.h
drivers/video/atyfb.c
drivers/video/bwtwofb.c
drivers/video/cgfourteenfb.c

aty128fb.c is not found among these files, nor is it in
linux/drivers/video.

I'm stumped; if you're getting the file, then I wish I knew what I was
doing wrong.

Thanks for the help,

__armando di cianno
diciaa@rpi.edu

** Sent via the linuxppc-dev mail list. See http://lists.linuxppc.org/

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

* Re: aty128fb.c missing from rync'd benh sources...
  2001-07-27  0:36     ` Larry McVoy
@ 2001-07-27  0:53       ` Armando Di Cianno
  0 siblings, 0 replies; 8+ messages in thread
From: Armando Di Cianno @ 2001-07-27  0:53 UTC (permalink / raw)
  To: linuxppc-dev


On 2001.07.26 20:36 Larry McVoy wrote:
>
> Have you tried the BK trees?

I'm actually about to do so.

Instead of downloading _both_ the devel and the regular 2_4 trees, is one
"better" than the other?  The only trouble spots I can imagine for support
is PMU sleep, internal airport, and (my new friend) aty128fb.  Any
suggestions?

Thanks for all the help; I'll try not to clutter the dev list anymore. ;-)

__armando di cianno
diciaa@rpi.edu

** Sent via the linuxppc-dev mail list. See http://lists.linuxppc.org/

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

* Re: aty128fb.c missing from rync'd benh sources...
  2001-07-27  0:09 ` Ethan Blanton
  2001-07-27  0:44   ` Armando Di Cianno
@ 2001-07-27  1:08   ` Daniel Berlin
  2001-07-27  2:26     ` Joseph P. Garcia
  1 sibling, 1 reply; 8+ messages in thread
From: Daniel Berlin @ 2001-07-27  1:08 UTC (permalink / raw)
  To: linuxppc-dev


Ethan Blanton <eblanton@cs.ohiou.edu> writes:

> Armando Di Cianno spake unto us the following wisdom:
>> I did an rsync to penguinppc.org::linux-2.4-benh at approx 7/26/01 8 PM
>> EST.
>
> I just rsync'd (8:07PM EST) and it's there.

No, he's right, you are wrong.
You just aren't using the --delete flag, so it never deleted the file.

>
>> 'make vmlinux' fails in the video directory complaing it is not able to
>> find aty128fb.o.  I checked in drivers/video and there is no aty128fb.c
>> file anymore; I re-rsynced to make sure it wasn't my incompetence.
>>
>> Since the benh kernel tends to be my 'favorite', I'd like to get my TiBook
>> re-rsynced whenever possible.  Is there any reason this file was removed,
>> or was it a mistake?
>
> Ethan
>
> --
> If I've told you once, I've told you once
> And once is all that you needed.
> 		-- The Refreshments, "Carefree"

--
"I was in the grocery store.  I saw a sign that said "pet
supplies."  So I did.  Then I went outside and saw a sign that
said "compact cars"...
"-Steven Wright

** Sent via the linuxppc-dev mail list. See http://lists.linuxppc.org/

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

* Re: aty128fb.c missing from rync'd benh sources...
  2001-07-27  1:08   ` Daniel Berlin
@ 2001-07-27  2:26     ` Joseph P. Garcia
  2001-07-27  5:26       ` Daniel Berlin
  0 siblings, 1 reply; 8+ messages in thread
From: Joseph P. Garcia @ 2001-07-27  2:26 UTC (permalink / raw)
  To: linuxppc-dev


On Thu, 26 Jul 2001 21:08:32 -0400
Daniel Berlin <dan@cgsoftware.com> wrote:
> You just aren't using the --delete flag, so it never deleted the file.

Confirmed.  Just ran a sync.

...
deleting toto
deleting fs/cramfs/cramfs.h
deleting drivers/video/aty128fb.c
deleting drivers/ieee1394/guid.h
deleting drivers/ieee1394/guid.c
deleting drivers/ieee1394/aic5800.h
deleting drivers/ieee1394/aic5800.c
...

And rsync will only delete files if run with the --delete flag.

--
Joseph P. Garcia
http://www.lycestra.com/

** Sent via the linuxppc-dev mail list. See http://lists.linuxppc.org/

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

* Re: aty128fb.c missing from rync'd benh sources...
  2001-07-27  2:26     ` Joseph P. Garcia
@ 2001-07-27  5:26       ` Daniel Berlin
  0 siblings, 0 replies; 8+ messages in thread
From: Daniel Berlin @ 2001-07-27  5:26 UTC (permalink / raw)
  To: Joseph P. Garcia; +Cc: linuxppc-dev


"Joseph P. Garcia" <jpgarcia@execpc.com> writes:

> On Thu, 26 Jul 2001 21:08:32 -0400
> Daniel Berlin <dan@cgsoftware.com> wrote:
>> You just aren't using the --delete flag, so it never deleted the file.
>
> Confirmed.  Just ran a sync.
>
> ...
> deleting toto
> deleting fs/cramfs/cramfs.h
> deleting drivers/video/aty128fb.c
> deleting drivers/ieee1394/guid.h
> deleting drivers/ieee1394/guid.c
> deleting drivers/ieee1394/aic5800.h
> deleting drivers/ieee1394/aic5800.c
> ...
>
> And rsync will only delete files if run with the --delete flag.


Right. Mirrors with extra space will keep older, deleted, versions of files
around (remember, rsync is a mirroring tool), while those with less
space will just want an exact mirror (or whatever). Hence the
--max-delete flag, and whatnot.




>
> --
> Joseph P. Garcia
> http://www.lycestra.com/
>

--
"I didn't get a toy train like the other kids.  I got a toy
subway instead.  You couldn't see anything, but every now and
then you'd hear this rumbling noise go by.
"-Steven Wright

** Sent via the linuxppc-dev mail list. See http://lists.linuxppc.org/

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

end of thread, other threads:[~2001-07-27  5:26 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2001-07-27  0:07 aty128fb.c missing from rync'd benh sources Armando Di Cianno
2001-07-27  0:09 ` Ethan Blanton
2001-07-27  0:44   ` Armando Di Cianno
2001-07-27  0:36     ` Larry McVoy
2001-07-27  0:53       ` Armando Di Cianno
2001-07-27  1:08   ` Daniel Berlin
2001-07-27  2:26     ` Joseph P. Garcia
2001-07-27  5:26       ` Daniel Berlin

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).