Re: compiling xfce4 issue
phipo neo <[email protected]>
| Newsgroups | gmane.os.netbsd.ports.sparc64 |
|---|---|
| Organization | Boticiel |
| Message-ID | <[email protected]> |
Hi, I reinstalled the system NetBSD 7.0.2, with pkgsrc2017Q4. it appears at the end of compilation an error that I do not understand: here is my output > fo FLEX= BISON= PKG_CONFIG= > PKG_CONFIG_LIBDIR=/usr/pkgsrc/devel/boost- > libs/work/.buildlink/lib/pkgconfig:/usr/pkgsrc/devel/boost- > libs/work/.buildlink/share/pkgconfig > PKG_CONFIG_LOG=/usr/pkgsrc/devel/boost-libs/work/.pkg-config.log > PKG_CONFIG_PATH= CWRAPPERS_CONFIG_DIR=/usr/pkgsrc/devel/boost- > libs/work/.cwrapper/config /usr/pkg/bin/bjam --without-python -- > without-context --without-coroutine --without-coroutine2 --without- > fiber --builddir=/usr/pkgsrc/devel/boost- > libs/work/boost_1_65_1/build --layout=system --toolset=gcc --disable- > long-double variant=release threading=multi link=shared,static > linkflags=\ \ \ -L/usr/pkg/lib\ -pthread\ -L/usr/lib\ -Wl,-R/usr/lib\ > -Wl,-R/usr/pkg/lib cxxflags=-std=c++11 --prefix=/usr/pkg stage > error: wrong library name 'coroutine2' in the --without-<library> > option. > *** Error code 1 > > Stop. > make[6]: stopped in /usr/pkgsrc/devel/boost-libs > *** Error code 1 > > Stop. > make[5]: stopped in /usr/pkgsrc/devel/boost-libs > *** Error code 1 > > Stop. > make[4]: stopped in /usr/pkgsrc/textproc/source-highlight > *** Error code 1 > > Stop. > make[3]: stopped in /usr/pkgsrc/textproc/gtk-doc > *** Error code 1 > > Stop. > make[2]: stopped in /usr/pkgsrc/print/poppler-glib > *** Error code 1 > > Stop. > make[1]: stopped in /usr/pkgsrc/x11/xfce4-tumbler > *** Error code 1 > > Stop. > make: stopped in /usr/pkgsrc/meta-pkgs/xfce4 > udct-raptor# > On Mon, 2018-02-26 at 19:54 +0100, Martin Husemann wrote: > On Tue, Feb 27, 2018 at 04:51:46PM +0100, phipo neo wrote: > > how do i do to destroy what i compiled in port xfce4, and extract > > pkgsrc2017Q1 because other pkgsrc have were broken > > I think the safest way is something like: > > cd pkgsrc/meta-pkgs/xfce4 > make clean-depends > make cleandir > make > make install > > but it might remove a few more pkgs than actually affected, before > rebuilding > them. > > Martin