All of lore.kernel.org
 help / color / mirror / Atom feed
* Network error
@ 2000-11-08 20:59 James Simmons
  2000-11-08 21:03 ` Carey M. Drake
  2000-11-08 22:21 ` Andre Tomt
  0 siblings, 2 replies; 4+ messages in thread
From: James Simmons @ 2000-11-08 20:59 UTC (permalink / raw)
  To: Linux Kernel Mailing List


Something I seen on a lug. Anyone have a patch for this?

I'm trying to compile a 2.2.17 kernel.  When I do a make bzImage, I get
this error.  It seems to be centering on networking areas (nfs, svclock,
tcp, etc.)

tcp_input.c:1393:52: warning: pasting would not give a valid preprocessing
token
tcp_input.c:1441:85: warning: pasting would not give a valid preprocessing
token

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
Please read the FAQ at http://www.tux.org/lkml/

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

* Re: Network error
  2000-11-08 20:59 Network error James Simmons
@ 2000-11-08 21:03 ` Carey M. Drake
  2000-11-08 22:21 ` Andre Tomt
  1 sibling, 0 replies; 4+ messages in thread
From: Carey M. Drake @ 2000-11-08 21:03 UTC (permalink / raw)
  To: James Simmons; +Cc: Linux Kernel Mailing List

Guess: you're using RedHat 7.0 (or somehow else are using a "new"
version of gcc).
Either use make cc=kgcc for redhat or downgrade gcc to a supported
version.

James Simmons wrote:
> 
> Something I seen on a lug. Anyone have a patch for this?
> 
> I'm trying to compile a 2.2.17 kernel.  When I do a make bzImage, I get
> this error.  It seems to be centering on networking areas (nfs, svclock,
> tcp, etc.)
> 
> tcp_input.c:1393:52: warning: pasting would not give a valid preprocessing
> token
> tcp_input.c:1441:85: warning: pasting would not give a valid preprocessing
> token
> 
> -
> To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
> the body of a message to majordomo@vger.kernel.org
> Please read the FAQ at http://www.tux.org/lkml/

-- 
C.

------------------------------------------------------------------------------  

When in doubt, poke it with a stick

Disclaimer: the above is the author's personal opinion and is not the
opinion
or policy of his employer or of the little green men that have been
following
him all day.
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
Please read the FAQ at http://www.tux.org/lkml/

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

* Re: Network error
  2000-11-08 20:59 Network error James Simmons
  2000-11-08 21:03 ` Carey M. Drake
@ 2000-11-08 22:21 ` Andre Tomt
  1 sibling, 0 replies; 4+ messages in thread
From: Andre Tomt @ 2000-11-08 22:21 UTC (permalink / raw)
  To: James Simmons; +Cc: linux-kernel


> Something I seen on a lug. Anyone have a patch for this?
>
> I'm trying to compile a 2.2.17 kernel.  When I do a make bzImage, I get
> this error.  It seems to be centering on networking areas (nfs, svclock,
> tcp, etc.)
>
> tcp_input.c:1393:52: warning: pasting would not give a valid preprocessing
> token
> tcp_input.c:1441:85: warning: pasting would not give a valid preprocessing
> token

This is a non fatal warning, not an error. However, newer "in-development"
gcc's have other issues making it refuse to build a full kernel image.
Either fix the makefile to use a compatible cc (egcs, kgcc for example),
define CC to make, or downgrade the default compiler to anything below or
including gcc-2.95.2

Whatever makes you sleep well at night.

--
André Tomt

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
Please read the FAQ at http://www.tux.org/lkml/

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

* network error
@ 2018-03-27  7:44 Rajath C S
  0 siblings, 0 replies; 4+ messages in thread
From: Rajath C S @ 2018-03-27  7:44 UTC (permalink / raw)
  To: OE-core

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

Hi,

I am trying to do a pip install on poky for one of the python package and
it is resulting in this error, do help


Retrying (Retry(total=4, connect=None, read=None, redirect=None)) after
connection broken by
'NewConnectionError'('<pip._vendor.requests.pacages.urllib3.connection.VerifiedHTPSConenction
object at 0xb68f988c>': Failed to establish a new connection: [Errno -2]
Name or service not known',): /simple/pyros-setup/
Could not find a version that satisfies the requirement pyros_setup (from
versions: ) No matching distribution found for pyros_setup

Thanks,
Rajath

[-- Attachment #2: Type: text/html, Size: 681 bytes --]

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

end of thread, other threads:[~2018-03-27  7:44 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2000-11-08 20:59 Network error James Simmons
2000-11-08 21:03 ` Carey M. Drake
2000-11-08 22:21 ` Andre Tomt
  -- strict thread matches above, loose matches on Subject: below --
2018-03-27  7:44 network error Rajath C S

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.