DaemonForums  

Go Back   DaemonForums > NetBSD > NetBSD Package System (pkgsrc)

NetBSD Package System (pkgsrc) Installation and upgrading of packages on NetBSD.

 
 
Thread Tools Display Modes
Prev Previous Post   Next Post Next
  #1   (View Single Post)  
Old 1st June 2016
philo_neo71 philo_neo71 is offline
Spam Deminer
 
Join Date: Jul 2009
Posts: 278
Default libreoffice issue

Hi,
like back thread, i've Raspberry PI3, NetBSD 7.0 and pkgsrc-2016Q1.
when i want to compile /usr/pkgsrc/misc/libreoffice i have issue !
this is my output :
Code:
ipptool.c: In function 'do_tests':
ipptool.c:872:43: warning: conversion to 'int' from '__uint32_t' may change the sign of the result [-Wsign-conversion]
   request_id = (CUPS_RAND() % 1000) * 137 + 1;
                                           ^
ipptool.c:1393:46: warning: conversion to 'int' from '__uint32_t' may change the sign of the result [-Wsign-conversion]
      request_id = (CUPS_RAND() % 1000) * 137 + 1;
                                              ^
libtool: compile:  gcc -Wall -Wno-format-y2k -Wunused -fPIC -Os -g -fstack-protector -Wno-unused-result -Wsign-conversion -Wno-tautological-compare -I.. -D_CUPS_SOURCE -I/usr/pkgsrc/print/cups/work.earmv6hf/.buildlink/include -DPNG_NO_ASSEMBLER_CODE -I/usr/include/krb5 -O2 -I/usr/pkgsrc/print/cups/work.earmv6hf/.buildlink/include/libusb-1.0 -I/usr/pkgsrc/print/cups/work.earmv6hf/.buildlink/include/dbus-1.0 -I/usr/pkgsrc/print/cups/work.earmv6hf/.buildlink/lib/dbus-1.0/include -DDBUS_API_SUBJECT_TO_CHANGE -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_THREAD_SAFE -D_REENTRANT -c ippserver.c -o ippserver.o >/dev/null 2>&1
ipptool.c: At top level:
cc1: warning: unrecognized command line option "-Wno-tautological-compare" [enabled by default]
libtool: compile:  gcc -Wall -Wno-format-y2k -Wunused -fPIC -Os -g -fstack-protector -Wno-unused-result -Wsign-conversion -Wno-tautological-compare -I.. -D_CUPS_SOURCE -I/usr/pkgsrc/print/cups/work.earmv6hf/.buildlink/include -DPNG_NO_ASSEMBLER_CODE -I/usr/include/krb5 -O2 -I/usr/pkgsrc/print/cups/work.earmv6hf/.buildlink/include/libusb-1.0 -I/usr/pkgsrc/print/cups/work.earmv6hf/.buildlink/include/dbus-1.0 -I/usr/pkgsrc/print/cups/work.earmv6hf/.buildlink/lib/dbus-1.0/include -DDBUS_API_SUBJECT_TO_CHANGE -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_THREAD_SAFE -D_REENTRANT -c ipptool.c -o ipptool.o >/dev/null 2>&1
Linking ippserver...
libtool: link: gcc -Wl,-R/usr/pkg/lib -fPIE -pie -Wall -Wno-format-y2k -Wunused -fPIC -Os -g -fstack-protector -Wno-unused-result -Wsign-conversion -Wno-tautological-compare -o ippserver ippserver.o  -L../cgi-bin -L../cups -L../filter -L../ppdc -L../scheduler -L/usr/pkgsrc/print/cups/work.earmv6hf/.buildlink/lib ../cups/libcups.a -lgssapi_krb5 -lkrb5 -lk5crypto -lcom_err -ldns_sd -lpthread -lm -lcrypt -lz
ld: cannot find -lgssapi_krb5
ld: cannot find -lk5crypto
Makefile:232: recipe for target 'ippserver' failed
gmake[1]: *** [ippserver] Error 1
gmake[1]: *** Waiting for unfinished jobs....
Makefile:31: recipe for target 'all' failed
gmake: *** [all] Error 1
*** Error code 2

Stop.
make[7]: stopped in /usr/pkgsrc/print/cups
*** Error code 1

Stop.
make[6]: stopped in /usr/pkgsrc/print/cups
*** Error code 1

Stop.
make[5]: stopped in /usr/pkgsrc/print/cups
*** Error code 1

Stop.
make[4]: stopped in /usr/pkgsrc/lang/openjdk8
*** Error code 1

Stop.
make[3]: stopped in /usr/pkgsrc/lang/openjdk8
*** Error code 1

Stop.
make[2]: stopped in /usr/pkgsrc/devel/apache-ant
*** Error code 1

Stop.
make[1]: stopped in /usr/pkgsrc/devel/apache-ant
*** Error code 1

Stop.
make: stopped in /usr/pkgsrc/misc/libreoffice
mdc-alpha#


I try to add pkgin in -lgssapi_krb5 and lk5crypto but nothing at all !

can i to do to get arround this issue ?

Regards
philo
Reply With Quote
 


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
LibreOffice 4.1 release J65nko News 0 25th July 2013 11:37 PM
LibreOffice 3.3.2 RC1 arrives J65nko News 0 11th March 2011 10:50 PM
LibreOffice RC2 now available J65nko News 0 28th December 2010 12:46 AM
LibreOffice RC1 arrives J65nko News 0 7th December 2010 12:54 AM
OpenOffice.org out; LibreOffice in TerryP News 0 1st November 2010 09:58 PM


All times are GMT. The time now is 11:40 PM.


Powered by vBulletin® Version 3.8.4
Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Content copyright © 2007-2010, the authors
Daemon image copyright ©1988, Marshall Kirk McKusick