delorie.com/archives/browse.cgi   search  
Mail Archives: cygwin/2014/04/09/12:00:13

X-Recipient: archive-cygwin AT delorie DOT com
DomainKey-Signature: a=rsa-sha1; c=nofws; d=sourceware.org; h=list-id
:list-unsubscribe:list-subscribe:list-archive:list-post
:list-help:sender:to:subject:from:date:message-id:mime-version
:content-type; q=dns; s=default; b=V6TcKwCOn8N+MsyFVTuIaQHUAR3sz
O4lCAwj0sdfM8Y9/PNlH2CaZ50xmjHPX/QIUE4l4+H0Ze4t9hj0eG3idUqYspNsr
/0TCqds2J2f7oCTAkZPeSC0e+hFuJfuTKUQrGO4pHQIV18OShvYHDUftkTOnQBwR
DpdRxdyAXvvZNk=
DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=sourceware.org; h=list-id
:list-unsubscribe:list-subscribe:list-archive:list-post
:list-help:sender:to:subject:from:date:message-id:mime-version
:content-type; s=default; bh=zN3G0pE1ZQmo03VjhPvi2CgMiUs=; b=oPz
OaF8um9QlC2l0bcwRqPQrbiFE7mfO4n1WVBOWJSGCZwxepclroXtc15CS4MwwZ1q
pBLlViQw63qAFMOf+XdX+88hC+ZDDJR14sd4dI5dfap8nmux7jlS2lMTEuEUzgEV
LV9ZW7aEZNFaz5OG25Hh9SbEXuzytfv0AVRaXkeU=
Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm
List-Id: <cygwin.cygwin.com>
List-Subscribe: <mailto:cygwin-subscribe AT cygwin DOT com>
List-Archive: <http://sourceware.org/ml/cygwin/>
List-Post: <mailto:cygwin AT cygwin DOT com>
List-Help: <mailto:cygwin-help AT cygwin DOT com>, <http://sourceware.org/ml/#faqs>
Sender: cygwin-owner AT cygwin DOT com
Mail-Followup-To: cygwin AT cygwin DOT com
Delivered-To: mailing list cygwin AT cygwin DOT com
Authentication-Results: sourceware.org; auth=none
X-Virus-Found: No
X-Spam-SWARE-Status: No, score=-1.5 required=5.0 tests=AWL,BAYES_00,RP_MATCHES_RCVD,SPF_PASS autolearn=ham version=3.3.2
X-HELO: nougat.ucs.ed.ac.uk
To: cygwin AT cygwin DOT com
Subject: Compiling Heimdal
From: ht AT inf DOT ed DOT ac DOT uk (Henry S. Thompson)
Date: Wed, 09 Apr 2014 16:59:42 +0100
Message-ID: <f5b61mize6p.fsf@troutbeck.inf.ed.ac.uk>
User-Agent: Gnus/5.101 (Gnus v5.10.10) XEmacs/21.5-b33 (linux)
MIME-Version: 1.0
X-Edinburgh-Scanned: at nougat.ucs.ed.ac.uk with MIMEDefang 2.60, Sophie, Sophos Anti-Virus, Clam AntiVirus
X-IsSubscribed: yes

Trying to build heimdal to debug other problem.  Installed sources,
installed missing dependency of gettext-devel, hit a previously known
problem (?):

  /usr/local/src/heimdal-1.5.3/heimdal-1.5.3-1/src/heimdal-1.5.3/lib/libedit/src/editline/readline.h:79:29: fatal error: sys/ttydefaults.h: No such file or directory
 #include <sys/ttydefaults.h>

This fixed it, maybe:

***
heimdal-1.5.3-1/src/heimdal-1.5.3/lib/libedit/src/editline/readline.h~
     2012-12-09 22:06:44.000000000 +0000
---
heimdal-1.5.3-1/src/heimdal-1.5.3/lib/libedit/src/editline/readline.h
     2014-04-09 16:47:29.174398900 +0100
***************
*** 75,81 ****

  #ifndef CTRL
  #include <sys/ioctl.h>
! #if !defined(__sun) && !defined(__hpux) && !defined(_AIX)
  #include <sys/ttydefaults.h>
  #endif
  #ifndef CTRL
--- 75,81 ----

  #ifndef CTRL
  #include <sys/ioctl.h>
! #if !defined(__sun) && !defined(__hpux) && !defined(_AIX) &&
!defined(__CYGWIN__)
  #include <sys/ttydefaults.h>
  #endif
  #ifndef CTRL

Next problem:

/usr/local/src/heimdal-1.5.3/heimdal-1.5.3-1/build/lib/sqlite/.libs/libheimsqlite.a(sqlite3.o):
In function `winFullPathname':
/usr/src/debug/heimdal-1.5.3-1/lib/sqlite/sqlite3.c:34367: undefined
reference to `cygwin_conv_to_full_win32_path'

This appears to be a well-known problem -- how did this stuff get
shipped?  How did the heimdal package maintainers manage to build this
with the patches as shipped?  I'm confused.

ht
-- 
       Henry S. Thompson, School of Informatics, University of Edinburgh
      10 Crichton Street, Edinburgh EH8 9AB, SCOTLAND -- (44) 131 650-4440
                Fax: (44) 131 650-4587, e-mail: ht AT inf DOT ed DOT ac DOT uk
                       URL: http://www.ltg.ed.ac.uk/~ht/
 [mail from me _always_ has a .sig like this -- mail without it is forged spam]

--
Problem reports:       http://cygwin.com/problems.html
FAQ:                   http://cygwin.com/faq/
Documentation:         http://cygwin.com/docs.html
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple

- Raw text -


  webmaster     delorie software   privacy  
  Copyright © 2019   by DJ Delorie     Updated Jul 2019