Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 58186

Summary: pine fails to compile (two problems that can be fixed)
Product: Gentoo Linux Reporter: Alexander Plank (RETIRED) <alexander>
Component: New packagesAssignee: osx porters <osx>
Status: VERIFIED FIXED    
Severity: normal    
Priority: High    
Version: unspecified   
Hardware: PPC   
OS: Linux   
URL: http://www.macosxhints.com/comment.php?mode=display&sid=2003102523435492&title=10.3%3A+Using+UW+IMAP+and+SSL&type=&order=&pid=31590
Whiteboard:
Package list:
Runtime testing required: ---

Description Alexander Plank (RETIRED) gentoo-dev 2004-07-24 07:43:05 UTC
First thing: 
Bootstrap should create a symlink for pam so there won't be pam errors:
cd /usr/include/ 
sudo ln -s pam security

2nd thing:
In file included from osdep.c:46:
tz_sv4.c: In function `rfc822_timezone':
tz_sv4.c:30: error: `daylight' undeclared (first use in this function)
tz_sv4.c:30: error: (Each undeclared identifier is reported only once
tz_sv4.c:30: error: for each function it appears in.)
make[3]: *** [osdep.o] Error 1
make[2]: *** [lnp] Error 2
make[1]: *** [OSTYPE] Error 2
make: *** [lnp] Error 2

It needs to know that darwin is like bsd in that it lacks linux's int tm_isdst; field. For more info see the struct tm in man 3 gmtime.

Reproducible: Always
Steps to Reproduce:
1. emerge pine on osx
Comment 1 Hasan Khalil (RETIRED) gentoo-dev 2004-08-11 21:01:16 UTC
Concerning the alias from /usr/include/security to /usr/include/pam -
should this be a default alias, perhaps provided by the installer?

I really don't know much about this... Anyone have any ideas?
Comment 2 Hasan Khalil (RETIRED) gentoo-dev 2004-10-02 03:43:04 UTC
Anyone know the status on this? Pine is keyworded ppc-macos...
Comment 3 Alexander Plank (RETIRED) gentoo-dev 2004-10-25 16:05:38 UTC
It doesn't seem to be fixed. I don't know why it is keyworded ppc-macos. 

`cat CCTYPE` -c `cat CFLAGS` `cat OSCFLAGS` -c osdep.c
osdep.c:35:20: shadow.h: No such file or directory
In file included from osdep.c:46:
tz_sv4.c: In function `rfc822_timezone':
tz_sv4.c:30: error: `daylight' undeclared (first use in this function)
tz_sv4.c:30: error: (Each undeclared identifier is reported only once
tz_sv4.c:30: error: for each function it appears in.)
osdep.c: In function `checkpw':
osdep.c:113: warning: assignment makes pointer from integer without a cast
osdep.c:113: error: dereferencing pointer to incomplete type
osdep.c:114: error: dereferencing pointer to incomplete type
osdep.c:114: error: dereferencing pointer to incomplete type
osdep.c:115: error: dereferencing pointer to incomplete type
osdep.c:115: error: dereferencing pointer to incomplete type
osdep.c:116: error: dereferencing pointer to incomplete type
osdep.c:116: error: dereferencing pointer to incomplete type
osdep.c:117: error: dereferencing pointer to incomplete type
osdep.c:117: error: dereferencing pointer to incomplete type
osdep.c:117: error: dereferencing pointer to incomplete type
osdep.c:118: error: dereferencing pointer to incomplete type
osdep.c:118: error: dereferencing pointer to incomplete type
osdep.c:119: error: dereferencing pointer to incomplete type
osdep.c:119: error: dereferencing pointer to incomplete type
osdep.c:120: error: dereferencing pointer to incomplete type
osdep.c:120: error: dereferencing pointer to incomplete type
osdep.c:120: error: dereferencing pointer to incomplete type
osdep.c:127: error: dereferencing pointer to incomplete type
osdep.c:127: error: dereferencing pointer to incomplete type
make[3]: *** [osdep.o] Error 1
make[2]: *** [slx] Error 2
make[1]: *** [OSTYPE] Error 2
make: *** [slx] Error 2
+---------------------------------------------+
| Problems building c-client                  |
|                                             |
| Please check the output above for a         |
| possible explanation for this failure       |
+---------------------------------------------+


!!! ERROR: mail-client/pine-4.61-r2 failed.
!!! Function src_compile, Line 120, Exitcode 2
!!! compile problem
Comment 4 Hasan Khalil (RETIRED) gentoo-dev 2005-01-22 14:00:52 UTC
Already keyworded. Reopen if still a problem (gosh I hope not).
Comment 5 Hasan Khalil (RETIRED) gentoo-dev 2005-02-06 13:33:02 UTC
Closing out bugs that've been resolved for a while now...