On Wed, Feb 20, 2019 at 7:40 PM Roger Koehler <[email protected]> wrote:
>
> On Mon, Feb 18, 2019 at 12:41 PM Bruce Dubbs via blfs-dev
> <[email protected]> wrote:
> >
> > On 2/18/19 12:46 PM, Roger Koehler via blfs-dev wrote:
> > > I built a new SysV system from scratch using jhalfs with the latest svn
> > > release, and I am still unable to build Qt. I'm surprised that no one
> > > else has run into this issue (see my recent posts on this list).
> > >
> > > I have used all of the recommended and required dependencies and only
> > > minor edits to the scripts generated by jhalfs so as not to need doxygen
> > > or texlive or, in the case of highlight, qt.
> >
> > It might help to see the script you actually used.  I built qt over the
> > weekend with no problems.  I used:
> >
> > VERSION=5.12.1
> >
> > export QT5PREFIX=/opt/qt5
> > sudo rm -rf /opt/qt-$VERSION $QT5PREFIX
> > sudo mkdir -p $QT5PREFIX
> >
> >
> > find . -name "*.pr[io]" | xargs sed -i 's/python/&3/' &&
> >
> >      ./configure -prefix $QT5PREFIX   \
> >                  -sysconfdir /etc/xdg \
> >                  -confirm-license     \
> >                  -opensource          \
> >                  -dbus-linked         \
> >                  -openssl-linked      \
> >                  -system-harfbuzz     \
> >                  -system-sqlite       \
> >                  -nomake examples     \
> >                  -no-rpath            \
> >                  -skip qtwebengine    &&
> >
> > make -j4 &&
> >
> > $SUDO make install              &&
> >
> > $SUDO find $QT5PREFIX/ -name \*.prl \
> >        -exec sed -i -e '/^QMAKE_PRL_BUILD_DIR/d;' {} \; &&
> >
> > $SUDO mv $QT5PREFIX /opt/qt-$VERSION &&
> > $SUDO ln -svfn qt-$VERSION /opt/qt5
> >
>
> > After it stops, build again at -j1 so you can find where the build
> > errors out.  We need to see that to help.
> >
> > Let me note that that the space required is very large.  Make sure you
> > are not running out of disk space or, less likely, memory.
>
> Bruce,
>
> I used your script only with make -j1. Same problem. I copied the log
> output where the error occurred in the attached file.

Sorry, I attached the wrong file. That was the script that I ran.
Here's the log.

Attachment: qt.log
Description: Binary data

-- 
http://lists.linuxfromscratch.org/listinfo/blfs-dev
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page

Reply via email to