Bug 146886 - www/mod_extract_forwarded build problem
Summary: www/mod_extract_forwarded build problem
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: Jun Kuriyama
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-05-23 23:07 UTC by Yurij
Modified: 2010-12-06 12:20 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 Yurij 2010-05-23 23:07:01 UTC
[root@___ /usr/ports/www/mod_extract_forwarded]# make install


===>  Vulnerability check disabled, database not found
===>  Extracting for ap22-mod_extract_forwarded-2.0.2
=> MD5 Checksum OK for extract_forwarded-2.0.2.tar.gz.
=> SHA256 Checksum OK for extract_forwarded-2.0.2.tar.gz.
===>  Patching for ap22-mod_extract_forwarded-2.0.2
===>   ap22-mod_extract_forwarded-2.0.2 depends on file: /usr/local/sbin/apxs - found
===>  Configuring for ap22-mod_extract_forwarded-2.0.2
===>  Building for ap22-mod_extract_forwarded-2.0.2
===>  Generating apache plist
/usr/local/share/apr/build-1/libtool --silent --mode=compile cc -prefer-pic -O2 -pipe -I/usr/include -fno-strict-aliasing   -g -I/usr/local/include -I/usr/local/include/apache22  -I/usr/local/include/apr-1   -I/usr/local/include/apr-1 -I/usr/local/include -I/usr/local/include/db42  -c -o mod_extract_forwarded.lo mod_extract_forwarded.c && touch mod_extract_forwarded.slo
mod_extract_forwarded.c: In function 'get_remote_in_addr':
mod_extract_forwarded.c:428: error: 'union <anonymous>' has no member named 'sin6'
mod_extract_forwarded.c:428: error: 'union <anonymous>' has no member named 'sin6'
mod_extract_forwarded.c:428: error: 'union <anonymous>' has no member named 'sin6'
mod_extract_forwarded.c: In function 'mef_register_hooks':
mod_extract_forwarded.c:1006: warning: passing argument 1 of 'proxy_hook_scheme_handler' from incompatible pointer type
apxs:Error: Command failed with rc=65536
Comment 1 Mark Linimon freebsd_committer freebsd_triage 2010-05-23 23:15:01 UTC
Responsible Changed
From-To: freebsd-www->freebsd-ports-bugs

ports PR.
Comment 2 Philip M. Gollucci freebsd_committer freebsd_triage 2010-05-24 01:36:07 UTC
Responsible Changed
From-To: freebsd-ports-bugs->kuriyama

Over to maintainer.
Comment 3 dfilter service freebsd_committer freebsd_triage 2010-12-06 06:34:06 UTC
kuriyama    2010-12-06 06:34:02 UTC

  FreeBSD ports repository

  Modified files:
    www/mod_extract_forwarded Makefile 
  Log:
  Fix build for "union <anonymous>' has no member named 'sin6'" error.
  
  PR:             ports/146886
  Reported by:    Yurij <ilesikz@gmail.com>
  
  Revision  Changes    Path
  1.15      +3 -2      ports/www/mod_extract_forwarded/Makefile
_______________________________________________
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 4 Jun Kuriyama freebsd_committer freebsd_triage 2010-12-06 06:34:13 UTC
State Changed
From-To: open->closed

Fixed, thanks!
Comment 5 dfilter service freebsd_committer freebsd_triage 2010-12-06 12:16:40 UTC
kuriyama    2010-12-06 12:16:35 UTC

  FreeBSD ports repository

  Modified files:
    www/mod_extract_forwarded Makefile 
  Added files:
    www/mod_extract_forwarded/files patch-mod_extract_forwarded.c 
  Log:
  Forced commit (forgot to add patch):
  
  Fix build for "union <anonymous>' has no member named 'sin6'" error.
  
  PR:             ports/146886
  Reported by:    Yurij <ilesikz@gmail.com>
  
  Revision  Changes    Path
  1.16      +1 -1      ports/www/mod_extract_forwarded/Makefile
  1.1       +11 -0     ports/www/mod_extract_forwarded/files/patch-mod_extract_forwarded.c (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"