Bug 114299 - net/p5-Socket6 didn't compile @current
Summary: net/p5-Socket6 didn't compile @current
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Hajimu UMEMOTO
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-07-04 18:30 UTC by Boris S.
Modified: 2007-07-05 18:30 UTC (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Boris S. 2007-07-04 18:30:09 UTC
Because of the recent deletion of serval netinet6 includefiles in current the net/p5-Socket6 port didnt compile anymore.

===>  Building for p5-Socket6-0.19
cp Socket6.pm blib/lib/Socket6.pm
/usr/local/bin/perl5.8.8 /usr/local/lib/perl5/site_perl/5.8.8/ExtUtils/xsubpp -noprototypes -typemap /usr/local/lib/perl5/5.8.8/ExtUtils/typemap  Socket6.xs > Socket6.xsc && mv Socket6.xsc Socket6.c
cc -c    -O1 -pipe -march=k8 -O -pipe -march=k8    -DVERSION=\"0.19\"  -DXS_VERSION=\"0.19\" -DPIC -fPIC "-I/usr/local/lib/perl5/5.8.8/mach/CORE"   Socket6.c
Socket6.xs:64:30: error: netinet6/ipsec.h: No such file or directory
Socket6.xs: In function 'XS_Socket6_getaddrinfo':
Socket6.xs:668: warning: assignment discards qualifiers from pointer target type
Socket6.xs: In function 'XS_Socket6_gai_strerror':
Socket6.xs:724: warning: assignment discards qualifiers from pointer target type
*** Error code 1

Stop in /pub/FreeBSD/ports/net/p5-Socket6/work/Socket6-0.19.
*** Error code 1

Stop in /pub/FreeBSD/ports/net/p5-Socket6.

How-To-Repeat: - Update to recent current
- make delete-old
- try compiling ports/net/p5-Socket6
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2007-07-04 18:30:22 UTC
Responsible Changed
From-To: freebsd-ports-bugs->ume

Over to maintainer
Comment 2 dfilter service freebsd_committer freebsd_triage 2007-07-05 18:24:46 UTC
ume         2007-07-05 17:24:36 UTC

  FreeBSD ports repository

  Added files:
    net/p5-Socket6/files patch-Socket6.xs 
  Log:
  Make it buildable again on 7-current after KAME IPsec removal.
  Since __FreeBSD_version was not bumped at that time, we use
  nearest version to distinguish it.  Since the macros which
  Socket6 looking for are same with KAME's one, it is enough.
  
  PR:             ports/114299
  
  Revision  Changes    Path
  1.1       +21 -0     ports/net/p5-Socket6/files/patch-Socket6.xs (new)
_______________________________________________
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
Comment 3 Hajimu UMEMOTO freebsd_committer freebsd_triage 2007-07-05 18:25:06 UTC
State Changed
From-To: open->closed

Thank you for the report.  I've just committed the fix.