From owner-freebsd-ports-bugs@FreeBSD.ORG Wed Jan 7 15:27:24 2015 Return-Path: Delivered-To: freebsd-ports-bugs@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id B809FFE6 for ; Wed, 7 Jan 2015 15:27:24 +0000 (UTC) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 9E39D1339 for ; Wed, 7 Jan 2015 15:27:24 +0000 (UTC) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.14.9/8.14.9) with ESMTP id t07FROdl010264 for ; Wed, 7 Jan 2015 15:27:24 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: freebsd-ports-bugs@FreeBSD.org Subject: [Bug 196596] print/cups-filters: /usr/bin/ld: cannot find -lcupsimage Date: Wed, 07 Jan 2015 15:27:24 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: new X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Ports & Packages X-Bugzilla-Component: Individual Port(s) X-Bugzilla-Version: Latest X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Only Me X-Bugzilla-Who: walter@lifeforms.nl X-Bugzilla-Status: New X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: freebsd-ports-bugs@FreeBSD.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: maintainer-feedback? X-Bugzilla-Changed-Fields: bug_id short_desc product version rep_platform op_sys bug_status bug_severity priority component assigned_to reporter cc flagtypes.name attachments.created Message-ID: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 07 Jan 2015 15:27:24 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=196596 Bug ID: 196596 Summary: print/cups-filters: /usr/bin/ld: cannot find -lcupsimage Product: Ports & Packages Version: Latest Hardware: Any OS: Any Status: New Severity: Affects Only Me Priority: --- Component: Individual Port(s) Assignee: freebsd-ports-bugs@FreeBSD.org Reporter: walter@lifeforms.nl CC: cyberbotx@cyberbotx.com Flags: maintainer-feedback?(cyberbotx@cyberbotx.com) CC: cyberbotx@cyberbotx.com Created attachment 151463 --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=151463&action=edit patch for print/cups-filters/Makefile Building the print/cups-filters port fails over here, as it depends on cups-image: /usr/local/bin/ld: cannot find -lcupsimage collect2: error: ld returned 1 exit status *** [libcupsfilters.la] Error code 1 Tried manually and with Poudriere. I don't know a whole lot about the CUPS ports, but adding a pertinent LIB_DEPENDS fixes the build problem for me. ===> Building for cups-filters-1.0.61_2 /usr/bin/make all-am CC libcupsfilters_la-attr.lo CC libcupsfilters_la-check.lo CC libcupsfilters_la-cmyk.lo CC libcupsfilters_la-colord.lo CC libcupsfilters_la-colormanager.lo cupsfilters/colormanager.c: In function '_get_colord_profile': cupsfilters/colormanager.c:247:7: warning: passing argument 2 of 'colord_get_profile_for_device_id' from incompatible pointer type [enabled by default] icc_profile = colord_get_profile_for_device_id (printer_id, qualifier); ^ In file included from cupsfilters/colormanager.c:30:0: ./cupsfilters/colord.h:40:9: note: expected 'const char **' but argument is of type 'char **' char *colord_get_profile_for_device_id (const char *device_id, ^ CC libcupsfilters_la-dither.lo CC libcupsfilters_la-image.lo CC libcupsfilters_la-image-bmp.lo CC libcupsfilters_la-image-colorspace.lo CC libcupsfilters_la-image-gif.lo CC libcupsfilters_la-image-jpeg.lo CC libcupsfilters_la-image-photocd.lo CC libcupsfilters_la-image-pix.lo CC libcupsfilters_la-image-png.lo CC libcupsfilters_la-image-pnm.lo CC libcupsfilters_la-image-sgi.lo CC libcupsfilters_la-image-sgilib.lo CC libcupsfilters_la-image-sun.lo CC libcupsfilters_la-image-tiff.lo CC libcupsfilters_la-image-zoom.lo CC libcupsfilters_la-lut.lo CC libcupsfilters_la-pack.lo CC libcupsfilters_la-raster.lo CC libcupsfilters_la-rgb.lo CC libcupsfilters_la-srgb.lo CCLD libcupsfilters.la /usr/local/bin/ld: cannot find -lcupsimage collect2: error: ld returned 1 exit status *** [libcupsfilters.la] Error code 1 Stop in /wrkdirs/usr/ports/print/cups-filters/work/cups-filters-1.0.61. *** [all] Error code 1 Stop in /wrkdirs/usr/ports/print/cups-filters/work/cups-filters-1.0.61. *** [do-build] Error code 1 --- Comment #1 from Bugzilla Automation --- Maintainer CC'd -- You are receiving this mail because: You are the assignee for the bug.