Re: archivers/libarchive fails to build

2017-03-19 Thread Walter Schwarzenfeld
I looked with pkg_libchk and portmaster --check-depends, but forgot pkg 
check -d. Pkg check -d states some ports/packages missing liblzma.so.1 
after I removed

lzmalib. I had to recompile this ports. This fixed this issue.

Corrected in the PR.
___
freebsd-ports@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to "freebsd-ports-unsubscr...@freebsd.org"


Re: archivers/libarchive fails to build

2017-03-07 Thread Dag-Erling Smørgrav
Walter Schwarzenfeld  writes:
> https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=217244
>
> (But if it will removend, half of the repo on the servers had to be
> recompiled. Cause if lzmalib is installed other ports grap it, if the
> needed or not).

Poudriere builds each port in a clean environment which contains only
those packages that the port explicitly requires, so that is not an
issue.  I am unable to reproduce the qt5-webkit issue that you mention
in the PR on 10.3 or 11.0.

DES
-- 
Dag-Erling Smørgrav - d...@des.no
___
freebsd-ports@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to "freebsd-ports-unsubscr...@freebsd.org"

Re: archivers/libarchive fails to build

2017-03-05 Thread Walter Schwarzenfeld

https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=217244

(But if it will removend, half of the repo on the servers had to be 
recompiled. Cause if lzmalib is installed

other ports grap it, if the needed or not).
___
freebsd-ports@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to "freebsd-ports-unsubscr...@freebsd.org"


Re: archivers/libarchive fails to build

2017-03-05 Thread John
Hi,

On Mon, 6 Mar 2017, at 00:12, Walter Schwarzenfeld wrote:
> The old problem
> Either you deinstall lzmalib
> or
> add to the Makefile
> 
> .if ${OSVERSION} < 100
> CFLAGS+="-I${LOCALBASE}/include"
> CPPFLAGS+=  "-I${LOCALBASE}/include"
> LDFLAGS+=   "-L${LOCALBASE}/lib"
> .endif
> 
> https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=209437

Many thanks, that fixed it. Surprised it's still not fixed 10 months
after the bug was reported, though. I changed the makefile as lzmalib is
required on this machine.
-- 
J.
___
freebsd-ports@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to "freebsd-ports-unsubscr...@freebsd.org"


Re: archivers/libarchive fails to build

2017-03-05 Thread Walter Schwarzenfeld

Sorry was not exacht
you have to wrap

CFLAGS+="-I${LOCALBASE}/include"
CPPFLAGS+=  "-I${LOCALBASE}/include"
LDFLAGS+=   "-L${LOCALBASE}/lib"

in the condition
or you delete these three lines from the makefile.
___
freebsd-ports@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to "freebsd-ports-unsubscr...@freebsd.org"


Re: archivers/libarchive fails to build

2017-03-05 Thread Walter Schwarzenfeld

The old problem
Either you deinstall lzmalib
or
add to the Makefile

.if ${OSVERSION} < 100
CFLAGS+="-I${LOCALBASE}/include"
CPPFLAGS+=  "-I${LOCALBASE}/include"
LDFLAGS+=   "-L${LOCALBASE}/lib"
.endif

https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=209437
___
freebsd-ports@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to "freebsd-ports-unsubscr...@freebsd.org"


archivers/libarchive fails to build

2017-03-05 Thread John
Hello ports@

archivers/libarchive fails to build on 11.1-RELEASE-p8 and ports tree is
435506

===>  Building for libarchive-3.2.2,1
/usr/bin/make  all-am
/bin/sh ./libtool  --tag=CC--mode=link cc  -O2 -pipe 
-I/usr/local/include -DLIBICONV_PLUG -fstack-protector
-fno-strict-aliasing -Wall -Wformat -Wformat-security  -static
-L/usr/local/lib  -fstack-protector -o bsdtar tar/bsdtar-bsdtar.o 
tar/bsdtar-cmdline.o tar/bsdtar-creation_set.o  tar/bsdtar-read.o
tar/bsdtar-subst.o  tar/bsdtar-util.o tar/bsdtar-write.o   libarchive.la
libarchive_fe.la  -lcrypto -lcrypto -lexpat -llzo2 -llz4 -lbz2 -lz
libtool: link: cc -O2 -pipe -I/usr/local/include -DLIBICONV_PLUG
-fstack-protector -fno-strict-aliasing -Wall -Wformat -Wformat-security
-fstack-protector -o bsdtar tar/bsdtar-bsdtar.o tar/bsdtar-cmdline.o
tar/bsdtar-creation_set.o tar/bsdtar-read.o tar/bsdtar-subst.o
tar/bsdtar-util.o tar/bsdtar-write.o  -L/usr/local/lib
./.libs/libarchive.a ./.libs/libarchive_fe.a -lcrypto -lexpat -llzo2
-llz4 -lbz2 -lz
./.libs/libarchive.a(archive_write_add_filter_xz.o): In function
`archive_compressor_xz_open':
libarchive/archive_write_add_filter_xz.c:(.text+0x400): undefined
reference to `lzma_lzma_preset'
libarchive/archive_write_add_filter_xz.c:(.text+0x492): undefined
reference to `lzma_stream_encoder'
libarchive/archive_write_add_filter_xz.c:(.text+0x4a3): undefined
reference to `lzma_alone_encoder'
libarchive/archive_write_add_filter_xz.c:(.text+0x65a): undefined
reference to `lzma_raw_encoder'
./.libs/libarchive.a(archive_write_add_filter_xz.o): In function
`archive_compressor_xz_close':
libarchive/archive_write_add_filter_xz.c:(.text+0x7f6): undefined
reference to `lzma_end'
./.libs/libarchive.a(archive_write_add_filter_xz.o): In function
`archive_compressor_xz_write':
libarchive/archive_write_add_filter_xz.c:(.text+0x963): undefined
reference to `lzma_crc32'
./.libs/libarchive.a(archive_write_add_filter_xz.o): In function
`drive_compressor':
libarchive/archive_write_add_filter_xz.c:(.text+0xa18): undefined
reference to `lzma_code'
libarchive/archive_write_add_filter_xz.c:(.text+0xa44): undefined
reference to `lzma_memusage'
./.libs/libarchive.a(archive_write_set_format_7zip.o): In function
`compression_init_encoder_lzma':
libarchive/archive_write_set_format_7zip.c:(.text+0x1db3): undefined
reference to `lzma_lzma_preset'
libarchive/archive_write_set_format_7zip.c:(.text+0x1e1d): undefined
reference to `lzma_properties_size'
libarchive/archive_write_set_format_7zip.c:(.text+0x1e81): undefined
reference to `lzma_properties_encode'
libarchive/archive_write_set_format_7zip.c:(.text+0x1ee1): undefined
reference to `lzma_raw_encoder'
./.libs/libarchive.a(archive_write_set_format_7zip.o): In function
`compression_code_lzma':
libarchive/archive_write_set_format_7zip.c:(.text+0x1fd1): undefined
reference to `lzma_code'
libarchive/archive_write_set_format_7zip.c:(.text+0x2013): undefined
reference to `lzma_memusage'
./.libs/libarchive.a(archive_write_set_format_7zip.o): In function
`compression_end_lzma':
libarchive/archive_write_set_format_7zip.c:(.text+0x2072): undefined
reference to `lzma_end'
./.libs/libarchive.a(archive_read_support_format_7zip.o): In function
`archive_read_format_7zip_cleanup':
libarchive/archive_read_support_format_7zip.c:(.text+0x2145): undefined
reference to `lzma_end'
./.libs/libarchive.a(archive_read_support_format_7zip.o): In function
`extract_pack_stream':
libarchive/archive_read_support_format_7zip.c:(.text+0x34eb): undefined
reference to `lzma_code'
libarchive/archive_read_support_format_7zip.c:(.text+0x3503): undefined
reference to `lzma_end'
./.libs/libarchive.a(archive_read_support_format_7zip.o): In function
`init_decompression':
libarchive/archive_read_support_format_7zip.c:(.text+0x5d0e): undefined
reference to `lzma_end'
libarchive/archive_read_support_format_7zip.c:(.text+0x612c): undefined
reference to `lzma_properties_decode'
libarchive/archive_read_support_format_7zip.c:(.text+0x6162): undefined
reference to `lzma_raw_decoder'
cc: error: linker command failed with exit code 1 (use -v to see
invocation)
*** Error code 1

Stop.
make[3]: stopped in
/usr/ports/archivers/libarchive/work/libarchive-3.2.2
*** Error code 1

Stop.
make[2]: stopped in
/usr/ports/archivers/libarchive/work/libarchive-3.2.2
*** Error code 1

Stop.
make[1]: stopped in /usr/ports/archivers/libarchive
*** Error code 1

Stop.
make: stopped in /usr/ports/archivers/libarchive

thanks,
-- 
J.
___
freebsd-ports@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to "freebsd-ports-unsubscr...@freebsd.org"