* What does this error mean?
@ 2007-12-09 2:24 Bo Yang
0 siblings, 0 replies; 4+ messages in thread
From: Bo Yang @ 2007-12-09 2:24 UTC (permalink / raw)
To: git
Hi,
I run git pull to pull the recent changes from my http repository.
And get the error:
Fetching refs/heads/master from http://nkbbs.org/git/mozilla.git using http
walk 5b082f95aa62e032e6bf9e7b4a72d41dcdc209b4
walk 90d82d12ee4a9ab400df9f34f0bfddee14420bf8
walk 1ad49fd5be35acaa572a76ab12d05d297414a9fe
error: Could not read 56edc89ce300e654c7b76c0c421a7a1ee0aaf958
Waiting for
http://nkbbs.org/git/mozilla.git/objects/9d/b3e42472d01b8e3587a3e4a375e8f368483a81
Getting alternates list for http://nkbbs.org/git/mozilla.git
Waiting for
http://nkbbs.org/git/mozilla.git/objects/e5/ea160617bcffcb6262a8d8f838ada80b090670
Waiting for
http://nkbbs.org/git/mozilla.git/objects/e7/7681194544ca87e2bc42bffc21616679410fec
Waiting for
http://nkbbs.org/git/mozilla.git/objects/48/7cf54d6429467a4e2c2c1eb3608c710e6d9d4f
Waiting for
http://nkbbs.org/git/mozilla.git/objects/ef/68bd85ca219b1042abd49417571de016b10d05
Could you please tell me that what does this mean and how can I deal
with this? Thanks!
Regards!
Bo
^ permalink raw reply [flat|nested] 4+ messages in thread
* what does this error mean?
@ 2013-01-04 5:33 John Smith
2013-01-04 15:08 ` mairtin loingsigh
2013-01-16 13:31 ` Shraddha Kamat
0 siblings, 2 replies; 4+ messages in thread
From: John Smith @ 2013-01-04 5:33 UTC (permalink / raw)
To: kernelnewbies
/usr/bin/ld: arch/i386/kernel/vsyscall-int80.so: Not enough room for
program headers, try linking with -N
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.kernelnewbies.org/pipermail/kernelnewbies/attachments/20130104/74bf6f6c/attachment.html
^ permalink raw reply [flat|nested] 4+ messages in thread
* what does this error mean?
2013-01-04 5:33 what " John Smith
@ 2013-01-04 15:08 ` mairtin loingsigh
2013-01-16 13:31 ` Shraddha Kamat
1 sibling, 0 replies; 4+ messages in thread
From: mairtin loingsigh @ 2013-01-04 15:08 UTC (permalink / raw)
To: kernelnewbies
When producing an ELF output file, if the linker script uses the
SIZEOF_HEADERS builtin function, the linker must compute the number of
program headers before it has determined all the section addresses and
sizes. If the linker later discovers that it needs additional program
headers, it will report an error `not enough room for program headers'. To
avoid this error, you must avoid using the SIZEOF_HEADERS function, or you
must rework your linker script to avoid forcing the linker to use
additional program headers, or you must define the program headers yourself
using the PHDRS command (see section 3.8 PHDRS
Command<http://www.delorie.com/gnu/docs/binutils/ld_39.html>).
On Fri, Jan 4, 2013 at 5:33 AM, John Smith <horserivers@gmail.com> wrote:
> Not enough room for program headers
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.kernelnewbies.org/pipermail/kernelnewbies/attachments/20130104/4d4e336f/attachment.html
^ permalink raw reply [flat|nested] 4+ messages in thread
* what does this error mean?
2013-01-04 5:33 what " John Smith
2013-01-04 15:08 ` mairtin loingsigh
@ 2013-01-16 13:31 ` Shraddha Kamat
1 sibling, 0 replies; 4+ messages in thread
From: Shraddha Kamat @ 2013-01-16 13:31 UTC (permalink / raw)
To: kernelnewbies
On Fri, 2013-01-04 at 13:33 +0800, John Smith wrote:
> Not enough room for program headers
Check this out -
http://www.delorie.com/gnu/docs/binutils/ld_48.html
search for 'Not enough room for program headers'
-- Shraddha
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2013-01-16 13:31 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-12-09 2:24 What does this error mean? Bo Yang
-- strict thread matches above, loose matches on Subject: below --
2013-01-04 5:33 what " John Smith
2013-01-04 15:08 ` mairtin loingsigh
2013-01-16 13:31 ` Shraddha Kamat
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.