Re: [blfs-support] soprano with redland problem

2012-04-18 Thread Michael Uleysky
Which version of glibc you use? 2012/4/19, david daugherty : > During configure of Soprano-2.7.5 > > Found Redland storage: > /usr/lib64/redland/librdf_storage_mysql.so;/usr/lib64/redland/librdf_storage_sqlite.so;/usr/lib64/redland/librdf_storage_postgresq.so;/usr/lib64/redland/librdf_storage_virt

Re: [blfs-support] soprano and redland problem

2012-04-18 Thread Michael Uleysky
Which version of glibc you use? 2012/4/19, Matthew Burgess : > On Wed, 18 Apr 2012 10:11:40 -0400, "david daugherty" > wrote: > > Please stop sending this message, that's 4 that have gone to everyone on the > list already. > > Thanks, > > Matt. > > -- > http://linuxfromscratch.org/mailman/listinf

Re: [blfs-support] Soprano-2.7.4 can't use redland storage backend

2012-02-23 Thread Michael Uleysky
It was a bug in glibc http://sourceware.org/bugzilla/show_bug.cgi?id=13618 2012/2/21, Michael Uleysky : > Then I try to compile new soprano-2.7.4, I get these lines from cmake: > -- Found Redland storage: /usr/lib64/redland/librdf_storage_sqlite.so > -- Args: /usr/lib6

[blfs-support] Soprano-2.7.4 can't use redland storage backend

2012-02-21 Thread Michael Uleysky
Then I try to compile new soprano-2.7.4, I get these lines from cmake: -- Found Redland storage: /usr/lib64/redland/librdf_storage_sqlite.so -- Args: /usr/lib64/redland/librdf_storage_sqlite.so -- Segmentation fault -- Redland with broken NEEDED section detected, disabling -- Could NOT find Redland

Re: Xorg Fonts - BLFS svn

2011-10-29 Thread Michael Uleysky
Any of gentoo-distfiles mirror. 2011/10/30, scrat : > xorg.freedesktop.org appears to be down > Anyone have an alternate source for the font packages? > -- > http://linuxfromscratch.org/mailman/listinfo/blfs-support > FAQ: http://www.linuxfromscratch.org/blfs/faq.html > Unsubscribe: See the above

Re: random-seed on readonly filesystem

2011-08-23 Thread Michael Uleysky
string with hexes. S=`echo $St|sed -r 's/([0-9a-f]{2})/x\1/g'` # Write our seed in binary form to /dev/urandom. echo -ne $S>/dev/urandom So, you generate a seed which depends on current time and random data. Michael Uleysky -- http://linuxfromscratch.org/mailman/listinf

Re: Compiling KDE 4.7.0

2011-08-07 Thread Michael Uleysky
Also kdebase-runtime renamed to kde-runtime. 2011/8/8 Nate Muench > As you might have heard, KDE 4.7.0 has been released. A notable change > is that some of the packages (kdeedu, kdegraphics, kdebindings, etc) has > been split in to smaller packages. And some have been renamed. I'm not > sure

Re: libX11-1.4.0 build error

2011-07-01 Thread Michael Uleysky
GenericEvent defined in /usr/include/X11/X.h as #define GenericEvent 35 File /usr/include/X11/X.h is from xproto. May be updating xproto to recent version will help you? -- http://linuxfromscratch.org/mailman/listinfo/blfs-support FAQ: http://www.linuxfromscratch.org/blfs/faq.html Unsubscribe: Se

Re: Kdemultimedia patch for using libcdio instead of cdparanoia in audiocd kioslave

2011-06-19 Thread Michael Uleysky
>> Maybe you should send this to blfs-dev and CC Thomas Trepl? It would be >> a shame for you to have done the work and not have it mentioned in the >> book. > > > I'll go ahead and do so. I subscribe to the KDE development list as > well as the LFS lists, while being sure to send this to BLFS-dev

Kdemultimedia patch for using libcdio instead of cdparanoia in audiocd kioslave

2011-06-18 Thread Michael Uleysky
Kdemultimedia uses libcdparanoia for access to audio CDs, but I already have libcdio installed and don't want to install another library with same functionality. So, I wrote a simple patch. Build system also patched and cmake find and use libcdio without problem (for me). May be it be useful for so

Re: usb mouse in Xorg 7.1

2007-08-18 Thread Michael Uleysky
> Hello > I have installed and configured Xorg 7.1, I am using a laptop, and when i > launch X the usb mouse connected to it doesn't move, only the touchpad > works. but the usb mouse doesn't. I have installed libusb, and usbutils from > lfs. i have also enabled an option in the kernel for USB HID

Re: video terminal switch problem on Xorg7

2007-07-14 Thread Michael Uleysky
2007/7/15, Cubo Aula Info <[EMAIL PROTECTED]>: > I solved the problem > > I am very stupid, I had forgot to add > --with-xkb-rules-symlink=xorg > in the configure of xkeybord-config package and so setxkbmap did not > find the rules "xorg" > > thanks for the help > Luca > > PS: > I do not need t

Re: video terminal switch problem on Xorg7

2007-07-14 Thread Michael Uleysky
2007/7/14, Cubo Aula Info <[EMAIL PROTECTED]>: > which options did you pass to setxkbmap? > I tryed without success. > > Luca > > PS: > Shouldn't setxkbmap be run automatically on startup? I have a script in KDE autostart directory with two strings: setxkbmap -model pc104 -layout us,ru -variant ,w

Re: video terminal switch problem on Xorg7

2007-07-14 Thread Michael Uleysky
2007/7/14, Alberto Hernando <[EMAIL PROTECTED]>: > El Sábado, 14 de Julio de 2007 13:42, Cubo Aula Info escribió: > > I have compiled Xorg7 and everything works well but the VTSwitch. > > > Hi. > > What version of x.org? 7.1? 7.2? I made the same question some time ago and > somebody told that it w

Re: How to use KDM?

2007-07-12 Thread Michael Uleysky
2007/7/12, Andrey <[EMAIL PROTECTED]>: > In BLFS present instructions only for GDM. I used it, but it is not very > nice. May be I was did something wrong, but autologin not work well for me. > It always prompt for user password. So when I turn on the computer, I can't > go for coffee or smth. I sh

Re: Building LFS/BLFS on USB.

2007-04-06 Thread Michael Uleysky
filesystem is on a USB or FireWire device, as those disk devices take a bit longer to be discovered by the kernel. Michael Uleysky -- http://linuxfromscratch.org/mailman/listinfo/blfs-support FAQ: http://www.linuxfromscratch.org/blfs/faq.html Unsubscribe: See the above information page

Re: advice needed for installin xorg 7.1 after xorg 6.9.0 and xfree86 4.6.0

2007-01-29 Thread Michael Uleysky
.x.org/archives/xorg-modular/2005-November/000801.html Also, you must look at the "The X.Org Modular Tree Developer's Guide": http://wiki.x.org/wiki/ModularDevelopersGuide especially for build script. I also read Gentoo ebuilds for various X.org components and find some useful confi

Re: Subversion command

2006-10-21 Thread Michael Uleysky
Hi Michael! Actually I don't have the repo on my pc, I need to take it down from the url he gave me; he specified to take it with the 'co --relocate' option but it's not listed... Luca As I understand, you want to copy whole repository (not working copy) from remote host. This link may be use

Re: Subversion command

2006-10-21 Thread Michael Uleysky
POS > dump.file, svnadmin create NEW/PATH/TO/REPOS, cat dump.file | svnadmin load NEW/PATH/TO/REPOS. But simple mv may be sufficient :) Michael Uleysky -- http://linuxfromscratch.org/mailman/listinfo/blfs-support FAQ: http://www.linuxfromscratch.org/blfs/faq.html Unsubscribe: See the above information page

Re: Laptop speedstep and wifi questions

2006-06-03 Thread Michael Uleysky
> Justin The Cynical wrote: > > So far, I've been able to figure out most everything else on getting > > this Asus Z71V running like a top, but I'm having a bit of a time > > getting the speedstep stuff working. I've googled, but I must be blind > > as I'm really only finding info on making it wor

Re: Problem with NVidia GL libraries

2006-05-28 Thread Michael Uleysky
> > No. If I enable glx module in Xorg.conf X crashes with segfault. > > You'd surprise the world then if you could get an OpenGL app running. If I run, for example, glxinfo with Mesa GL libraries without running X I get error message Error: unable to open display (null) But if run glxinfo with

Re: Problem with NVidia GL libraries

2006-05-28 Thread Michael Uleysky
> Michael, > > Maybe asking for the obvious, but is the glx module properly loaded? > > [~]$ grep -i glx /var/log/Xorg.0.log > (II) LoadModule: "glx" > (II) Loading /usr/X11R6/lib/modules/extensions/libglx.so > (II) Module glx: vendor="NVIDIA Corporation" > (II) Loading extension GLX > (II) Loading

Re: Problem with NVidia GL libraries

2006-05-28 Thread Michael Uleysky
> NVidia installer by default place GL libraries into /usr/lib and remove > old libraries from /usr/X11R6/lib. So I modified paths in this commands. > > file /usr/lib/libGL.so* show > /usr/lib/libGL.so: symbolic link to `libGL.so.1' > /usr/lib/libGL.so.1:symbolic link to `libGL.so.

Re: Problem with NVidia GL libraries

2006-05-25 Thread uleysky
> If you have a running system, then the problem is a lot more likely > with the precompiled binary that you're trying to use. What's the > output from these commands: > > file /usr/X11R6/lib/libGL.so* > readelf -h /usr/X11R6/lib/libGL.so > ldd -v /usr/X11R6/lib/libGL.so NVidia installer by defau

Re: Problem with NVidia GL libraries

2006-05-24 Thread uleysky
> [EMAIL PROTECTED] wrote: > > I have version 1.0-8178 running, no problems. > The NVidia documentation says something about it: > If X starts but you have trouble with OpenGL, you most likely have a > problem with other libraries in the way, or there are stale symlinks ... > Some libraries that of

Re: Problem with NVidia GL libraries

2006-05-24 Thread uleysky
> Which NVIDIA drivers. 7174, 8756, 8762? > > Stef Bon > 7174, 8178, 8756, 8762. -- http://linuxfromscratch.org/mailman/listinfo/blfs-support FAQ: http://www.linuxfromscratch.org/blfs/faq.html Unsubscribe: See the above information page

Re: Problem with NVidia GL libraries

2006-05-24 Thread uleysky
> Hi Michael, > > what version of xorg did you use? The nivida driver don´t work with > xorg-server >=1.0.99.902 > > mfg > Theo XFree86 4.5.0, X.org 6.9.0. Problem not in driver, driver work fine. Problem in libraries. -- http://linuxfromscratch.org/mailman/listinfo/blfs-support FAQ: http://www.

Problem with NVidia GL libraries

2006-05-23 Thread uleysky
-kernel=2.6.16 --enable-omitfp --with-tls gcc 4.1 configured with options: --prefix=/usr --enable-languages=c,c++ --enable-threads --enable-shared --enable-tls --disable-multilib Architecture: x86_64 Any help? Michael Uleysky -- http://linuxfromscratch.org/mailman/listinfo/blfs-support FAQ: http