* [gentoo-amd64] type1 xorg module missing
@ 2008-06-14 13:30 Beso
2008-06-14 13:57 ` [gentoo-amd64] " Duncan
0 siblings, 1 reply; 6+ messages in thread
From: Beso @ 2008-06-14 13:30 UTC (permalink / raw
To: gentoo-amd64
[-- Attachment #1: Type: text/plain, Size: 270 bytes --]
hi,
i've gone with xorg-server--9999 and now i cannot find anymore the type1
extension. does anyone know to which package it belongs?! equery belongs
doesn't help. is there some other way to find the package that provides a
specific file?!
thanks
--
dott. ing. beso
[-- Attachment #2: Type: text/html, Size: 312 bytes --]
^ permalink raw reply [flat|nested] 6+ messages in thread
* [gentoo-amd64] Re: type1 xorg module missing
2008-06-14 13:30 [gentoo-amd64] type1 xorg module missing Beso
@ 2008-06-14 13:57 ` Duncan
2008-06-14 15:07 ` Beso
0 siblings, 1 reply; 6+ messages in thread
From: Duncan @ 2008-06-14 13:57 UTC (permalink / raw
To: gentoo-amd64
Beso <givemesugarr@gmail.com> posted
d257c3560806140630p28401537sd6ff45096a295f37@mail.gmail.com, excerpted
below, on Sat, 14 Jun 2008 13:30:44 +0000:
> i've gone with xorg-server--9999 and now i cannot find anymore the type1
> extension. does anyone know to which package it belongs?! equery belongs
> doesn't help. is there some other way to find the package that provides
> a specific file?!
$equery b libtype1.so
[ Searching for file(s) libtype1.so in *... ]
x11-base/xorg-server-1.4.0.90-r3 (/usr/lib64/xorg/modules/fonts/libtype1.so)
$
So at least with the ~amd64 xorg-server-1.4.0.90-r3, assuming libtype1.so
is the file to which you were referring, it's in xorg-server itself.
--
Duncan - List replies preferred. No HTML msgs.
"Every nonfree program has a lord, a master --
and if you use the program, he is your master." Richard Stallman
--
gentoo-amd64@lists.gentoo.org mailing list
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: [gentoo-amd64] Re: type1 xorg module missing
2008-06-14 13:57 ` [gentoo-amd64] " Duncan
@ 2008-06-14 15:07 ` Beso
2008-06-15 7:54 ` Duncan
0 siblings, 1 reply; 6+ messages in thread
From: Beso @ 2008-06-14 15:07 UTC (permalink / raw
To: gentoo-amd64
[-- Attachment #1: Type: text/plain, Size: 1066 bytes --]
2008/6/14 Duncan <1i5t5.duncan@cox.net>:
> Beso <givemesugarr@gmail.com> posted
> d257c3560806140630p28401537sd6ff45096a295f37@mail.gmail.com, excerpted
> below, on Sat, 14 Jun 2008 13:30:44 +0000:
>
> > i've gone with xorg-server--9999 and now i cannot find anymore the type1
> > extension. does anyone know to which package it belongs?! equery belongs
> > doesn't help. is there some other way to find the package that provides
> > a specific file?!
>
> $equery b libtype1.so
> [ Searching for file(s) libtype1.so in *... ]
> x11-base/xorg-server-1.4.0.90-r3
> (/usr/lib64/xorg/modules/fonts/libtype1.so)
> $
>
> So at least with the ~amd64 xorg-server-1.4.0.90-r3, assuming libtype1.so
> is the file to which you were referring, it's in xorg-server itself.
>
hmmm..... this is a little strange.... it seems like my xorg-server hasn't
compiled it but nevertheless tries to load it at startup by default. i need
to investigate a little what's the reason of this.
ps. about the kernel build scripts you said you'd share are there any news?!
--
dott. ing. beso
[-- Attachment #2: Type: text/html, Size: 1550 bytes --]
^ permalink raw reply [flat|nested] 6+ messages in thread
* [gentoo-amd64] Re: type1 xorg module missing
2008-06-14 15:07 ` Beso
@ 2008-06-15 7:54 ` Duncan
2008-06-21 12:52 ` Duncan
0 siblings, 1 reply; 6+ messages in thread
From: Duncan @ 2008-06-15 7:54 UTC (permalink / raw
To: gentoo-amd64
Beso <givemesugarr@gmail.com> posted
d257c3560806140807m6d5e3336vb4cd73bcd6fb9ad4@mail.gmail.com, excerpted
below, on Sat, 14 Jun 2008 15:07:28 +0000:
> 2008/6/14 Duncan <1i5t5.duncan@cox.net>:
>
>> Beso <givemesugarr@gmail.com> posted
>> d257c3560806140630p28401537sd6ff45096a295f37@mail.gmail.com, excerpted
>> below, on Sat, 14 Jun 2008 13:30:44 +0000:
>>
>> > i've gone with xorg-server--9999 and now i cannot find anymore the
>> > type1 extension. does anyone know to which package it belongs?!
>> > equery belongs doesn't help. is there some other way to find the
>> > package that provides a specific file?!
>>
>> $equery b libtype1.so
>> [ Searching for file(s) libtype1.so in *... ]
>> x11-base/xorg-server-1.4.0.90-r3
>> (/usr/lib64/xorg/modules/fonts/libtype1.so)
>> $
>>
> hmmm..... this is a little strange.... it seems like my xorg-server
> hasn't compiled it but nevertheless tries to load it at startup by
> default. i need to investigate a little what's the reason of this.
There doesn't appear to be a USE flag for it, so it's probably a hard-
wired part of the xorg-server build. Only for some reason, your build
for that library failed, and obviously, it's a non-fatal failure.
It's also possible you hit one of the bleeding edges of running a live
sources ebuild. Perhaps that's being split off into a separate package,
but the dependencies aren't there yet, or there's a new USE flag I don't
see in the 1.4.90-r3 version.
> ps. about the kernel build scripts you said you'd share are there any
> news?!
Thanks for the reminder. I've been putting off upgrading to the latest
kernel rc until I get the scripts spruced up a bit, after which the
upgrade run would be the test to make sure that at least for here, I had
it right.
The problem is that right now, there's some hard-coded paths and the
like, that I'll need to change, "variablizing" them, with the settings
preferably moved to a conf file, but at least all moved to the top of the
scripts, where they're easy to see and set.
Looks like I might get some time 2nite to work on it, as it seems to have
been a fairly slow newsgroups/mailinglists and news day.
--
Duncan - List replies preferred. No HTML msgs.
"Every nonfree program has a lord, a master --
and if you use the program, he is your master." Richard Stallman
--
gentoo-amd64@lists.gentoo.org mailing list
^ permalink raw reply [flat|nested] 6+ messages in thread
* [gentoo-amd64] Re: type1 xorg module missing
2008-06-15 7:54 ` Duncan
@ 2008-06-21 12:52 ` Duncan
2008-06-23 7:20 ` Beso
0 siblings, 1 reply; 6+ messages in thread
From: Duncan @ 2008-06-21 12:52 UTC (permalink / raw
To: gentoo-amd64
Duncan <1i5t5.duncan@cox.net> posted pan.2008.06.15.07.54.06@cox.net,
excerpted below, on Sun, 15 Jun 2008 07:54:06 +0000:
> Beso <givemesugarr@gmail.com> posted
> d257c3560806140807m6d5e3336vb4cd73bcd6fb9ad4@mail.gmail.com, excerpted
> below, on Sat, 14 Jun 2008 15:07:28 +0000:
>
>> ps. about the kernel build scripts you said you'd share are there any
>> news?!
>
> Thanks for the reminder.
OK, got the scripts cleaned up, nice config file, and tested working
after my cleanups. =8^) It's a bit too much to post, so I'll have to
tarball it, upload it to one of my web-storage spots, and post the URL.
I've been putting most of the documentation in the config file, and will
need to update that with a list of all the files (scripts but for the
config file), what each one does, and where I recommend they go.
However, it's mostly done, now. Keep bugging me every few days, tho I'm
heading back into my work week again so I might not get anything more
done for until next Thursday/Friday or so, depending on how crazy things
are at work this week.
--
Duncan - List replies preferred. No HTML msgs.
"Every nonfree program has a lord, a master --
and if you use the program, he is your master." Richard Stallman
--
gentoo-amd64@lists.gentoo.org mailing list
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: [gentoo-amd64] Re: type1 xorg module missing
2008-06-21 12:52 ` Duncan
@ 2008-06-23 7:20 ` Beso
0 siblings, 0 replies; 6+ messages in thread
From: Beso @ 2008-06-23 7:20 UTC (permalink / raw
To: gentoo-amd64
[-- Attachment #1: Type: text/plain, Size: 1488 bytes --]
2008/6/21, Duncan <1i5t5.duncan@cox.net>:
>
> Duncan <1i5t5.duncan@cox.net> posted pan.2008.06.15.07.54.06@cox.net,
> excerpted below, on Sun, 15 Jun 2008 07:54:06 +0000:
>
> > Beso <givemesugarr@gmail.com> posted
> > d257c3560806140807m6d5e3336vb4cd73bcd6fb9ad4@mail.gmail.com, excerpted
> > below, on Sat, 14 Jun 2008 15:07:28 +0000:
> >
> >> ps. about the kernel build scripts you said you'd share are there any
> >> news?!
> >
> > Thanks for the reminder.
>
> OK, got the scripts cleaned up, nice config file, and tested working
> after my cleanups. =8^) It's a bit too much to post, so I'll have to
> tarball it, upload it to one of my web-storage spots, and post the URL.
> I've been putting most of the documentation in the config file, and will
> need to update that with a list of all the files (scripts but for the
> config file), what each one does, and where I recommend they go.
>
> However, it's mostly done, now. Keep bugging me every few days, tho I'm
> heading back into my work week again so I might not get anything more
> done for until next Thursday/Friday or so, depending on how crazy things
> are at work this week.
don't worry. i know how hard is when the work is starting to become more and
more chaotic and to take more and more of your daily time. i'm in a similar
period now and so i don't really have much time to control that. just the
time i took to reply should give a hint about it...
anyway thanks very much for your effort.
--
dott. ing. beso
[-- Attachment #2: Type: text/html, Size: 2149 bytes --]
^ permalink raw reply [flat|nested] 6+ messages in thread
end of thread, other threads:[~2008-06-23 7:20 UTC | newest]
Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-06-14 13:30 [gentoo-amd64] type1 xorg module missing Beso
2008-06-14 13:57 ` [gentoo-amd64] " Duncan
2008-06-14 15:07 ` Beso
2008-06-15 7:54 ` Duncan
2008-06-21 12:52 ` Duncan
2008-06-23 7:20 ` Beso
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox