Closed Bug 136548 Opened 22 years ago Closed 22 years ago

0.9.9+ does not build on debian linux/alpha

Categories

(SeaMonkey :: Build Config, defect)

DEC
Linux
defect
Not set
blocker

Tracking

(Not tracked)

VERIFIED DUPLICATE of bug 135119

People

(Reporter: mclewis, Assigned: netscape)

Details

Build of recent nightlies fails on debian/alpha. The problem seems to be in
/mozilla/nsprpub/pr/src/pthreads/ptio.c which contains the lines:

/* On Alpha Linux, these are already defined in sys/socket.h */
if !(defined(LINUX) && defined(__alpha))
#include <netinet/tcp.h>  /* TCP_NODELAY, TCP_MAXSEG */
...

which causes the build to fail because TCP_NODELAY is undefined. #Including
netinet/tcp.h allows the build to work.
-> Build config
Assignee: Matti → seawood
Component: Browser-General → Build Config
QA Contact: imajes-qa → granrose
this is actually old NSPR code that recently became important.  there is a patch
to include netinet/tcp.h and also sys/socket.h in bug 135119.

*** This bug has been marked as a duplicate of 135119 ***
Status: UNCONFIRMED → RESOLVED
Closed: 22 years ago
Resolution: --- → DUPLICATE
vrfy dup
Status: RESOLVED → VERIFIED
Product: Browser → Seamonkey
You need to log in before you can comment on or make changes to this bug.