- Posts: 6
- Thank you received: 0
build Version 6.1.5-1 from source code via pwre
- daniel9088
- Topic Author
- Offline
- New Member
-
Less
More
6 days 15 hours ago #253
by daniel9088
build Version 6.1.5-1 from source code via pwre was created by daniel9088
Hi, Claes
build version 6.1.5-1 from source code via pwre.
running pwre build_all_modules, got error:
make: *** [/home/daniel/pwrsrc_6151/src/tools/bld/src/rules.mk:81: /home/daniel/pwrsrc_6151/rls_dbg/os_linux/hw_x86_64/bld/lib/wb/wb_dbms.o] Error 1
F 2025-12-05 21:53:44.00 build-wb, Fatal error, build terminated
what did I do wrong?
/Daniel
build version 6.1.5-1 from source code via pwre.
running pwre build_all_modules, got error:
make: *** [/home/daniel/pwrsrc_6151/src/tools/bld/src/rules.mk:81: /home/daniel/pwrsrc_6151/rls_dbg/os_linux/hw_x86_64/bld/lib/wb/wb_dbms.o] Error 1
F 2025-12-05 21:53:44.00 build-wb, Fatal error, build terminated
what did I do wrong?
/Daniel
Please Log in or Create an account to join the conversation.
5 days 44 minutes ago #254
by claes
Replied by claes on topic build Version 6.1.5-1 from source code via pwre
Hi Daniel,
It's hard to say from the error message what the error is. There probably was some message before that would say some more.
Make sure you have installed this:
on Debian
apt-get install -y libgtk-3-dev doxygen gcc g++ make libasound2-dev \
libdb5.3-dev libdb5.3++-dev openjdk-17-jdk default-libmysqlclient-dev \
libsqlite3-dev libhdf5-openmpi-dev librabbitmq-dev libmosquitto-dev libusb-1.0.0-dev \
librsvg2-dev libtirpc-dev libgstreamer1.0-dev libgstreamer-plugins-base1.0-dev \
libcurl4-openssl-dev libcrypto++8 libssl-dev libpython3-dev \
python3 python3-setuptools libcap-dev xfonts-100dpi
on Ubuntu
apt-get install -y libgtk-3-dev doxygen gcc g++ make libasound2-dev \
libdb5.3-dev libdb5.3++-dev openjdk-11-jdk libmariadb-dev \
libsqlite3-dev libhdf5-openmpi-dev librabbitmq-dev libmosquitto-dev libusb-1.0.0-dev \
librsvg2-dev libgstreamer1.0-dev libgstreamer-plugins-base1.0-dev \
libcurl4-openssl-dev libcrypto++8t64 libssl-dev libpython3-dev libtirpc-dev \
python3 python3-setuptools libcap-dev xfonts-100dpi
Remove the old build tree
> cd $pwre_broot
> rm -r os_linux
Configure, create a new build tree and build again
> pwre configure
> pwre create all
> pwre build all
/Claes
It's hard to say from the error message what the error is. There probably was some message before that would say some more.
Make sure you have installed this:
on Debian
apt-get install -y libgtk-3-dev doxygen gcc g++ make libasound2-dev \
libdb5.3-dev libdb5.3++-dev openjdk-17-jdk default-libmysqlclient-dev \
libsqlite3-dev libhdf5-openmpi-dev librabbitmq-dev libmosquitto-dev libusb-1.0.0-dev \
librsvg2-dev libtirpc-dev libgstreamer1.0-dev libgstreamer-plugins-base1.0-dev \
libcurl4-openssl-dev libcrypto++8 libssl-dev libpython3-dev \
python3 python3-setuptools libcap-dev xfonts-100dpi
on Ubuntu
apt-get install -y libgtk-3-dev doxygen gcc g++ make libasound2-dev \
libdb5.3-dev libdb5.3++-dev openjdk-11-jdk libmariadb-dev \
libsqlite3-dev libhdf5-openmpi-dev librabbitmq-dev libmosquitto-dev libusb-1.0.0-dev \
librsvg2-dev libgstreamer1.0-dev libgstreamer-plugins-base1.0-dev \
libcurl4-openssl-dev libcrypto++8t64 libssl-dev libpython3-dev libtirpc-dev \
python3 python3-setuptools libcap-dev xfonts-100dpi
Remove the old build tree
> cd $pwre_broot
> rm -r os_linux
Configure, create a new build tree and build again
> pwre configure
> pwre create all
> pwre build all
/Claes
Please Log in or Create an account to join the conversation.
Time to create page: 0.681 seconds