Forums

Skip to content

Advanced search
  • Quick links
    • Unanswered topics
    • Active topics
    • Search
  • FAQ
  • Login
  • Register
  • Board index Assistance Unsupported Software
  • Search

[kde-testing] and [kde-crazy] KDE4 overlays thread (part 3)

This forum covers all Gentoo-related software not officially supported by Gentoo. Ebuilds/software posted here might harm the health and stability of your system(s), and are not supported by Gentoo developers. Bugs/errors caused by ebuilds from overlays.gentoo.org are covered by this forum, too.
Locked
Advanced search
994 posts
  • Page 24 of 40
    • Jump to page:
  • Previous
  • 1
  • …
  • 22
  • 23
  • 24
  • 25
  • 26
  • …
  • 40
  • Next
Author
Message
wrc1944
Advocate
Advocate
Posts: 3467
Joined: Thu Aug 15, 2002 10:33 am
Location: Gainesville, Florida

Post by wrc1944 » Mon Mar 09, 2009 6:08 pm

kdebase-live failed on the new package eigen2 with:

Code: Select all

>>> Emerging (2 of 74) dev-cpp/eigen-9999 from kde
 * checking ebuild checksums ;-) ...                                                                   [ ok ]
 * checking auxfile checksums ;-) ...                                                                  [ ok ]
 * checking miscfile checksums ;-) ...                                                                 [ ok ]
>>> Unpacking source...
 * subversion check out start -->
 *      repository: svn://anonsvn.kde.org/home/kde/trunk/kdesupport/eigen2
svn: No such revision 937459
 * 
 * ERROR: dev-cpp/eigen-9999 failed.
 * Call stack:
 *               ebuild.sh, line   49:  Called src_unpack
 *             environment, line 2810:  Called subversion_src_unpack
 *             environment, line 3132:  Called subversion_fetch
 *             environment, line 3064:  Called die
 * The specific snippet of code:
 *           ${ESVN_FETCH_CMD} ${options} "${repo_uri}" || die "${ESVN}: can't fetch to ${wc_path} from ${repo_uri}.";
 *  The die message:
 *   subversion: can't fetch to /usr/portage/distfiles/svn-src/eigen/eigen2 from svn://anonsvn.kde.org/home/kde/trunk/kdesupport/eigen2.
 * 
There is a version 937322 3 hours old at trunk. Guess I'll try removing my svn-src kdesupport directory, and try a fresh checkout. :? Hmmmm.... or is the ebuild repo location line wrong? Double Hmmmmm... There seems to be no eigen2 ebuild, just a dev-cpp/eigen ebuild from 3/02/09. But in this ebuild, it refers to
ESVN_REPO_URI="svn://anonsvn.kde.org/home/kde/trunk/kdesupport/eigen2"

Should we just rename the ebuild eigen2?

EDIT: Renaming the ebuild to eigen2 worked- it compiled fine. :)
Main box- AsRock x370 Gaming K4
Ryzen 7 3700x, 3.6GHz, 16GB GSkill Flare DDR4 3200mhz
Samsung SATA 1000GB, Radeon HD R7 350 2GB DDR5
OpenRC Gentoo ~amd64 plasma, glibc-2.41-r2, gcc-15.1.0
kernel-6.15.6 USE=experimental python3.13.3
Top
jasiu85
n00b
n00b
Posts: 38
Joined: Mon Oct 08, 2007 9:45 pm

Post by jasiu85 » Mon Mar 09, 2009 6:42 pm

Hey,

I'm trying to install KDE 4.2. So far, so good. I just wanted to report something I believe is a small bug in kde-base/kdelibs-4.2.1 ebuild. The CMake searches for shared-mime-info ver. >=0.23. Mine was older (0.22-r1), however this dependency was not automatically resolved by emerge.

Hope this helps.

Cheers,

Mike
Top
zwede
Tux's lil' helper
Tux's lil' helper
Posts: 103
Joined: Tue Jan 03, 2006 4:42 am

Post by zwede » Mon Mar 09, 2009 11:08 pm

I have both 4.2.1 and 4.2.65 installed. I was wondering if there is a way to make a non-kde package install towards 4.2 instead of 4.3? Amarok, for instance, just compiles and installs in the highest KDE it can find which is 4.3 (4.2.65). Problem is that I want 4.2.65 to play with, but my real KDE install is 4.2.1. So is there a way to tell these packages to install in 4.2.1?
Top
zwede
Tux's lil' helper
Tux's lil' helper
Posts: 103
Joined: Tue Jan 03, 2006 4:42 am

Post by zwede » Mon Mar 09, 2009 11:44 pm

zwede wrote:I have both 4.2.1 and 4.2.65 installed. I was wondering if there is a way to make a non-kde package install towards 4.2 instead of 4.3? Amarok, for instance, just compiles and installs in the highest KDE it can find which is 4.3 (4.2.65). Problem is that I want 4.2.65 to play with, but my real KDE install is 4.2.1. So is there a way to tell these packages to install in 4.2.1?
Answering my own question:

Add to /etc/make.conf:

Code: Select all

NEED_KDE="4.2"
Top
marcus84
Tux's lil' helper
Tux's lil' helper
Posts: 87
Joined: Wed Apr 23, 2008 1:29 pm

Post by marcus84 » Tue Mar 10, 2009 7:49 am

The name of the kde-4.3 packages have changed and I can fetch the code...

The names ara like:

File:kdepimlibs-4.2.65.svn932664.tar.bz2

And not like:

File:kdepimlibs-4.2.65.tar.bz2
Top
zwede
Tux's lil' helper
Tux's lil' helper
Posts: 103
Joined: Tue Jan 03, 2006 4:42 am

Post by zwede » Wed Mar 11, 2009 1:00 am

zwede wrote:
zwede wrote:I have both 4.2.1 and 4.2.65 installed. I was wondering if there is a way to make a non-kde package install towards 4.2 instead of 4.3? Amarok, for instance, just compiles and installs in the highest KDE it can find which is 4.3 (4.2.65). Problem is that I want 4.2.65 to play with, but my real KDE install is 4.2.1. So is there a way to tell these packages to install in 4.2.1?
Answering my own question:

Add to /etc/make.conf:

Code: Select all

NEED_KDE="4.2"
And now correcting my answer. :)

Adding NEED_KDE to make.conf makes everything install in the 4.2 slot, even KDE4.3. Instead when emerging a non-slot aware package put the flag on the command line. So to install amarok in KDE4.2:

Code: Select all

NEED_KDE="4.2" emerge amarok
Top
mikedee
Apprentice
Apprentice
Posts: 158
Joined: Wed Jul 05, 2006 2:55 am

Post by mikedee » Wed Mar 11, 2009 11:03 am

There seems to be a problem with k3b.

Code: Select all

emerge: there are no ebuilds built with USE flags to satisfy "media-video/transcode[dvdread]".
!!! One of the following packages is required to complete your request:
- media-video/transcode-1.1.1-r3 (Missing IUSE: dvdread)
- media-video/transcode-1.0.7 (Missing IUSE: dvdread)
(dependency required by "app-cdr/k3b-9999" [installed])
(dependency required by "@world" [argument])
But transcode does not have a dvdread USE flag.

Code: Select all

[I] media-video/transcode
     Available versions:  1.0.7 (~)1.1.1-r3 {3dnow X a52 aac alsa altivec dv dvd extrafilters fame iconv imagemagick jpeg lzo mjpeg mmx mp3 mpeg network nuv ogg oss postproc quicktime sdl sse sse2 theora truetype v4l2 vorbis x264 xml xvid}
     Installed versions:  1.1.1-r3(11:00:40 11/03/09)(X a52 aac alsa dvd iconv jpeg mmx mp3 ogg oss quicktime sdl sse sse2 theora truetype vorbis xml xvid -3dnow-altivec -dv -imagemagick -lzo -mjpeg -nuv -postproc -v4l2 -x264)
     Homepage:            http://www.transcoding.org/cgi-bin/transcode
     Description:         video stream processing tool
Top
appelgebak
Apprentice
Apprentice
Posts: 225
Joined: Sun Sep 12, 2004 3:47 pm
Location: Ruhrpott

plasma-workspace-4.2.65 fails at "screenpreviewwidget&q

Post by appelgebak » Wed Mar 11, 2009 12:52 pm

Hi all,

at paludis -i world i get the following error:

Code: Select all

>>> Starting builtin_loadenv                                                                                                      
>>> Done builtin_loadenv                                                                                                          
>>> Starting src_prepare                                                                                                          
find: `/var/tmp/paludis/kde-base-plasma-workspace-4.2.65/work/plasma-workspace-4.2.65/libs/screenpreviewwidget/': No such file or directory
sed: no input files                                                                                                                        

!!! ERROR in kde-base/plasma-workspace-4.2.65:
!!! In kde4-meta_change_cmakelists at line 3927
!!! 3927: sed died uncommenting add_subdirectory instructions in KMEXTRA section while processing libs/screenpreviewwidget/

!!! Call stack:
!!!    * kde4-meta_change_cmakelists (/var/tmp/paludis/kde-base-plasma-workspace-4.2.65/temp/loadsaveenv:3927)
!!!    * kde4-meta_src_prepare (/var/tmp/paludis/kde-base-plasma-workspace-4.2.65/temp/loadsaveenv:4164)      
!!!    * src_prepare (/var/tmp/paludis/kde-base-plasma-workspace-4.2.65/temp/loadsaveenv:5282)                
!!!    * ebuild_f_prepare (/usr/libexec/paludis/2/src_prepare.bash:52)                                        
!!!    * ebuild_main (/usr/libexec/paludis/ebuild.bash:482)                                                   
!!!    * main (/usr/libexec/paludis/ebuild.bash:498)                                                          

I looked about that, but the thread
http://forums.gentoo.org/viewtopic-p-55 ... ml#5543120
didn't help.

I also looked in the distfile, but there is no "libs/screenpreviewwidget/" inside...

What to do now??

Appel
Top
zwede
Tux's lil' helper
Tux's lil' helper
Posts: 103
Joined: Tue Jan 03, 2006 4:42 am

Re: plasma-workspace-4.2.65 fails at "screenpreviewwidg

Post by zwede » Wed Mar 11, 2009 1:38 pm

appelgebak wrote: I also looked in the distfile, but there is no "libs/screenpreviewwidget/" inside...

What to do now??

Appel
I solved (hacked?) it by copying the ebuild of plasma-workspace-4.2.65 to my local overlay and removing the libs/screenpreviewwidget/ line. Portage prefers the local overlay so you can keep the same version number.
Top
marcus84
Tux's lil' helper
Tux's lil' helper
Posts: 87
Joined: Wed Apr 23, 2008 1:29 pm

Post by marcus84 » Wed Mar 11, 2009 5:43 pm

I get this error:

Code: Select all

[ 81%] Building CXX object kcal/CMakeFiles/kcal.dir/resourcelocaldirconfig.o
[ 82%] Building CXX object kcal/CMakeFiles/kcal.dir/resourcecached.o
[ 82%] Building CXX object kcal/CMakeFiles/kcal.dir/resourcecachedconfig.o
[ 82%] Building CXX object kcal/CMakeFiles/kcal.dir/calendarresources.o
[ 82%] Building CXX object kcal/CMakeFiles/kcal.dir/qtopiaformat.o
[ 82%] Building CXX object kcal/CMakeFiles/kcal.dir/htmlexport.o
[ 82%] Building CXX object kcal/CMakeFiles/kcal.dir/calendarnull.o
[ 82%] Building CXX object kcal/CMakeFiles/kcal.dir/freebusyurlstore.o
[ 84%] Building CXX object kcal/CMakeFiles/kcal.dir/confirmsavedialog.o
[ 84%] Building CXX object kcal/CMakeFiles/kcal.dir/icaltimezones.o
[ 84%] Building CXX object kcal/CMakeFiles/kcal.dir/kresult.o
[ 84%] Building CXX object kcal/CMakeFiles/kcal.dir/assignmentvisitor.o
[ 84%] Building CXX object kcal/CMakeFiles/kcal.dir/htmlexportsettings.o
Linking CXX shared library ../lib/libkcal.so
[ 84%] Built target kcal
make: *** [all] Error 2
 * 
 * ERROR: kde-base/kdepimlibs-4.2.65 failed.
 * Call stack:
 *               ebuild.sh, line   49:  Called src_compile
 *             environment, line 3166:  Called kde4-base_src_compile
 *             environment, line 2363:  Called kde4-base_src_make
 *             environment, line 2413:  Called cmake-utils_src_make
 *             environment, line  831:  Called die
 * The specific snippet of code:
 *           emake "$@" || die "Make failed!";
 *  The die message:
 *   Make failed!
 * 
 * If you need support, post the topmost build error, and the call stack if rele
vant.
 * A complete build log is located at '/home/tmp_portage/portage/kde-base/kdepim
libs-4.2.65/temp/build.log'.
 * The ebuild environment file is located at '/home/tmp_portage/portage/kde-base
/kdepimlibs-4.2.65/temp/environment'.
 * This ebuild is from a repository named 'kde'
emerging kde-pimlibs-4.2.65, any idea?
Top
titoucha
Advocate
Advocate
User avatar
Posts: 2374
Joined: Thu Jul 21, 2005 5:08 am
Location: Genève

Post by titoucha » Wed Mar 11, 2009 6:33 pm

The same thing here, by against I did not find a solution.
Assurez-vous que le titre de votre message soit conforme aux conventions de ce forum (paragraphe 3/3 : Comment poster sur le forum ??)
Top
zwede
Tux's lil' helper
Tux's lil' helper
Posts: 103
Joined: Tue Jan 03, 2006 4:42 am

Post by zwede » Wed Mar 11, 2009 11:38 pm

marcus84 wrote:I get this error:

emerging kde-pimlibs-4.2.65, any idea?
I posted this earlier... not sure if it will solve your problem, but maybe give it a try:
If kde-base/kdepimlibs-4.2.65 fails with this error:

Code: Select all

 
/var/tmp/portage/kde-base/kdepimlibs-4.2.65/work/kdepimlibs-4.2.65/akonadi/itemfetchjob.cpp: In member function 'void Akonadi::ItemFetchJobPrivate::startFetchJob()':                                                                                                                     
/var/tmp/portage/kde-base/kdepimlibs-4.2.65/work/kdepimlibs-4.2.65/akonadi/itemfetchjob.cpp:90: error: expected `;' before 'AKONADI_PARAM_EXTERNALPAYLOAD'    
The reason is 4.2.65 requires features not available in app-office/akonadi-server-1.1.1. Updating app-office/akonadi-server to version 9999 from the kde-testing overlay fixes it.
Top
tranquilcool
Veteran
Veteran
Posts: 1246
Joined: Fri Mar 25, 2005 1:16 pm

Post by tranquilcool » Thu Mar 12, 2009 5:11 am

i need
kde-base/kode:live

emerge @kdepim-live

emerge: there are no ebuilds to satisfy ">=kde-base/kode-9999:live[kdeprefix]".
(dependency required by "kde-base/mimelib-9999" [ebuild])
(dependency required by "@kdepim-live" [argument])

EDIT SOLVED: updating portage solved the problem.
Last edited by tranquilcool on Thu Mar 12, 2009 9:17 am, edited 1 time in total.
this is a strange strange world.
Top
appelgebak
Apprentice
Apprentice
Posts: 225
Joined: Sun Sep 12, 2004 3:47 pm
Location: Ruhrpott

Post by appelgebak » Thu Mar 12, 2009 8:13 am

Now i have kde-4.2.65 installed, with some things left:

knode building is killed with

Code: Select all


[ 16%] [ 17%] Generating ui_postnewstechnicalwidget_base.h                                                
Generating ui_postnewscomposerwidget_base.h                                                               
[ 19%] Generating knodeadaptor.moc                                                                        
Scanning dependencies of target knodecommon                                                               
[ 20%] [ 21%] Building CXX object knode/CMakeFiles/knodecommon.dir/knodecommon_automoc.o                  
[ 23%] Building CXX object knode/CMakeFiles/knodecommon.dir/knconfig.o                                    
Building CXX object knode/CMakeFiles/knodecommon.dir/knconfigmanager.o                                    
In file included from /var/tmp/paludis/kde-base-knode-4.2.65/work/knode-4.2.65/knode/knglobals.h:19,      
                 from /var/tmp/paludis/kde-base-knode-4.2.65/work/knode-4.2.65/knode/knconfig.cpp:34:     
/var/tmp/paludis/kde-base-knode-4.2.65/work/knode-4.2.65/knode/resource.h:15:28: error: kdepim-version.h: No such file or directory
In file included from /var/tmp/paludis/kde-base-knode-4.2.65/work/knode-4.2.65/knode/knglobals.h:19,                               
                 from /var/tmp/paludis/kde-base-knode-4.2.65/work/knode-4.2.65/knode/knconfigmanager.cpp:22:                       
/var/tmp/paludis/kde-base-knode-4.2.65/work/knode-4.2.65/knode/resource.h:15:28: error: kdepim-version.h: No such file or directory
[ 24%] Building CXX object knode/CMakeFiles/knodecommon.dir/knconfigwidgets.o                                                      
In file included from /var/tmp/paludis/kde-base-knode-4.2.65/work/knode-4.2.65/knode/knglobals.h:19,                               
                 from /var/tmp/paludis/kde-base-knode-4.2.65/work/knode-4.2.65/knode/knconfigwidgets.cpp:49:                       
/var/tmp/paludis/kde-base-knode-4.2.65/work/knode-4.2.65/knode/resource.h:15:28: error: kdepim-version.h: No such file or directory
make[2]: *** [knode/CMakeFiles/knodecommon.dir/knconfigmanager.o] Error 1                                                          
make[2]: *** Waiting for unfinished jobs....                                                                                       
make[2]: *** [knode/CMakeFiles/knodecommon.dir/knconfig.o] Error 1        
kontact goes with

Code: Select all

Building CXX object kontact/src/CMakeFiles/kcm_kontact.dir/kcmkontact.o                                                                                                            
[100%] Building CXX object kontact/src/CMakeFiles/kontact_bin.dir/main.o
/var/tmp/paludis/kde-base-kontact-4.2.65/work/kontact-4.2.65/kontact/src/main.cpp:29:28: error: kdepim-version.h: No such file or directory
/var/tmp/paludis/kde-base-kontact-4.2.65/work/kontact-4.2.65/kontact/src/main.cpp:53: error: 'KDEPIM_VERSION' was not declared in this scope
make[2]: *** [kontact/src/CMakeFiles/kontact_bin.dir/main.o] Error 1
I have libkdepim installed... 4.2.65
Top
appelgebak
Apprentice
Apprentice
Posts: 225
Joined: Sun Sep 12, 2004 3:47 pm
Location: Ruhrpott

ebuild kde-l10n for 4.2.65 broken??

Post by appelgebak » Thu Mar 12, 2009 11:03 am

Hi,

after getting a working 4.2.65 i tried to configure the 'de' language pack, but:

Code: Select all

>>> Starting builtin_saveenv
>>> Done builtin_saveenv
>>> Completed ebuild phases loadenv configure saveenv
>>> Running ebuild phases loadenv compile saveenv as root:root...
>>> Starting builtin_loadenv
>>> Done builtin_loadenv
>>> Starting src_compile
>>> Working in BUILD_DIR: "/var/tmp/paludis/kde-base-kde-l10n-4.2.65/work/kde-l10n_build"
/var/tmp/paludis/kde-base-kde-l10n-4.2.65/temp/loadsaveenv: line 1232: pushd: /var/tmp/paludis/kde-base-kde-l10n-4.2.65/work/kde-l10n_build: No such file or directory
make -j3
make: *** No targets specified and no makefile found.  Stop.
/usr/libexec/paludis/utils/emake: emake returned error 2

!!! ERROR in kde-base/kde-l10n-4.2.65:
!!! In cmake-utils_src_make at line 1236
!!! Make failed!
It is right, /var/tmp/paludis/kde-base-kde-l10n-4.2.65/work/kde-l10n_build is missing.


paludis --info:

Code: Select all

jupp portage # paludis --info kde-l10n
paludis 0.36.0                        
Paludis build information:            
    Compiler:                         
        CXX:                   x86_64-pc-linux-gnu-g++ 4.3.2
        CXXFLAGS:               -O2 -march=k8 -pipe         
        LDFLAGS:               -Wl,-O1                      
        DATE:                  2009-03-04T20:33:37+0100     

    Libraries:
        C++ Library:           GNU libstdc++ 20080827

    Reduced Privs:
        reduced_uid:           110
        reduced_uid->name:     paludisbuild
        reduced_uid->dir:      /var/tmp/paludis
        reduced_gid:           1005            
        reduced_gid->name:     paludisbuild    

    Paths:
        DATADIR:               /usr/share
        LIBDIR:                /usr/lib64
        LIBEXECDIR:            /usr/libexec
        SYSCONFDIR:            /etc        
        PYTHONINSTALLDIR:                  
        RUBYINSTALLDIR:        /usr/lib64/ruby/site_ruby/1.8/x86_64-linux

Environment:
    Format:                    paludis
    Config dir:                /etc/paludis
    World file:                /var/db/portage/world

Package kde-base/kde-l10n-4.2.65:4.3::kde:

        >>> Running ebuild phase killold as paludisbuild:paludisbuild...
        >>> Starting builtin_killold                                    
        >>> Done builtin_killold                                        
        >>> Completed ebuild phase killold                              
        >>> Running ebuild phases initmisc infovars as paludisbuild:paludisbuild...
        >>> Starting builtin_initmisc                                              
        >>> Done builtin_initmisc                                                  
        >>> Starting builtin_infovars                                              
        ACCEPT_KEYWORDS=amd64
        CBUILD=x86_64-pc-linux-gnu
        CFLAGS=-O2 -march=k8 -pipe
        CHOST=x86_64-pc-linux-gnu
        CONFIG_PROTECT=
        CONFIG_PROTECT_MASK=
        CPPFLAGS=
        CTARGET=
        CXXFLAGS=-O2 -march=k8 -pipe
        DISTDIR=/usr/portage/distfiles
        FEATURES=strict sfperms
        FFLAGS=
        GENTOO_MIRRORS=
        INSTALL_MASK=
        LANG=
        LC_ALL=C
        LDFLAGS=-Wl,-O1
        LINGUAS=de
        MAKEOPTS=-j3
        PORTAGE_COMPRESS=
        PORTAGE_COMPRESS_FLAGS=
        PORTAGE_CONFIGROOT=
        PORTAGE_RSYNC_EXTRA_OPTS=
        PORTAGE_RSYNC_OPTS=
        PORTAGE_TMPDIR=/var/tmp/paludis
        PORTDIR=/usr/portage
        PORTDIR_OVERLAY=
        SYNC=
        USE=kdeprefix amd64 alsa_cards_ali5451 alsa_cards_als4000 alsa_cards_atiixp alsa_cards_atiixp-modem alsa_cards_bt87x alsa_cards_ca0106 alsa_cards_cmipci alsa_cards_emu10k1x alsa_cards_ens1370 alsa_cards_ens1371 alsa_cards_es1938 alsa_cards_es1968 alsa_cards_fm801 alsa_cards_hda-intel alsa_cards_intel8x0 alsa_cards_intel8x0m alsa_cards_maestro3 alsa_cards_trident alsa_cards_usb-audio alsa_cards_via82xx alsa_cards_via82xx-modem alsa_cards_ymfpci alsa_pcm_plugins_adpcm alsa_pcm_plugins_alaw alsa_pcm_plugins_asym alsa_pcm_plugins_copy alsa_pcm_plugins_dmix alsa_pcm_plugins_dshare alsa_pcm_plugins_dsnoop alsa_pcm_plugins_empty alsa_pcm_plugins_extplug alsa_pcm_plugins_file alsa_pcm_plugins_hooks alsa_pcm_plugins_iec958 alsa_pcm_plugins_ioplug alsa_pcm_plugins_ladspa alsa_pcm_plugins_lfloat alsa_pcm_plugins_linear alsa_pcm_plugins_meter alsa_pcm_plugins_mmap_emul alsa_pcm_plugins_mulaw alsa_pcm_plugins_multi alsa_pcm_plugins_null alsa_pcm_plugins_plug alsa_pcm_plugins_rate alsa_pcm_plugins_route alsa_pcm_plugins_share alsa_pcm_plugins_shm alsa_pcm_plugins_softvol apache2_modules_actions apache2_modules_alias apache2_modules_auth_basic apache2_modules_auth_digest apache2_modules_authn_anon apache2_modules_authn_dbd apache2_modules_authn_dbm apache2_modules_authn_default apache2_modules_authn_file apache2_modules_authz_dbm apache2_modules_authz_default apache2_modules_authz_groupfile apache2_modules_authz_host apache2_modules_authz_owner apache2_modules_authz_user apache2_modules_autoindex apache2_modules_cache apache2_modules_dav apache2_modules_dav_fs apache2_modules_dav_lock apache2_modules_dbd apache2_modules_deflate apache2_modules_dir apache2_modules_disk_cache apache2_modules_env apache2_modules_expires apache2_modules_ext_filter apache2_modules_file_cache apache2_modules_filter apache2_modules_headers apache2_modules_ident apache2_modules_imagemap apache2_modules_include apache2_modules_info apache2_modules_log_config apache2_modules_logio apache2_modules_mem_cache apache2_modules_mime apache2_modules_mime_magic apache2_modules_negotiation apache2_modules_proxy apache2_modules_proxy_ajp apache2_modules_proxy_balancer apache2_modules_proxy_connect apache2_modules_proxy_http apache2_modules_rewrite apache2_modules_setenvif apache2_modules_so apache2_modules_speling apache2_modules_status apache2_modules_unique_id apache2_modules_userdir apache2_modules_usertrack apache2_modules_vhost_alias elibc_glibc input_devices_keyboard input_devices_mouse input_devices_vmmouse kernel_linux lcd_devices_bayrad lcd_devices_cfontz lcd_devices_cfontz633 lcd_devices_glk lcd_devices_hd44780 lcd_devices_lb216 lcd_devices_lcdm001 lcd_devices_mtxorb lcd_devices_ncurses lcd_devices_text linguas_de userland_GNU video_cards_fbdev video_cards_glint video_cards_nv video_cards_nvidia video_cards_v4l video_cards_vesa video_cards_vmware amd64
Any hints welcome...
Top
Holysword
l33t
l33t
User avatar
Posts: 946
Joined: Sun Nov 19, 2006 10:03 pm
Location: Greece

Post by Holysword » Thu Mar 12, 2009 9:01 pm

Well, I don't want to sound boring, but I still prefer KDE-3.5
In an overview it is great, but some details are REALLY ANNOYING!

Namely the konqueror autocomplete feature is kinda buggy (if you press "tab" it will change the focus instead of get the autocompletion), and okular don't support correctly the --unique option as KDVI used to. I'm used to work with Kile and just press "Alt+1" to see the changes in the KDVI (which I usually keep aside) instantly. Okular has the VERY BAD problem of getting back to the first page whenever I update the document. Not too much practical...

Something that I saw that I thought "omg omg omg omg omg, finally!! *.*" was the option to divide a konsole session like in konqueror. But what the hell? You don't have two sessions in one, you actually have just a copy of the other session O.O. It still have its means, but not as useful as two sessions would be - like in yakuake which I used a few time ago ONLY because of the session division feature.

I know its not the proper place to complain, but I want to know if its somethings only aobut me or other people are upset with this too. And where can we make "official suggestions" ?
"Nolite arbitrari quia venerim mittere pacem in terram non veni pacem mittere sed gladium" (Yeshua Ha Mashiach)
Top
Dusdan
n00b
n00b
Posts: 37
Joined: Mon Mar 10, 2008 10:14 pm

Post by Dusdan » Fri Mar 13, 2009 9:23 am

Holysword wrote:I know its not the proper place to complain
You are absolutely right :-p

Back IT, is there a solid for solid-4.2.1 not being compiled with networkmanager USE flag? This has been already brought up in the last pages, but nobody answered that?
Top
fr4nk
n00b
n00b
Posts: 23
Joined: Sat May 29, 2004 3:56 pm
Location: Austria

Post by fr4nk » Fri Mar 13, 2009 9:50 am

Holysword wrote:And where can we make "official suggestions" ?
You can always report a feature request over at the KDE Bug Tracking System. :)
Top
cerebro84
n00b
n00b
Posts: 64
Joined: Sat Aug 20, 2005 2:40 pm
Contact:
Contact cerebro84
Website

Post by cerebro84 » Fri Mar 13, 2009 11:37 am

Why do I see all kde4 apps like this?
Top
gimpel
Advocate
Advocate
User avatar
Posts: 2720
Joined: Fri Oct 15, 2004 10:08 am
Location: Munich, Bavaria
Contact:
Contact gimpel
Website

Post by gimpel » Fri Mar 13, 2009 12:02 pm

The new slotting for amarok causes issues with kdeprefix.

This is the error I get for amarok-utils:

Code: Select all

[  6%] Building CXX object utilities/collectionscanner/CMakeFiles/amarokcollectionscanner.dir/CollectionScanner.cpp.o
In file included from /var/tmp/paludis/media-sound-amarok-utils-9999/work/amarok-utils-9999/utilities/collectionscanner/MetaReplayGain.h:22,
                 from /var/tmp/paludis/media-sound-amarok-utils-9999/work/amarok-utils-9999/utilities/collectionscanner/CollectionScanner.cpp:27:                                                                                                                                       
/var/tmp/paludis/media-sound-amarok-utils-9999/work/amarok-utils-9999/utilities/collectionscanner/amarok_export.h:24:23: error: kdemacros.h: No such file or directory
That file is there as /usr/kde/live/include/kdemacros.h
http://proaudio.tuxfamily.org/wiki - pro-audio software overlay
Top
Holysword
l33t
l33t
User avatar
Posts: 946
Joined: Sun Nov 19, 2006 10:03 pm
Location: Greece

Post by Holysword » Fri Mar 13, 2009 2:23 pm

cerebro84 wrote:Why do I see all kde4 apps like this?
It sounds like nvidia-driver problem - if you're using nvidia-driver.
What video driver are you using? Which version?
"Nolite arbitrari quia venerim mittere pacem in terram non veni pacem mittere sed gladium" (Yeshua Ha Mashiach)
Top
cerebro84
n00b
n00b
Posts: 64
Joined: Sat Aug 20, 2005 2:40 pm
Contact:
Contact cerebro84
Website

Post by cerebro84 » Fri Mar 13, 2009 2:26 pm

Holysword wrote:
cerebro84 wrote:Why do I see all kde4 apps like this?
It sounds like nvidia-driver problem - if you're using nvidia-driver.
What video driver are you using? Which version?
nvidia-drivers-180.37
As far as I know the nvidia-drivers bug affected also kde3 and gtk apps... but I'm going to try te vesa driver right now and let you know
Top
cerebro84
n00b
n00b
Posts: 64
Joined: Sat Aug 20, 2005 2:40 pm
Contact:
Contact cerebro84
Website

Post by cerebro84 » Fri Mar 13, 2009 2:36 pm

Holysword wrote:
cerebro84 wrote:Why do I see all kde4 apps like this?
It sounds like nvidia-driver problem - if you're using nvidia-driver.
What video driver are you using? Which version?
You were right, nvidia bug :( but I've got antialiasing turned on... is there some workaround to let fonts work right?
Top
cerebro84
n00b
n00b
Posts: 64
Joined: Sat Aug 20, 2005 2:40 pm
Contact:
Contact cerebro84
Website

Post by cerebro84 » Fri Mar 13, 2009 2:51 pm

cerebro84 wrote:
Holysword wrote:
cerebro84 wrote:Why do I see all kde4 apps like this?
It sounds like nvidia-driver problem - if you're using nvidia-driver.
What video driver are you using? Which version?
You were right, nvidia bug :( but I've got antialiasing turned on... is there some workaround to let fonts work right?
Answering myself: workaround.
Top
Holysword
l33t
l33t
User avatar
Posts: 946
Joined: Sun Nov 19, 2006 10:03 pm
Location: Greece

Post by Holysword » Fri Mar 13, 2009 3:35 pm

cerebro84 wrote:Answering myself: workaround.
Well, I experienced myself a lot of strange behaviours with lastest nvidia-driver. People here seems to be using 180.29 version of these drivers and it works without major problems.
"Nolite arbitrari quia venerim mittere pacem in terram non veni pacem mittere sed gladium" (Yeshua Ha Mashiach)
Top
Locked

994 posts
  • Page 24 of 40
    • Jump to page:
  • Previous
  • 1
  • …
  • 22
  • 23
  • 24
  • 25
  • 26
  • …
  • 40
  • Next

Return to “Unsupported Software”

Jump to
  • Assistance
  • ↳   News & Announcements
  • ↳   Frequently Asked Questions
  • ↳   Installing Gentoo
  • ↳   Multimedia
  • ↳   Desktop Environments
  • ↳   Networking & Security
  • ↳   Kernel & Hardware
  • ↳   Portage & Programming
  • ↳   Gamers & Players
  • ↳   Other Things Gentoo
  • ↳   Unsupported Software
  • Discussion & Documentation
  • ↳   Documentation, Tips & Tricks
  • ↳   Gentoo Chat
  • ↳   Gentoo Forums Feedback
  • ↳   Duplicate Threads
  • International Gentoo Users
  • ↳   中文 (Chinese)
  • ↳   Dutch
  • ↳   Finnish
  • ↳   French
  • ↳   Deutsches Forum (German)
  • ↳   Diskussionsforum
  • ↳   Deutsche Dokumentation
  • ↳   Greek
  • ↳   Forum italiano (Italian)
  • ↳   Forum di discussione italiano
  • ↳   Risorse italiane (documentazione e tools)
  • ↳   Polskie forum (Polish)
  • ↳   Instalacja i sprzęt
  • ↳   Polish OTW
  • ↳   Portuguese
  • ↳   Documentação, Ferramentas e Dicas
  • ↳   Russian
  • ↳   Scandinavian
  • ↳   Spanish
  • ↳   Other Languages
  • Architectures & Platforms
  • ↳   Gentoo on ARM
  • ↳   Gentoo on PPC
  • ↳   Gentoo on Sparc
  • ↳   Gentoo on Alternative Architectures
  • ↳   Gentoo on AMD64
  • ↳   Gentoo for Mac OS X (Portage for Mac OS X)
  • Board index
  • All times are UTC
  • Delete cookies

© 2001–2026 Gentoo Foundation, Inc.

Powered by phpBB® Forum Software © phpBB Limited

Privacy Policy

 

 

magic