Custom Query (19645 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (49 - 51 of 19645)

Ticket Resolution Summary Owner Reporter
#1949 fixed Python 2.4.3 version not set in general.ent blfs-book@… Chris Schwemmer
Description

The instructions for Python were updated for version 2.4.3 with r5894, but it was forgotten to update general.ent to reflect the new version. Thus the page in the book still talks about version 2.4.2. The gdbm patch for 2.4.2 applies flawlessly, but needs to be renamed, too, when the version is updated.

#2013 fixed kdelibs has another optional runtime depency: pmount bdubbs@… Chris Schwemmer
Description

kdelibs can use pmount (http://packages.debian.org/unstable/source/pmount, which in turn needs libsysfs: http://linux-diag.sourceforge.net/Sysfsutils.html) at runtime. This enables auto-mounting of hotplugged devices at /media/[device_name] for any user without any fstab-modification. This corresponds to method 2b of http://www.mayrhofer.eu.org/Default.aspx?pageindex=7&pageid=27 and is all that is needed to enable full integration of the newest HAL in KDE (in case you're still researching that).

#2023 fixed Qt has /usr/X11R6 hard-coded DJ Lucas Chris Schwemmer
Description

Qt has /usr/X11R6 hard-coded in serveral places, most notably qmake.conf. When building on a system that has X in an unusual place (like /opt/X), it fails with /usr/bin/ld: cannot find -lXext. Konstruct (a build system for KDE) has the following fix for this: sed -i "s#/usr/X11R6#$(TARGET_X11)#g" mkspecs/$(TARGET_PLATFORM)/qmake.conf with adequate values for TARGET_X11 (the place X is to be found) and TARGET_PLATFORM (linux-*).

Batch Modify
Note: See TracBatchModify for help on using batch modify.
Note: See TracQuery for help on using queries.