Does Debian have any kind of configuration option that can make 'apt upgrade' try
harder to download all packages instead of all except one that for whatever mirror
failure reason fails, and halting the upgrade process because that one file didn't
download? It seems typical here that one package, any package, isn't found on the
trinity mirrors on the first pass, but on second invocation of apt upgrade, that
one package is fetched, and the entire apt upgrade continues to completion.
The latest case was just now, sb on Bullseye:
libkexiv2-3-trinity-14.0.8-0debian11.0.0+0~a_amd64.deb
--
Evolution as taught in public schools is religion, not science.
Team OS/2 ** Reg. Linux User #211409 ** a11y rocks!
Felix Miata *** http://fm.no-ip.com/
---------------------------------------------------------------------
To unsubscribe, e-mail: trinity-devel-unsubscribe(a)lists.pearsoncomputing.net
For additional commands, e-mail: trinity-devel-help(a)lists.pearsoncomputing.net
Read list messages on the web archive: http://trinity-devel.pearsoncomputing.net/
Please remember not to top-post: http://trinity.pearsoncomputing.net/mailing_lists/#top-posting
I've managed to muddle my way through the rest of tdemultimedia (ugly and bizarre
install workarounds notwithstanding), but noatun has been defeating me. Attempting
to compile it generates the following error:
cmake -C /var/tmp/portage/trinity-base/noatun-14.0.8/work/noatun-14.0.8_build/gentoo_common_config.cmake -G Ninja -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_INSTALL_PREFIX=/usr/trinity/14 -DCMAKE_INSTALL_RPATH=/usr/trinity/14 -DBUILD_ARTS=ON -DBUILD_NOATUN=ON -DCMAKE_BUILD_TYPE=Gentoo -DCMAKE_TOOLCHAIN_FILE=/var/tmp/portage/trinity-base/noatun-14.0.8/work/noatun-14.0.8_build/gentoo_toolchain.cmake /var/tmp/portage/trinity-base/noatun-14.0.8/work/tdemultimedia-trinity-14.0.8
[...]
[266/488] : && /usr/bin/x86_64-pc-linux-gnu-g++ -fPIC -mtune=athlon64
-O2 -pipe -DQT_NO_ASCII_CAST -DQT_CLEAN_NAMESPACE -DQT_NO_STL
-DQT_NO_COMPAT -DQT_NO_TRANSLATION -DQT_THREAD_SUPPORT -D_REENTRANT
-I/usr/tqt3/include -I/usr/include/tqt -include tqt.h
-DQT_NO_ASCII_CAST -DQT_CLEAN_NAMESPACE -DQT_NO_STL -DQT_NO_COMPAT
-DQT_NO_TRANSLATION -DQT_THREAD_SUPPORT -D_REENTRANT -include tqt.h
-Wl,-O1 -Wl,--as-needed -Wl,--no-undefined -shared
-Wl,-soname,libnoatunarts.so -o
noatun/library/noatunarts/libnoatunarts.so
noatun/library/noatunarts/CMakeFiles/noatunarts-shared.dir/noatunarts.cc.o
noatun/library/noatunarts/CMakeFiles/noatunarts-shared.dir/fft.c.o
noatun/library/noatunarts/CMakeFiles/noatunarts-shared.dir/Equalizer_impl.cpp.o
noatun/library/noatunarts/CMakeFiles/noatunarts-shared.dir/FFTScopes.cpp.o
noatun/library/noatunarts/CMakeFiles/noatunarts-shared.dir/StereoEffectStack_impl.cpp.o
noatun/library/noatunarts/CMakeFiles/noatunarts-shared.dir/StereoVolumeControl_impl.cpp.o
noatun/library/noatunarts/CMakeFiles/noatunarts-shared.dir/Session_impl.cpp.o
-L/usr/tqt3/lib64 -L/usr/trinity/14/lib64
-Wl,-rpath,/usr/tqt3/lib64:/usr/trinity/14/lib64: -lmpeg-shared
-lasound -laudiofile -lvorbis -lvorbisfile -lmad -lm -lmcop
-lkmedia2_idl -lartsflow -lartsflow_idl -lsoundserver_idl && :
FAILED: noatun/library/noatunarts/libnoatunarts.so
: && /usr/bin/x86_64-pc-linux-gnu-g++ -fPIC -mtune=athlon64 -O2 -pipe
-DQT_NO_ASCII_CAST -DQT_CLEAN_NAMESPACE -DQT_NO_STL -DQT_NO_COMPAT
-DQT_NO_TRANSLATION -DQT_THREAD_SUPPORT -D_REENTRANT
-I/usr/tqt3/include -I/usr/include/tqt -include tqt.h
-DQT_NO_ASCII_CAST -DQT_CLEAN_NAMESPACE -DQT_NO_STL -DQT_NO_COMPAT
-DQT_NO_TRANSLATION -DQT_THREAD_SUPPORT -D_REENTRANT -include tqt.h
-Wl,-O1 -Wl,--as-needed -Wl,--no-undefined -shared
-Wl,-soname,libnoatunarts.so -o
noatun/library/noatunarts/libnoatunarts.so
noatun/library/noatunarts/CMakeFiles/noatunarts-shared.dir/noatunarts.cc.o
noatun/library/noatunarts/CMakeFiles/noatunarts-shared.dir/fft.c.o
noatun/library/noatunarts/CMakeFiles/noatunarts-shared.dir/Equalizer_impl.cpp.o
noatun/library/noatunarts/CMakeFiles/noatunarts-shared.dir/FFTScopes.cpp.o
noatun/library/noatunarts/CMakeFiles/noatunarts-shared.dir/StereoEffectStack_impl.cpp.o
noatun/library/noatunarts/CMakeFiles/noatunarts-shared.dir/StereoVolumeControl_impl.cpp.o
noatun/library/noatunarts/CMakeFiles/noatunarts-shared.dir/Session_impl.cpp.o
-L/usr/tqt3/lib64 -L/usr/trinity/14/lib64
-Wl,-rpath,/usr/tqt3/lib64:/usr/trinity/14/lib64: -lmpeg-shared
-lasound -laudiofile -lvorbis -lvorbisfile -lmad -lm -lmcop
-lkmedia2_idl -lartsflow -lartsflow_idl -lsoundserver_idl && :
/usr/lib/gcc/x86_64-pc-linux-gnu/9.3.0/../../../../x86_64-pc-linux-gnu/bin/ld: cannot find -lmpeg-shared
collect2: error: ld returned 1 exit status
ninja: build stopped: subcommand failed.
I can find no evidence anywhere of where this libmpeg-shared is supposed to come
from. Is there a missing dependency? Do I need to unpack or build an additional
section of the source? Did ninja get something out of order? Or is noatun just not
buildable?
E. Liddell
---------------------------------------------------------------------
To unsubscribe, e-mail: trinity-devel-unsubscribe(a)lists.pearsoncomputing.net
For additional commands, e-mail: trinity-devel-help(a)lists.pearsoncomputing.net
Read list messages on the web archive: http://trinity-devel.pearsoncomputing.net/
Please remember not to top-post: http://trinity.pearsoncomputing.net/mailing_lists/#top-posting
Hi all,
recently there was some work on dcopidl.
I try to compile tdenetwork without recompiling all (tdelibs etc) from
scratch and get following
repo-master/tde/2_build/tdenetwork/obj-x86_64-linux-gnu/kpf/src/WebServerManager_stub.h:14:10:
fatal error: "Defaults.h": No such file or directory
#include <"Defaults.h">
^~~~~~~~~~~~~~
Also if I try make in tdenetwork/obj-x86_64-linux-gnu
repo-master/tde/2_build/tdenetwork/obj-x86_64-linux-gnu/knewsticker/knewsticker_skel.cpp:
In member function 'virtual bool KNewsTicker::process(const TQCString&,
const TQByteArray&, TQCString&, TQByteArray&)':
repo-master/tde/2_build/tdenetwork/obj-x86_64-linux-gnu/knewsticker/knewsticker_skel.cpp:171:3:
error: 'arg0' was not declared in this scope
arg0;
^~~~
repo-master/tde/2_build/tdenetwork/obj-x86_64-linux-gnu/knewsticker/knewsticker_skel.cpp:171:3:
note: suggested alternative: 'margin'
arg0;
^~~~
margin
repo-master/tde/2_build/tdenetwork/obj-x86_64-linux-gnu/knewsticker/knewsticker_skel.cpp:179:3:
error: 'arg0' was not declared in this scope
arg0;
^~~~
I wonder if both has to do with each other, or what could be the cause?
thanks
---------------------------------------------------------------------
To unsubscribe, e-mail: trinity-devel-unsubscribe(a)lists.pearsoncomputing.net
For additional commands, e-mail: trinity-devel-help(a)lists.pearsoncomputing.net
Read list messages on the web archive: http://trinity-devel.pearsoncomputing.net/
Please remember not to top-post: http://trinity.pearsoncomputing.net/mailing_lists/#top-posting
# inxi -S
System: Host: ab85m Kernel: 5.6.14-1-default x86_64 bits: 64 Desktop: Trinity R14.0.8
Distro: openSUSE Tumbleweed 20200615
# KControl -> Appearance & Themes -> GTK Styles and Fonts
"Warning: The GTK2-TQt theme engine is not installed. This means you will not be
able to use your TDE style in TGK2 applications."
#
zypper search tqt | grep -i gtk
...
i+ | trinity-gtk3-tqt-engine | GTK3 theme engine for TDE | package
| trinity-gtk3-tqt-engine-debuginfo | Debug information for package trinity-gtk3-tqt-engine | package
| trinity-gtk3-tqt-engine-debugsource | Debug sources for package trinity-gtk3-tqt-engine | package
...
# zypper --no-refresh se -si | grep 'tem Pac' | grep -v plication
...
i | libjasper4 | package | 2.0.16-3.2 | x86_64 | (System Packages)
...
# zypper rm libjasper4
Reading installed packages...
Resolving package dependencies...
The following 48 packages are going to be REMOVED:
libjasper4 trinity-gtk-qt-engine trinity-gtk3-tqt-engine trinity-gwenview trinity-kappfinder trinity-kate trinity-kcalc trinity-kcontrol trinity-kcpuload trinity-kdesktop trinity-kfind trinity-khelpcenter trinity-kicker trinity-kicker-applets trinity-klipper trinity-kmenuedit trinity-kmix trinity-konqueror trinity-konqueror-nsplugins trinity-konsole trinity-kpager trinity-kpdf trinity-kpersonalizer trinity-kruler trinity-ksensors trinity-ksmserver trinity-ksnapshot trinity-ksplash trinity-ksysguard trinity-ktip trinity-kwrite trinity-libarts-xine trinity-libkateinterfaces trinity-libkcddb trinity-libkipi0 trinity-libkonq trinity-tdebase trinity-tdebase-bin trinity-tdebase-libtqt3-integration trinity-tdebase-tdeio-pim-plugins trinity-tdebase-tdeio-plugins trinity-tdebase-tdeio-smb-plugin trinity-tdelibs trinity-tdemultimedia-tdeio-plugins trinity-tdepasswd trinity-tdeprint trinity-tdm trinity-twin
48 packages to remove.
After the operation, 113.0 MiB will be freed.
Continue? [y/n/v/...? shows all options] (y):
...
1-How can I use GTK2 apps to use TDE styles?
2-How would TDE be able to be installed on a new openSUSE TW installation with this
dependency on a libjasper4 that is not available on current mirrors?
3-Are these two problems related?
--
Evolution as taught in public schools is religion, not science.
Team OS/2 ** Reg. Linux User #211409 ** a11y rocks!
Felix Miata *** http://fm.no-ip.com/
---------------------------------------------------------------------
To unsubscribe, e-mail: trinity-devel-unsubscribe(a)lists.pearsoncomputing.net
For additional commands, e-mail: trinity-devel-help(a)lists.pearsoncomputing.net
Read list messages on the web archive: http://trinity-devel.pearsoncomputing.net/
Please remember not to top-post: http://trinity.pearsoncomputing.net/mailing_lists/#top-posting
What happened to trinity-icons-oxygen? Is TDE using generic oxygen icons since 15.1?
--
Evolution as taught in public schools is religion, not science.
Team OS/2 ** Reg. Linux User #211409 ** a11y rocks!
Felix Miata *** http://fm.no-ip.com/
---------------------------------------------------------------------
To unsubscribe, e-mail: trinity-devel-unsubscribe(a)lists.pearsoncomputing.net
For additional commands, e-mail: trinity-devel-help(a)lists.pearsoncomputing.net
Read list messages on the web archive: http://trinity-devel.pearsoncomputing.net/
Please remember not to top-post: http://trinity.pearsoncomputing.net/mailing_lists/#top-posting
Zypper can't seem to find any 14.0.8 packages 30 days after its release
announcement. All are at 14.0.7. Did 14.0.8 ever get built for openSUSE?
--
Evolution as taught in public schools is religion, not science.
Team OS/2 ** Reg. Linux User #211409 ** a11y rocks!
Felix Miata *** http://fm.no-ip.com/
---------------------------------------------------------------------
To unsubscribe, e-mail: trinity-devel-unsubscribe(a)lists.pearsoncomputing.net
For additional commands, e-mail: trinity-devel-help(a)lists.pearsoncomputing.net
Read list messages on the web archive: http://trinity-devel.pearsoncomputing.net/
Please remember not to top-post: http://trinity.pearsoncomputing.net/mailing_lists/#top-posting
Hi devs,
as we have improved the dbusxml2qt3 significantly, I am trying it out in
real life implementation, but I have one question I can not find an answer.
I hope you can help here. The question is how generated header files can be
installed. I looked at tdelibs/tdehw, but the generated header files are
not being installed.
I am thinking that if a dev library is provided then all the relevant header
files for this library should also be available. Now the problem is that it
generates the files in some build directory, which I can not access with
INSTALL or FILE or whatever I found recently on the net and tested.
Thank in advance
---------------------------------------------------------------------
To unsubscribe, e-mail: trinity-devel-unsubscribe(a)lists.pearsoncomputing.net
For additional commands, e-mail: trinity-devel-help(a)lists.pearsoncomputing.net
Read list messages on the web archive: http://trinity-devel.pearsoncomputing.net/
Please remember not to top-post: http://trinity.pearsoncomputing.net/mailing_lists/#top-posting
Hi Slavek,
you helped solving similar situation in tdelibs, perhaps you have some other
great idea for following
When building amarok with -j4 it failed because not able to find
amarokconfig.cpp (AFAIR)
Could be there some cmake magic you can apply?
regards
---------------------------------------------------------------------
To unsubscribe, e-mail: trinity-devel-unsubscribe(a)lists.pearsoncomputing.net
For additional commands, e-mail: trinity-devel-help(a)lists.pearsoncomputing.net
Read list messages on the web archive: http://trinity-devel.pearsoncomputing.net/
Please remember not to top-post: http://trinity.pearsoncomputing.net/mailing_lists/#top-posting