Bug 189538 - building net/netatalk fails with cups
Summary: building net/netatalk fails with cups
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: Joe Marcus Clarke
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-05-10 02:50 UTC by TsurutaniNaoki
Modified: 2014-06-08 16:08 UTC (History)
1 user (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description TsurutaniNaoki 2014-05-10 02:50:00 UTC
	building net/netatalk on the host with cups fails.

Fix: 

I have no idea, but this site shows some solution;
	https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=713558
How-To-Repeat: 	% make
	...
	print_cups.c: In function 'cups_printername_ok':
	print_cups.c:134: error: dereferencing pointer to incomplete type
	print_cups.c:135: error: dereferencing pointer to incomplete type
	print_cups.c:167: error: dereferencing pointer to incomplete type
	print_cups.c:169: error: dereferencing pointer to incomplete type
	print_cups.c: In function 'cups_get_printer_status':
	print_cups.c:246: error: dereferencing pointer to incomplete type
	print_cups.c:247: error: dereferencing pointer to incomplete type
	print_cups.c:277: error: dereferencing pointer to incomplete type
	print_cups.c:279: error: dereferencing pointer to incomplete type
	print_cups.c:294: error: dereferencing pointer to incomplete type
	print_cups.c:296: error: dereferencing pointer to incomplete type
	print_cups.c:304: error: dereferencing pointer to incomplete type
	print_cups.c:311: error: dereferencing pointer to incomplete type
	gmake[3]: *** [print_cups.o] Error 1
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2014-05-10 02:50:04 UTC
Responsible Changed
From-To: freebsd-ports-bugs->marcus

Over to maintainer (via the GNATS Auto Assign Tool)
Comment 2 commit-hook freebsd_committer freebsd_triage 2014-06-08 00:06:40 UTC
A commit references this bug:

Author: marcus
Date: Sun Jun  8 00:05:49 UTC 2014
New revision: 356962
URL: http://svnweb.freebsd.org/changeset/ports/356962

Log:
  Add -D_IPP_PRIVATE_STRUCTURES to CPPFLAGS to fix the build with CUPS.

  PR:		189538
  Obtained from:	https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=713558

Changes:
  head/net/netatalk/Makefile
Comment 3 Joe Marcus Clarke freebsd_committer freebsd_triage 2014-06-08 16:08:57 UTC
Fix committed.