From owner-freebsd-current@FreeBSD.ORG Sat Sep 28 14:23:15 2013 Return-Path: Delivered-To: current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 5F2EFB59 for ; Sat, 28 Sep 2013 14:23:15 +0000 (UTC) (envelope-from vsityz@gmail.com) Received: from mail-lb0-x231.google.com (mail-lb0-x231.google.com [IPv6:2a00:1450:4010:c04::231]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id DFF5F2EAC for ; Sat, 28 Sep 2013 14:23:14 +0000 (UTC) Received: by mail-lb0-f177.google.com with SMTP id w7so3064750lbi.8 for ; Sat, 28 Sep 2013 07:23:12 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=message-id:disposition-notification-to:date:from:user-agent :mime-version:to:subject:content-type:content-transfer-encoding; bh=Gt7kq+06r8f3sObrK23guIHhhoo7XYAOwoHvmB11uxU=; b=tx1P5C9JTlk6lTbsPcfdQ8JGTebPLK7rAzpsk2X/FLcnC8Sqy7Rz1dHvWQNUS0fyJ1 O+j2XYDIj4FdGQrX0JpqLM0VWvldDub0jb/y1IhsDvfsjwzsjaOZgHG2svlzeeUJO6Cz d5fPnf0QkbblUa6eWB7hbZ4Lu7LcXG2FY1tBaqqySgxRJgFz4UWFXXRXdk8+mEoPiatz 5AnnnemGR2pgX90qSFpjHy03cOAxnC8v0F99W+lar427Nw40nVnaHBqEkaWD7cj6qQCH gw0PZyra7j5r/HKRlPu00969L3rfmtmBHyJacx0YLVci1hq9H2D8oma0Ak9w4kN719M1 X6qQ== X-Received: by 10.112.158.225 with SMTP id wx1mr832398lbb.37.1380378192833; Sat, 28 Sep 2013 07:23:12 -0700 (PDT) Received: from scorpion.kiev.ua ([130.185.28.132]) by mx.google.com with ESMTPSA id b1sm10760487lah.6.1969.12.31.16.00.00 (version=TLSv1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Sat, 28 Sep 2013 07:23:11 -0700 (PDT) Message-ID: <5246E64C.3080204@gmail.com> Date: Sat, 28 Sep 2013 17:23:08 +0300 From: Alexander Panyushkin User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:24.0) Gecko/20100101 Thunderbird/24.0 MIME-Version: 1.0 To: current@freebsd.org Subject: graphics/poppler-glib not build Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 8bit X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 28 Sep 2013 14:23:15 -0000 Hi all After upgrade ports graphics/poppler-glib not build anymore. pkg_info -R poppler-glib-0.22.2 [...] Required by: gimp-app-2.8.6_1,1 py27-gimp-app-2.8.6 evince-2.32.0_11 epdfview-0.1.8_4 ===> Building for poppler-glib-0.22.2 gmake[1]: Вход в каталог `/usr/ports/graphics/poppler-glib/work/poppler-0.22.2/poppler' CXX CairoFontEngine.lo In file included from CairoFontEngine.cc:39: ./CairoFontEngine.h:98:11: warning: private field 'doc' is not used [-Wunused-private-field] PDFDoc *doc; ^ 1 warning generated. CXX CairoOutputDev.lo CairoOutputDev.cc:1626:29: warning: cast from 'unsigned char *' to 'uint32_t *' (aka 'unsigned int *') increases required alignment from 1 to 4 [-Wcast-align] uint32_t *source_data = (uint32_t*)cairo_image_surface_get_data(source); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ CairoOutputDev.cc:2386:12: warning: cast from 'unsigned char *' to 'unsigned int *' increases required alignment from 1 to 4 [-Wcast-align] dest = (unsigned int *) (buffer + y * row_stride); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ CairoOutputDev.cc:2536:12: warning: cast from 'unsigned char *' to 'unsigned int *' increases required alignment from 1 to 4 [-Wcast-align] dest = (unsigned int *) (buffer + y * row_stride); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ CairoOutputDev.cc:2765:26: warning: cast from 'unsigned char *' to 'uint32_t *' (aka 'unsigned int *') increases required alignment from 1 to 4 [-Wcast-align] uint32_t *dest = (uint32_t *) (buffer + y * stride); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 4 warnings generated. CXX CairoRescaleBox.lo CairoRescaleBox.cc:283:10: warning: cast from 'unsigned char *' to 'unsigned int *' increases required alignment from 1 to 4 [-Wcast-align] dest = (unsigned int *)cairo_image_surface_get_data (dest_surface); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 1 warning generated. CXXLD libpoppler-cairo.la gmake[1]: Выход из каталога `/usr/ports/graphics/poppler-glib/work/poppler-0.22.2/poppler' gmake[1]: Вход в каталог `/usr/ports/graphics/poppler-glib/work/poppler-0.22.2/glib' GEN stamp-poppler-enums.h gmake all-recursive gmake[2]: Вход в каталог `/usr/ports/graphics/poppler-glib/work/poppler-0.22.2/glib' Making all in . gmake[3]: Вход в каталог `/usr/ports/graphics/poppler-glib/work/poppler-0.22.2/glib' CC poppler-enums.lo CXX poppler-action.lo CXX poppler-date.lo CXX poppler-document.lo CXX poppler-page.lo CXX poppler-attachment.lo poppler-attachment.cc:123:65: warning: cast from 'GTime *' (aka 'int *') to 'time_t *' (aka 'long *') increases required alignment from 4 to 8 [-Wcast-align] _poppler_convert_pdf_date_to_gtime (embFile->createDate (), (time_t *)&attachment->ctime); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ poppler-attachment.cc:125:62: warning: cast from 'GTime *' (aka 'int *') to 'time_t *' (aka 'long *') increases required alignment from 4 to 8 [-Wcast-align] _poppler_convert_pdf_date_to_gtime (embFile->modDate (), (time_t *)&attachment->mtime); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2 warnings generated. CXX poppler-form-field.lo CXX poppler-annot.lo CXX poppler-layer.lo CXX poppler-media.lo CXX poppler-movie.lo CXX poppler-cached-file-loader.lo CXX poppler-input-stream.lo CXX poppler.lo CXXLD libpoppler-glib.la c++: warning: argument unused during compilation: '-pthread' c++: warning: argument unused during compilation: '-pthread' c++: warning: argument unused during compilation: '-pthread' c++: warning: argument unused during compilation: '-pthread' /usr/bin/ld: cannot find -lstdc++ c++: error: linker command failed with exit code 1 (use -v to see invocation) gmake[3]: *** [libpoppler-glib.la] Error 1