* [gentoo-dev] Undelivered Mail Returned to Sender
@ 2002-08-15 0:46 Mail Delivery System
0 siblings, 0 replies; 9+ messages in thread
From: Mail Delivery System @ 2002-08-15 0:46 UTC (permalink / raw
To: gentoo-dev
[-- Attachment #1: Notification --]
[-- Type: text/plain, Size: 457 bytes --]
This is the Postfix program at host fastmail.fm.
I'm sorry to have to inform you that the message returned
below could not be delivered to one or more destinations.
For further assistance, please send mail to <postmaster>
If you do so, please include this problem report. You can
delete your own text from the message returned below.
The Postfix program
<devx0000@fastmail.fm>: data format error. Command output: devx0000: Mailbox does not exist
[-- Attachment #2: Delivery error report --]
[-- Type: message/delivery-status, Size: 244 bytes --]
[-- Attachment #3: Undelivered Message --]
[-- Type: message/rfc822, Size: 22975 bytes --]
From: gentoo-dev-request@gentoo.org
To: gentoo-dev@gentoo.org
Subject: gentoo-dev digest, Vol 1 #369 - 9 msgs
Date: Tue, 25 Jun 2002 12:01:09 -0500 (CDT)
Message-ID: <20020625170109.99605AC5AD@chiba.3jane.net>
Send gentoo-dev mailing list submissions to
gentoo-dev@gentoo.org
To subscribe or unsubscribe via the World Wide Web, visit
http://lists.gentoo.org/mailman/listinfo/gentoo-dev
or, via email, send a message with subject or body 'help' to
gentoo-dev-request@gentoo.org
You can reach the person managing the list at
gentoo-dev-admin@gentoo.org
When replying, please edit your Subject line so it is more specific
than "Re: Contents of gentoo-dev digest..."
Today's Topics:
1. libsdl ebuild (Collins)
2. Re: Gentoo Linux Security Guide (Miguel S. Filipe)
3. package question (Doug Henry)
4. Re: package question (Brandon Low)
5. ADV OTCBB:WPCT A COMPANY ON THE RISE. (rptdynamics1000@yahoo.com)
6. Web page suggestion... (David Toye)
7. Your message to gnome-webmaster-list awaits moderator approval (gnome-webmaster-list-admin@gnome.org)
8. running ebuild on an ebuild not in the portage tree? (Ryan Shaw)
9. Re: Gentoo Linux Security Guide (Alexander Gretencord)
--__--__--
Message: 1
Date: Mon, 24 Jun 2002 19:03:07 -0600
From: Collins <erichey2@attbi.com>
To: gentoo-dev@gentoo.org
Subject: [gentoo-dev] libsdl ebuild
Is this a bug or intentional?
libsdl ignores the CFLAGS ... settings and compiles with only -O2
flags.
Thanks,
--
Collins Richey - Denver Area - WWTLRD?
gentoo(since 01/01/01) 2.4.18+(ext3) xfce-sylpheed-mozilla
--__--__--
Message: 2
Date: Tue, 25 Jun 2002 02:24:39 +0100
From: "Miguel S. Filipe" <m3thos@netcabo.pt>
To: "Conny R. Landstedt" <connyl@swipnet.se>
Cc: kn@insecurity.dk, gentoo-dev@gentoo.org
Subject: Re: [gentoo-dev] Gentoo Linux Security Guide
Conny R. Landstedt wrote:
>To Kim Nielsen & Gentoo-dev
>
>In the "Gentoo Linux Security Guide"
>
>
>>Code listing 64: /etc/init.d/firewall
>> #Incoming traffic
>> einfo "Creating incoming ssh traffic chain"
>> $IPTABLES -N allow-ssh-traffic-in
>> $IPTABLES -F allow-ssh-traffic-in
>> $IPTABLES -A allow-ssh-traffic-in -p tcp --sport ssh -j ACCEPT
>>
>>
>
>I'm not absolutely certain, but shouldn't it be "--dport" instead of
>"--sport"?
>
>Reg. Conny
>
>_______________________________________________
>gentoo-dev mailing list
>gentoo-dev@gentoo.org
>http://lists.gentoo.org/mailman/listinfo/gentoo-dev
>
>
>
I believe that the line is for ssh-traffic in.. wich means.. that you
connect to a server in the internet to the ssh port..
and the rule makes it "allowable" for you to recieve the traffic that
comes from the server..
(otherwise you wouldn't be able to use the session because you would
drop everything that comes from the server to you)
But that's shouldn't be needed it one uses a statefull firewall like
iptables...
In my "home made" firewall.. I have this:
# Accept established connections and related ones
$IPT -A NET -m state --state ESTABLISHED,RELATED -j ACCEPT
where NET represents every INPUT from the internet (network device wich
goes to the net)
so..since I accept outgoing connections to ssh(it's also in the
firewall), whenever I iniciate a ssh connection to the outside it
becomes accepted.
I'm not shure that the "allow-ssh-traffic-in" is what i've just said,
it's a guess since I don't know/use that firewall, but if it is, I
believe that something like accepting the outgoing connection & using
that " --state ESTABLISHED,RELATED" would make the rule set cleaner
and easyer to manage...
«just my two euro cents»
And by the way, anyone was able to get dcc send and receive working with
masquerading with iptables?
Miguel Sousa Filipe
Gentoo user since November 2001 ;-)
p.s.: if anyone want's to see my rule set it's in:
URL: http://mega.ist.utl.pt/~mmsf/configs/rc.icewall
--__--__--
Message: 3
Date: Mon, 24 Jun 2002 22:32:32 -0400
From: Doug Henry <doughenry@woh.rr.com>
To: gentoo-dev@gentoo.org
Subject: [gentoo-dev] package question
When using rpm I can do a "rpm -qf packagename" to see a list of files
installed by that package. Can I do something similar with emerge??
--__--__--
Message: 4
Date: Mon, 24 Jun 2002 22:01:20 -0500
From: Brandon Low <lostlogic@gentoo.org>
To: Doug Henry <doughenry@woh.rr.com>
Cc: gentoo-dev@gentoo.org
Subject: Re: [gentoo-dev] package question
qpkg (part of gentoolkit) look at the help, specifically -l for what you
want to do
--Brandon
On Mon, 06/24/02 at 22:32:32 -0400, Doug Henry wrote:
> When using rpm I can do a "rpm -qf packagename" to see a list of files
> installed by that package. Can I do something similar with emerge??
>
>
> _______________________________________________
> gentoo-dev mailing list
> gentoo-dev@gentoo.org
> http://lists.gentoo.org/mailman/listinfo/gentoo-dev
--__--__--
Message: 5
From: rptdynamics1000@yahoo.com
To: gentoo-dev@gentoo.org
Reply-To: remove@nounce1.com
Date: Tue, 25 Jun 2002 13:46:49 -0500
Subject: [gentoo-dev] ADV OTCBB:WPCT A COMPANY ON THE RISE.
<HTML>
<HEAD>
<TITLE>Untitled Document</TITLE>
</HEAD>
<BODY BGCOLOR=3D"#ffffff">
<P><CENTER><TABLE WIDTH=3D"580" BORDER=3D"2" CELLSPACING=3D"2" CELLPADDING=3D"0"
HEIGHT=3D"86">
<TR>
<TD WIDTH=3D"100%" BGCOLOR=3D"#000099">
<H1><CENTER><FONT SIZE=3D"+4"> </FONT><FONT COLOR=3D"#ffffff"
SIZE=3D"+4">Market</FONT><I><FONT SIZE=3D"+4"> </FONT><FONT COLOR=3D"#b90000"
SIZE=3D"+4">Advisory</FONT></I><FONT COLOR=3D"#0000ff" SIZE=3D"+4">
</FONT><FONT COLOR=3D"#ffffff" SIZE=3D"+4">News</FONT></CENTER></H1>
</TD>
</TR>
</TABLE><TABLE WIDTH=3D"450" BORDER=3D"0" CELLSPACING=3D"1" CELLPADDING=3D"0"
HEIGHT=3D"40">
<TR>
<TD WIDTH=3D"100%">
<P><CENTER> <B>Current Topic- WesPac Technologies Corp (OTC:
WPCT)</B></CENTER></TD>
</TR>
</TABLE><TABLE WIDTH=3D"326" BORDER=3D"0" CELLSPACING=3D"1" CELLPADDING=3D"0"
HEIGHT=3D"146">
<TR>
<TD WIDTH=3D"61%" BGCOLOR=3D"#b1b1b1">
<FONT COLOR=3D"#000000">WesPac Technologies Corp.</FONT></TD>
<TD WIDTH=3D"39%" BGCOLOR=3D"#b1b1b1">
<P><CENTER> (OTC: WPCT)</CENTER></TD>
</TR>
<TR>
<TD WIDTH=3D"61%" BGCOLOR=3D"#b1b1b1">
Shares Outstanding</TD>
<TD WIDTH=3D"39%" BGCOLOR=3D"#b1b1b1">
<P><CENTER> 10,500,000 est.</CENTER></TD>
</TR>
<TR>
<TD WIDTH=3D"61%" BGCOLOR=3D"#b1b1b1">
Shares Float</TD>
<TD WIDTH=3D"39%" BGCOLOR=3D"#b1b1b1">
<P><CENTER> 4,300,000 est.</CENTER></TD>
</TR>
<TR>
<TD WIDTH=3D"61%" BGCOLOR=3D"#b1b1b1">
Current Price</TD>
<TD WIDTH=3D"39%" BGCOLOR=3D"#b1b1b1">
<P><CENTER> $0.08-0.09</CENTER></TD>
</TR>
</TABLE><TABLE WIDTH=3D"577" BORDER=3D"1" CELLSPACING=3D"1" CELLPADDING=3D"0"
HEIGHT=3D"112">
<TR>
<TD WIDTH=3D"100%" HEIGHT=3D"84" BGCOLOR=3D"#000099">
<P><CENTER><FONT SIZE=3D"+2"> </FONT><B><FONT COLOR=3D"#ffffff"
SIZE=3D"+3">Why WPCT?</FONT></B></CENTER></TD>
</TR>
<TR>
<TD WIDTH=3D"100%" HEIGHT=3D"24" BGCOLOR=3D"#b1b1b1">
<P> </P>
<P><B>Our thoughts</B>:</P>
<P>For years investment strategists have been telling people
to diversify and for us that philosophy also holds true for companies
with successful business models. This is why we decided to look
for an organization that appeared <B>hot on the acquisition trail</B>.
Managed effectively, this model vastly helps to improve cash
flow and increase top and bottom line growth via diversification.
In doing this we came across a company whose primary strategy
has been to <U>acquire energy related assets such as Oil and
Gas properties, Fuel Cell Technology and Bio-Solid Waste Management
Technology</U>.</P>
<P>In other words we came across a company that we call a sleeper,
meaning it is not that well known amongst the general public
but will be soon enough. That company’s name is WesPac Technologies
which is headquartered in Dallas, Texas and headed up by <B>President
Terrence A. Tecco</B>. Mr. Tecco has been the key element to
many successful joint ventures and mergers in the oil and gas
industry. His right hand man, <B>Vice President David Tettleton</B>,
has a 35 year solid record of success in exploration, operations,
management and has worked with some heavy hitters such as the
likes of <U>Exxon USA and Campbell Energy Corporation</U>.</P>
<P> </TD>
</TR>
</TABLE><TABLE WIDTH=3D"575" BORDER=3D"1" CELLSPACING=3D"1" CELLPADDING=3D"0"
HEIGHT=3D"119">
<TR>
<TD WIDTH=3D"100%" HEIGHT=3D"92" BGCOLOR=3D"#000099">
<P><CENTER> <B><FONT COLOR=3D"#ffffff" SIZE=3D"+3">Insight into
WesPac</FONT></B></CENTER></TD>
</TR>
<TR>
<TD WIDTH=3D"100%" HEIGHT=3D"23" BGCOLOR=3D"#b1b1b1">
<P> </P>
<P><B>Due to the Middle East’s current environment</B> and
the world for that matter, industry leaders have been working
hard at trying to find other sources and places from which they
can extract more fuel rather than having to rely on certain regions
and people of the world. <U>WesPac is one of those leaders</U>.
Currently WesPac has been acquiring numerous smaller wells from
companies that cannot capture the full potential of their production
due to costly ineffective recovery methods. WesPac is then able
to purchase wells under market value, increase output of oil
and gas several times the normal output, <U>thus turning it into
a profitable operation</U>. The company is also looking to acquire
additional oil and gas properties in West Texas, South Louisiana,
Pennsylvania and New York. WesPac’s objective will be to
focus on domestic and U. S. reserves but will consider involvement
in viable foreign markets.</TD>
</TR>
</TABLE><TABLE WIDTH=3D"572" BORDER=3D"1" CELLSPACING=3D"1" CELLPADDING=3D"0"
HEIGHT=3D"115">
<TR>
<TD WIDTH=3D"100%" HEIGHT=3D"88" BGCOLOR=3D"#000099">
<P><CENTER><B><FONT COLOR=3D"#ffffff"> </FONT><FONT COLOR=3D"#ffffff"
SIZE=3D"+3">WesPac Market Strategy</FONT></B></CENTER></TD>
</TR>
<TR>
<TD WIDTH=3D"100%" HEIGHT=3D"23" BGCOLOR=3D"#b1b1b1">
<P> </P>
<P><B>As environmental concerns continue to grow</B>, WesPac
has begun to focus much of its attention on alternative energy
technologies such as fuel cells. On April 4th, 2002, <U>WesPac
Technologies Corp. entered into a joint venture with Tuaoi-Two
Communications involving the Solid State Turbo-Hybrid Fuel Cell
Technology (SOFC)</U>. The SOFC program aims to develop commercial
electricity generation products that provide high energy conversion
efficiencies, greatly reduced greenhouse emissions, lower power
generation noise levels and competitive electricity costs. System
studies to date indicate that fuel cell/turbine hybrids could
realize <U>25 percent increase in efficiency and 25 percent reduction
in cost</U> for a comparably sized fuel cell. WesPac’s goal
is to develop solid oxide fuel cell products that will enable
customers to generate electricity on their own premises, using
natural gas and oil as the fuel source. The on-site power generation
paradigm is gaining increasing attention throughout the world,
particularly in the USA, and developing Latin American countries.
Market assessment studies indicate a <B>major global market for
this type of product. <BR>
</B></P>
<P> </TD>
</TR>
</TABLE><TABLE WIDTH=3D"570" BORDER=3D"1" CELLSPACING=3D"1" CELLPADDING=3D"0"
HEIGHT=3D"116">
<TR>
<TD WIDTH=3D"100%" HEIGHT=3D"89" BGCOLOR=3D"#000099">
<P><CENTER> <B><I><FONT COLOR=3D"#b90000" =
SIZE=3D"+3">Advisory</FONT><FONT
SIZE=3D"+3"> </FONT></I><FONT COLOR=3D"#ffffff" =
SIZE=3D"+3">Conclusion</FONT></B></CENTER></TD>
</TR>
<TR>
<TD WIDTH=3D"100%" HEIGHT=3D"23" BGCOLOR=3D"#b1b1b1">
<P> </P>
<P><B>In a recent development</B>, the first Waste Management
Plant that WesPac Technologies Corp. has been currently working
to acquire, has now been approved for the processing of human
and animal waste, <U>passing requirements with the EPA, DEP and
the NPDES</U>. The process converts the animal and human waste
into a viable and in-demand organic fertilizer, when mixed with
the proprietary co-products. The animal and bio-solid waste conversion
to organic fertilizer <U>exceeds the EPA mantra of REDUCE, REUSE,
RECYCLE, and RETURN to the EARTH</U>. This environmental and
ecologically friendly process uses no hazardous or toxic chemicals.
Unlike traditional lime based processes, this technology is true
waste recycling. The final product which is in a dry gray granular
form, can be fully utilized as it is nutrious, organic material,
ideal for soil conditioning and agronomic filling. <B>Furthermore,
WesPac intends to expand this proprietary technology throughout
regions of the United States</B>. Once again the company has
focused on environmental concerns while incorporating a business
model which will allow them to take full advantage while increasing
current market share and helping to significantly improve the
bottom line.</P>
<P><B>Due to the company’s strong management team</B>, it’s
diversification strategy and keen sense for knowing what businesses
will prove to be most profitable due to the worlds current state
of affairs, <U>we believe WesPac is clearly on the right track
to becoming a true global leader</U>!</TD>
</TR>
</TABLE><TABLE WIDTH=3D"568" BORDER=3D"1" CELLSPACING=3D"1" CELLPADDING=3D"0">
<TR>
<TD WIDTH=3D"100%" BGCOLOR=3D"#000099">
<P> </P>
<P><FONT COLOR=3D"#ffffff" SIZE=3D"-1">Disclaimer:</FONT></P>
<P><FONT COLOR=3D"#ffffff" SIZE=3D"-1">Market Advisory News provides
information on selected companies that it believes has investment
potential. Market Advisory News is not a registered investment
advisor or broker - dealer. This report is provided as an information
service only, and the statements and opinions in this report
should not be construed as an offer or solicitation to buy or
sell any security. Market Advisory News accepts no liability
for any loss arising from an investors reliance on or use of
this report. An investment in WPCT is considered to be highly
speculative and should not be considered unless a person can
afford a complete loss of investment. Market Advisory News has
been retained to distribute this report on WPCT and has been
paid 200k free trading shares by a third party. This report involves
forward looking statements, which involve risk, and uncertainties
that may cause actual results to differ materially from those
set forth in the forward - looking statements. For further details
concerning these risks and uncertainties, see the SEC filings
of WPCT including the companys most recent annual and quarterly
reports.</FONT></TD>
</TR>
<TR>
<TD WIDTH=3D"100%" BGCOLOR=3D"#000099">
<P><CENTER> <FONT COLOR=3D"#ffffff">If you wish to
unsubscribe from our mailing list, please </FONT><A =
HREF=3D"mailto:remove@nounce1.com?subject=3DREMOVE">Click
Here </A><FONT COLOR=3D"#ffffff">or call us at 1-866-667-5399,
or write to us at: NOUNCE1, 6822 22nd Ave. N, St. Petersburg,
FL 33710-3918</FONT></CENTER></TD>
</TR>
</TABLE></CENTER>
</BODY>
</HTML>
--__--__--
Message: 6
Reply-To: <david.toye@parsons.com>
From: "David Toye" <david.toye@parsons.com>
To: <gentoo-dev@gentoo.org>
Date: Tue, 25 Jun 2002 08:41:55 -0400
Organization: Parsons
Subject: [gentoo-dev] Web page suggestion...
Greetings,
First off just want to say that I love gentoo!
I have found your documentation very informative and easy to follow. I
love keeping it handy while I build new systems with gentoo. The problem
I have is *very* cosmetic. You still have (new) is red even after many
weeks posted of your site. I think having a time limit of 1 week for the
glaring red (new) tag or tell us the version number of the document in
the link. It will keep the community up to date with all new
changes/additions to your excellent documentation.
Thanks for listening,
David Toye
LAN Administrator
Parsons
(905) 943-4922
david.toye@parsons.com
--__--__--
Message: 7
From: gnome-webmaster-list-admin@gnome.org
To: gentoo-dev@gentoo.org
Date: Tue, 25 Jun 2002 09:03:09 -0400 (EDT)
Subject: [gentoo-dev] Your message to gnome-webmaster-list awaits moderator approval
Your mail to 'gnome-webmaster-list' with the subject
A special nice game
Is being held until the list moderator can review it for approval.
The reason it is being held:
Message body is too big: 184559 bytes but there's a limit of 40 KB
Either the message will get posted to the list, or you will receive
notification of the moderator's decision.
--__--__--
Message: 8
From: Ryan Shaw <ryan.shaw@stanfordalumni.org>
To: gentoo-dev@gentoo.org
Date: 25 Jun 2002 22:25:51 +0900
Subject: [gentoo-dev] running ebuild on an ebuild not in the portage tree?
--=-yBqo2CUOz6L7Y/gQQgn9
Content-Type: text/plain
Content-Transfer-Encoding: quoted-printable
hello,
i usually develop ebuilds by working on them
in my home directory, and using the "ebuild"
command (rather than "emerge") to try out the
different stages before submitting.
this used to (2 weeks ago) work just fine:
ebuild ant-1.5_beta3.ebuild digest
but now i get:
!!! doebuild: /usr/portage/dev-java/ant/ant-1.5_beta3.ebuild not found.
Traceback (most recent call last):
File "/usr/sbin/ebuild", line 33, in ?
a=3Dportage.doebuild(pargs[0],x,getroot(),debug=3Ddebug)
File "/usr/lib/python2.2/site-packages/portage.py", line 1073, in
doebuild
settings["SLOT"], settings["RESTRICT"], myuris =3D
db["/"]["porttree"].dbapi.aux_get(mykey,["SLOT","RESTRICT","SRC_URI"])
File "/usr/lib/python2.2/site-packages/portage.py", line 2548, in
aux_get
mycent=3Dopen(mydbkey,"r")
IOError: [Errno 2] No such file or directory:
'/var/cache/edb/dep/dev-java/ant-1.5_beta3'
what happened?
ryan
--=-yBqo2CUOz6L7Y/gQQgn9
Content-Type: application/pgp-signature; name=signature.asc
Content-Description: This is a digitally signed message part
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.0.7 (GNU/Linux)
iD8DBQA9GG9fmHTmWs8IpnoRArLyAJ9ZtttvP0qy1EokMpFwV0Xaz409LQCeLSKn
ebS8RuuaVarYTGRr19BQhLQ=
=rOnc
-----END PGP SIGNATURE-----
--=-yBqo2CUOz6L7Y/gQQgn9--
--__--__--
Message: 9
From: Alexander Gretencord <arutha@gmx.de>
To: gentoo-dev@gentoo.org
Subject: Re: [gentoo-dev] Gentoo Linux Security Guide
Date: Tue, 25 Jun 2002 17:15:44 +0200
On Tuesday 25 June 2002 03:24, Miguel S. Filipe wrote:
> And by the way, anyone was able to get dcc send and receive working wit=
h
> masquerading with iptables?
DCC Receive is no problem at all, because of the way DCC works (Someone o=
ffers=20
you a DCC send and sends you his IP an a port which _you_ connect to. The=
=20
offer goes through normal irc traffic so it comes through and the rest sh=
ould=20
succeed unless your firewall blocks traffic to any ip on the port that th=
e=20
dcc offer included.
If you want to send a dcc offer yourself this will of course not succeed =
as=20
you firewall will not let traffic through to the port from your dcc offer=
but=20
that's what the masquerrading modules is for (it's in the official kernel=
=20
tree for some time now). All you have to do, is insert that module before=
you=20
connect to the irc server (or compile it into your kernel).
Alex
--=20
"They that can give up essential liberty to obtain a little temporary saf=
ety=20
deserve neither liberty nor safety."
Benjamin Franklin
--__--__--
_______________________________________________
gentoo-dev mailing list
gentoo-dev@gentoo.org
http://lists.gentoo.org/mailman/listinfo/gentoo-dev
End of gentoo-dev Digest
^ permalink raw reply [flat|nested] 9+ messages in thread
* [gentoo-dev] Undelivered Mail Returned to Sender
@ 2002-08-15 0:46 Mail Delivery System
0 siblings, 0 replies; 9+ messages in thread
From: Mail Delivery System @ 2002-08-15 0:46 UTC (permalink / raw
To: gentoo-dev
[-- Attachment #1: Notification --]
[-- Type: text/plain, Size: 457 bytes --]
This is the Postfix program at host fastmail.fm.
I'm sorry to have to inform you that the message returned
below could not be delivered to one or more destinations.
For further assistance, please send mail to <postmaster>
If you do so, please include this problem report. You can
delete your own text from the message returned below.
The Postfix program
<devx0000@fastmail.fm>: data format error. Command output: devx0000: Mailbox does not exist
[-- Attachment #2: Delivery error report --]
[-- Type: message/delivery-status, Size: 244 bytes --]
[-- Attachment #3: Undelivered Message --]
[-- Type: message/rfc822, Size: 24215 bytes --]
From: gentoo-dev-request@gentoo.org
To: gentoo-dev@gentoo.org
Subject: gentoo-dev digest, Vol 1 #411 - 14 msgs
Date: Tue, 16 Jul 2002 09:20:03 -0500 (CDT)
Message-ID: <20020716142003.71CCEAC64C@chiba.3jane.net>
Send gentoo-dev mailing list submissions to
gentoo-dev@gentoo.org
To subscribe or unsubscribe via the World Wide Web, visit
http://lists.gentoo.org/mailman/listinfo/gentoo-dev
or, via email, send a message with subject or body 'help' to
gentoo-dev-request@gentoo.org
You can reach the person managing the list at
gentoo-dev-admin@gentoo.org
When replying, please edit your Subject line so it is more specific
than "Re: Contents of gentoo-dev digest..."
Today's Topics:
1. Re: Unicode support (Marko Mikulicic)
2. gentoo-web. (Terje Kvernes)
3. orinoco drivers not compiling: Guinea Pig Tester Request (Ben Lutgens)
4. RE: orinoco drivers not compiling: Guinea Pig Tester Request (Doug Goldstein)
5. proposal (Respond Urgently) (Dr.Samson Osage)
6. Re: orinoco drivers not compiling: Guinea Pig Tester
Request (Chad M. Huneycutt)
7. Re: extremely important (Jake Bishop)
8. [gentoo-announce] More Moved Packages (dev-php) (Ryan Phillips)
9. about GLSA (Asbjorn Sannes)
10. problem with "emerge clean" (Matthias F. Brandstetter)
11. Re: Unicode support (Nils Decker)
12. Re: problem with "emerge clean" (Markus Wagner)
13. Re: problem with "emerge clean" (Jean-Michel Smith)
--__--__--
Message: 1
Date: Tue, 16 Jul 2002 02:06:10 +0200
From: Marko Mikulicic <marko@seul.org>
To: Christophe Vanfleteren <c.vanfleteren@pandora.be>
Cc: gentoo-dev@gentoo.org
Subject: Re: [gentoo-dev] Unicode support
Christophe Vanfleteren wrote:
> On Tuesday 16 July 2002 01:37, Marko Mikulicic wrote:
> <--->
>
>>PS: it would be nice if portage could maintain a list
>>of possible use flags, based on ebuild files contents, with a brief
>>description on each.
>
>
> Try
> cat /usr/portage/profiles/use.desc
>
> Christophe Vanfleteren
>
Yes, it does the job. But it has to be updated by hand.
I mean something that scans the ebuilds when rsyncing,
for example, which would list all use flags, including those
added in new user submitted ebuild files.
I'm not sure if it makes sense, just food for thoughts.
Marko
--__--__--
Message: 2
To: gentoo-dev@gentoo.org
Organization: do you Gentoo?
From: Terje Kvernes <terjekv@math.uio.no>
Date: 16 Jul 2002 05:29:47 +0200
Subject: [gentoo-dev] gentoo-web.
this ebuild should depend on cvs. I couldn't file a bugzilla report
as I'm off to a holiday, and just grabbed gentoo-web to make sure I
had more stuff to read. happy hacking people.
--
Terje - off with <url: http://www.hurtigruten.no >
--__--__--
Message: 3
Date: Mon, 15 Jul 2002 22:53:51 -0500
From: Ben Lutgens <lamer@gentoo.org>
To: gentoo-dev@gentoo.org
Subject: [gentoo-dev] orinoco drivers not compiling: Guinea Pig Tester Request
--sm4nu43k4a2Rpi4c
Content-Type: text/plain; charset=us-ascii
Content-Disposition: inline
Content-Transfer-Encoding: quoted-printable
I'd like to solicit your help in testing something to make sure I'm not
losing my mind :-)
I was getting this wierd thing where no matter what I did, i was getting no
orinoco drivers compiled or installed. A little investigation showed me the
following code in the wireless/Makefile in the toplevel of the source tree.
ifdef DO_ORINOCO
MODULES +=3D hermes.o orinoco.o orinoco_cs.o
SRCS +=3D hermes.c orinoco.c orinoco_cs.c
endif
Thanks to this little nugget the only way to get these .o files to compile
is by a -DDO_ORINOCO or commenting the ifdef and endif lines out. Some
folks have said that 3.1.34-r7 doesn't have this problem, and they a simple
"ebuild pcmcia-cs-3.1.34-r7.ebuild merge" would net you some orinoco
drivers. I do not believe this.
Here's how to test.
cd ${PORTDIR}/sys-apps/pcmcia-cs
ebuild pcmcia-cs-3.1.34-r7.ebuild clean unpack compile
cd /var/tmp/portage/pcmcia-cs-3.1.34-r7/work/pcmcia-3.1.34/wireless/
ls *.o
# you should see (if i'm not smoking something)
airo.o netwave_cs.o wavelan_cs.o wvlan_hcf.o
airo_cs.o ray_cs.o wvlan_cs.o wvlan_hcfio.o
Now, to further complete our test we'll fire up our favorite text editor on
the Makefile in the same dir as we're in, and comment out ifdef in line 21
and endif in line 24. Now if you run "make" you should see it compile some
more modules. And another "ls *.o" and we see:
airo.o hermes.o orinoco.o ray_cs.o wvlan_cs.o wvlan_hcfio=
.o
airo_cs.o netwave_cs.o orinoco_cs.o wavelan_cs.o wvlan_hcf.o
Now, to make sure that I'm not a complete dolt, please give this test a
once over to and post your findings in this thread just to make an old man
feel better and that he isn't losing his mind. I could continue to test
this with more and more versions of this package but according to some
conversations I've had this particular one is supposed to have been proven
to "compile and install the orinoco drivers" and since I see no
modifications to Makefiles or any any passing of a -DDO_ORINOCO in any
patches or sed statements I can only assume that ALL packages using 3.1.34
source are suceptible to the same wierdness. Thanks for your time, and may
the schwartz be with you.
--=20
Ben Lutgens | http://cvs.gentoo.org/~lamer/=09
Random Gentoo Developer | http://www.gentoo.org/
"I got a wife and kids too but you don't see me out here stealing Imperial
Droids now do ya?"
--sm4nu43k4a2Rpi4c
Content-Type: application/pgp-signature
Content-Disposition: inline
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.0.7 (GNU/Linux)
iD8DBQE9M5jPEPToQXBhE0ERAnHSAKCCSkK15RNmOT/zTt+qNh3jdfXxoQCgmj3G
QD6QBGFWuT2dQZLFAVsH5kI=
=h065
-----END PGP SIGNATURE-----
--sm4nu43k4a2Rpi4c--
--__--__--
Message: 4
Reply-To: <cardoe@gentoo.org>
From: "Doug Goldstein" <cardoe@gentoo.org>
To: "'Ben Lutgens'" <lamer@gentoo.org>, <gentoo-dev@gentoo.org>
Subject: RE: [gentoo-dev] orinoco drivers not compiling: Guinea Pig Tester Request
Date: Tue, 16 Jul 2002 00:39:06 -0400
Organization: Gentoo Linux
I have without any changes to the Makefile or anything... just the
straight up -r7 ebuild the following:
airo.o airo_cs.o hermes.o netwave_cs.o orinoco.o orinoco_cs.o ray_cs.o
wavelan_cs.o wvlan_cs.o wvlan_hcf.o wvlan_hcfio.o
I have gcc-2.95 on my laptop.
-Doug Goldstein
Gentoo Laptop Developer http://www.gentoo.org/~cardoe/
-----Original Message-----
From: gentoo-dev-admin@gentoo.org [mailto:gentoo-dev-admin@gentoo.org]
On Behalf Of Ben Lutgens
Sent: Monday, July 15, 2002 11:54 PM
To: gentoo-dev@gentoo.org
Subject: [gentoo-dev] orinoco drivers not compiling: Guinea Pig Tester
Request
I'd like to solicit your help in testing something to make sure I'm not
losing my mind :-)
I was getting this wierd thing where no matter what I did, i was getting
no
orinoco drivers compiled or installed. A little investigation showed me
the
following code in the wireless/Makefile in the toplevel of the source
tree.
ifdef DO_ORINOCO
MODULES += hermes.o orinoco.o orinoco_cs.o
SRCS += hermes.c orinoco.c orinoco_cs.c
endif
Thanks to this little nugget the only way to get these .o files to
compile
is by a -DDO_ORINOCO or commenting the ifdef and endif lines out. Some
folks have said that 3.1.34-r7 doesn't have this problem, and they a
simple
"ebuild pcmcia-cs-3.1.34-r7.ebuild merge" would net you some orinoco
drivers. I do not believe this.
Here's how to test.
cd ${PORTDIR}/sys-apps/pcmcia-cs
ebuild pcmcia-cs-3.1.34-r7.ebuild clean unpack compile
cd /var/tmp/portage/pcmcia-cs-3.1.34-r7/work/pcmcia-3.1.34/wireless/
ls *.o
# you should see (if i'm not smoking something)
airo.o netwave_cs.o wavelan_cs.o wvlan_hcf.o
airo_cs.o ray_cs.o wvlan_cs.o wvlan_hcfio.o
Now, to further complete our test we'll fire up our favorite text editor
on
the Makefile in the same dir as we're in, and comment out ifdef in line
21
and endif in line 24. Now if you run "make" you should see it compile
some
more modules. And another "ls *.o" and we see:
airo.o hermes.o orinoco.o ray_cs.o wvlan_cs.o
wvlan_hcfio.o
airo_cs.o netwave_cs.o orinoco_cs.o wavelan_cs.o wvlan_hcf.o
Now, to make sure that I'm not a complete dolt, please give this test a
once over to and post your findings in this thread just to make an old
man
feel better and that he isn't losing his mind. I could continue to test
this with more and more versions of this package but according to some
conversations I've had this particular one is supposed to have been
proven
to "compile and install the orinoco drivers" and since I see no
modifications to Makefiles or any any passing of a -DDO_ORINOCO in any
patches or sed statements I can only assume that ALL packages using
3.1.34
source are suceptible to the same wierdness. Thanks for your time, and
may
the schwartz be with you.
--
Ben Lutgens |
http://cvs.gentoo.org/~lamer/
Random Gentoo Developer | http://www.gentoo.org/
"I got a wife and kids too but you don't see me out here stealing
Imperial
Droids now do ya?"
--__--__--
Message: 5
From: "Dr.Samson Osage" <samsx5@mail.com>
Date: Mon, 15 Jul 2002 21:41:51
To: gentoo-dev@gentoo.org
Subject: [gentoo-dev] proposal (Respond Urgently)
Dr. Zack Ego.
Lagos-Nigeria.
ATTN: President/Ceo
REQUEST FOR ASSISTANCE IN A FINANCIAL TRANSACTION
I am contacting you based on information and esteem
recommendation I received of you from a high ranking
official in the commercial section of the Nigerian
Chambers of Commerce and Industry who guaranteed your
reliability and trustworthyness in business dealings.
This business proposal I wish to intimate you with is
of mutual benefit and it's success is entirely based
on mutual trust, cooperation and a high level of
confidentiality as regard this transaction.
I am the Chairman of the contract Advisory Committee
(CAC) of the Nigerian Federal Ministry of Works and
Housing (FMWH). I am seeking your assistance to enable
me transfer the sum of US$16,500,000.00 (Sixteen
Million, Five Hundred Thousand United States Dollars)
into your private/company account.
The fund came about as a result of a contract awarded
and executed on behalf of my Ministry the Federal
Ministry of Works and Housing.
The contract was supposed to be awarded to two foreign
contractors to the tune of US$60,000,000.00 (Sixty
Million United States Dollars).
But in the course of negotiation, the contract was
awarded to a Bulgarian contractor at the cost of
US$43,500,000.00 (Forty-Three Million, Five Hundred
Thousand United States Dollars) to my benefit unknown
to the contractor. This contract has been
satisfactorily executed and inspected as the Bulgarian
firm is presently securing payment from my Ministry,
where I am the Executive Director in-charge of all
foreign contract payment approval.
As a civil servant still in active government service,
I am forbidden by law to operate an account outside
the shores of Nigeria. Hence this message to you
seeking your assistance so as to enable me present
your private/company account details as a beneficiary
of contractual claims alongside that of the Bulgarian
contractor, to enable me transfer the difference of
US$16,500,000.00 (Sixteen Million, Five Hundred
Thousand United States Dollars) into your provided
account.
On actualisation, the fund will be disbursed as stated
below.
1. 30% of the fund will be for you as beneficiary.
2. 10% for reimbursement to both parties for
incidental expenses that may be incurred during the
course of the transaction.
3. 60% of the fund will be for me which I intend to
invest in your country with you as my partner.
All logistics are in place and all modalities worked
out for a smooth actualisation of the transaction
within the next few working days of commencement. For
further details as to the workability of this
transaction.
Thank you and God bless as I await your urgent
response.
Yours Sincerely,
Dr. Zack Ego.
Email:zackego22@euroseek.com
--__--__--
Message: 6
Date: Tue, 16 Jul 2002 01:57:37 -0400
From: "Chad M. Huneycutt" <chad.huneycutt@acm.org>
Reply-To: chadh@gentoo.org
Organization: Georgia Tech College of Computing
To: gentoo-dev@gentoo.org
Cc: Ben Lutgens <lamer@gentoo.org>
Subject: Re: [gentoo-dev] orinoco drivers not compiling: Guinea Pig Tester
Request
Ben Lutgens wrote:
> I'd like to solicit your help in testing something to make sure I'm not
> losing my mind :-)
>
> I was getting this wierd thing where no matter what I did, i was getting no
> orinoco drivers compiled or installed. A little investigation showed me the
> following code in the wireless/Makefile in the toplevel of the source tree.
>
> ifdef DO_ORINOCO
> MODULES += hermes.o orinoco.o orinoco_cs.o
> SRCS += hermes.c orinoco.c orinoco_cs.c
> endif
Ben,
I think you are just missing a couple kernel configuration options. If
you take a look at the Configure script in the top-level pcmcia-cs source
directory, you will see that DO_ORINOCO is set based on the following
conditions (I didn't bother to fully track down the logic, but this should
get you started):
1. (most likely) -- CONFIG_NET_RADIO is configured in your kernel's .config
file. This is the "Wireless LAN (non-hamradio)" option in the "Network
Device Support" submenu.
2. [ -r /proc/net/wireless ]
3. [ ! -r ${LINUX}/include/linux/wireless.h ] ; then
CONFIG_NET_PCMCIA_RADIO=n
fi
(this indirectly turns DO_ORINOCO off)
The first thing above is like the alsa procedure of enabling sound but not
selecting any drivers. You have to configure the kernel for wireless/radio
support, and then pcmcia-cs's configure script enables building of the
orinoco modules.
I hope that clears it up for you.
--
Chad Huneycutt
--__--__--
Message: 7
Date: Tue, 16 Jul 2002 01:09:48 -0700
From: Jake Bishop <jb3insf@pacbell.net>
Subject: Re: [gentoo-dev] extremely important
To: gentoo-dev@gentoo.org
Grant Slater wrote:
>South Africa is a very beautiful country! I am South African AND I use
>gentoo!
>
>Anyone with power? Please hunt this shameless bastard down and have him
>skinned alive!
>
>THIS IS A SCAM! The "Mr Peter Zuma" will ask for some money from you and
>then he is never heard from again.
>
>First time I have seen "them" use South Africa as their "base."
>
>Thanks
> Grant Slater
>
>PS: If it sounds to good to be true, it is!
>PPS: Cape Town / South Africa is a VERY beautiful place! Come visit! We
>can go L.U.G.ing
>
>On Tue, 16 Jul 2002, zuma peter wrote:
>
>
>
>>FROM: PETER ZUMA
>>pet_zuma@yahoo.com
>>
>>pet_zuma@hotvoice.com
>>
>>
>>STRICTLY CONFIDENTIAL & URGENT
>>
>>Dear Sir,
>>
>>I am Mr. Peter Zuma, a Native of Cape Town in South
>>Africa and I am an Executive Accountant with the South
>>
>>
This is a variation on the Nigerian scam that was around a few years ago,
--__--__--
Message: 8
From: Ryan Phillips <rphillips@gentoo.org>
To: gentoo-announce@gentoo.org
Date: Tue, 16 Jul 2002 01:58:30 -0700
Subject: [gentoo-dev] [gentoo-announce] More Moved Packages (dev-php)
--=.C2rr5w18rtCcJ0
Content-Type: text/plain; charset=US-ASCII
Content-Transfer-Encoding: 7bit
I'm happy to announce that the dev-php/ portage directory is
now live.
dev-php/php is a shell interpreter.
dev-php/mod_php is the module for apache.
dev-php/PEAR-* PEAR modules
The old dev-lang/php is now obsolete and is now dev-php/mod_php
If anyone finds any bugs, please assign them to me:
rphillips at gentoo.org
Regards,
Ryan Phillips
--=.C2rr5w18rtCcJ0
Content-Type: application/pgp-signature
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.0.7 (GNU/Linux)
iQEVAwUBPTPgOVBxA/+aEdQ1AQGieQf+M9/1xudM4lu/nXC78ZXDdVse9uOAlESp
pv8TqE/+3T/JjbZDtEKdNp1eC/VcMIZ+qkfNosaddepAzv3LJiPewjNiEtSNSFAO
MlWz6Gy+hdx/IEO7o2Kxl0LjBNcoXx/mrlyp4Kant84EiJgsSIN1KWRwiCR7MQfp
bWX0ODo+baM7TSij4B1ZUkriZIA8pqDkl9RPIdoEskbvxYUfkYzXR2BwQymRIqCr
AgzO2e44YvNknuhnfKrNttTA4h7GMo4KJU3M1j49jrdsPEx1LMYBNizoHq0JLezX
9DFm7zBjJ0ig3INzKf9Z+JZiMy5ol4mqlkY9bXi/eWOf+HSq2jL20g==
=XqiE
-----END PGP SIGNATURE-----
--=.C2rr5w18rtCcJ0--
_______________________________________________
gentoo-announce mailing list
gentoo-announce@gentoo.org
http://lists.gentoo.org/mailman/listinfo/gentoo-announce
--__--__--
Message: 9
From: Asbjorn Sannes <gentoo@sannes.org>
To: gentoo-dev@gentoo.org
Date: 16 Jul 2002 10:54:56 +0200
Subject: [gentoo-dev] about GLSA
In every GLSA they inform us of the steps to take to update the
software, and it always goes something like this:
emerge --clean rsync
emerge <package>
emerge clean
.. now, I wonder, .. isn't emerge prune <package> a better way? Because
most of the time emerge clean won't unmerge the old packages leaving
(very unlikely) vulnerable files?
Examples of this behaviour (not unmerging the old vuln. package) is
the recent glibc and openssh updates. Altough, in these cases it is not
exploitable in the future it might be.
--
Asbjorn Sannes
ace@sannes.org
--__--__--
Message: 10
From: "Matthias F. Brandstetter" <mfb@1012surf.net>
Organization: tele.ring
To: gentoo-dev@gentoo.org
Date: Tue, 16 Jul 2002 13:15:33 +0200
Subject: [gentoo-dev] problem with "emerge clean"
Hi gentoo-team!
After a long search for a good linux dist. _without_ this sucking RPMs, I=
=20
found your dist. on "distrowatch.com". I am very happy now, I like your=20
portage-system very much.
But now I have my first problem with it. I tried to make an "emerge clean=
"=20
which worked find, until it came to a package named=20
"kde-base/arts-1.0.1.20020604". Portage is not able to unmerge it with it=
s=20
dependecies. Even if I try to unmerge it manually, I get the follwing=20
error message:
>>> Unmerging kde-base/arts-1.0.1.20020604...
!!! ERROR: The ebuild did not complete successfully.
!!! Function inherit, Line -2050, Exitcode 0
!!! kde.org: Error: unrecognized version 1.0.1, could not set SRC_URI
!!! pkg_prerm() script failed; exiting.
Because I'm new to your gentoo-system, I have no clue how to fix this=20
problem. Is there an easy way to fix it? Please help me!
Thank you, Matthias
--__--__--
Message: 11
Date: Tue, 16 Jul 2002 14:23:35 +0200
From: Nils Decker <nils@ndecker.de>
To: gentoo-dev@gentoo.org
Subject: Re: [gentoo-dev] Unicode support
Marko Mikulicic <marko@seul.org> wrote:
> Christophe Vanfleteren wrote:
> > cat /usr/portage/profiles/use.desc
> Yes, it does the job. But it has to be updated by hand.
> I mean something that scans the ebuilds when rsyncing,
try useflag from app-admin/gentoolkit
Regards
Nils
--
Nils Decker <nils@ndecker.de>
--__--__--
Message: 12
From: Markus Wagner <teamzone@uni.de>
To: "Matthias F. Brandstetter" <mfb@1012surf.net>,
gentoo-dev@gentoo.org
Subject: Re: [gentoo-dev] problem with "emerge clean"
Date: Tue, 16 Jul 2002 15:30:12 +0200
Hi!
> error message:
> >>> Unmerging kde-base/arts-1.0.1.20020604...
>
> !!! ERROR: The ebuild did not complete successfully.
> !!! Function inherit, Line -2050, Exitcode 0
> !!! kde.org: Error: unrecognized version 1.0.1, could not set SRC_URI
>
> !!! pkg_prerm() script failed; exiting.
Sorry, I still don't know how to fix this, but I have exactly the same pr=
oblem=20
here with unmerging arts-1.0.2. I think there's a problem with the versio=
n of=20
arts, because it's the only part of kde with a version different to 3.0.x=
=2E
Markus
--__--__--
Message: 13
From: Jean-Michel Smith <jsmith@kcco.com>
To: "Matthias F. Brandstetter" <mfb@1012surf.net>,
gentoo-dev@gentoo.org
Subject: Re: [gentoo-dev] problem with "emerge clean"
Date: Tue, 16 Jul 2002 09:21:07 -0500
On Tuesday 16 July 2002 06:15 am, Matthias F. Brandstetter wrote:
> But now I have my first problem with it. I tried to make an "emerge cle=
an"
> which worked find, until it came to a package named
> "kde-base/arts-1.0.1.20020604". Portage is not able to unmerge it with =
its
> dependecies. Even if I try to unmerge it manually, I get the follwing
>
> error message:
> >>> Unmerging kde-base/arts-1.0.1.20020604...
>
> !!! ERROR: The ebuild did not complete successfully.
> !!! Function inherit, Line -2050, Exitcode 0
> !!! kde.org: Error: unrecognized version 1.0.1, could not set SRC_URI
>
> !!! pkg_prerm() script failed; exiting.
>
> Because I'm new to your gentoo-system, I have no clue how to fix this
> problem. Is there an easy way to fix it? Please help me!
I'm having some rather serious difficulties that I think go back to emerg=
e=20
rsync --clean as well (=09or maybe emerge -c, I don't know). In any even=
t,=20
after following the instructions for the latest security update (to rebui=
ld=20
glibc) and the juggled net-misc files, I've ended up with an emerge (port=
age=20
2.0.13) which is severely broken, to the point where, if I just try and d=
o an=20
'emerge -s [somepackage]' I get:
Traceback (most recent call last):
File "/usr/bin/emerge", line 1198, in ?
searchinstance.output()
File "/usr/bin/emerge", line 162, in output
print "[ Results for search key : "+white(self.searchkey)+" ]"
NameError: global name 'white' is not defined
Pretty much every other action is also broken ... if I emerge something=20
directly it will merge, but of course, the moment it tries to print any k=
ind=20
of message the same tracebacks occur.
Anyone know how to fix this?!
Jean.
--__--__--
_______________________________________________
gentoo-dev mailing list
gentoo-dev@gentoo.org
http://lists.gentoo.org/mailman/listinfo/gentoo-dev
End of gentoo-dev Digest
^ permalink raw reply [flat|nested] 9+ messages in thread
* [gentoo-dev] Undelivered Mail Returned to Sender
@ 2002-08-15 0:46 Mail Delivery System
0 siblings, 0 replies; 9+ messages in thread
From: Mail Delivery System @ 2002-08-15 0:46 UTC (permalink / raw
To: gentoo-dev
[-- Attachment #1: Notification --]
[-- Type: text/plain, Size: 457 bytes --]
This is the Postfix program at host fastmail.fm.
I'm sorry to have to inform you that the message returned
below could not be delivered to one or more destinations.
For further assistance, please send mail to <postmaster>
If you do so, please include this problem report. You can
delete your own text from the message returned below.
The Postfix program
<devx0000@fastmail.fm>: data format error. Command output: devx0000: Mailbox does not exist
[-- Attachment #2: Delivery error report --]
[-- Type: message/delivery-status, Size: 244 bytes --]
[-- Attachment #3: Undelivered Message --]
[-- Type: message/rfc822, Size: 29892 bytes --]
From: gentoo-dev-request@gentoo.org
To: gentoo-dev@gentoo.org
Subject: gentoo-dev digest, Vol 1 #419 - 6 msgs
Date: Fri, 19 Jul 2002 07:43:13 -0500 (CDT)
Message-ID: <20020719124313.F0DC6AC569@chiba.3jane.net>
Send gentoo-dev mailing list submissions to
gentoo-dev@gentoo.org
To subscribe or unsubscribe via the World Wide Web, visit
http://lists.gentoo.org/mailman/listinfo/gentoo-dev
or, via email, send a message with subject or body 'help' to
gentoo-dev-request@gentoo.org
You can reach the person managing the list at
gentoo-dev-admin@gentoo.org
When replying, please edit your Subject line so it is more specific
than "Re: Contents of gentoo-dev digest..."
Today's Topics:
1. Re: packaging (Mecho Puh)
2. Pledge of Allegiance. Please forward (Ken Cutshall)
3. Re: Pledge of Allegiance. Please forward (Russell Tennant)
4. Re: Peer-to-Peer? (Nils Decker)
5. How to get gentoo-web (Werner, Sebastian)
6. Fwd: Re: [gentoo-dev] Peer-to-Peer? (Yannick Koehler)
--__--__--
Message: 1
To: gentoo-dev@lists.gentoo.org
From: Mecho Puh <mecho@web.de>
Date: Fri, 19 Jul 2002 09:57:07 +0900
Reply-To: mecho@web.de
Subject: [gentoo-dev] Re: packaging
> I think I've read someplace that one could emerge a package, have it compile
> and then tar.gz the results so that next time there's no need to re-compile.
> For example that is used I believe when installing 2 similar system.
http://gentoo.zhware.net/fuq.html#development_sect2
--__--__--
Message: 2
From: "Ken Cutshall" <kencutshall@hotmail.com>
Reply-To: "Ken Cutshall" <kencutshall@hotmail.com>
To: gentoo-dev@gentoo.org
Date: Fri, 19 Jul 2002 02:36:41 -0400
Subject: [gentoo-dev] Pledge of Allegiance. Please forward
=3Chtml=3E
=3Chead=3E
=3Ctitle=3ETarget E-mailing & Creative Services=3C=2Ftitle=3E
=3Cmeta name=3D=22title=22 content=3D=22Target E-mailing & Creative Services=22=3E
=3Cmeta name=3D=22description=22 content=3D=22Our custom marketing databases=2C state-of-the-art merge=2Fpurge data hygiene products=2C marketing automation and customer-centric solutions help companies market more effectively to their prospects and customers=2E=22=3E
=3Cmeta name=3D=22keywords=22 content=3D=22data warehouse=2C direct email=2C direct mail marketing=2C direct marketing=2C email marketing=2C list of email addresses=2C target marketing=22=3E
=3Cmeta http-equiv=3D=22Content-Type=22 content=3D=22text=2Fhtml=3B charset=3Diso-8859-1=22=3E
=3Cstyle=3E
=3C!--
td=2Ebodytext=09{ font-family=3A Verdana=2C Arial=2C Helvetica=2C sans-serif=3B font-size=3A 10px=3B font-style=3A normal=3B color=3Ablack=3B }
td=2Enavtext=09{ font-family=3A Verdana=2C Arial=2C Helvetica=2C sans-serif=3B font-size=3A 10px=3B font-style=3A normal=3B color=3Ablack=3B }
a=09{ font-family=3A Verdana=2C Arial=2C Helvetica=2C sans-serif=3B font-size=3A 10px=3B font-style=3A normal=3B color=3A#000000=3B text-decoration=3A underline=3B hover=3B }
=2Enav=09{ font-family=3A Verdana=2C Arial=2C Helvetica=2C sans-serif=3B font-size=3A 10px=3B font-style=3A normal=3B color=3A#000000=3B text-decoration=3A none=3B hover=3B }
font=2Ebodytext=09{ font-family=3A Verdana=2C Arial=2C Helvetica=2C sans-serif=3B font-size=3A 10px=3B font-style=3A normal=3B color=3Ablack=3B }
font=2Enavtext=09{ font-family=3A Verdana=2C Arial=2C Helvetica=2C sans-serif=3B font-size=3A 10px=3B font-style=3A normal=3B color=3A#000000=3B text-decoration=3A none}
a=3Ahover=09{ font-family=3A Verdana=2C Arial=2C Helvetica=2C sans-serif=3B font-size=3A 10px=3B font-style=3A normal=3B font-weight=3A normal=3B color=3A #993366=3B }
--=3E
=3C=2Fstyle=3E
=3C=2Fhead=3E
=3Cbody bgcolor=3D=22#FFFFFF=22 leftmargin=3D=220=22 topmargin=3D=220=22 marginwidth=3D=220=22 marginheight=3D=220=22 text=3D=22#000000=22 link=3D=22#000000=22 vlink=3D=22#000000=22 alink=3D=22#000000=22=3E
=3Ctable width=3D=22804=22 border=3D=220=22 cellspacing=3D=220=22 cellpadding=3D=220=22 height=3D=22712=22 bgcolor=3D=22#CCCC99=22=3E
=3Ctr bgcolor=3D=22#cccc99=22 align=3D=22left=22 valign=3D=22top=22=3E
=3Ctd height=3D=2251=22=3E =3B=3C=2Ftd=3E
=3Ctd height=3D=2251=22=3E
=3Ctable width=3D=22826=22 border=3D=220=22 cellspacing=3D=220=22 cellpadding=3D=220=22 height=3D=2267=22 bgcolor=3D=22#CCCC66=22=3E
=3Ctr=3E
=3Ctd align=3D=22left=22 valign=3D=22top=22 width=3D=22350=22 height=3D=2229=22=3E
=3Cdiv align=3D=22center=22=3E =3Cfont face=3D=22Geneva=2C Arial=2C Helvetica=2C san-serif=22=3E=3Cfont color=3D=22#993399=22 face=3D=22Times New Roman=2C Times=2C serif=22 size=3D=224=22=3E=3Cb=3ETargeted
OPT-IN E-Mail Services=3C=2Fb=3E=3C=2Ffont=3E=3C=2Ffont=3E=3Cfont color=3D=22#993399=22 size=3D=222=22=3E=3Cfont size=3D=221=22 face=3D=22Tahoma=2C Verdana=2C Georgia=2C Arial=22 color=3D=22#993399=22=3E=3Cbr=3E
=3C=2Ffont=3E=3C=2Ffont=3E =3Cfont color=3D=22#993399=22=3E=3Cfont face=3D=22Tahoma=2C Verdana=2C Georgia=2C Arial=22 size=3D=221=22=3E=3Cfont size=3D=222=22=3E=3Cb=3EOrlando=2C
FL - Atlanta=2C GA=3C=2Fb=3E=3C=2Ffont=3E=3C=2Ffont=3E=3C=2Ffont=3E=3C=2Fdiv=3E
=3C=2Ftd=3E
=3Ctd align=3D=22center=22 width=3D=22476=22 valign=3D=22top=22 height=3D=2229=22=3E
=3Cp=3ELooking for cost effective emailing=3F =3Cbr=3E
Are you having difficulties with your emailiing=3F=3C=2Fp=3E
=3C=2Ftd=3E
=3C=2Ftr=3E
=3Ctr=3E
=3Ctd align=3D=22left=22 valign=3D=22top=22 width=3D=22350=22 height=3D=2219=22=3E
=3Cdiv align=3D=22center=22=3E=3Cfont color=3D=22#993399=22=3E=3Cfont face=3D=22Tahoma=2C Verdana=2C Georgia=2C Arial=22 size=3D=221=22=3E=3Cfont size=3D=222=22=3E=3Cb=3E=3Cfont color=3D=22#993399=22=3E=3Cfont face=3D=22Tahoma=2C Verdana=2C Georgia=2C Arial=22 size=3D=221=22=3E=3Cfont size=3D=222=22=3E=3Cb=3E=3Cfont color=3D=22#660099=22 size=3D=223=22=3E=3Cfont face=3D=22Times New Roman=2C Times=2C serif=22 size=3D=222=22=3E407-539-0615=3C=2Ffont=3E=3C=2Ffont=3E=3C=2Fb=3E=3C=2Ffont=3E=3C=2Ffont=3E=3C=2Ffont=3E=3Cfont size=3D=222=22 color=3D=22#660099=22=3E=3Cfont face=3D=22Tahoma=2C Verdana=2C Georgia=2C Arial=22=3E=3Cb=3E
- 404-806-6124=3C=2Fb=3E=3C=2Ffont=3E=3C=2Ffont=3E=3C=2Fb=3E=3C=2Ffont=3E=3C=2Ffont=3E=3C=2Ffont=3E=3C=2Fdiv=3E
=3C=2Ftd=3E
=3Ctd align=3D=22center=22 width=3D=22476=22 valign=3D=22top=22 height=3D=2219=22=3ETake us for
a test drive! =3C=2Ftd=3E
=3C=2Ftr=3E
=3C=2Ftable=3E
=3Cdiv align=3D=22left=22=3E
=3Ctable width=3D=22100%=22 border=3D=220=22 bgcolor=3D=22#FFFFCC=22 height=3D=22649=22 cellpadding=3D=2210=22 align=3D=22center=22=3E
=3Ctr=3E
=3Ctd width=3D=2224%=22 align=3D=22left=22 valign=3D=22top=22=3E
=3Ctable width=3D=22100%=22 border=3D=220=22 cellspacing=3D=223=22 cellpadding=3D=225=22 height=3D=22662=22 align=3D=22center=22=3E
=3Ctr=3E
=3Ctd bgcolor=3D=22#000000=22 nowrap valign=3D=22top=22 align=3D=22center=22 height=3D=224=22=3E=3Cfont size=3D=222=22 face=3D=22Tahoma=2C Verdana=2C Georgia=2C Arial=22=3E =3B=3Cfont color=3D=22#FFFFFF=22=3E=3Cb=3ETargeted
Opt-In Mailings=3Cbr=3E
&=3B Campaign Hosting=3C=2Fb=3E=3C=2Ffont=3E=3C=2Ffont=3E=3C=2Ftd=3E
=3C=2Ftr=3E
=3Ctr=3E
=3Ctd valign=3D=22top=22 width=3D=2224%=22=3E
=3Cdiv align=3D=22justify=22=3E
=3Cp=3E=3Cfont class=3D=22textblack10=22 size=3D=222=22=3ETailored for your
individual needs=2E Highly targeted E-mail "=3BOpt-In"=3B
and Postal Mail campaigns=2E=3Cbr=3E
=3C=2Ffont=3E=3Cfont class=3D=22textblack10=22 size=3D=222=22=3E=3C=2Ffont=3E=3Cfont class=3D=22textblack10=22 size=3D=222=22 face=3D=22Georgia=2C Times New Roman=2C Times=2C serif=22=3E=3Cbr=3E
=3C=2Ffont=3E=3Cfont size=3D=222=22=3EIncluded in every campaign at no
extra cost=3A =3C=2Ffont=3E=3C=2Fp=3E
=3Cp align=3D=22left=22=3E=3Cfont size=3D=221=22 face=3D=22Georgia=2C Times New Roman=2C Times=2C serif=22=3E=3Cb=3EDesign
of your broadcast message including Graphics=2C=3Cbr=3E
=3C=2Fb=3E=3Cbr=3E
=3Cb=3EConversion to HTML and Hosting=2E=3C=2Fb=3E=3C=2Ffont=3E=3Cfont size=3D=221=22 face=3D=22Georgia=2C Times New Roman=2C Times=2C serif=22=3E=3Cbr=3E
=3Cbr=3E
=3Cb=3EOpt-In List Generation=2FManagement=3A =3C=2Fb=3EWe can help
you generate your own opt-in lists or manage your current
lists for a fraction of what you would pay a broker=2E=3Cbr=3E
=3Cb=3E 100% List "=3BOWNERSHIP"=3B !=3C=2Fb=3E=3C=2Ffont=3E=3C=2Fp=3E
=3Cp align=3D=22center=22=3E=3Cfont size=3D=221=22 face=3D=22Georgia=2C Times New Roman=2C Times=2C serif=22=3EWeb
Site Design=3A Let us design your private marketing site=2E
=3C=2Ffont=3E=3C=2Fp=3E
=3Cp align=3D=22center=22=3E=3Cfont size=3D=221=22 face=3D=22Georgia=2C Times New Roman=2C Times=2C serif=22=3ENews
Letter Promotions=3A Promote your company through monthly
newsletters=2E =3C=2Ffont=3E=3C=2Fp=3E
=3Cp align=3D=22center=22=3E=3Cfont size=3D=221=22 face=3D=22Georgia=2C Times New Roman=2C Times=2C serif=22=3ERECEIVE
THE GREATEST RETURN ON YOUR MARKETING DOLLAR=3C=2Ffont=3E=3C=2Fp=3E
=3Cp=3E=3Cfont size=3D=222=22 face=3D=22Georgia=2C Times New Roman=2C Times=2C serif=22=3ETargeted
Messages Delivered Base Price=3C=2Ffont=3E=3Cfont size=3D=222=22=3E=3Cbr=3E
=3Cbr=3E
500=2C000 Messages $1=2C750 =3Cbr=3E
1 Million Messages $3=2C399 =3Cbr=3E
2 Million Messages $4=2C499 =3Cbr=3E
3 Million Messages $7=2C799 =3Cbr=3E
5 Million Messages $12=2C299 =3Cbr=3E
10 Million Messages $16=2C899 =3C=2Ffont=3E=3C=2Fp=3E
=3Cp=3E=3Cfont size=3D=222=22=3E=3Cfont color=3D=22#660099=22=3E"=3BCompanies
who outsource their e-mail marketing operations actually
have a better conversion rate =286%=29 than companies that
do not =281=2E4%=29=2E"=3B=3C=2Ffont=3E=3C=2Ffont=3E=3Cfont color=3D=22#993399=22=3E=3Cfont face=3D=22Tahoma=2C Verdana=2C Georgia=2C Arial=22 size=3D=221=22=3E=3Cfont color=3D=22#993399=22=3E=3Cfont face=3D=22Tahoma=2C Verdana=2C Georgia=2C Arial=22 size=3D=221=22=3E=3Cfont size=3D=222=22=3E=3Cb=3E=3Cfont color=3D=22#660099=22 size=3D=223=22=3E=3Cfont color=3D=22#993399=22=3E=3Cfont face=3D=22Tahoma=2C Verdana=2C Georgia=2C Arial=22 size=3D=221=22=3E=3Cfont size=3D=222=22=3E=3Cb=3E=3Cfont color=3D=22#993399=22=3E=3Cfont face=3D=22Tahoma=2C Verdana=2C Georgia=2C Arial=22 size=3D=221=22=3E=3Cfont size=3D=222=22=3E=3Cb=3E=3Cfont face=3D=22Times New Roman=2C Times=2C serif=22 color=3D=22#660099=22=3E=3C=2Ffont=3E=3C=2Fb=3E=3C=2Ffont=3E=3C=2Ffont=3E=3C=2Ffont=3E=3Cfont color=3D=22#660099=22 size=3D=223=22=3E=3C=2Ffont=3E=3C=2Fb=3E=3C=2Ffont=3E=3C=2Ffont=3E=3C=2Ffont=3E=3C=2Ffont=3E=3C=2Fb=3E=3C=2Ffont=3E=3C=2Ffont=3E=3C=2Ffont=3E=3C=2Ffont=3E=3C=2Ffont
=3E=3C=2Fp=3E
=3C=2Fdiv=3E
=3C=2Ftd=3E
=3C=2Ftr=3E
=3C=2Ftable=3E
=3C=2Ftd=3E
=3Ctd width=3D=2224%=22 align=3D=22left=22 valign=3D=22top=22=3E
=3Ctable width=3D=22110%=22 border=3D=220=22 cellspacing=3D=223=22 cellpadding=3D=225=22 align=3D=22center=22 height=3D=22454=22=3E
=3Ctr=3E
=3Ctd bgcolor=3D=22#CCCC66=22 nowrap valign=3D=22top=22=3E=3Cfont face=3D=22Verdana=2C Arial=2C Helvetica=2C sans-serif=22 size=3D=222=22 color=3D=22#FFFFFF=22=3E=3Cb=3E=3Cfont face=3D=22Tahoma=2C Verdana=2C Georgia=2C Arial=22=3EFresh
Email Addresses=3C=2Ffont=3E=3C=2Fb=3E=3C=2Ffont=3E=3C=2Ftd=3E
=3C=2Ftr=3E
=3Ctr=3E
=3Ctd valign=3D=22top=22 align=3D=22left=22 width=3D=2224%=22 height=3D=22378=22=3E
=3Cdiv align=3D=22justify=22=3E
=3Cp=3E=3Cfont size=3D=222=22=3EThe key to a good return on your email
campaign is NEW addresses=2E Our automated servers harvest
new addresses around the clock=2E We offer lists as a direct
purchase or as a monthly service=2E=3C=2Ffont=3E=3C=2Fp=3E
=3Cp=3E=3Cfont size=3D=222=22=3E250=2C000 e-mails $100=2E00=3Cbr=3E
500=2C000 e-mails $125=2E00=3Cbr=3E
1=2C000=2C000 e-mails $200=2E00=3Cbr=3E
5=2C000=2C000 e-mails $400=2E00=3Cbr=3E
=3C=2Ffont=3E=3Cfont color=3D=22#993399=22=3E=3Cfont color=3D=22#993399=22=3E=3Cfont face=3D=22Tahoma=2C Verdana=2C Georgia=2C Arial=22 size=3D=221=22=3E=3Cfont size=3D=222=22=3E=3Cb=3E=3Cfont size=3D=222=22 color=3D=22#0033CC=22=3E=3Cfont face=3D=22Tahoma=2C Verdana=2C Georgia=2C Arial=22=3E=3Cb=3E=3Cfont size=3D=224=22 face=3D=22Times New Roman=2C Times=2C serif=22=3E=3C=2Ffont=3E=3C=2Fb=3E=3C=2Ffont=3E=3C=2Ffont=3E=3C=2Fb=3E=3C=2Ffont=3E=3C=2Ffont=3E=3C=2Ffont=3E=3C=2Ffont=3E=3C=2Fp=3E
=3Cp align=3D=22left=22=3E=3Cfont size=3D=222=22 face=3D=22Tahoma=2C Verdana=2C Georgia=2C Arial=22=3EMonthly
Service 150=2E00*=3Cbr=3E
Includes=3A =3Cbr=3E
4=2C000=2C000 e-mails=2Fmonth=3Cbr=3E
'E-Mail-IT' Cloaking Software Updates=3Cbr=3E
FTP Access=3Cbr=3E
URL Cloaking Software =3C=2Ffont=3E=3C=2Fp=3E
=3C=2Fdiv=3E
=3Cdiv align=3D=22justify=22=3E
=3Cp align=3D=22center=22=3E=3Cfont size=3D=222=22 face=3D=22Tahoma=2C Verdana=2C Georgia=2C Arial=22=3E*Three
months required=2C lists and software download from our
FTP server=2E=3C=2Ffont=3E=3C=2Fp=3E
=3C=2Fdiv=3E
=3C=2Ftd=3E
=3C=2Ftr=3E
=3C=2Ftable=3E
=3C=2Ftd=3E
=3Ctd width=3D=2224%=22 align=3D=22center=22 valign=3D=22top=22=3E
=3Ctable width=3D=2226%=22 border=3D=220=22 cellspacing=3D=223=22 cellpadding=3D=225=22 height=3D=22417=22 align=3D=22center=22=3E
=3Ctr=3E
=3Ctd bgcolor=3D=22#660099=22 nowrap height=3D=2219=22 valign=3D=22top=22=3E=3Cb=3E=3Cfont face=3D=22Tahoma=2C Verdana=2C Georgia=2C Arial=22 size=3D=222=22 color=3D=22#FFFFFF=22=3EEmail-IT
CSC Proxy Service=3C=2Ffont=3E=3C=2Fb=3E=3C=2Ftd=3E
=3C=2Ftr=3E
=3Ctr=3E
=3Ctd valign=3D=22top=22 width=3D=2224%=22 align=3D=22center=22 height=3D=22386=22=3E
=3Cdiv align=3D=22justify=22=3E
=3Cp=3E=3Cfont class=3D=22textblack10=22 size=3D=222=22=3E=3Cb=3ESend your e-mails
directly through our servers=2E =3C=2Fb=3E=3C=2Ffont=3E=3C=2Fp=3E
=3Cp=3E=3Cfont size=3D=222=22=3EOur in house =3Cb=3E'Email-IT' True Stealth
System=3C=2Fb=3E is based on Unix know-how sending technology=2C
providing real anonymous instant delivery=2E =3Cbr=3E
=3Cbr=3E
Forget problems with ISP 's your IP address will never
be shown in our e-mail headers=2E =3C=2Ffont=3E=3C=2Fp=3E
=3Cp=3E=3Cfont size=3D=222=22=3EYou send directly into OUR servers which
then send your mail out to the world=2C FAST!=3C=2Ffont=3E =3C=2Fp=3E
=3Cp align=3D=22center=22=3E=3Cfont size=3D=222=22=3EFAST! FAST! FAST!=3Cbr=3E
Use your CABLE or DSL connection for mind blowing SPEEDS!=3Cbr=3E
=3C=2Ffont=3E=3C=2Fp=3E
=3Cp align=3D=22center=22=3E=3Cfont size=3D=222=22=3E'Email-IT' Pricing is based
on number of e-mails you can send monthly=2E You only pay
for what you send successfully!=3Cbr=3E
=3Cbr=3E
Priced from $400=3Cbr=3E
=3C=2Ffont=3E=3Cfont color=3D=22#993399=22=3E=3Cfont face=3D=22Tahoma=2C Verdana=2C Georgia=2C Arial=22 size=3D=221=22=3E=3Cfont color=3D=22#993399=22=3E=3Cfont face=3D=22Tahoma=2C Verdana=2C Georgia=2C Arial=22 size=3D=221=22=3E=3Cfont size=3D=222=22=3E=3Cb=3E=3Cfont color=3D=22#993399=22=3E=3Cfont face=3D=22Tahoma=2C Verdana=2C Georgia=2C Arial=22 size=3D=221=22=3E=3Cfont size=3D=222=22=3E=3Cb=3E=3Cfont color=3D=22#660099=22 size=3D=223=22=3E=3Cfont face=3D=22Times New Roman=2C Times=2C serif=22 size=3D=224=22=3E=3Cfont color=3D=22#993399=22 size=3D=225=22=3E
=3C=2Ffont=3E=3Cfont color=3D=22#993399=22=3E=3Cfont color=3D=22#993399=22=3E=3Cfont face=3D=22Tahoma=2C Verdana=2C Georgia=2C Arial=22 size=3D=221=22=3E=3Cfont size=3D=222=22=3E=3Cb=3E=3Cfont color=3D=22#993399=22=3E=3Cfont face=3D=22Tahoma=2C Verdana=2C Georgia=2C Arial=22 size=3D=221=22=3E=3Cfont size=3D=222=22=3E=3Cb=3E=3Cfont color=3D=22#660099=22 size=3D=223=22=3E=3Cfont face=3D=22Times New Roman=2C Times=2C serif=22 size=3D=224=22=3E=3C=2Ffont=3E=3C=2Ffont=3E=3C=2Fb=3E=3C=2Ffont=3E=3C=2Ffont=3E=3C=2Ffont=3E=3C=2Fb=3E=3C=2Ffont=3E=3C=2Ffont=3E=3C=2Ffont=3E=3C=2Ffont=3E=3C=2Ffont=3E=3C=2Ffont=3E=3C=2Fb=3E=3C=2Ffont=3E=3C=2Ffont=3E=3C=2Ffont=3E=3C=2Fb=3E=3C=2Ffont=3E=3C=2Ffont=3E=3C=2Ffont=3E=3C=2Ffont=3E=3C=2Ffont=3E=3C=2Fp=3E
=3C=2Fdiv=3E
=3C=2Ftd=3E
=3C=2Ftr=3E
=3C=2Ftable=3E
=3C=2Ftd=3E
=3Ctd width=3D=2224%=22 align=3D=22center=22 valign=3D=22top=22=3E
=3Ctable width=3D=2289%=22 border=3D=220=22 cellspacing=3D=223=22 cellpadding=3D=225=22 height=3D=22365=22=3E
=3Ctr=3E
=3Ctd bgcolor=3D=22#993399=22 nowrap valign=3D=22top=22 height=3D=2214=22=3E=3Cfont face=3D=22Tahoma=2C Verdana=2C Georgia=2C Arial=22=3E =3B=3Cfont size=3D=222=22 color=3D=22#FFFFFF=22=3E=3Cb=3ESafe
Bulk Email Software=3C=2Fb=3E=3C=2Ffont=3E=3C=2Ffont=3E=3C=2Ftd=3E
=3C=2Ftr=3E
=3Ctr=3E
=3Ctd valign=3D=22top=22 width=3D=2224%=22 height=3D=22390=22=3E
=3Cdiv align=3D=22justify=22=3E
=3Cp=3E=3Cfont class=3D=22textblack10=22 size=3D=222=22=3EDon't worry about
losing your ISP again=2E Our NEW software system goes beyond
open relays and desktop servers=2E This is NEW and it is
the ONLY software of it's kind=2E=3Cbr=3E
=3C=2Ffont=3E=3C=2Fp=3E
=3Cp=3E=3Cfont class=3D=22textblack10=22 size=3D=222=22=3E'EMail-IT' Home &=3B
Office Kit Includes=3A=3Cbr=3E
=3Cfont color=3D=22#333333=22=3E=3Cb=3EStealth System Software=3Cbr=3E
Bulk Mailer=3Cbr=3E
List Manager=3Cbr=3E
Email Extractor=3Cbr=3E
=3C=2Fb=3E=3C=2Ffont=3E=3C=2Ffont=3E=3Cb=3E=3Cfont class=3D=22textblack10=22 size=3D=222=22 color=3D=22#333333=22=3EDaisy
Chain Connector=3Cbr=3E
WWW URL Cloaking Device=3Cbr=3E
1 User License and Key=3C=2Ffont=3E=3C=2Fb=3E=3Cb=3E=3Cfont class=3D=22textblack10=22 size=3D=222=22 color=3D=22#333333=22=3E=3Cbr=3E
2 Instructional Cd's =3Cbr=3E
1 =3C=2Ffont=3E=3Cfont class=3D=22textblack10=22 size=3D=222=22=3E'EMail-IT'
=3C=2Ffont=3E=3Cfont class=3D=22textblack10=22 size=3D=222=22 color=3D=22#333333=22=3EOwners=3C=2Ffont=3E
=3Cfont class=3D=22textblack10=22 size=3D=222=22 color=3D=22#333333=22=3EManual=3Cbr=3E
1 Full hour walk through =3C=2Ffont=3E=3Cfont size=3D=222=22 color=3D=22#333333=22=3Eof
your installation and set up!=3C=2Ffont=3E=3Cfont class=3D=22textblack10=22 size=3D=222=22 color=3D=22#333333=22=3E=3Cbr=3E
=3C=2Ffont=3E=3C=2Fb=3E=3Cfont class=3D=22textblack10=22 size=3D=222=22=3E=3Cbr=3E
Also includes=3A =3Cbr=3E
Complete How To Files &=3B=3Cbr=3E
Telephone Support*=3C=2Ffont=3E=3C=2Fp=3E
=3Cp=3E=3Cfont size=3D=222=22=3E=3Cfont class=3D=22textblack10=22=3EPrice=3A $475=3Cbr=3E
=3C=2Ffont=3E Fedex=3Cfont class=3D=22textblack10=22=3E shipping included!=3Cbr=3E
=3C=2Ffont=3E=3C=2Ffont=3E=3Cfont color=3D=22#993399=22=3E=3C=2Ffont=3E=3Cfont size=3D=222=22=3E=3Cbr=3E
=3Cb=3EO=3C=2Fb=3Erder now and we will start you off with 100=2C000=3C=2Ffont=3E
fresh email addresses=2E=3Cbr=3E
=3C=2Fp=3E
=3Cp=3E=3Cfont size=3D=222=22=3E*Telephone Support Free for first 30 days
only=2E=3C=2Ffont=3E=3C=2Fp=3E
=3C=2Fdiv=3E
=3C=2Ftd=3E
=3C=2Ftr=3E
=3C=2Ftable=3E
=3C=2Ftd=3E
=3C=2Ftr=3E
=3C=2Ftable=3E
=3C=2Fdiv=3E
=3C=2Ftd=3E
=3C=2Ftr=3E
=3C=2Ftable=3E
=3Cbr=3E
=3C=2Fbody=3E
=3C=2Fhtml=3E
--__--__--
Message: 3
From: Russell Tennant <russ@spitwad.org>
To: gentoo-dev@gentoo.org
Subject: Re: [gentoo-dev] Pledge of Allegiance. Please forward
Date: Fri, 19 Jul 2002 01:50:36 -0500
On Friday 19 July 2002 01:36 am, Ken Cutshall wrote:
> =20
>
> Targeted OPT-IN E-Mail Services
> Orlando, FL - Atlanta, GA
>
OK, who's the wiseguy who opted gentoo-dev in on this fantastic offer?=20
Seriously, can we check posts against subscribers? Is this possible,=20
worthwhile, bad side effects, etc? It'd be nice not to get all the virii=20
warnings, spam, etc. I know this has been mentioned - just haven't seen a=
ny=20
responses to those questions. Thanks.
--
Russ Tennant
russ@spitwad.org
--__--__--
Message: 4
Date: Fri, 19 Jul 2002 11:20:09 +0200
From: Nils Decker <nils@ndecker.de>
To: gentoo-dev@gentoo.org
Subject: Re: [gentoo-dev] Peer-to-Peer?
Marko Mikulicic <marko@seul.org> wrote:
> Yannick Koehler wrote:
> and then
> > propose or take it from the distribution system. Basically the
> > same as ccache ;-)
> >
>
> I like the idea. I was thinking of something similar.
> I think it's possible to hash the use flags used to build
> the package and compare it to the package to be downloaded.
I see another problem with this. There is no way to make the packages trusted.
In the portage tree, every downloaded file is checked against a MD5 hash.
This means, I have to trust the person who build the port. This is not
a big problem to me, because those people are "near" to the gentoo core,
and everybody can check the MD5s against the official downloads of the packet.
I can't do this sort of check agains precompiled binaries, because every binary
would have a different MD5. The only way to check would to compile the package
myself with the same flags, thus defeating the purpose.
Using those binary packages means to trust every user of gentoo, that he
doesn't put trojans or whatever on my system.
My 0,02 EUR
Nils
--
The primary purpose of the DATA statement is to give names to
constants; instead of referring to pi as 3.141592653589793 at every
appearance, the variable PI can be given that value with a DATA
statement and used instead of the longer form of the constant. This
also simplifies modifying the program, should the value of pi change.
-- FORTRAN manual for Xerox Computers
Nils Decker <ndecker@gmx.de>
--__--__--
Message: 5
Date: Fri, 19 Jul 2002 14:15:30 +0200
From: "Werner, Sebastian" <sebastian.werner@schlund.de>
To: <gentoo-dev@gentoo.org>
Subject: [gentoo-dev] How to get gentoo-web
Hi,
I want to sync the xml/xsl files of gentoo-web without need to emerge =
gentoo-web each time. In webcvs there is a directory gentoo-web inside =
gentoo-src. So I tried to cvs checkout this and only get the also listed =
gentoo-xml, which includes only empty directories.
So how I could get this files in gentoo-dev/gentoo-web? Is there a other =
better possibiliy?
Regards
Sebastian Werner
--__--__--
Message: 6
From: Yannick Koehler <yannick.koehler@colubris.com>
Organization: Colubris Networks Inc.
Subject: Fwd: Re: [gentoo-dev] Peer-to-Peer?
Date: Fri, 19 Jul 2002 08:41:05 -0400
To: gentoo-dev@gentoo.org
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
On July 18, 2002 07:23 pm, Marko Mikulicic wrote:
> However I doubt of the practical usefulness of a global peer-to-peer
> solution. I have an 128bps upstream bandwidth and everyone going to
> copy compiled kde-3.0 from me would compile it faster on PIII500 (~).
> Since the userbase not so big as *pster and the number of combinations
> of use flags is big, it is not very likely to find a package provided b=
y
> a fast host.
>
> I think it can be useful in a lan where, for whatever reasion, the
> machines doesn't share the same use flag configuration. If a package
> desn't use the "mysql" use-flag then it doesn't depend of having it or =
not.
The peer-to-peer system would be interesting for the source package as we=
ll
as the binary one. While one may claim that the use/cflags combination =
is
too big, I, on the other side believe that the vast majority of the user=
are
using quite similar flags. Also, the variation of the USE flags could b=
e
reduce if the USE file inside the /var/db/pkg folder only contained the =
one
that was actually making a difference for the output of that package.
- - --
Yannick Koehler
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.0.6 (GNU/Linux)
Comment: For info see http://www.gnupg.org
iD8DBQE9OAjhfuKOJNEyL1URAmVNAJ4qtKuiws/WYUukKYJd6mkDzAEP2gCgoa3b
KSUKnUzu42YNUBsw51ZqciM=3D
=3DtEsB
-----END PGP SIGNATURE-----
--__--__--
_______________________________________________
gentoo-dev mailing list
gentoo-dev@gentoo.org
http://lists.gentoo.org/mailman/listinfo/gentoo-dev
End of gentoo-dev Digest
^ permalink raw reply [flat|nested] 9+ messages in thread
* [gentoo-dev] Undelivered Mail Returned to Sender
@ 2002-08-15 0:46 Mail Delivery System
0 siblings, 0 replies; 9+ messages in thread
From: Mail Delivery System @ 2002-08-15 0:46 UTC (permalink / raw
To: gentoo-dev
[-- Attachment #1: Notification --]
[-- Type: text/plain, Size: 457 bytes --]
This is the Postfix program at host fastmail.fm.
I'm sorry to have to inform you that the message returned
below could not be delivered to one or more destinations.
For further assistance, please send mail to <postmaster>
If you do so, please include this problem report. You can
delete your own text from the message returned below.
The Postfix program
<devx0000@fastmail.fm>: data format error. Command output: devx0000: Mailbox does not exist
[-- Attachment #2: Delivery error report --]
[-- Type: message/delivery-status, Size: 244 bytes --]
[-- Attachment #3: Undelivered Message --]
[-- Type: message/rfc822, Size: 20025 bytes --]
From: gentoo-dev-request@gentoo.org
To: gentoo-dev@gentoo.org
Subject: gentoo-dev digest, Vol 1 #424 - 8 msgs
Date: Mon, 22 Jul 2002 12:01:13 -0500 (CDT)
Message-ID: <20020722170113.49142AC613@chiba.3jane.net>
Send gentoo-dev mailing list submissions to
gentoo-dev@gentoo.org
To subscribe or unsubscribe via the World Wide Web, visit
http://lists.gentoo.org/mailman/listinfo/gentoo-dev
or, via email, send a message with subject or body 'help' to
gentoo-dev-request@gentoo.org
You can reach the person managing the list at
gentoo-dev-admin@gentoo.org
When replying, please edit your Subject line so it is more specific
than "Re: Contents of gentoo-dev digest..."
Today's Topics:
1. Re: graphical installer (Gaarde)
2. Re: graphical installer (Bart Verwilst)
3. Gentoo Installer Madness (Bart Verwilst)
4. Re: Gentoo Installer Madness (Pierre-Henri Jondot)
5. H E L L O ! (ADRIAN POPOVICIU)
6. new iso question... (Michael Cummings)
7. [gentoo-announce] GLSA: PHP contains a vulnerable data handler that could allow
remote compromise (Ferry Meyndert)
--__--__--
Message: 1
Date: Sun, 21 Jul 2002 11:08:27 -0700 (PDT)
From: Gaarde <gaarde@yahoo.com>
To: gentoo-dev@gentoo.org
Subject: [gentoo-dev] Re: graphical installer
Somewhere in the thread that speaks of a graphical installer mentioned
device-detection.
We can use this work elsewhere. Create 'sane defaults' for the kernel
.config ... selecting which nic, framebuffer, DRI, apic, mtrr, etc ...
ANYTHING that can be detected. As a part of the installer, have a 'wizard'
that walks one through the kernel configure/compile itself maybe?
=====
---
"To thine own self be true." - Shakespeare
__________________________________________________
Do You Yahoo!?
Yahoo! Health - Feel better, live better
http://health.yahoo.com
--__--__--
Message: 2
From: Bart Verwilst <verwilst@gentoo.org>
Reply-To: verwilst@gentoo.org
To: gentoo-dev@gentoo.org
Subject: Re: [gentoo-dev] graphical installer
Date: Sun, 21 Jul 2002 20:37:16 +0200
On Sunday 21 July 2002 20:08, Gaarde wrote:
|| Somewhere in the thread that speaks of a graphical installer mentioned
|| device-detection.
||
|| We can use this work elsewhere. Create 'sane defaults' for the kernel
|| .config ... selecting which nic, framebuffer, DRI, apic, mtrr, etc ...
|| ANYTHING that can be detected. As a part of the installer, have a
|| 'wizard' that walks one through the kernel configure/compile itself mayb=
e?
Nope, we're using redhat's anaconda as base, that has autodetection and suc=
h,=20
and it's in python (i think).
But that's more davoid's work now, since i'm planning the GUI now.
=2D-=20
Bart Verwilst
Gentoo Linux Developer, Release Coordinator
Gent, Belgium
--__--__--
Message: 3
From: Bart Verwilst <verwilst@gentoo.org>
Reply-To: verwilst@gentoo.org
To: gentoo-dev@gentoo.org
Date: Sun, 21 Jul 2002 23:58:46 +0200
Subject: [gentoo-dev] Gentoo Installer Madness
Ugh.. Ok.. over to plan B. :o)
I'll try to take a look at the code, davoid, could i count on you to guide =
me=20
into this project?
Ok. If somebody is willing to sign up for the installer creation, mail me i=
n=20
person (again, sorry :o( ) with the first part of the subject "INSTALLER",=
=20
that way i can sort this stuff, and keep em in a seperate folder, so i don'=
t=20
lose it :o) I can use quite some help :o)
See ya!
On Sunday 21 July 2002 23:16, Faust Tanasescu wrote:
|| Hello,
||
|| I am sorry to announce this but I will be on hiatus for some time. This =
is
|| due to the fact that my slow machine can't me used with gentoo for the
|| moment. Another reason is me starting to get pissed at the Linux kernel
|| and at the way the devs are working on it (kernel.org dudes). They add
|| functionality, drivers making the whole thing slower and more unstable.
|| That's my own opinion, just take a look at this "you have to recompile a
|| module for each krnel version you have" that is made so for epople who
|| release binary-only versions of their drivers for Linux. Anyways, I am a
|| little pissed. The main reason for my hiatus is because I have discovered
|| FreeBSD and fallen in love with it. It's robust, mature and has the late=
st
|| applications. It does everything I want for the moment and more. As far =
as
|| Gentoo goes, maybe I will be back to hack something when I get a new
|| machine and change my opinion about the Linux kernel. For instance
|| consider this bloat factor: apps now have to tell the kernel what type of
|| apps they are so they get proper scheduling. This is bloatware. Linux is=
a
|| windows replacement and going closer and closer to that 40mb of
|| kernel-space of WInXP... Anyways, I won't spoil your fun w/ gentoo, I am
|| only telling you that I have changed my mind about working on this
|| installer.
||
|| Thanks!
|| davoid
||
||
|| From: Bart Verwilst <verwilst@gentoo.org>
||
|| >Reply-To: verwilst@gentoo.org
|| >To: <gentoo-dev@gentoo.org>
|| >Subject: Re: [gentoo-dev] I am not a touch typest. Wish I were.
|| >Date: Sat, 20 Jul 2002 23:57:13 +0200
|| >
|| >We're working on a graphical installer...
|| >I'm planning to make it easier to install than Windows :)
|| >Ofcourse this will be optional, and the current install will always be
|| >available, and that's a garantee! :o)
|| >
|| >PS: This is a calling to everybody interessed, if you have ideas,
|| > drawings from the layout, you're a talented graphics dude, or somethin=
g,
|| > don't hesitate to email me directly, we can use some help on this one =
:)
|| >
|| >Thanks!
|| >
|| >On Saturday 20 July 2002 13:26, Troy Dack wrote:
|| >|| ----- Original Message -----
|| >|| From: "D. Carrico" <dcarrico@verizon.net>
|| >|| To: <gentoo-dev@gentoo.org>
|| >|| Sent: Saturday, July 20, 2002 5:14 PM
|| >|| Subject: [gentoo-dev] I am not a touch typest. Wish I were.
|| >||
|| >|| > Gentoo,
|| >|| >
|| >|| > I love your distribution, but can you get the install down to at
|| >|| > least
|| >
|| >a
|| >
|| >|| > couple of scripts?
|| >||
|| >|| Don,
|| >|| You won't like this answer ....
|| >||
|| >|| Hopefully not!
|| >||
|| >|| Gentoo is not meant to be a point & click or type "go" to install ty=
pe
|| >
|| >of
|| >
|| >|| distribution. The beauty and power of linux lies in the fact that
|| >|| there are distributions available that cater to everyone's taste.
|| >||
|| >|| If you would like an install of Gentoo that only requires running a
|| >
|| >couple
|| >
|| >|| of scripts, then write them yourself and submit them through
|| >|| bugs.gentoo.org. I'm sure there are others who would find them
|| >|| helpful.
|| >||
|| >|| --
|| >|| Troy
|| >||
|| >|| Children seldom misquote you. In fact, they usually
|| >|| repeat word for word what you shouldn't have said.
|| >||
|| >|| http://linuxserver.tkdack.com
|| >|| http://gentoo.tkdack.com
|| >||
|| >||
|| >||
|| >|| _______________________________________________
|| >|| gentoo-dev mailing list
|| >|| gentoo-dev@gentoo.org
|| >|| http://lists.gentoo.org/mailman/listinfo/gentoo-dev
|| >
|| >--
|| >Bart Verwilst
|| >Gentoo Linux Developer, Release Coordinator
|| >Gent, Belgium
|| >_______________________________________________
|| >gentoo-dev mailing list
|| >gentoo-dev@gentoo.org
|| >http://lists.gentoo.org/mailman/listinfo/gentoo-dev
||
|| _________________________________________________________________
|| Send and receive Hotmail on your mobile device: http://mobile.msn.com
=2D-=20
Bart Verwilst
Gentoo Linux Developer, Release Coordinator
Gent, Belgium
--__--__--
Message: 4
Date: Mon, 22 Jul 2002 10:02:54 +0000
From: Pierre-Henri Jondot <Pierre-Henri.Jondot@wanadoo.fr>
To: verwilst@gentoo.org, gentoo-dev@gentoo.org
Subject: Re: [gentoo-dev] Gentoo Installer Madness
On Sun, 21 Jul 2002 23:58:46 +0200
Bart Verwilst <verwilst@gentoo.org> wrote:
> Ugh.. Ok.. over to plan B. :o)
>
> I'll try to take a look at the code, davoid, could i count on you to guide
> me into this project?
>
> Ok. If somebody is willing to sign up for the installer creation, mail me
> in person (again, sorry :o( ) with the first part of the subject
> "INSTALLER", that way i can sort this stuff, and keep em in a seperate
> folder, so i don't lose it :o) I can use quite some help :o)
>
> See ya!
>
I won't mind the abandon of a graphical installer...
I don't think we need it, neither do newbies. I'd rather think the efforts
should go to the documentation (various parts of it) which must stay
up-to-date with the development of gentoo. (I remember some newbies having
an issue with the fdisk type numbers of partition, entering 0x83 rather than
83 for example.) This is true for the installation instructions as well as
the devel docs which should follow portage, ebuilds policies, evolutions.
The installation is, as it is, quite simple and its ability to be used in a
chrooted environment from another installation (or another distribution) is
unvaluable. By all means, this feature must remain intact.
For those who can't afford to have two distributions installed (they will be
less and less) or that are just installing gentoo as their first linux
distribution, what is sorely needed in the isos right now is some other
means to connect to internet, pppoe, pptp, isdn...
A propos : I had patched the small 1.2 iso adding pppoe support (rp-pppoe
binaries and instructions) a few weeks ago, I added (eugenesan asked me to
help him to do that) pptp support a few days ago. Iso, containing only ix86
stage 1 for gentoo 1.2 is there
http://www.ibiblio.org/pub/Linux/distributions/gentoo/distfiles/
gentoo-pppoe-pptp.iso
You could have a look there too :
http://forums.gentoo.org/viewtopic.php?t=8805
Right now, I've no idea if this second iso works or not, nobody having
reported about it (But the first did, that I'm sure). If you're willing to
test it, please report and tell me (on the forums or to my email) if it
works for you or not. (Does it boot ? (hope so !) Were you able to initiate
internet connection ? What about the installation instructions ?)
--
Pierre-Henri Jondot <Pierre-Henri.Jondot@wanadoo.fr>
Page perso : http://perso.wanadoo.fr/phj
--__--__--
Message: 5
From: "ADRIAN POPOVICIU" <apopovici@keysys.ro>
To: <gentoo-dev@gentoo.org>
Date: Mon, 22 Jul 2002 11:22:10 +0300
Reply-To: "ADRIAN POPOVICIU" <apopovici@keysys.ro>
Subject: [gentoo-dev] H E L L O !
Dipl. eng. POPOVICIU ADRIAN
R O M A N I A
July 22, 2002
Dear Sir,
I learn recently about you from Internet network.
My name is POPOVICIU ADRIAN.
I graduated engineering at the electronic and electrotechnic
faculty, speciality radioelectronics, in Europe (Bucharest).
I have more 10 years work experience like tehnical support
for instrumentation, computers, office devices and general
electronic & electrical equipments.
I looking to get a new job.
If you wish I can to send you my CV
and my own WEB page address.
If you have a job opportunity please send an email at my
address: apopovici@keysys.ro
I can submit (if it is necessary) very good recommendations.
With best greetings
Yours sincerely
Adrian Popoviciu
PS
Under Bill S.1618 TITLE III SECTION 301. Per Section 301,
Paragraph (a) (2) (C) proposed by the 105th US Congress
any email or Mass Marketing email CANNOT BE CONSIDERED SPAM
as long as the sender includes contact information and a
method of removal.
______________________________________
Because You'll receive this email just once, You don't need
to remove this email address from future mailings.
------------------------------------------------------------
This E-Mail is intended for the use of the addressee only and may contain
confidential information. If you are not the intended recipient, you are
hereby notified that any use or dissemination of this communication is
strictly prohibited.
If you receive this transmission in error, please notify us immediately then
delete this E-Mail
--__--__--
Message: 6
Date: Mon, 22 Jul 2002 07:38:11 -0400
From: Michael Cummings <mcummings@datanode.net>
To: gentoo-dev@gentoo.org
Reply-To: mcummings@datanode.net
Subject: [gentoo-dev] new iso question...
Ok, maybe this is out there and I've just missed it. If so, burn me at
the stake, flame me, yada yada yada.
I know there are iso's for the basic (stage1), and an iso for the
stage2&3 that is specific to the optimized (but particular hardware)
user, but are there gentoo isos that contain tarballs of the "common"
get up and go packages from stage 2 and 3?
Here's my line of thought...user wants to install gentoo, but has
intermittent or lackluster access from the system in question. the iso
with stages 2 and 3 isn't good for his hardware, which only leaves him
the stage1 - which requires internet access. Would it be possible to
have a monthly iso that contains the stage 2 and 3 source packages? Or
am I completely off my rocker, and that's what's on the other iso and
I've just been loopy thinking that they were precompiled packages? This
third iso wouldn't have to be billed as up to date, just usable. I know
that personally, this would have come in handy when building a box that
had a linksys wireless card - couldn't get online until the linksys was
working, but couldn't get the linksys working until i was online (the
wireless utils built into the cd, at least at 1.1a, weren't right for
the hardware in question).
Thanks,
Mike
--__--__--
Message: 7
From: Ferry Meyndert <m0rpheus@gentoo.org>
To: gentoo-announce@gentoo.org
Date: 22 Jul 2002 17:41:05 +0200
Subject: [gentoo-dev] [gentoo-announce] GLSA: PHP contains a vulnerable data handler that could allow
remote compromise
- --------------------------------------------------------------------
GENTOO LINUX SECURITY ANNOUNCEMENT
- --------------------------------------------------------------------
PACKAGE :php,mod_php
SUMMARY :Vulnerable data handler
DATE :2002-07-22 16:51:00
- --------------------------------------------------------------------
OVERVIEW
E-matters has discovered a serious vulnerability within the default
version of PHP. Depending on the processor architecture it may be
possible for a remote attacker to either crash or compromise the web
server.
DETAIL
PHP 4.2.0 introduced a completely rewritten multipart/form-data POST
handler.While I was working on the code in my role as PHP developer i
found a bug within the way the mime headers are processed. A malformed
POST request can trigger an error condition, that is not correctly
handled. Due to this bug it could happen that an uninitialised struct
gets appended to the linked list of mime headers.When the lists gets
cleaned or destroyed PHP tries to free the pointers that are expected in
the struct. Because of the lack of initialisation those pointers
contain stuff that was left on the stack by previous function calls.
On the IA32 architecture (aka. x86) it is not possible to control what
will end up in the uninitialised struct because of the stack layout. All
possible code paths leave illegal addresses within the struct and PHP
will crash when it tries to free them.
Unfortunately the situation is absolutely different if you look on a
solaris sparc installation. Here it is possible for an attacker to free
chunks of memory that are full under his control. This is most probably
the case for several more non IA32 architectures.
Please note that exploitability is not only limited to systems that are
running malloc()/free() implementations that are known to be vulnerable
to control structure overwrites. This is because the internal PHP memory
managment implements its own linked list system that can be used to
overwrite nearly arbitrary memory addresses.
SOLUTION
It is recommended that all Gentoo Linux users update their systems as
follows.
emerge --clean rsync
emerge php mod_php
emerge clean
Manually:
Download the new php package here and follow in file instructions:
http://www.php.net/distributions/php-4.2.2.tar.gz
Workaround:
If the PHP applications on an affected web server do not rely on HTTP
POST input from user agents, it is often possible to deny POST requests
on the web server.
In the Apache web server, for example, this is possible with the
following code included in the main configuration file or a top-level
. htaccess file:
<Limit POST>
Order deny,allow
Deny from all
</Limit>
Note that an existing configuration and/or .htaccess file may have
parameters contradicting the example given above.
- --------------------------------------------------------------------
Ferry Meyndert
m0rpheus@gentoo.org
http://www.gentoo.org/~m0rpheus
- --------------------------------------------------------------------
_______________________________________________
gentoo-announce mailing list
gentoo-announce@gentoo.org
http://lists.gentoo.org/mailman/listinfo/gentoo-announce
--__--__--
_______________________________________________
gentoo-dev mailing list
gentoo-dev@gentoo.org
http://lists.gentoo.org/mailman/listinfo/gentoo-dev
End of gentoo-dev Digest
^ permalink raw reply [flat|nested] 9+ messages in thread
* [gentoo-dev] Undelivered Mail Returned to Sender
@ 2002-08-15 0:46 Mail Delivery System
0 siblings, 0 replies; 9+ messages in thread
From: Mail Delivery System @ 2002-08-15 0:46 UTC (permalink / raw
To: gentoo-dev
[-- Attachment #1: Notification --]
[-- Type: text/plain, Size: 457 bytes --]
This is the Postfix program at host fastmail.fm.
I'm sorry to have to inform you that the message returned
below could not be delivered to one or more destinations.
For further assistance, please send mail to <postmaster>
If you do so, please include this problem report. You can
delete your own text from the message returned below.
The Postfix program
<devx0000@fastmail.fm>: data format error. Command output: devx0000: Mailbox does not exist
[-- Attachment #2: Delivery error report --]
[-- Type: message/delivery-status, Size: 244 bytes --]
[-- Attachment #3: Undelivered Message --]
[-- Type: message/rfc822, Size: 27905 bytes --]
From: gentoo-dev-request@gentoo.org
To: gentoo-dev@gentoo.org
Subject: gentoo-dev digest, Vol 1 #435 - 13 msgs
Date: Fri, 26 Jul 2002 15:52:03 -0500 (CDT)
Message-ID: <20020726205203.25A1BAC62A@chiba.3jane.net>
Send gentoo-dev mailing list submissions to
gentoo-dev@gentoo.org
To subscribe or unsubscribe via the World Wide Web, visit
http://lists.gentoo.org/mailman/listinfo/gentoo-dev
or, via email, send a message with subject or body 'help' to
gentoo-dev-request@gentoo.org
You can reach the person managing the list at
gentoo-dev-admin@gentoo.org
When replying, please edit your Subject line so it is more specific
than "Re: Contents of gentoo-dev digest..."
Today's Topics:
1. Freetype 2.1.2 test results (Spider)
2. Re: new package notification (Alexander Gretencord)
3. Re: [gentoo-user] new package notification (Robert Cole)
4. Re: Automatic menus? (Tom Philbrick)
5. Re: new package notification (Gregg)
6. ADV: TIMES ARE TOUGH! WHAT DO YOU DO? (lennd@americandebtsettlement.com)
7. My Time Problems...Cause Found (Matthew Walker)
8. Moderator? (Marko Mikulicic)
9. Re: new package notification (Marko Mikulicic)
10. Re: new package notification (Gregg)
11. Re: new package notification (Gregg)
12. Re: Freetype 2.1.2 test results (Paul de Vrieze)
13. Re: new package notification (Marko Mikulicic)
--__--__--
Message: 1
Date: Fri, 26 Jul 2002 19:06:12 +0200
From: Spider <spider@gentoo.org>
To: gentoo-dev <gentoo-dev@gentoo.org>
Organization: Chaotic
Subject: [gentoo-dev] Freetype 2.1.2 test results
--=.jgCXk5aa/3MwAL
Content-Type: text/plain; charset=US-ASCII
Content-Transfer-Encoding: 7bit
okay, I've done some testing on freetype 2.1.2
On my x86 system, this build works with pango 1.0.3 and gtk+ 2.0.5
Could other arches please test?
Tests were:
unmask freetype
emerge freetype
emerge -c freetype (no old .so's)
run gedit : worked
emerge pango : worked
emerge gtk+ : worked
thats about it ... more testing is required.
//Spider
--
begin .signature
This is a .signature virus! Please copy me into your .signature!
See Microsoft KB Article Q265230 for more information.
end
--=.jgCXk5aa/3MwAL
Content-Type: application/pgp-signature
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.0.7 (GNU/Linux)
iD8DBQE9QYGFZS9CZTi033kRAjPdAKCE7PyOtcajWpiwNyY7NyEkzxKPjQCfbnXi
By/rZpINjlRo1Zv9Yg/SZZE=
=x1J3
-----END PGP SIGNATURE-----
--=.jgCXk5aa/3MwAL--
--__--__--
Message: 2
From: Alexander Gretencord <arutha@gmx.de>
To: gentoo-dev@gentoo.org
Subject: Re: [gentoo-dev] new package notification
Date: Fri, 26 Jul 2002 19:20:26 +0200
On Friday 26 July 2002 18:44, Gregg wrote:
> I want to see a list of new packages that are available after an rsync.
> Not updates to packages that were already there, but new directories in
> the portage tree.
Do a "find /usr/portage/ -type d > before" before the emerge rsync and th=
e=20
same after rsyncing but into file "after". The do a "diff before after".=20
After doing this once you can just move the after file to before everytim=
e so=20
you don't have to do a find before the next rsync but just use the last=20
after-file. You could tell it to not print the files dir so you will only=
get=20
the new packages directory and not the files dir which holds the digests =
and=20
patches.
just my 2(euro)cent
Alex
--=20
"They that can give up essential liberty to obtain a little temporary saf=
ety=20
deserve neither liberty nor safety."
Benjamin Franklin
--__--__--
Message: 3
From: Robert Cole <robert@support4linux.com>
Reply-To: robert@support4linux.com
Organization: Questnet Linux Training &Services
To: gregg@sc.am, <gentoo-dev@gentoo.org>
Date: Fri, 26 Jul 2002 10:39:36 -0700
Cc: <gentoo-user@gentoo.org>
Subject: [gentoo-dev] Re: [gentoo-user] new package notification
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
I think that's a great idea. I do the same as far as keeping my system as=
=20
close to portage as possible. I've had to deviate a little lately but for=
the=20
most part everything I need is in the tree.
Since you have to do rsync's as root anyway how about just outputting a t=
ext=20
file to /root?
Robert
On Friday 26 July 2002 09:44 am, Gregg wrote:
> I have mentioned this a couple times to usually no response. I feel th=
at
> it is an important feature , I was hoping to get some sort of response =
to
> this as to how it should be done, or a response saying "we are already
> working on that". Either way is fine by me :)
>
> I want to see a list of new packages that are available after an rsync.
> Not updates to packages that were already there, but new directories in
> the portage tree.
>
> I keep my gentoo box as close to "portage only" as possible. It makes
> management easier and makes everything fit together the way it should.
> The Gentoo way. In doing so, I deny myself some applications taht do n=
ot
> have ebuilds yet. I would love to see a list after an emerge rsync of
> what NEW packages that were not in my portage before, have been added.
> This will let me see whats new that I might install.
>
> Ideas range from portage keeping a log of what directories it actually
> creates durring rsync and allowing you to output that to a text file. =
To
> a script you run before and after that builds a list of the directories=
in
> the tree and compares the 2 lists, showing you the new directories. Im
> sure there are other ways as well.
>
> Any ideas? Anyone already have this working?
>
>
>
> _______________________________________________
> gentoo-user mailing list
> gentoo-user@gentoo.org
> http://lists.gentoo.org/mailman/listinfo/gentoo-user
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.0.7 (GNU/Linux)
iD8DBQE9QYlYOWbzte5wVEURAgRNAJ0SI1AZd6ldteWr9AvxCaN35tkT0QCeNBQb
bnpvLL8xxpCcj9GMwOPi5PY=3D
=3D2Rp2
-----END PGP SIGNATURE-----
--__--__--
Message: 4
Date: Fri, 26 Jul 2002 13:53:37 -0400
To: gentoo-dev@gentoo.org
Subject: Re: [gentoo-dev] Automatic menus?
From: Tom Philbrick <tom@wickidpisa.com>
On Fri, Jul 26, 2002 at 02:45:05PM +0200, Corvus Corax wrote:
> Dont want to bother anyone, but the idea of having to rebuild every ebuild existing for menu data seems not very effective.
It would not be very effective, which is why no one, including myself,
has suggested it. The way this would wor is, there is a program called
update-menus that should be called in the ebuild of any program that
installs a menufile. This program reads through /usr/lib/menu/ which
holds all the menufiles that packages have installed, and from these
files it creates a menu for any program that installs a menu-method (a
file describing how to generate a menu for that program). The menufiles
would be added in with the next update to the ebuild (I assume).
Please read the docs for more:
http://www.debian.org/doc/packaging-manuals/menu.html/index.html
--__--__--
Message: 5
Date: Fri, 26 Jul 2002 13:50:06 -0500 (CDT)
Subject: Re: [gentoo-dev] new package notification
From: "Gregg" <gregg@sc.am>
To: <arutha@gmx.de>
Cc: <gentoo-dev@gentoo.org>
Reply-To: gregg@sc.am
So...
Something along these lines is in order:
rm /root/before
rm /root/after
rm /root/new
find /usr/portage -type d | grep -i -v files >/root/before
emerge rsync
find /usr/portage -type d | grep -i -v files >/root/after
diff /root/before /root/after | tee /root/new
That cleans up the old files, buids the before list, emerged, builds the
after (both ignoring the files directory,) and then outputs the diff to
screen and file
Anyone up to making this a neat little script?
> On Friday 26 July 2002 18:44, Gregg wrote:
>> I want to see a list of new packages that are available after an
>> rsync. Not updates to packages that were already there, but new
>> directories in the portage tree.
>
> Do a "find /usr/portage/ -type d > before" before the emerge rsync and
> the same after rsyncing but into file "after". The do a "diff before
> after". After doing this once you can just move the after file to
> before everytime so you don't have to do a find before the next rsync
> but just use the last after-file. You could tell it to not print the
> files dir so you will only get the new packages directory and not the
> files dir which holds the digests and patches.
>
> just my 2(euro)cent
>
> Alex
>
> --
> "They that can give up essential liberty to obtain a little temporary
> safety deserve neither liberty nor safety."
> Benjamin Franklin
>
> _______________________________________________
> gentoo-dev mailing list
> gentoo-dev@gentoo.org
> http://lists.gentoo.org/mailman/listinfo/gentoo-dev
--__--__--
Message: 6
Date: Fri, 26 Jul 2002 11:52:46 -0700
To: gentoo-dev@gentoo.org
From: lennd@americandebtsettlement.com
Organization: Marketing Research International
Subject: [gentoo-dev] ADV: TIMES ARE TOUGH! WHAT DO YOU DO?
<html>
<head>
<title>Untitled Document</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<script language="JavaScript">
<!--
function MM_reloadPage(init) { //reloads the window if Nav4 resized
if (init==true) with (navigator) {if ((appName=="Netscape")&&(parseInt(appVersion)==4)) {
document.MM_pgW=innerWidth; document.MM_pgH=innerHeight; onresize=MM_reloadPage; }}
else if (innerWidth!=document.MM_pgW || innerHeight!=document.MM_pgH) location.reload();
}
MM_reloadPage(true);
// -->
</script>
<style type="text/css">
<!--
.SMARTER { font-family: "Times New Roman"; font-size: 60px; font-style: normal; color: #FF0000}
.Justabout { font-family: Verdana; font-size: 20px; font-style: normal; color: #6699CC}
-->
</style>
</head>
<body bgcolor="#FFFFFF" text="#000000" background="http://www.marketingresearchinternational.com/BOOKsmarterbackground.jpg">
<div id="Layer1" style="position:absolute; width:200px; height:136px; z-index:1; left: 2px; top: -1px"><a href="http://www.marketingresearchinternational.com/booksmarter1.jpg"><img src="http://www.marketingresearchinternational.com/BOOKsmarter1.jpg" width="657" height="135" border="0"></a></div>
<p> </p>
<p> </p>
<p> </p>
<div id="Layer2" style="position:absolute; width:633px; height:64px; z-index:2; left: 26px; top: 185px" class="SMARTER">YOU
GET SMARTER.</div>
<p> </p>
<div id="Layer3" style="position:absolute; width:634px; height:60px; z-index:3; left: 23px; top: 304px" class="Justabout">
<div align="center"><font color="#999999" class="Justabout">Just about anyone
can make it when times are good.<br>
Now learn how to succeed in tough times!</font></div>
</div>
<p> </p>
<div id="Layer4" style="position:absolute; width:632px; height:30px; z-index:4; top: 390px; left: 24px">
<div align="center" class="Justabout"><a href="http://www.marketingresearchinternational.com/ebook/ebook.html"><font color="#6699CC">CLICK
HERE to Get Smarter!</font></a></div>
</div>
<p> </p>
<p> </p>
<p> </p>
<p> </p>
<p> </p>
<p> </p>
<div id="Layer5" style="position:absolute; width:644px; height:78px; z-index:5; left: 25px; top: 461px">You
have signed up with one of our network partners to receive email providing you
with special offers. If you do not wish to receive these offers in the future,
simply click on the following link:<br>
<a href="mailto:remove@marketingresearchinternational.com?subject=REMOVE%20ME!%20mir726">Click
here to unsubscribe</a></div>
<p><br>
</p>
</body>
</html>
--__--__--
Message: 7
Date: Fri, 26 Jul 2002 12:57:48 -0600 (MDT)
From: "Matthew Walker" <mwalker@kydance.net>
To: <gentoo-dev@gentoo.org>
Subject: [gentoo-dev] My Time Problems...Cause Found
Today, I discovered that the tape backups that run nightly on my computer
are the source of my slowdown. I suspect this is related to DMA somehow, but
I don't know how to turn on DMA on a tape drive. Anyone got any suggestions?
----------------------------------------------------
Matthew Walker Kydance Hosting
mwalker@kydance.net Low Prices, High Standards
http://www.kydance.net
Quote:
Schools are prisons for the enlightened mind -- Me
--__--__--
Message: 8
Date: Fri, 26 Jul 2002 21:52:17 +0200
From: Marko Mikulicic <marko@seul.org>
To: gentoo-dev <gentoo-dev@gentoo.org>
Subject: [gentoo-dev] Moderator?
Hello,
I posted a couple of messages and got back:
moderator....
The reason it is being held:
Message has a suspicious header
What does this mean? It is some
spam blocking filter ?
I suspect it has to do with the attachment.
It's a bit frustrating to be marked as a spammer :-)
It will be a big promblem when spammers will learn
how to use bugzilla :-)
The only thing I don't like in bugzilla is the latency in
its comunication. For example I have written a little (20 lines)
script and I would like to hear some feedbacks before writing
an ebuild for it and submit it to bugzilla.
Marko Mikulicic
--__--__--
Message: 9
Date: Fri, 26 Jul 2002 21:54:54 +0200
From: Marko Mikulicic <marko@seul.org>
To: gentoo-dev@gentoo.org
Subject: Re: [gentoo-dev] new package notification
(sorry for posting this message on a new thread but
I had some problems with the headers of the original message)
Gregg wrote:
> So...
>
> Something along these lines is in order:
>
> rm /root/before
> rm /root/after
> rm /root/new
> find /usr/portage -type d | grep -i -v files >/root/before
> emerge rsync
> find /usr/portage -type d | grep -i -v files >/root/after
> diff /root/before /root/after | tee /root/new
>
>
> That cleans up the old files, buids the before list, emerged, builds the
> after (both ignoring the files directory,) and then outputs the diff to
> screen and file
good. This is a script based on your idea.
It it configurable and sends colorized output with package description
to the screen, while mainaining the log in the file.
The log file contains only /usr/portage/... files (no diff trash)
The base directory is configurable (default /root) and the files
are called emerge-rsync.before|after|new. However I think it would
be better to store them somewhere in /var (/var/db/pkg/portage/...
/var/log) because I don't like messing in the home directory,
and if we are going to make it a system utility it should be
well integrated.
Marko
script (cannot send attachments):
<snip>
!/bin/sh
BASE=/root
USE_COLORS=yes
# end user configuration section
BEFORE=$BASE/ebuild-rsync.before
AFTER=$BASE/ebuild-rsync.after
NEW=$BASE/ebuild-rsync.new
if [ "$USE_COLORS" == "yes" ]; then
GREEN="\033[;32m"
NORMAL="\033[m"
fi
find /usr/portage -type d | grep -i -v files >$BEFORE
emerge rsync
find /usr/portage -type d | grep -i -v files >$AFTER
diff $BEFORE $AFTER | grep /usr/portage | sed "s/> //g" > $NEW
# cleanup
rm $BEFORE $AFTER
# display
echo
echo New ebuilds:
for i in $(cat $NEW); do
. $(ls $i/*.ebuild --sort=time | head -n 1)
echo -e $GREEN${i##/usr/portage/}$NORMAL: $DESCRIPTION
done
</snip>
--__--__--
Message: 10
Date: Fri, 26 Jul 2002 15:00:08 -0500 (CDT)
Subject: Re: [gentoo-dev] new package notification
From: "Gregg" <gregg@sc.am>
To: <marko@seul.org>
<200207261920.26542.arutha@gmx.de>
<2317.12.247.253.40.1027709406.squirrel@sc.am>
<3D41A376.4060305@seul.org>
Importance: Normal
Cc: <arutha@gmx.de>, <gentoo-dev@gentoo.org>
Reply-To: gregg@sc.am
MIME-Version: 1.0
Content-Type: text/plain; charset=iso-8859-1
Content-Transfer-Encoding: 8bit
Sender: gentoo-dev-admin@gentoo.org
Precedence: bulk
List-Help: <mailto:gentoo-dev-request@gentoo.org?subject=help>
List-Post: <mailto:gentoo-dev@gentoo.org>
List-Subscribe: <http://lists.gentoo.org/mailman/listinfo/gentoo-dev>,
<mailto:gentoo-dev-request@gentoo.org?subject=subscribe>
List-Id: Gentoo Linux developer list <gentoo-dev.gentoo.org>
List-Unsubscribe: <http://lists.gentoo.org/mailman/listinfo/gentoo-dev>,
<mailto:gentoo-dev-request@gentoo.org?subject=unsubscribe>
List-Archive: <http://lists.gentoo.org/pipermail/gentoo-dev/>
With proxy's help on the forums we had this one already. Yours is cleaner
and I like the color output. This one shows whats been removed also.
Possiby you could merge that ability in as well?
Gregg
#!/bin/sh
# directories in portage to ignore (not used yet)
EXCLUDE="distfiles:files:eclass:licenses:profiles:scripts:metadata:packages"
#check if this is first run
if [ ! -f /var/cache/package.cache ] ; then
echo "initializing package cache..."
find /usr/portage/ -type d -mindepth 2 -maxdepth 2 | sort 2>/dev/null
> /va$
else
# move old cache (to compare to later)
mv -f /var/cache/package.cache /var/cache/package.old 2>/dev/null
# create new cache
echo "Creating cache..."
find /usr/portage/ -type d -mindepth 2 -maxdepth 2 | sort 2>/dev/null
> /v$
echo "New:"
diff /var/cache/package.old /var/cache/package.cache | grep \>
echo
echo "Removed:"
diff /var/cache/package.old /var/cache/package.cache | grep \<
echo
echo "Done."
fi
> Gregg wrote:
>> So...
>>
>> Something along these lines is in order:
>>
>> rm /root/before
>> rm /root/after
>> rm /root/new
>> find /usr/portage -type d | grep -i -v files >/root/before
>> emerge rsync
>> find /usr/portage -type d | grep -i -v files >/root/after
>> diff /root/before /root/after | tee /root/new
>>
>>
>> That cleans up the old files, buids the before list, emerged, builds
>> the after (both ignoring the files directory,) and then outputs the
>> diff to screen and file
>
> good. This is a script based on your idea.
> It it configurable and sends colorized output with package description
> to the screen, while mainaining the log in the file.
> The log file contains only /usr/portage/... files (no diff trash)
>
> The base directory is configurable (default /root) and the files
> are called emerge-rsync.before|after|new. However I think it would be
> better to store them somewhere in /var (/var/db/pkg/portage/...
> /var/log) because I don't like messing in the home directory,
> and if we are going to make it a system utility it should be
> well integrated.
>
> Marko
--__--__--
Message: 11
Date: Fri, 26 Jul 2002 15:03:04 -0500 (CDT)
Subject: Re: [gentoo-dev] new package notification
From: "Gregg" <gregg@sc.am>
To: <marko@seul.org>
<200207261920.26542.arutha@gmx.de>
<2317.12.247.253.40.1027709406.squirrel@sc.am>
<3D41A90E.4020408@seul.org>
Importance: Normal
Cc: <gentoo-dev@gentoo.org>
Reply-To: gregg@sc.am
MIME-Version: 1.0
Content-Type: text/plain; charset=iso-8859-1
Content-Transfer-Encoding: 8bit
Sender: gentoo-dev-admin@gentoo.org
Precedence: bulk
List-Help: <mailto:gentoo-dev-request@gentoo.org?subject=help>
List-Post: <mailto:gentoo-dev@gentoo.org>
List-Subscribe: <http://lists.gentoo.org/mailman/listinfo/gentoo-dev>,
<mailto:gentoo-dev-request@gentoo.org?subject=subscribe>
List-Id: Gentoo Linux developer list <gentoo-dev.gentoo.org>
List-Unsubscribe: <http://lists.gentoo.org/mailman/listinfo/gentoo-dev>,
<mailto:gentoo-dev-request@gentoo.org?subject=unsubscribe>
List-Archive: <http://lists.gentoo.org/pipermail/gentoo-dev/>
Also, as per my last email with the other script that was being worked on.
Ive noticed that the find in that one is faster because of the min and
max depth settings. These 2 seem to be perfect for merging together then
having exactly what we want, with it being quick and easy.
Gregg
> (sorry for posting this message on a new thread but
> I had some problems with the headers of the original message)
>
> Gregg wrote:
> > So...
> >
> > Something along these lines is in order:
> >
> > rm /root/before
> > rm /root/after
> > rm /root/new
> > find /usr/portage -type d | grep -i -v files >/root/before
> > emerge rsync
> > find /usr/portage -type d | grep -i -v files >/root/after
> > diff /root/before /root/after | tee /root/new
> >
> >
> > That cleans up the old files, buids the before list, emerged, builds
> the after (both ignoring the files directory,) and then outputs the
> diff to screen and file
>
> good. This is a script based on your idea.
> It it configurable and sends colorized output with package description
> to the screen, while mainaining the log in the file.
> The log file contains only /usr/portage/... files (no diff trash)
>
> The base directory is configurable (default /root) and the files
> are called emerge-rsync.before|after|new. However I think it would be
> better to store them somewhere in /var (/var/db/pkg/portage/...
> /var/log) because I don't like messing in the home directory,
> and if we are going to make it a system utility it should be
> well integrated.
>
> Marko
>
> script (cannot send attachments):
> <snip>
> !/bin/sh
> BASE=/root
> USE_COLORS=yes
>
> # end user configuration section
>
> BEFORE=$BASE/ebuild-rsync.before
> AFTER=$BASE/ebuild-rsync.after
> NEW=$BASE/ebuild-rsync.new
>
> if [ "$USE_COLORS" == "yes" ]; then
> GREEN="\033[;32m"
> NORMAL="\033[m"
> fi
>
> find /usr/portage -type d | grep -i -v files >$BEFORE
> emerge rsync
> find /usr/portage -type d | grep -i -v files >$AFTER
> diff $BEFORE $AFTER | grep /usr/portage | sed "s/> //g" > $NEW
>
> # cleanup
> rm $BEFORE $AFTER
>
> # display
> echo
> echo New ebuilds:
> for i in $(cat $NEW); do
> . $(ls $i/*.ebuild --sort=time | head -n 1)
>
> echo -e $GREEN${i##/usr/portage/}$NORMAL: $DESCRIPTION
> done
>
> </snip>
>
>
>
>
> _______________________________________________
> gentoo-dev mailing list
> gentoo-dev@gentoo.org
> http://lists.gentoo.org/mailman/listinfo/gentoo-dev
--__--__--
Message: 12
From: Paul de Vrieze <pauldv@cs.kun.nl>
To: gentoo-dev@gentoo.org
Subject: Re: [gentoo-dev] Freetype 2.1.2 test results
Date: Fri, 26 Jul 2002 22:16:01 +0200
On Friday 26 July 2002 19:06, Spider wrote:
> okay, I've done some testing on freetype 2.1.2
>
> On my x86 system, this build works with pango 1.0.3 and gtk+ 2.0.5
>
> Could other arches please test?
>
> Tests were:
> unmask freetype
> emerge freetype
> emerge -c freetype (no old .so's)
> run gedit : worked
>
> emerge pango : worked
> emerge gtk+ : worked
>
> thats about it ... more testing is required.
>
I also tested this freetype lib, and yes, it worked well. But,... for me,=
my=20
fonts in mozilla where butt ugly, so I quickly went back to the old versi=
on=20
that (with some setting changes) looks a lot better.
Paul
--=20
Paul de Vrieze
Junior Researcher
Mail: pauldv@cs.kun.nl
Homepage: http://www.devrieze.net
--__--__--
Message: 13
Date: Fri, 26 Jul 2002 22:50:41 +0200
From: Marko Mikulicic <marko@seul.org>
To: gregg@sc.am
Cc: gentoo-dev@gentoo.org
Subject: Re: [gentoo-dev] new package notification
Gregg wrote:
> Also, as per my last email with the other script that was being worked on.
> Ive noticed that the find in that one is faster because of the min and
> max depth settings. These 2 seem to be perfect for merging together then
> having exactly what we want, with it being quick and easy.
Ok. I'm merging the two. I've already implemented the "remove" feture.
It outputs in red, for consistency, but I don't know if it makes sense.
For the -maxdepth -mindepth:
I'm working to implement the
EXCLUDE="distfiles:files:eclass:licenses:profiles:scripts:metadata:packages"
feature, but if -maxdepth 2-mindepth 2 is used it is useless because
at this directory level all we have is *.ebuild directories.
But if the portage system will be extended to have more than two levels
of directories (instead of the "-" trik, like in "x11-libs") we'll
have to switch back.
Ok. so I drop the EXCLUDE feature.
However the performance gain is ridiculous 0.3 seconds with recursive
vs 0.03 sec with maxdepth 2, given that rsync often takes much much longer.
What about /var/cache for script output ?
Or should I leave /root as default ?
I thought it could be called "emerge-rsync", at least until
we integrate it in emerge itself :-) ok?
I've added command line passing to emerge rysnc (for --clean)
Tell me if you like it.
I will make an ebuild for it, but I cannot provide hosting. Where should
I put it?
So here is the script:
<snip>
#!/bin/sh
BASE=/var/cache
USE_COLORS=yes
# end user configuration section
. /etc/make.globals
BEFORE=$BASE/ebuild-rsync.before
AFTER=$BASE/ebuild-rsync.after
NEW=$BASE/ebuild-rsync.new
REMOVED=$BASE/ebuild-rsync.removed
if [ "$USE_COLORS" == "yes" ]; then
RED="\033[;31m"
GREEN="\033[;32m"
NORMAL="\033[m"
fi
function portagetree () {
find $PORTDIR -type d -mindepth 2 -maxdepth 2
}
# do it
portagetree >$BEFORE
emerge $@ rsync
portagetree >$AFTER
diff $BEFORE $AFTER | grep ">" | sed "s/> //g" > $NEW
diff $BEFORE $AFTER | grep "<" | sed "s/< //g" > $REMOVED
# cleanup
rm $BEFORE $AFTER
# display new ebuilds
if ! diff -q $NEW /dev/null >/dev/null; then
echo
echo New ebuilds:
for i in $(cat $NEW); do
. $(ls $i/*.ebuild --sort=time | head -n 1)
echo -e $GREEN${i##$PORTDIR/}$NORMAL: $DESCRIPTION
done
fi
# display removed ebuilds
if ! diff -q $REMOVED /dev/null >/dev/null; then
echo
echo Removed ebuilds:
for i in $(cat $REMOVED); do
echo -e $RED${i##$PORTDIR/}$NORMAL
done
fi
</snip>
--__--__--
_______________________________________________
gentoo-dev mailing list
gentoo-dev@gentoo.org
http://lists.gentoo.org/mailman/listinfo/gentoo-dev
End of gentoo-dev Digest
^ permalink raw reply [flat|nested] 9+ messages in thread
* [gentoo-dev] Undelivered Mail Returned to Sender
@ 2002-08-15 0:46 Mail Delivery System
0 siblings, 0 replies; 9+ messages in thread
From: Mail Delivery System @ 2002-08-15 0:46 UTC (permalink / raw
To: gentoo-dev
[-- Attachment #1: Notification --]
[-- Type: text/plain, Size: 457 bytes --]
This is the Postfix program at host fastmail.fm.
I'm sorry to have to inform you that the message returned
below could not be delivered to one or more destinations.
For further assistance, please send mail to <postmaster>
If you do so, please include this problem report. You can
delete your own text from the message returned below.
The Postfix program
<devx0000@fastmail.fm>: data format error. Command output: devx0000: Mailbox does not exist
[-- Attachment #2: Delivery error report --]
[-- Type: message/delivery-status, Size: 244 bytes --]
[-- Attachment #3: Undelivered Message --]
[-- Type: message/rfc822, Size: 23381 bytes --]
From: gentoo-dev-request@gentoo.org
To: gentoo-dev@gentoo.org
Subject: gentoo-dev digest, Vol 1 #441 - 13 msgs
Date: Mon, 29 Jul 2002 09:55:02 -0500 (CDT)
Message-ID: <20020729145502.AC5A3AC3FD@chiba.3jane.net>
Send gentoo-dev mailing list submissions to
gentoo-dev@gentoo.org
To subscribe or unsubscribe via the World Wide Web, visit
http://lists.gentoo.org/mailman/listinfo/gentoo-dev
or, via email, send a message with subject or body 'help' to
gentoo-dev-request@gentoo.org
You can reach the person managing the list at
gentoo-dev-admin@gentoo.org
When replying, please edit your Subject line so it is more specific
than "Re: Contents of gentoo-dev digest..."
Today's Topics:
1. Re: Newbie to Linux (Pierre-Henri Jondot)
2. RE: GCC 3.1/3.2 (Matthew Kennedy)
3. Re: Re: [gentoo-dev] Getting $SRC_URI in a bash program (lakicsv@ntlworld.com)
4. Perl 5.8.0 upgrade and access violations (pdcawley@bofh.org.uk)
5. Re: Perl 5.8.0 upgrade and access violations (Michael Cummings)
6. Re: Perl 5.8.0 upgrade and access violations (pdcawley@bofh.org.uk)
7. Re: Automatic menus? (Jean-Michel Smith)
8. db-4.0.14: request information (Yannick Koehler)
9. Re: db-4.0.14: request information (Jon Nelson)
10. Re: db-4.0.14: request information (Yannick Koehler)
11. List REMOVAL (Design Support and Hosting Service)
12. Re: Perl 5.8.0 upgrade and access violations (Michael Cummings)
13. apache 2.x (Yannick Koehler)
--__--__--
Message: 1
Date: Mon, 29 Jul 2002 11:45:26 +0000
From: Pierre-Henri Jondot <Pierre-Henri.Jondot@wanadoo.fr>
To: gentoo-dev@gentoo.org
Subject: Re: [gentoo-dev] Newbie to Linux
On Mon, 29 Jul 2002 10:58:37 +0200
Anan Zeevy <Anan.Zeevy@orange.co.il> wrote:
> Hi,
>
> I have bought a copy of the 1.2 Gentoo CD from ComputerHelperGuy and I
> wish to install it on my computer.
> As a newbie, instead of trying it immediately (and thus miserably failing
> and wasting my time) I'd like to know what manuals should I print to have
> handy during the installation, and what should I learn before trying to
> install Gentoo on my computer.
>
> My specs:
> Mother board: Asus A7V333 (VIA KT333)
> CPU: Athlon 1800+ (slightly overclocked)
> MEM: 1GB Transcend 333Mhz DDR
> HDD: Primary (Master) - Maxtor 80GB
> Secondary (Slave) - IBM 20GB unpartitioned, unformatted (intended
> for Gentoo)
> Graphic: Matrox G400 DH 32MB
> Sound: Currently using onboard sound (C-Media 8738), switching to Hercules
> Game theater XP (Cirrus Logic CS4630) in a few days.
> 2 NICS: 3com 905b (pptp adsl), intel pro 10/100 (lan)
> CD-R (master): Plextor (PX-W401240A)
> DVD (Slave): Asus (E-616)
>
> Also, could you please tell me where can I find the instructions for
> enabling Hebrew support as in Dan Armak's screenshot ?
>
As concerning Hebrew support I can't say, but as concerns the installation,
be aware that with the gentoo 1.2 iso you won't have pptp support during the
first stages of installation.
With the help of eugenesan I've patched the gentoo 1.2 iso to add pptp
support. Couldn't test it myself as I only use pppoe but I suppose it works.
If you don't have a router, you'd rather use this iso to boot and swap cds
if you want to untar stage 2 or stage 3 (this small iso has only stage 1
binaries.)
Go there first :
http://forums.gentoo.org/viewtopic.php?t=8805
Please report if it worked for you or not...
--
Pierre-Henri Jondot <Pierre-Henri.Jondot@wanadoo.fr>
Page perso : http://perso.wanadoo.fr/phj
--__--__--
Message: 2
Subject: RE: [gentoo-dev] GCC 3.1/3.2
From: Matthew Kennedy <mkennedy@gentoo.org>
To: Michael Mattsson <michael@kyrana.com>
Cc: gentoo-dev@gentoo.org
Date: 29 Jul 2002 05:09:19 -0500
On Mon, 2002-07-29 at 02:14, Michael Mattsson wrote:
> > the gcc-3.1 patches. As far as where I send the patches to... I go to
> the
> > maintainer's website and e-mail it to him/her and also explain all my
> > changes.
>
> Gentoo patches 3rd party apps for new GCC versions? I would have
> expected the original package author to be doing that, not people from a
> particular distro.
Not every upstream author is using the latest tools. There have been
dozens of patches sent upstream for gcc3.x-related things so far alone.
--
Matthew Kennedy
Gentoo Linux Developer
--__--__--
Message: 3
From: <lakicsv@ntlworld.com>
Reply-To: viktor@lakics.net
To: Owen Stampflee <owen@gentoo.org>
Cc: gentoo-dev@gentoo.org
Subject: Re: Re: [gentoo-dev] Getting $SRC_URI in a bash program
Date: Mon, 29 Jul 2002 10:24:56 +0000
This is exactly what I did, but it did not give me what I wanted, the complete URL or not even the file name. As you pointed out the problem is the variables which are not set in the ebuild themselves...Where are they set then? And how can I extract, get the file name?!
In other words : If I have /usr/portage/app-cat/app-2.1.ebuild then I want to get:
app-2.1.tar.bz2
or whatever the file is *ACTUALLY* called. I think this could be different from that you could deduct from simply the ebuild name...
Viktor
>
> From: Owen Stampflee <owen@gentoo.org>
> Date: Sun, 28 Jul 2002 23:00:32 +0000
> To: gentoo-dev@gentoo.org
> Subject: Re: [gentoo-dev] Getting $SRC_URI in a bash program
>
> Simply source the ebuild, and SRC_URI and other variables will be set.
> This wont work for ${P}, ${PN}, ${PV}, etc. etc. as they are not set in the
> ebuild themselves.
>
> Owen
>
> --
> Owen Stampflee - owen@gentoo.org
> Gentoo Linux Developer - http://www.gentoo.org
>
> _______________________________________________
> gentoo-dev mailing list
> gentoo-dev@gentoo.org
> http://lists.gentoo.org/mailman/listinfo/gentoo-dev
>
--__--__--
Message: 4
To: gentoo-dev@gentoo.org
From: pdcawley@bofh.org.uk
Date: 29 Jul 2002 11:32:23 +0100
Subject: [gentoo-dev] Perl 5.8.0 upgrade and access violations
So, being a fairly serious perl hacker, I upgrade from perl 5.6.1 to
5.8.0 using the new 5.8.0 ebuild, which went in pretty cleanly, or so
it seemed. Then, because perl 5.8.0's XS based modules are not binary
compatible with those from 5.6.1, I did:
$ qpkg dev-perl -nc -I | xargs sudo emerge
to remerge all my perl modules (yeah, it'd've made sense to only
emerge the binary ones, but hey, processor time is cheap) and came
across a problem. From the relevant part of the ebuild output:
>>> Install Digest-HMAC-1.01 into /var/tmp/portage/Digest-HMAC-1.01/image/ category dev-perl
/usr/sbin/ebuild.sh: perl_perlinfo: command not found
ACCESS DENIED mkdir: /usr/lib/perl5/site_perl/5.8.0/Digest
mkdir /usr/lib/perl5/site_perl/5.8.0/Digest: Permission denied at /usr/lib/perl5/5.8.0/ExtUtils/Install.pm line 137
make: *** [pure_site_install] Error 255
!!! ERROR: The ebuild did not complete successfully.
!!! Function perl-module_src_install, Line 18, Exitcode 2
!!! (no error message)
--------------------------- ACCESS VIOLATION SUMMARY ---------------------------LOG FILE = "/tmp/sandbox-Digest-HMAC-1.01-8179.log"
mkdir: /usr/lib/perl5/site_perl/5.8.0/Digest
--------------------------------------------------------------------------------!!! emerge aborting on /usr/portage/dev-perl/Digest-HMAC/Digest-HMAC-1.01.ebuild .
I presume this is because there's something sandbox related that
assumes perl modules go in /usr/lib/perl5/site_perl/5.6.1, but I can't
for the life of me find what I need to change to fix this. What should
I do?
--
Piers
"It is a truth universally acknowledged that a language in
possession of a rich syntax must be in need of a rewrite."
-- Jane Austen?
--__--__--
Message: 5
Date: Mon, 29 Jul 2002 07:23:35 -0400
From: Michael Cummings <mcummings@datanode.net>
To: gentoo-dev@gentoo.org
Subject: Re: [gentoo-dev] Perl 5.8.0 upgrade and access violations
Reply-To: mcummings@datanode.net
It's definitely a sandbox issue. I got the same error when attempting to
duplicate your emerge. I disabled sandbox in my make.globals and it
installed perfectly.
On Mon, Jul 29, 2002 at 11:32:23AM +0100, pdcawley@bofh.org.uk wrote:
> So, being a fairly serious perl hacker, I upgrade from perl 5.6.1 to
> 5.8.0 using the new 5.8.0 ebuild, which went in pretty cleanly, or so
> it seemed. Then, because perl 5.8.0's XS based modules are not binary
> compatible with those from 5.6.1, I did:
>
> $ qpkg dev-perl -nc -I | xargs sudo emerge
>
> to remerge all my perl modules (yeah, it'd've made sense to only
> emerge the binary ones, but hey, processor time is cheap) and came
> across a problem. From the relevant part of the ebuild output:
>
>
> >>> Install Digest-HMAC-1.01 into /var/tmp/portage/Digest-HMAC-1.01/image/ category dev-perl
> /usr/sbin/ebuild.sh: perl_perlinfo: command not found
> ACCESS DENIED mkdir: /usr/lib/perl5/site_perl/5.8.0/Digest
> mkdir /usr/lib/perl5/site_perl/5.8.0/Digest: Permission denied at /usr/lib/perl5/5.8.0/ExtUtils/Install.pm line 137
> make: *** [pure_site_install] Error 255
>
> !!! ERROR: The ebuild did not complete successfully.
> !!! Function perl-module_src_install, Line 18, Exitcode 2
> !!! (no error message)
>
> --------------------------- ACCESS VIOLATION SUMMARY ---------------------------LOG FILE = "/tmp/sandbox-Digest-HMAC-1.01-8179.log"
>
> mkdir: /usr/lib/perl5/site_perl/5.8.0/Digest
> --------------------------------------------------------------------------------!!! emerge aborting on /usr/portage/dev-perl/Digest-HMAC/Digest-HMAC-1.01.ebuild .
>
> I presume this is because there's something sandbox related that
> assumes perl modules go in /usr/lib/perl5/site_perl/5.6.1, but I can't
> for the life of me find what I need to change to fix this. What should
> I do?
>
> --
> Piers
>
> "It is a truth universally acknowledged that a language in
> possession of a rich syntax must be in need of a rewrite."
> -- Jane Austen?
>
> _______________________________________________
> gentoo-dev mailing list
> gentoo-dev@gentoo.org
> http://lists.gentoo.org/mailman/listinfo/gentoo-dev
--__--__--
Message: 6
To: mcummings@datanode.net
Cc: gentoo-dev@gentoo.org
Subject: Re: [gentoo-dev] Perl 5.8.0 upgrade and access violations
From: pdcawley@bofh.org.uk
Date: 29 Jul 2002 13:37:32 +0100
Michael Cummings <mcummings@datanode.net> writes:
> It's definitely a sandbox issue. I got the same error when attempting to
> duplicate your emerge. I disabled sandbox in my make.globals and it
> installed perfectly.
So, how does one tweak sandbox so it'll allow writes to that
directory?
--
Piers
"It is a truth universally acknowledged that a language in
possession of a rich syntax must be in need of a rewrite."
-- Jane Austen?
--__--__--
Message: 7
From: Jean-Michel Smith <jsmith@kcco.com>
To: Tom Philbrick <tom@wickidpisa.com>, gentoo-dev@gentoo.org
Subject: Re: [gentoo-dev] Automatic menus?
Date: Fri, 26 Jul 2002 13:03:27 -0500
On Friday 26 July 2002 12:53 pm, Tom Philbrick wrote:
> On Fri, Jul 26, 2002 at 02:45:05PM +0200, Corvus Corax wrote:
> > Dont want to bother anyone, but the idea of having to rebuild every
> > ebuild existing for menu data seems not very effective.
>
> It would not be very effective, which is why no one, including myself,
> has suggested it. The way this would wor [sic] is, there is a program c=
alled
> update-menus that should be called in the ebuild of any program that
> installs a menufile.
It is a tough call where to draw the line of responsiblity. Do you make=20
ebuild maintainers do the work in their ebuild, in which case only those=20
whose maintainers have any interest in such a feature will use the featur=
e,=20
and the rest will be left out anyway, or do you have an ebuild that maint=
ains=20
such files for all the rest of the ebuilds, that a person who is interest=
ed=20
in the feature can maintain across a bunch of packages (e.g.=20
update-menu-configs)?
I think the best solution is one that allows ebuild maintainers to add th=
e=20
information for their ebuild if they wish, but also allows other interest=
ed=20
parties to add information for ebuilds whose maintainers do not have the =
time=20
or interest to maintain that sort of information themselves.
Soemthing like:
#1 an optional ebuild that installs the auto-menu system
#2 an ebuild containing menu information/config info for a plethora of eb=
uilds=20
out there.
#3 a documented means by which individual ebuilds can overlay/override th=
e=20
config file in #2 above, or an easy way for ebuild maintainers to submit=20
changes/updates to #2 above.
In any event, as long as the feature is optional and not required I have =
no=20
problem with it, though I'm not certain I would use it (I might, though. =
I=20
was ambivelent with Debian's menu system ... sometimes I liked it, someti=
mes=20
I found it overly convoluted and annoying).
Jean.
--__--__--
Message: 8
From: Yannick Koehler <yannick.koehler@colubris.com>
Organization: Colubris Networks Inc.
To: gentoo-dev@gentoo.org
Date: Mon, 29 Jul 2002 10:05:09 -0400
Subject: [gentoo-dev] db-4.0.14: request information
=2D----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
I'm installing subversion latest release and they seems to require db 4.0.1=
4. =20
Because that is mask, I was wondering if someone could let me know the stat=
us=20
of that lib.
Also, is there a safe way to have that one with the 3.x and previous versio=
n? =20
I need more knowledge on that.
=2D --=20
Yannick Koehler
=2D----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.0.6 (GNU/Linux)
Comment: For info see http://www.gnupg.org
iD8DBQE9RUuVfuKOJNEyL1URAto2AJsGSJ9CiCIG3UGpoEAEui/hjJi1ygCfewAv
ugIEum3Q7vdsZhTI3gfGuYk=3D
=3DZQz7
=2D----END PGP SIGNATURE-----
--__--__--
Message: 9
Date: Mon, 29 Jul 2002 09:12:23 -0500
From: Jon Nelson <jnelson@jamponi.net>
To: Yannick Koehler <yannick.koehler@colubris.com>
Cc: gentoo-dev@gentoo.org
Subject: Re: [gentoo-dev] db-4.0.14: request information
> I'm installing subversion latest release and they seems to
> require db 4.0.14. Because that is mask, I was wondering if
> someone could let me know the status of that lib.
>
> Also, is there a safe way to have that one with the 3.x and
> previous version? I need more knowledge on that.
Provided db is slotted properly (I do not know if it is), then
it should be safe to install them side-by-side.
IIRC,
db1.x should have slot "1"
db3.x should have slot "3"
db4.x should have slot "4"
Any idea why they require db4?
--
Jon Nelson
Just because it's not broken doesn't mean we can't take it apart.
--__--__--
Message: 10
From: Yannick Koehler <yannick.koehler@colubris.com>
Organization: Colubris Networks Inc.
To: Jon Nelson <jnelson@jamponi.net>
Subject: Re: [gentoo-dev] db-4.0.14: request information
Date: Mon, 29 Jul 2002 10:34:10 -0400
Cc: gentoo-dev@gentoo.org
=2D----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
On July 29, 2002 10:12 am, Jon Nelson wrote:
> > I'm installing subversion latest release and they seems to
> > require db 4.0.14. Because that is mask, I was wondering if
> > someone could let me know the status of that lib.
> >
> > Also, is there a safe way to have that one with the 3.x and
> > previous version? I need more knowledge on that.
>
> Provided db is slotted properly (I do not know if it is), then
> it should be safe to install them side-by-side.
>
> IIRC,
>
> db1.x should have slot "1"
> db3.x should have slot "3"
> db4.x should have slot "4"
>
> Any idea why they require db4?
Yes they are slotted properly... I don't know why they required 4.0.14, at =
the=20
same time I don't know why gentoo is masking it...
=2D --=20
Yannick Koehler
=2D----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.0.6 (GNU/Linux)
Comment: For info see http://www.gnupg.org
iD8DBQE9RVJifuKOJNEyL1URAnlpAKCjbvkl9741/sIvc5nL26oUQVYIxwCfYajq
QpbklQZqYsYdHdLzRciXkls=3D
=3D2EKW
=2D----END PGP SIGNATURE-----
--__--__--
Message: 11
From: "Design Support and Hosting Service" <optout4996@email.it>
To: gentoo-dev@gentoo.org
Date: Mon, 29 Jul 2002 10:36:23 -0400
Subject: [gentoo-dev] List REMOVAL
-- To be removed simply reply --
=3D=3D PAY 20 BUCKS A MONTH FOR WEB DESIGN =3D=3D
For only $20 a month your web site and Domain Name will be DESIGNED=2C REGISTERED and HOSTED!
Tired of the ongoing hassle with your website=3F Is your =22Webmaster=22 doing his job=3F
We will PLAN=2C BUILD=2C and MAINTAIN your Web Domain for $20 a month!
We include everything from Domain name purchase to design and hosting=2E
Details on what you get for only $20 a month! NO SETUP FEES=2C NO PREPAID FEES!
Call 1-877-684-0179 for our 24hr=2E toll free message line with more detailed information=2E
Your web page designed by our team with up to 2000 words of text
=28that's about THREE 8 1=2F2=22x11=22 pages=29 your logo=2C and 9 graphics=2E
Choose appropriate background and graphics from our extensive library=2E
If you prefer you can e-mail us your own graphics=2E =28Must be in GIF or JPEG format=29=2E
Set up and hosting of your pages for 1 full year=2E =28No need to learn HTML code or hire a webmaster=29=2E
We'll design and install your page on the web=2C where everyone will be able to see it=2E
You will be able to make changes=2Fupdates to your page simply by sending us e-mail
or use our simple web based 'Type Over A Webpage Tool' your choice=2E
Your own unique World Wide Web address =28URL=29=3A http=3A=2F=2F www=2Ecom
=28yournamecan be yourcompanyname or any name of your choice=29=2E
No InterNIC registration fee! We Pay the Fee!
Unlimited email addresses at Your own unique World Wide Web email address =40www=2Ecom
Unlimited traffic to your page and Great SPEED! FREE link to your E-mail Address=2E
Unlimited =22hot links=22 to your autoresponders=2C or other web pages you might have on the Internet=2E You may also add affiliate banners to your page=2E
Unlimited updates=2Fchanges =28via e-mail=29 to your page for two weeks
after the initial design and set up is done to ensure that you are 100% satisfied with your page=2E
Afterward you may update=2Fchange your page twice during the year - free of charge=2E
If you for any reason will want more changes=2C each additional update=2Fchange will be charged a nominal $15 fee=2E
NOTE=3A We'll never charge you if you only change a word or two or if we have to update your phone number or e-mail=2E
However=2C if you at any time decide to completely redesign your page =28more than 70% of content=29 a $59 fee applies=2E
After one year=2C you can renew the hosting of your page=28s=29 for another year at the rate of $99=2E00=2E
All additional options are only charged once=2E =28No fee at renewal=2E=29
No hidden costs=2C no small print=2C no gimmicks=2C nothing more to buy!
ALL THIS FOR ONLY $20 a month!
Stop procrastinating and take advantage of this fantastic offer!
Call for details NOW=3A 1-877-684-0179 =28examples available=29
--__--__--
Message: 12
Date: Mon, 29 Jul 2002 10:52:30 -0400
From: Michael Cummings <mcummings@datanode.net>
To: gentoo-dev@gentoo.org
Subject: Re: [gentoo-dev] Perl 5.8.0 upgrade and access violations
Reply-To: mcummings@datanode.net
OK, maybe a slight recant. The problem arises when sandbox is enabled -
not exactly the same thing as it being sanboxes problem. Taking a look
at the Ext*/Install.pm, there are some differences between how perl
5.6.1 and 5.8.0 install a module - different methods for touching and
creating directories/files, and it looks like that could be why sandbox
is throwing a fit. May need better brains than mine to look at this
further, but I'll keep looking anyway ;)
On Mon, Jul 29, 2002 at 01:37:32PM +0100, pdcawley@bofh.org.uk wrote:
> Michael Cummings <mcummings@datanode.net> writes:
>
> > It's definitely a sandbox issue. I got the same error when attempting to
> > duplicate your emerge. I disabled sandbox in my make.globals and it
> > installed perfectly.
>
> So, how does one tweak sandbox so it'll allow writes to that
> directory?
>
> --
> Piers
>
> "It is a truth universally acknowledged that a language in
> possession of a rich syntax must be in need of a rewrite."
> -- Jane Austen?
>
> _______________________________________________
> gentoo-dev mailing list
> gentoo-dev@gentoo.org
> http://lists.gentoo.org/mailman/listinfo/gentoo-dev
--__--__--
Message: 13
From: Yannick Koehler <yannick.koehler@colubris.com>
Organization: Colubris Networks Inc.
To: gentoo-dev@gentoo.org
Date: Mon, 29 Jul 2002 10:53:02 -0400
Subject: [gentoo-dev] apache 2.x
=2D----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
As any work been done for this one? I find it surprising not to see the=20
script for that application, which is why I'm asking first.
=2D --=20
Yannick Koehler
=2D----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.0.6 (GNU/Linux)
Comment: For info see http://www.gnupg.org
iD8DBQE9RVbPfuKOJNEyL1URAi4dAJ0dL+/WW05vTzychBKEKBlgGK+kBQCgoAgd
5moySwK021hNtZCrQYaysN8=3D
=3Dgjyy
=2D----END PGP SIGNATURE-----
--__--__--
_______________________________________________
gentoo-dev mailing list
gentoo-dev@gentoo.org
http://lists.gentoo.org/mailman/listinfo/gentoo-dev
End of gentoo-dev Digest
^ permalink raw reply [flat|nested] 9+ messages in thread
* [gentoo-dev] Undelivered Mail Returned to Sender
@ 2002-08-15 0:46 Mail Delivery System
0 siblings, 0 replies; 9+ messages in thread
From: Mail Delivery System @ 2002-08-15 0:46 UTC (permalink / raw
To: gentoo-dev
[-- Attachment #1: Notification --]
[-- Type: text/plain, Size: 457 bytes --]
This is the Postfix program at host fastmail.fm.
I'm sorry to have to inform you that the message returned
below could not be delivered to one or more destinations.
For further assistance, please send mail to <postmaster>
If you do so, please include this problem report. You can
delete your own text from the message returned below.
The Postfix program
<devx0000@fastmail.fm>: data format error. Command output: devx0000: Mailbox does not exist
[-- Attachment #2: Delivery error report --]
[-- Type: message/delivery-status, Size: 244 bytes --]
[-- Attachment #3: Undelivered Message --]
[-- Type: message/rfc822, Size: 24816 bytes --]
From: gentoo-dev-request@gentoo.org
To: gentoo-dev@gentoo.org
Subject: gentoo-dev digest, Vol 1 #440 - 17 msgs
Date: Mon, 29 Jul 2002 04:16:05 -0500 (CDT)
Message-ID: <20020729091605.34754AC6DE@chiba.3jane.net>
Send gentoo-dev mailing list submissions to
gentoo-dev@gentoo.org
To subscribe or unsubscribe via the World Wide Web, visit
http://lists.gentoo.org/mailman/listinfo/gentoo-dev
or, via email, send a message with subject or body 'help' to
gentoo-dev-request@gentoo.org
You can reach the person managing the list at
gentoo-dev-admin@gentoo.org
When replying, please edit your Subject line so it is more specific
than "Re: Contents of gentoo-dev digest..."
Today's Topics:
1. OpenOffice (Tristan Sloughter)
2. Re: OpenOffice (Thomas Beaudry)
3. Re: OpenOffice (Troy Dack)
4. Re: CJK testing (Thomas Beaudry)
5. Re: CJK testing (Marko Mikulicic)
6. Re: CJK testing (Cong)
7. Re: CJK testing (Marko Mikulicic)
8. New XForms Ebuild. (Owen Stampflee)
9. Re: Moderator? (Christian Axelsson)
10. Getting $SRC_URI in a bash program (Viktor Lakics)
11. Re: Getting $SRC_URI in a bash program (Owen Stampflee)
12. Request for Testers: Gnumeric stable 1.0.9 (Spider)
13. Re: Request for Testers: Gnumeric stable 1.0.9 (William Kenworthy)
14. RE: GCC 3.1/3.2 (Michael Mattsson)
15. RE: GCC 3.1/3.2 (Thomas Beaudry)
16. Newbie to Linux (Anan Zeevy)
17. A LIFE TIME OPPORTUNITY (Mrs. Nkonuko)
--__--__--
Message: 1
Date: Sun, 28 Jul 2002 17:06:31 -0400
From: Tristan Sloughter <tsloughter@telocity.com>
To: gentoo-dev@gentoo.org
Subject: [gentoo-dev] OpenOffice
I have tried to emerge openoffice, the source not bin, but it gives this
error:
Calculating dependencies |
!!! Error: couldn't find match for >=sys-devel/gcc-3.0.4-r3 in
app-office/openoffice-641d-r1
What is wrong here, it tells me i need gcc-3.0.4-r3, yet its not
available to be emerged. Ive found the .ebuild on my system for that
version of gcc, but i cant get that to emerge either. What is going on
here, is it just a mess up that will be fixed soon? Id really like to
emerge the openoffice source.
Tristan Sloughter
--__--__--
Message: 2
From: "Thomas Beaudry" <tmbeaudry@msn.com>
To: gentoo-dev@gentoo.org
Subject: Re: [gentoo-dev] OpenOffice
Date: Sun, 28 Jul 2002 23:04:13 +0000
>I have tried to emerge openoffice, the source not bin, but it gives this
>error:
>
>Calculating dependencies |
>!!! Error: couldn't find match for >=sys-devel/gcc-3.0.4-r3 in
>app-office/openoffice-641d-r1
>
>What is wrong here, it tells me i need gcc-3.0.4-r3, yet its not
>available to be emerged. Ive found the .ebuild on my system for that
>version of gcc, but i cant get that to emerge either. What is going on
>here, is it just a mess up that will be fixed soon? Id really like to
>emerge the openoffice source.
Maybe you should emerge sync first. Openoffice-641d-r1.ebuild is not
in my portage tree. When you have ebuild problems it always helps to
make sure you have the latest ebuilds.
_________________________________________________________________
Send and receive Hotmail on your mobile device: http://mobile.msn.com
--__--__--
Message: 3
Date: Mon, 29 Jul 2002 09:05:44 +1000
From: Troy Dack <troy@tkdack.com>
To: gentoo-dev@gentoo.org
Subject: Re: [gentoo-dev] OpenOffice
Quoting Tristan Sloughter <tsloughter@telocity.com>:
> I have tried to emerge openoffice, the source not bin, but it gives this
> error:
>
> Calculating dependencies |
> !!! Error: couldn't find match for >=sys-devel/gcc-3.0.4-r3 in
> app-office/openoffice-641d-r1
>
> What is wrong here, it tells me i need gcc-3.0.4-r3, yet its not
> available to be emerged. Ive found the .ebuild on my system for that
> version of gcc, but i cant get that to emerge either. What is going on
> here, is it just a mess up that will be fixed soon? Id really like to
> emerge the openoffice source.
It's actually telling you that it needs a version of gcc that is "greater than
or equal" to 3.0.4-r3.
So emerge gcc-3.1 and you should be right.
If you have installed gentoo from a 1.0/1.1/1.2 iso image then you are more than
likely using a gcc-2.95 profile, if this is the case then the gcc-3.1 ebuild may
well be masked or not available for installation using emerge. All is not lost,
you can install it like so:
ebuild /full/path/to/gcc-3.1.ebuild merge
Yes, you can have both gcc-2.95 & gcc-3.1 installed on the same machine and they
will play nicely together.
--
Troy Dack
http://linuxserver.tkdack.com http://gentoo.tkdack.com
--__--__--
Message: 4
From: "Thomas Beaudry" <tmbeaudry@msn.com>
To: stubear@gentoo.org, gentoo-dev@gentoo.org, gentoo-core@gentoo.org
Subject: Re: [gentoo-dev] CJK testing
Date: Sun, 28 Jul 2002 23:09:25 +0000
> > I'm with Marko. The use flag should be unicode. More accurate
> > description of what it's for even if people are only using it for
> > CJK support at the moment.
>
>The reason that CJK was chosen was that untill postgresql, I have only
>ever seen --enable-multibyte used for adding Asian font capabilities. It
>wasn't till this response that I was even aware that postgresql used it
>to add support for unicode (and others as well). I'll have to look at
>this issue in more depth because on occasion adding Asian support
>sometimes kills Russian or Greek support. May have to add an additional
>flag.
>
>Unicode in this case is better, but not actually more accurate as
>unicode is just 1 of many encodings that postgresql activate with
>--enable-multibyte. multibyte or i18n might be more appropriate?
Multibyte sounds like the best to me. i18n uses both single- and multi-
byte fonts so wouldn't be entirely accurate.
_________________________________________________________________
Chat with friends online, try MSN Messenger: http://messenger.msn.com
--__--__--
Message: 5
Date: Mon, 29 Jul 2002 01:49:31 +0200
From: Marko Mikulicic <marko@seul.org>
To: Thomas Beaudry <tmbeaudry@msn.com>
Cc: stubear@gentoo.org, gentoo-dev@gentoo.org, gentoo-core@gentoo.org
Subject: Re: [gentoo-dev] CJK testing
Thomas Beaudry wrote:
>
>> > I'm with Marko. The use flag should be unicode. More accurate
>> > description of what it's for even if people are only using it for
>> > CJK support at the moment.
>>
>> The reason that CJK was chosen was that untill postgresql, I have only
>> ever seen --enable-multibyte used for adding Asian font capabilities. It
>> wasn't till this response that I was even aware that postgresql used it
>> to add support for unicode (and others as well). I'll have to look at
>> this issue in more depth because on occasion adding Asian support
>> sometimes kills Russian or Greek support. May have to add an additional
>> flag.
So, when someone wants russian and greek (together->unicode) in
postgresql it has to enable CJK and then possibly break some other
applications which have nothing to do with pgsql.
>>
>> Unicode in this case is better, but not actually more accurate as
>> unicode is just 1 of many encodings that postgresql activate with
>> --enable-multibyte. multibyte or i18n might be more appropriate?
I use always unicode inside the database because the client can choose
the encoding for the connection and an eventual conversion happens on
the fly. But someone may want to store the data internally in a specific
encoding for performance issues.
Automatic conversion can be disabled (and this saves performance and code
size).
This make me think about the possibility to have a finer granularity
in configuring an ebuild:
1) Combinations of global use flags activate a ebuild-local use flag.
2) ebuild-local use flags have effect only on a given ebuild
for example:
global use flag: "unicode" -> local flag: "postgresql/multibyte"
global use flag: "cjk" -> local flag: "postgresql/multibyte"
pseudo code in ebuild: if use unicode or use then multibyte
"local" (a better name...) use flags are like use flags but prefixed
with the ebuild name path.
/etc/make.conf: USE="... cjk -postgresql/unicode-conversion"
this flags enable multibyte for Chinese-Japanese-Korean but
without the overhead of conversions to other encodings.
If this make sense to you I will elaborate it better and send
a feature bug. But if it is stupid tell me now :-)
>
> Multibyte sounds like the best to me. i18n uses both single- and multi-
> byte fonts so wouldn't be entirely accurate.
Multibyte is not bad as it is a 1-to-1 mapping with the configure flag,
but I think i may be confusing. The word "multibyte" doesn't associate
with text and encoding but to actual implementation.
Marko
--__--__--
Message: 6
Date: Mon, 29 Jul 2002 09:03:15 +0900
From: Cong <vo.chi.cong-linux@is.titech.ac.jp>
To: gentoo-dev@gentoo.org
Subject: Re: [gentoo-dev] CJK testing
Do you Marko use any of Japanese, Korean or Chinese?
Anyway, I believe that the patch for mutt-1.4-r2.ebuild
makes it useable for only Japanese users (including me).
mutt-1.4-r2.ebuild works well. Thank you.
Cong
On Sun, Jul 28, 2002 at 03:41:52PM +0200, Marko Mikulicic wrote:
> Stuart Bouyer wrote:
> >Sorry for the stupidity,
> >
> >the packages are
> >
> >net-mail/mutt-1.4-r2.ebuild
> >dev-db/postgresql-7.2.1-r2.ebuild
>
> I'm already changed the postgresql ebuild like you did
> and I used "--enable-multibyte" for some time. It works.
> You ebuild compiles well.
> The only problem I see is the name "CJK".
> I use unicode for other languages, for example in order to have in the
> same database latin1 and latin2. Is difficult to guess for an
> east-european user that it should use "CJK" for it's language.
> I would prefer if the use flag should be called in a more general way.
> (unicode)
>
> Marko
>
>
>
>
--
Cong
--__--__--
Message: 7
Date: Mon, 29 Jul 2002 02:23:33 +0200
From: Marko Mikulicic <marko@seul.org>
To: gentoo-dev <gentoo-dev@gentoo.org>
Subject: Re: [gentoo-dev] CJK testing
Cong wrote:
> Do you Marko use any of Japanese, Korean or Chinese?
Not really. Watakushi wa nihon go wakarimasen :-)
I'd like to see japanese support for emacs
since I like to play with foreign languages and emacs
was the simpler solution for inputing hiragana and kanji
that I've seen. (it worked on mandrake but on gentoo is missing)
I don't know what to input hiragana in mutt or in kde :-(
I know how it works internally but I don't know how to use it like an
user :-(
What should I install to test CJK support. Terminal ? I see no kterm.
How do you write hiragana and kanji in kde/gnome/mozilla ?
>
> Anyway, I believe that the patch for mutt-1.4-r2.ebuild
> makes it useable for only Japanese users (including me).
Yes, this case is different from postgresql.
Marko
--__--__--
Message: 8
Date: Sun, 28 Jul 2002 22:11:12 +0000
From: Owen Stampflee <owen@gentoo.org>
To: gentoo-dev@gentoo.org
Subject: [gentoo-dev] New XForms Ebuild.
Hi All,
Well, after trying to track down some LyX bugs, one of their developers
pointed out that the XForms had been released under the GPL. This ebuild
takes advantage of it as the old stuff was horribly broken.
It just hit CVS, should hit rsync soon. Please unmask and test.
Owen
--
Owen Stampflee - owen@gentoo.org
Gentoo PPC Developer - http://www.gentoo.org
--__--__--
Message: 9
Date: Mon, 29 Jul 2002 07:41:46 +0200
From: Christian Axelsson <smiler@lanil.mine.nu>
To: gentoo-dev@gentoo.org
Subject: Re: [gentoo-dev] Moderator?
Organization: LANIL
--------------------
On Sun, 28 Jul 2002 23:44:29 +0200 (MET DST)
Karl Trygve Kalleberg <karltk@prosalg.no> wrote:
> The mailman version we are using is not that powerful, and the hack is a
> stop-gap measure until we've implemented a proper solution.
Just changing the reply message temporarly should be an easy hack in the code if
it cant be done via configuration files.
--
Christian Axelsson
smiler@lanil.mine.nu
--__--__--
Message: 10
Date: Mon, 29 Jul 2002 06:52:21 +0100
From: Viktor Lakics <viktor@lakics.net>
To: gentoo-dev@gentoo.org
Subject: [gentoo-dev] Getting $SRC_URI in a bash program
Hi devs,
I am learning bash, and since I run gentoo, I thought the best way
to learn is manipulate ebuilds:-)).
How can I extract the value of SRC_URI from a given ebuild in a
bash program? Do I have to call emerge or ebuild somehow!? What I
would like is to get the exact URL or just the basename of the file
as a string to manipulate my distfiles.
Anyone has an idea?
Thanks in advance. -- Viktor
--__--__--
Message: 11
Date: Sun, 28 Jul 2002 23:00:32 +0000
From: Owen Stampflee <owen@gentoo.org>
Subject: Re: [gentoo-dev] Getting $SRC_URI in a bash program
To: gentoo-dev@gentoo.org
Simply source the ebuild, and SRC_URI and other variables will be set.
This wont work for ${P}, ${PN}, ${PV}, etc. etc. as they are not set in the
ebuild themselves.
Owen
--
Owen Stampflee - owen@gentoo.org
Gentoo Linux Developer - http://www.gentoo.org
--__--__--
Message: 12
Date: Mon, 29 Jul 2002 08:22:30 +0200
From: Spider <spider@gentoo.org>
To: gentoo-dev <gentoo-dev@gentoo.org>
Organization: Chaotic
Subject: [gentoo-dev] Request for Testers: Gnumeric stable 1.0.9
--=.+.g1tE(lC'.O.?
Content-Type: text/plain; charset=US-ASCII
Content-Transfer-Encoding: 7bit
Hello,
New release of gnumeric out and masked.
since I dont really use this, Im not all sure what the useflags do and
need some testing to make sure that all the useflags work okay.
Give it a whirl and let me have some feedback, if there are no bugs in
the builds or so in the next few days itll be unmasked by me or some
other dev :)
Thanks in advance,
//Spider
--
begin .signature
This is a .signature virus! Please copy me into your .signature!
See Microsoft KB Article Q265230 for more information.
end
--=.+.g1tE(lC'.O.?
Content-Type: application/pgp-signature
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.0.7 (GNU/Linux)
iD8DBQE9RN8qZS9CZTi033kRAnfvAJ97l56Hj5IoUUoQuQQrtPxic/fZnQCgggMx
IT8y3Y7LMQug//CBUd8HMng=
=sCAZ
-----END PGP SIGNATURE-----
--=.+.g1tE(lC'.O.?--
--__--__--
Message: 13
Subject: Re: [gentoo-dev] Request for Testers: Gnumeric stable 1.0.9
From: William Kenworthy <billk@iinet.net.au>
To: Spider <spider@gentoo.org>
Cc: gentoo-dev <gentoo-dev@gentoo.org>
Organization: Home
Date: 29 Jul 2002 14:52:41 +0800
I take it this is 1.09: is there any possibility of doing the gnome2
versions - there is apparently some real advantages to it? I am using
gentoo 1.3b.
BillK
On Mon, 2002-07-29 at 14:22, Spider wrote:
> Hello,
> New release of gnumeric out and masked.
> since I dont really use this, Im not all sure what the useflags do and
> need some testing to make sure that all the useflags work okay.
>
> Give it a whirl and let me have some feedback, if there are no bugs in
> the builds or so in the next few days itll be unmasked by me or some
> other dev :)
>
>
> Thanks in advance,
> //Spider
>
> --
> begin .signature
> This is a .signature virus! Please copy me into your .signature!
> See Microsoft KB Article Q265230 for more information.
> end
--
William Kenworthy <billk@iinet.net.au>
Home
--__--__--
Message: 14
From: "Michael Mattsson" <michael@kyrana.com>
To: <gentoo-dev@gentoo.org>
Subject: RE: [gentoo-dev] GCC 3.1/3.2
Date: Mon, 29 Jul 2002 03:14:21 -0400
> Most of my patches are actually in the Gentoo source tree. When you
> emerge a package and you see a line that it's patching the
> source code right after unpacking the source... that's possibly one of
> the gcc-3.1 patches. As far as where I send the patches to... I go to
the
> maintainer's website and e-mail it to him/her and also explain all my
> changes.
Gentoo patches 3rd party apps for new GCC versions? I would have
expected the original package author to be doing that, not people from a
particular distro.
> And if you wanna see lots of kernel hacks at patches by us Gentoo
> people... try mjc-sources
Is gentoo developing the patches in mjc, or just including them? Most
of the patch authors I recognize from the linux-kernel mailing list - do
many of them work with gentoo?
Michael Mattsson
Kyrana Inc.
michael@kyrana.com
--__--__--
Message: 15
From: "Thomas Beaudry" <tmbeaudry@msn.com>
To: michael@kyrana.com, gentoo-dev@gentoo.org
Subject: RE: [gentoo-dev] GCC 3.1/3.2
Date: Mon, 29 Jul 2002 07:28:19 +0000
>Gentoo patches 3rd party apps for new GCC versions?
>I would have expected the original package author to
>be doing that, not people from a particular distro.
All the distros do it. Nobody wants to wait for the
maintaner to find the time, they usually have other
work to do to put food on the table. That's the reason
the updates happen so fast. Among all the distros,
there's someone who has the time (and quite often is
paid to do so, e.g. Mandrake, Red Hat) to figure out
the fixes right away. As soon as they have it figured
out, they email it to the maintaner who then usually
checks it out and merges it into the code.
_________________________________________________________________
Join the worlds largest e-mail service with MSN Hotmail.
http://www.hotmail.com
--__--__--
Message: 16
From: Anan Zeevy <Anan.Zeevy@orange.co.il>
To: "'gentoo-dev@gentoo.org'" <gentoo-dev@gentoo.org>
Date: Mon, 29 Jul 2002 10:58:37 +0200
Subject: [gentoo-dev] Newbie to Linux
Hi,
I have bought a copy of the 1.2 Gentoo CD from ComputerHelperGuy and I wish
to install it on my computer.
As a newbie, instead of trying it immediately (and thus miserably failing
and wasting my time) I'd like to know what manuals should I print to have
handy during the installation, and what should I learn before trying to
install Gentoo on my computer.
My specs:
Mother board: Asus A7V333 (VIA KT333)
CPU: Athlon 1800+ (slightly overclocked)
MEM: 1GB Transcend 333Mhz DDR
HDD: Primary (Master) - Maxtor 80GB
Secondary (Slave) - IBM 20GB unpartitioned, unformatted (intended
for Gentoo)
Graphic: Matrox G400 DH 32MB
Sound: Currently using onboard sound (C-Media 8738), switching to Hercules
Game theater XP (Cirrus Logic CS4630) in a few days.
2 NICS: 3com 905b (pptp adsl), intel pro 10/100 (lan)
CD-R (master): Plextor (PX-W401240A)
DVD (Slave): Asus (E-616)
Also, could you please tell me where can I find the instructions for
enabling Hebrew support as in Dan Armak's screenshot ?
Best regards,
Anan Zeevy
Tel: +972 50 222175
work: mailto:anan.zeevy@orange.co.il
home: mailto:anan_z@israsrv.net.il
--__--__--
Message: 17
From: "Mrs. Nkonuko" <nkonuko3@rediffmail.com>
To: <gentoo-dev@gentoo.org>
Date: Mon, 29 Jul 2002 10:12:40 -0700
Reply-To: "Mrs. Nkonuko" <holywoman20@mail.com>
Subject: [gentoo-dev] A LIFE TIME OPPORTUNITY
From: Mrs. Nkonuko,
Auditing and Accounting Unit.
Foreign Operations Department Banque Togolaise
Pour Le Commerce Et LIndustrie,
Lome-Togo.
Tel:+228-9135387
ATTN: THE MANAGING DIRECTOR/CEO.
Iam Mrs. Nkonuko, the director in charge of auditing and accounting section of Banque Togolaise
Pour Le Commerce Et LIndustrie Lome-Togo in West Africa with due respect and regard. I have
decided to contact you on a business transaction that will be very beneficial to both of us at the
end of the transaction. During our investigation and auditing in this bank, my department came
across a very huge sum of money belonging to a deceased person who died on November 1st 1999 in a
plane crash and the fund has been dormant in his account with this bank without any claim of the
fund in our custody either from his family or relation before our discovery to this development.
Although personall, I keep this information secret within myself and partners to enable the whole
plans and idea be profitable and successful during the time of execution. The said amount was
US$7,200,000.00 (Seven Million Two Hundred Thousand United States Dollars). As it may interest you
to know, I got your impressive information through my good friends who works with chamber of
commerce on foreign business relations herein Lome-Togo. It is him who recommended your person to
me to be viable and capable to champion a business of such magnitude without without any problem.
Meanwhile, all the whole arrangement to put claim over this fund as the bonafide next of kin to
the deceased, got the required approval and transfer this money to a foreign account has been put
in place and directives and needed information will be relayed to you as soon as you indicate your
interest and willingness to assist us and also benefit your self to this great business
opportunity.
In fact, I could have done this deal alone but because of my position in this country as a civil
servant (A Banker), we are not allowed to operate a foreign account and would eventually raise an
eye brow on my side during the time of transfer because I work in this bank. This is the actual
reason why it will require a second party or fellow who will forward claims as the next of kin
with affidavit of trust of oath to the bank and also present a foreign account where he will need
the money to be re-transfered into on his request as it may be after due verification and
clarification by the correspondent branch of the bank where the whole money will be remitted from
to your own designated bank account.
I will not fail to inform you that this transaction is 100% risk free. On smooth conclusion of
this transaction, you will be entitled to 30% of the total sum as gratification, while 5% will be
set aside to take care of expenses that may arise during the time of transfer and also telephone
bills, while 65% will be for me and my partners. Please, you have been advised to keep Top
Secret as we are still in service and intend to retire after we concluded this deal with you. I
will be monitoring the whole situation here in thisbank until you confirm the money in your
account, and ask us to come over to your country for subsequent sharing of the fund according to
percentages previously indicated and further assistance for the investment of our own share,
either in your country or any country you may suggest. All other information will be sent to you
when I hear from you.
I suggest you get back to me as soon as possible stating your wish in this deal via my above
e-mail address.
I look forward to hearing from you.
Yours Faithfully,
Mrs. Nkonuko
--__--__--
_______________________________________________
gentoo-dev mailing list
gentoo-dev@gentoo.org
http://lists.gentoo.org/mailman/listinfo/gentoo-dev
End of gentoo-dev Digest
^ permalink raw reply [flat|nested] 9+ messages in thread
* [gentoo-dev] Undelivered Mail Returned to Sender
@ 2002-08-15 0:46 Mail Delivery System
0 siblings, 0 replies; 9+ messages in thread
From: Mail Delivery System @ 2002-08-15 0:46 UTC (permalink / raw
To: gentoo-dev
[-- Attachment #1: Notification --]
[-- Type: text/plain, Size: 457 bytes --]
This is the Postfix program at host fastmail.fm.
I'm sorry to have to inform you that the message returned
below could not be delivered to one or more destinations.
For further assistance, please send mail to <postmaster>
If you do so, please include this problem report. You can
delete your own text from the message returned below.
The Postfix program
<devx0000@fastmail.fm>: data format error. Command output: devx0000: Mailbox does not exist
[-- Attachment #2: Delivery error report --]
[-- Type: message/delivery-status, Size: 244 bytes --]
[-- Attachment #3: Undelivered Message --]
[-- Type: message/rfc822, Size: 14430 bytes --]
From: gentoo-dev-request@gentoo.org
To: gentoo-dev@gentoo.org
Subject: gentoo-dev digest, Vol 1 #444 - 3 msgs
Date: Tue, 30 Jul 2002 12:01:13 -0500 (CDT)
Message-ID: <20020730170113.A4D92AC5E6@chiba.3jane.net>
Send gentoo-dev mailing list submissions to
gentoo-dev@gentoo.org
To subscribe or unsubscribe via the World Wide Web, visit
http://lists.gentoo.org/mailman/listinfo/gentoo-dev
or, via email, send a message with subject or body 'help' to
gentoo-dev-request@gentoo.org
You can reach the person managing the list at
gentoo-dev-admin@gentoo.org
When replying, please edit your Subject line so it is more specific
than "Re: Contents of gentoo-dev digest..."
Today's Topics:
1. Re: db-4.0.14: request information (Paul de Vrieze)
2. Terapin Dual-Deck MP3 Audio CD Recorder Exclusive Promotion (Terapin)
3. anoncvs is broken (Hannes Mehnert)
--__--__--
Message: 1
From: Paul de Vrieze <pauldv@cs.kun.nl>
To: gentoo-dev@gentoo.org
Subject: Re: [gentoo-dev] db-4.0.14: request information
Date: Tue, 30 Jul 2002 14:12:43 +0200
On Monday 29 July 2002 16:34, Yannick Koehler wrote:
>
> Yes they are slotted properly... I don't know why they required 4.0.14,=
at
> the same time I don't know why gentoo is masking it...
There are some (braindamaged?) ebuilds out there that think they want ve=
rsion=20
4.x, while they actually want 3.x, so the dependencies on those ebuilds=20
should be updated.
Is it actually possible to specify that an ebuild wants >db-3.0 <db-4.0?
Paul
--=20
Paul de Vrieze
Junior Researcher
Mail: pauldv@cs.kun.nl
Homepage: http://www.devrieze.net
--__--__--
Message: 2
From: "Terapin" <terapinmail@terapintech.com>
To: <gentoo-dev@gentoo.org>
Date: Tue, 30 Jul 2002 23:00:54 +0800
Subject: [gentoo-dev] Terapin Dual-Deck MP3 Audio CD Recorder Exclusive Promotion
<html>
<head>
<title>Terapin Dual-Deck MP3 Audio CD Recorder</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
</head>
<body bgcolor="#FFFFFF" text="#000000">
<table width="760" border="0" cellspacing="0" cellpadding="0">
<tr bgcolor="#6699FF">
<td colspan="3"> </td>
</tr>
<tr>
<td bgcolor="#6699FF" height="44" width="5"> </td>
<td height="44">
<table border="0" cellspacing="0" cellpadding="0" width="83">
<tr>
<td width="25"> </td>
<td width="48"> </td>
</tr>
<tr>
<td width="25"> </td>
<td width="48"><a
href="http://trackmylink.com/rd.php?l=112&rd=AH"><img
src="http://www.terapintech.com/email/logo_small.gif" width="48"
height="43" border="0"></a></td>
</tr>
</table>
</td>
<td bordercolor="#333333" bgcolor="#6699FF" height="44"
width="5"> </td>
</tr>
<tr>
<td bgcolor="#6699FF" width="5"> </td>
<td>
<table width="750" border="0">
<tr>
<td colspan="3">
<div >
<div align="center">
<table border="0" cellspacing="0" cellpadding="0"
width="576" height="236">
<tr>
<td width="302"><a
href="http://trackmylink.com/rd.php?l=112&rd=AH"><img
src="http://www.terapintech.com/email/mcr_a.jpg" width="287" height="236"
border="0"></a></td>
<td width="289"><a
href="http://trackmylink.com/rd.php?l=112&rd=AH"><img
src="http://www.terapintech.com/email/mcr_b.jpg" width="289" height="236"
border="0"></a></td>
</tr>
</table>
<p><font face="Arial, Helvetica, sans-serif" size="4"
color="#FF0000">Exclusive
promotion for our first 50 customers!</font></p>
<p><font face="Arial, Helvetica, sans-serif" size="4"
color="#FF0000">Free
$40 worth of Terapin CD Media if you purchase a
MCR-TX3300 online
now!</font><br>
</p>
</div>
</div>
<div ></div>
<div >
<div align="center"></div>
</div>
</td>
</tr>
<tr>
<td width="300" valign="top" height="539">
<table border="0" cellspacing="0" cellpadding="0" width="300">
<tr>
<td width="25"> </td>
<td width="290">
<p><b><font face="Arial, Helvetica, sans-serif"
size="3"><span class="text_bold"><font color="#000099">150
songs in just 1 CD...</font></span></font></b><font
face="Arial, Helvetica, sans-serif" size="2"><br>
<br>
The MCR-TX3300 is the world's first Dual-Deck MP3
Audio CD
Recorder & Data CD Duplicator that offers you the
best
in digital music entertainment. </font></p>
<p><font face="Arial, Helvetica, sans-serif"
size="2">With 2
decks, you can now easily convert <b><font
color="#000099">Audio
CD tracks to MP3 files</font></b> for a relaxed
marathon music
playback, or convert <b><font color="#000099">MP3
files to
Audio CD tracks</font></b> for playback on common
stereo systems.</font></p>
<p><font face="Arial, Helvetica, sans-serif"
size="2">The MCR-TX3300
is also able to duplicate an Audio CD or Data CD in
speeds
up to 4x. With a built-in USB interface, the
MCR-TX3300 allows
you to <b><font color="#000099">transfer MP3 files to
and
from PCs and Laptops</font></b>. </font></p>
<p><font face="Arial, Helvetica, sans-serif" size="2">It
is
also future-friendly, as it can be upgraded with new
features
via USB connection or CD-ROM.Indeed, the MCR-TX3300 is
the
only CD Recorder that you will ever need to create
your favorite
music CDs and MP3 compilations.</font></p>
<p><br>
</p>
</td>
</tr>
</table>
</td>
<td width="5" bgcolor="#0099FF" height="539"> </td>
<td width="440" height="539">
<table border="0" width="425">
<tr>
<td>
<p><b><font face="Arial, Helvetica, sans-serif"
size="3"><span class="text_bold"><font color="#000099">How
is the Terapin MP3 Audio CD Recorder beneficial to
you?</font></span></font></b></p>
<ul>
<li><font face="Arial, Helvetica, sans-serif"
size="2"><b><font color="#000099">Support
for an open standard digital audio
format</font></b><br>
With the MP3 audio format being an open standard,
virtually
all new consumer and professional audio devices have
support
for it. This means that MP3 CDs recorded with our
recorder
can be played back on multiple platforms, such as
MP3 CD
Players and computers.</font></li>
<li><font color="#000099" face="Arial, Helvetica,
sans-serif" size="2"><b>Audio
material archival</b></font><font face="Arial,
Helvetica, sans-serif" size="2"><br>
Imagine being able to store up to 150 songs in 1 CD
- it
will dramatically reduce your physical storage
requirements
of audio material, be it old analog audio tapes or
music
CDs</font></li>
<li><font color="#000099" face="Arial, Helvetica,
sans-serif" size="2"><b>Long-hours
recording</b></font><font face="Arial, Helvetica,
sans-serif" size="2"><br>
The MP3 Recorder can be integrated with your
existing audio
systems to be used as a long-hour recording device
for events
and ceremonies - up to 12 hours of recording.
</font></li>
<li><font color="#000099" face="Arial, Helvetica,
sans-serif" size="2"><b>CD-to-CD
duplicator</b></font><font face="Arial, Helvetica,
sans-serif" size="2"><br>
Back-up your precious Audio and Data CDs with the
recorder's
CD-to-CD duplication capability. </font></li>
</ul>
</td>
</tr>
<tr>
<td>
<p><font face="Arial, Helvetica, sans-serif"
size="2"><b><font size="4">Terapin
<br>
Dual-Deck MP3 Audio CD Recorder<br>
(MCR-TX3300) </font></b></font></p>
<p align="left"><font face="Arial, Helvetica,
sans-serif" size="3"><b>
Now you can <font color="#FF0000">purchase
directly</font>
<br>
from Terapin Online Store</b> for only <b><font
color="#FF0000">US$499<br>
</font></b></font><font face="Arial, Helvetica,
sans-serif" size="2"><b>(Free
1 spindle of Terapin CD-R and 1 spindle of Terapin
CD-RW)</b><br>
<br>
<b>Enter our promotional store by clicking on the Buy
Now
button below...</b><br>
<a
href="http://www.terapintech.com/store_promotion.php"><img
src="http://www.terapintech.com/email/buy.gif" width="190" height="22"
border="0"></a>
</font> <font size="3"><b><font face="Arial,
Helvetica, sans-serif" size="2"><br>
<br>
<a
href="http://trackmylink.com/rd.php?l=112&rd=AH">>>
More info on Dual-Deck MP3 Audio CD Recorder</a><br>
<br>
Hurry! Be the first to own it !</font></b></font> <img
src='http://trackmylink.com/imp.php?l=112&rd=AH' width=1 height=1></p>
</td>
</tr>
</table>
</td>
</tr>
</table>
</td>
<td bordercolor="#333333" bgcolor="#6699FF" width="5"> </td>
</tr>
<tr>
<td bgcolor="#6699FF" width="5"> </td>
<td>
<div align="center"><font face="Arial, Helvetica, sans-serif"
size="2">If
you do not wish to receive any more emails from Terapin
Technology,<br>
click <a
href="mailto:terapinmail@terapintech.com?subject=remove_7200230AH">here</a>
to be removed from the mailing list.<br>
© 2002 Terapintech Technology. All rights reserved.<br>
<br>
</font></div>
</td>
<td bordercolor="#333333" bgcolor="#6699FF" width="5"> </td>
</tr>
<tr bgcolor="#6699FF">
<td colspan="3"> </td>
</tr>
</table>
</body>
</html>
--__--__--
Message: 3
Date: Tue, 30 Jul 2002 17:47:41 +0200
From: Hannes Mehnert <hannes@mehnert.org>
To: gentoo-dev@gentoo.org
Subject: [gentoo-dev] anoncvs is broken
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
Hi there,
anonymous cvs access is broken, could anybody repair this?
I think simply start the pserver should do this (port 2401 is closed).
hannes@neptun ~ $ cvs -d:pserver:anonymous@gentoo.org:/home/anoncvs login
Logging in to :pserver:anonymous@gentoo.org:2401/home/anoncvs
CVS password:
cvs [login aborted]: connect to gentoo.org(64.57.168.198):2401 failed: Connection refused
Best Regards,
Hannes Mehnert
GPG-Fingerprint: B3BB E539 F6BF 6942 1492 3ACF 45CB 8D97 3881 8D1C
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.0.7 (GNU/Linux)
iD8DBQE9RrUaRcuNlziBjRwRAiTXAJ49JgSJ7esglYxceHiDB3O1YR9z1wCgiPeq
H84CGDKQS3f3xVjDlCzeHYo=
=23HQ
-----END PGP SIGNATURE-----
--__--__--
_______________________________________________
gentoo-dev mailing list
gentoo-dev@gentoo.org
http://lists.gentoo.org/mailman/listinfo/gentoo-dev
End of gentoo-dev Digest
^ permalink raw reply [flat|nested] 9+ messages in thread
* [gentoo-dev] Undelivered Mail Returned to Sender
@ 2002-08-15 0:46 Mail Delivery System
0 siblings, 0 replies; 9+ messages in thread
From: Mail Delivery System @ 2002-08-15 0:46 UTC (permalink / raw
To: gentoo-dev
[-- Attachment #1: Notification --]
[-- Type: text/plain, Size: 457 bytes --]
This is the Postfix program at host fastmail.fm.
I'm sorry to have to inform you that the message returned
below could not be delivered to one or more destinations.
For further assistance, please send mail to <postmaster>
If you do so, please include this problem report. You can
delete your own text from the message returned below.
The Postfix program
<devx0000@fastmail.fm>: data format error. Command output: devx0000: Mailbox does not exist
[-- Attachment #2: Delivery error report --]
[-- Type: message/delivery-status, Size: 244 bytes --]
[-- Attachment #3: Undelivered Message --]
[-- Type: message/rfc822, Size: 24018 bytes --]
From: gentoo-dev-request@gentoo.org
To: gentoo-dev@gentoo.org
Subject: gentoo-dev digest, Vol 1 #472 - 13 msgs
Date: Sat, 10 Aug 2002 06:39:01 -0500 (CDT)
Message-ID: <20020810113901.AA59FAC635@chiba.3jane.net>
Send gentoo-dev mailing list submissions to
gentoo-dev@gentoo.org
To subscribe or unsubscribe via the World Wide Web, visit
http://lists.gentoo.org/mailman/listinfo/gentoo-dev
or, via email, send a message with subject or body 'help' to
gentoo-dev-request@gentoo.org
You can reach the person managing the list at
gentoo-dev-admin@gentoo.org
When replying, please edit your Subject line so it is more specific
than "Re: Contents of gentoo-dev digest..."
Today's Topics:
1. emerge perl problem in bootstrap (Wilbert van Bakel)
2. everything seg faults (Craig Joly)
3. Re: everything seg faults (Craig Joly)
4. Re: everything seg faults (Mark Gordon)
5. Re: documenting using LVM during the install. (Terje Kvernes)
6. Gentoo 1.4beta (Jonathan Kelly)
7. Radeon 8500 drivers (Jonathan Kelly)
8. is this correct? (Tony Clark)
9. Re: documenting using LVM during the install. (Tony Clark)
10. Re: documenting using LVM during the install. (Terje Kvernes)
11. gtkhtml (Tony Clark)
12. Re: documenting using LVM during the install. (Terje Kvernes)
13. Offerta di collaborazione (info_corallina@btamail.net.cn)
--__--__--
Message: 1
From: "Wilbert van Bakel" <wilbertnl@earthlink.net>
To: <gentoo-dev@gentoo.org>
Date: Fri, 9 Aug 2002 15:50:31 -0500
Subject: [gentoo-dev] emerge perl problem in bootstrap
I have a forum message about a Perl emerge problem in front of me, but for
some reason I get error messages when I try to reply in the forum.
That's why I post here now.
Last night I could bootstrap gentoo-1.4_beta successfully, and this morning,
after emerge sync, the same procedure fails at perl...
Don't you want to slap somebody some times???
Bart Verwilst, what is the best medium for beta testers, forum/mailing-list?
*sigh*
Wilbert van Bakel
wilbertml@earthlink.net
Strive for excellence, not perfection
--__--__--
Message: 2
Date: Fri, 9 Aug 2002 15:53:36 -0600
From: Craig Joly <craig@taipan.mudshark.org>
To: Gentoo Developers <gentoo-dev@gentoo.org>
Subject: [gentoo-dev] everything seg faults
This is probably a user question, but definitely for developers too.
the machine:
Dual Pentium II w/ Gentoo 1.2
the problem:
On a boot, everything seems to run fine, until emerge is run. If
sandboxing is on, emerge will run fine until just before it exits,
where it will segfault. If sandboxing is off, emerge seems to run
completely OK and exit correctly.
After emerge is run the first time, everything segfaults. The only
thing that will run correctly seems to be ls. You cannot login,
shutdown and reboot both segfault.
Hitting the reset button or power-cycling the computer won't help
either. It the end of init sequence, /sbin/runscript.sh (line 56)
and /sbin/rc (line 12) both segfault twice:
...
* Mounting NFS filesystems... [OK]
/sbin/runscript.sh: line 56 2760 Segmentation Fault /etc/init.d/${x} start
/sbin/runscript.sh: line 56 2761 Segmentation Fault /etc/init.d/${x} start
* Starting local [OK]
/sbin/rc: line 12 2762 Segmentation Fault ${1} start
/sbin/rc: line 12 2763 Segmentation Fault ${1} start
homer login: joly
homer login:
The problem started after we set up NFS and tcsh. I removed tcsh, but
NFS is necessary. Does anyone have any ideas?
Thanks,
Craig
--
Some mistakes are too much fun to only make once.
--__--__--
Message: 3
Date: Fri, 9 Aug 2002 16:00:40 -0600
From: Craig Joly <craig@taipan.mudshark.org>
To: Gentoo Developers <gentoo-dev@gentoo.org>
Subject: Re: [gentoo-dev] everything seg faults
I forgot to mention that the only way to recover seems to be to boot
with the Gentoo install CD, mount all of the disk partitions, chroot,
run emerge once, then reboot again.
--
Some mistakes are too much fun to only make once.
--__--__--
Message: 4
To: gentoo-dev@lists.gentoo.org
From: Mark Gordon <spamtrap@flash-gordon.me.uk>
Date: Fri, 9 Aug 2002 23:10:49 +0100
Organization: Not very often
Subject: [gentoo-dev] Re: everything seg faults
On Fri, 9 Aug 2002 15:53:36 -0600
Craig Joly <craig@taipan.mudshark.org> wrote:
> This is probably a user question, but definitely for developers too.
>
> the machine:
> Dual Pentium II w/ Gentoo 1.2
>
> the problem:
> On a boot, everything seems to run fine, until emerge is run. If
> sandboxing is on, emerge will run fine until just before it exits,
> where it will segfault. If sandboxing is off, emerge seems to run
> completely OK and exit correctly.
>
> After emerge is run the first time, everything segfaults. The only
> thing that will run correctly seems to be ls. You cannot login,
> shutdown and reboot both segfault.
>
> Hitting the reset button or power-cycling the computer won't help
> either. It the end of init sequence, /sbin/runscript.sh (line 56)
> and /sbin/rc (line 12) both segfault twice:
<snip>
Just a stab in the dark, but have you double checked the processor type
you selected when re-compiling the kernel to add NFS?
--
Mark Gordon
--__--__--
Message: 5
To: gentoo-dev@gentoo.org
Subject: Re: [gentoo-dev] documenting using LVM during the install.
Organization: do you Gentoo?
From: Terje Kvernes <terjekv@math.uio.no>
Date: 10 Aug 2002 02:10:18 +0200
Terje Kvernes <terjekv@math.uio.no> writes:
> <url: http://terje.kvernes.no/lvm.html >
this is now somewhat closer to being done. it is _not_ proofread,
so I know there will be errors here and there. hmpf, aspell is
having issues on my main Gentoo-desktop box. comments are welcome,
and if anyone can send me some initrd-related stuff (Morgan?) I'd be
more than happy to include that. it can probably be a nice section
(or even chapter) on its own.
the xml file is here: <url: http://terje.kvernes.no/lvm.xml >.
all comments are very welcome.
--
Terje
--__--__--
Message: 6
Date: Sat, 10 Aug 2002 13:36:17 +1000
From: Jonathan Kelly <j0n@tpg.com.au>
To: gentoo-dev@gentoo.org
Subject: [gentoo-dev] Gentoo 1.4beta
Hey,
I've built a 1.4beta system, and everything seems to work fine. This is on
dual athlon, and I used optimizations "-O3 -march=athlon-mp -pipe".
I've gone back to the gcc-2.95.3 partition, and will wait for the final
gcc-3.2 release. I still have the 1.4 partition, so if anyone wants
anything tested in 1.4, let me know.
Cheers.
Jonathan Kelly.
--__--__--
Message: 7
Date: Sat, 10 Aug 2002 13:44:38 +1000
From: Jonathan Kelly <j0n@tpg.com.au>
To: <gentoo-dev@gentoo.org>, gentoo-user@gentoo.org
Subject: [gentoo-dev] Radeon 8500 drivers
Hi there,
I just downloaded the latest Radeon drivers for my 8800 and noticed in the
readme.txt that it stated the drivers were also for the 8500. I've read
elsewhere that you can use the 8800 drivers with the 8500, so if anyone
would like to try, I've got an ebuild ... the only problem is the ftp
server has a password, so you have to download the driver files manually
(and they're in RPM, eewww!)
Is this something that should be put into the distribution??
BTW, the PORTDIR_OVERLAY feature of portage is brilliant, and works a
treat, so far.
Cheers.
Jonathan Kelly.
--__--__--
Message: 8
From: Tony Clark <tclark@telia.com>
Reply-To: tclark@telia.com
To: gentoo-dev@gentoo.org
Date: Sat, 10 Aug 2002 09:16:31 +0200
Subject: [gentoo-dev] is this correct?
I'm rebuilding 1.4 from scratch and I have my optimisation set to=20
-march=3Dathlon-mp -O3 but I noticed that rebuilding gcc ignores those op=
tions.
tony
stage1/xgcc -Bstage1/ -B/usr/i686-pc-linux-gnu/bin/ -DIN_GCC -g -O2 -W=
=20
-Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wtraditio=
nal=20
-pedantic -Wno-long-long -DHAVE_CONFIG_H -I. -I.=20
-I/var/tmp/portage/gcc-3.2_pre/work/gcc-3.2/gcc=20
-I/var/tmp/portage/gcc-3.2_pre/work/gcc-3.2/gcc/.=20
-I/var/tmp/portage/gcc-3.2_pre/work/gcc-3.2/gcc/config=20
-I/var/tmp/portage/gcc-3.2_pre/work/gcc-3.2/gcc/../include=20
-I/var/tmp/portage/gcc-3.2_pre/work/gcc-3.2/gcc/objc \
-c /var/tmp/portage/gcc-3.2_pre/work/gcc-3.2/gcc/objc/objc-parse.c -o=20
objc-parse.o
--=20
Contract ASIC and FPGA design.
--__--__--
Message: 9
From: Tony Clark <tclark@telia.com>
Reply-To: tclark@telia.com
To: Terje Kvernes <terjekv@math.uio.no>, gentoo-dev@gentoo.org
Subject: Re: [gentoo-dev] documenting using LVM during the install.
Date: Sat, 10 Aug 2002 09:55:20 +0200
Hi Terje,
I'm not sure if the URL below is of help or not but it does though up a n=
umber=20
of html errors. I'm no html person so I'm not too sure. I know that the=
=20
page doesn't not render correctly in konqueror. A number of the other do=
c=20
pages at gentoo.org don't either for that matter. Could be important for=
=20
some I guess. I guess the other thing I like is to number headings as i=
t=20
makes it a little easier to read, either that or double space between the=
=20
code listing example and the next heading. They tend to merge as it is a=
nd=20
you not really sure if the code listing is for the stuff above it or belo=
w=20
it.
Thanks for the work...documentation is a tedious but very necessary job.
tony
http://www.htmlhelp.com/cgi-bin/validate.cgi?url=3Dhttp%3A%2F%2Fterje.kve=
rnes.no%2Flvm.html&warnings=3Dyes&input=3Dyes
On Saturday 10 August 2002 02.10, Terje Kvernes wrote:
> Terje Kvernes <terjekv@math.uio.no> writes:
> > <url: http://terje.kvernes.no/lvm.html >
>
> this is now somewhat closer to being done. it is _not_ proofread,
> so I know there will be errors here and there. hmpf, aspell is
> having issues on my main Gentoo-desktop box. comments are welcome,
> and if anyone can send me some initrd-related stuff (Morgan?) I'd be
> more than happy to include that. it can probably be a nice section
> (or even chapter) on its own.
>
> the xml file is here: <url: http://terje.kvernes.no/lvm.xml >.
>
> all comments are very welcome.
--=20
Contract ASIC and FPGA design.
--__--__--
Message: 10
To: gentoo-dev@gentoo.org
Subject: Re: [gentoo-dev] documenting using LVM during the install.
Organization: do you Gentoo?
From: Terje Kvernes <terjekv@math.uio.no>
Date: 10 Aug 2002 12:19:03 +0200
Tony Clark <tclark@telia.com> writes:
> Hi Terje,
>
> I'm not sure if the URL below is of help or not but it does though
> up a number of html errors.
I know. this is a problem with the xsl used by the standard Gentoo
documentation. it is _not_ a good thing produce errors per se.
> I'm no html person so I'm not too sure. I know that the page
> doesn't not render correctly in konqueror.
that seems to be a bug in konqueror, but I will see if I can twist
the xsl around so that it will work correctly. the problem seems to
be multiline warning- and note-boxes.
> A number of the other doc pages at gentoo.org don't either for that
> matter. Could be important for some I guess. I guess the other
> thing I like is to number headings as it makes it a little easier to
> read, either that or double space between the code listing example
> and the next heading. They tend to merge as it is and you not
> really sure if the code listing is for the stuff above it or below
> it.
hm, point. gawk. I really hate xsl, oh well, what we don't do for
the community. ;-)
> Thanks for the work...documentation is a tedious but very necessary job.
yup. and you're welcome.
--
Terje
--__--__--
Message: 11
From: Tony Clark <tclark@telia.com>
Reply-To: tclark@telia.com
To: gentoo-dev@gentoo.org
Date: Sat, 10 Aug 2002 12:53:09 +0200
Subject: [gentoo-dev] gtkhtml
Hi=20
I tried to do this
root@power:/home/httpd/htdocs/gentoo# emerge -p gtkhtml
These are the packages that I would merge, in order.
Calculating dependencies ...done!
[ebuild U ] gnome-base/control-center-1.4.0.5-r1 to /
[ebuild N ] gnome-extra/gtkhtml-1.0.2-r2 to /
root@power:/home/httpd/htdocs/gentoo# emerge gtkhtml
and got this....any ideas?
gcc -I/usr/include/gdk-pixbuf-1.0 -I/usr/include/gtk-1.2=20
-I/usr/include/glib-1.2 -I/usr/lib/glib/include=20
-I/usr/X11R6/include-march=3Di686 -O3 -pipe -Wall -Wunused -o=20
=2Elibs/file-types-capplet file-types-capplet.o file-types-capplet-dialog=
s.o=20
file-types-icon-entry.o -rdynamic -rdynamic -rdynamic =20
=2E./../control-center/.libs/libcapplet.so -L/usr/lib -lm=20
/usr/lib/libgnomevfs.so /usr/lib/libxml.so -lz -lm -L/usr/X11R6/lib=20
-lgconf-gtk-1 -lgconf-1 /usr/lib/liboaf.so /usr/lib/libORBitCosNaming.so=20
/usr/lib/libORBit.so /usr/lib/libIIOP.so /usr/lib/libORBitutil.so -ldl -l=
Xi=20
-lXext -lX11 -lm /usr/lib/libgthread.so -lpthread -ldl=20
/usr/lib/libgdk_pixbuf.so /usr/lib/libgtk.so /usr/lib/libgdk.so=20
/usr/lib/libgmodule.so /usr/lib/libglib.so -ldl -lXi -lXext -lX11 -lm=20
libuuid/libuuid.a
/usr/i686-pc-linux-gnu/bin/ld: cannot find -lgconf-gtk-1
collect2: ld returned 1 exit status
make[4]: *** [file-types-capplet] Error 1
make[4]: Leaving directory=20
`/var/tmp/portage/control-center-1.4.0.5-r1/work/control-center-1.4.0.5/c=
applets/file-types'
make[3]: *** [all-recursive] Error 1
make[3]: Leaving directory=20
`/var/tmp/portage/control-center-1.4.0.5-r1/work/control-center-1.4.0.5/c=
applets/file-types'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory=20
`/var/tmp/portage/control-center-1.4.0.5-r1/work/control-center-1.4.0.5/c=
applets'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory=20
`/var/tmp/portage/control-center-1.4.0.5-r1/work/control-center-1.4.0.5'
make: *** [all-recursive-am] Error 2
!!! ERROR: The ebuild did not complete successfully.
!!! Function src_compile, Line 19, Exitcode 2
!!! (no error message)
!!! emerge aborting on=20
/usr/portage/gnome-base/control-center/control-center-1.4.0.5-r1.ebuild .
--=20
Contract ASIC and FPGA design.
--__--__--
Message: 12
To: gentoo-dev@gentoo.org
Subject: Re: [gentoo-dev] documenting using LVM during the install.
Organization: do you Gentoo?
From: Terje Kvernes <terjekv@math.uio.no>
Date: 10 Aug 2002 13:23:23 +0200
Terje Kvernes <terjekv@math.uio.no> writes:
> Tony Clark <tclark@telia.com> writes:
>
> > I'm not sure if the URL below is of help or not but it does though
> > up a number of html errors.
>
> I know. this is a problem with the xsl used by the standard Gentoo
> documentation. it is _not_ a good thing produce errors per se.
<url: http://terje.kvernes.no/lvm-fixed.html >. the top image
breaks up, for some odd reason. I know it's fixable, I just haven't
bothered. also, I don't see any reason why the image _is_ broken,
but that just might be me.
> > I'm no html person so I'm not too sure. I know that the page
> > doesn't not render correctly in konqueror.
>
> that seems to be a bug in konqueror, but I will see if I can twist
> the xsl around so that it will work correctly. the problem seems to
> be multiline warning- and note-boxes.
gaaah. konqueror has _real_ issues. the fixed page breaks even
more. sigh. maybe it's time to ditch konqueror for good. I was
starting to enjoy using it.
> > A number of the other doc pages at gentoo.org don't either for
> > that matter. Could be important for some I guess. I guess the
> > other thing I like is to number headings as it makes it a little
> > easier to read, either that or double space between the code
> > listing example and the next heading. They tend to merge as it is
> > and you not really sure if the code listing is for the stuff above
> > it or below it.
>
> hm, point. gawk. I really hate xsl, oh well, what we don't do for
> the community. ;-)
my paws are all messy and gooey. now I need to shoot some pool or
something. ;-)
--
Terje
--__--__--
Message: 13
From: info_corallina@btamail.net.cn
Reply-To: info@corallina.com
To: gentoo-dev@gentoo.org
Date: Sat, 10 Aug 2002 13.35.36 +0200
Subject: [gentoo-dev] Offerta di collaborazione
=3C!DOCTYPE HTML PUBLIC =22-=2F=2FW3C=2F=2FDTD HTML 4=2E0 Transitional=2F=2FEN=22 =3E
=3CHTML=3E
=09=3CHEAD=3E
=09=09=3CTITLE=3ECorallina Tours=3C=2FTITLE=3E
=09=09=3CMETA NAME=3D=22GENERATOR=22 Content=3D=22Microsoft Visual Studio 7=2E0=22=3E
=3C=2FHEAD=3E
=09
=3CBODY background=3D=22http=3A=2F=2Fwww=2Ecorallina=2Ecom=2Fcorallina=2FImmages=2Fsfondo=5F3=2Ejpg=22=3E
=3CTABLE id=3D=22Table1=22 width=3D=22100%=22 border=3D=220=22=3E
=09=09=09=3CTR=3E
=09=09=09=09
=3CTD=3E
=3CP=3E=3Cimg src=3D=22http=3A=2F=2Fwww=2Ecorallina=2Ecom=2Fcorallina=2FImmages=2Fintest=5Flight=2Ejpg=22 width=3D=22527=22 height=3D=22109=22=3E=3C=2FP=3E
=3CP=3E=3Cimg src=3D=22http=3A=2F=2Fwww=2Ecorallina=2Ecom=2Fcorallina=2Femail=2FITA=2Ftesto=2F1=2Ejpg=22 width=3D=22119=22 height=3D=2221=22=3E=3Cbr=3E
=3Cimg src=3D=22http=3A=2F=2Fwww=2Ecorallina=2Ecom=2Fcorallina=2Femail=2FITA=2Ftesto=2F2=2Ejpg=22 width=3D=22600=22 height=3D=2221=22=3E =3Cimg src=3D=22http=3A=2F=2Fwww=2Ecorallina=2Ecom=2Fcorallina=2Femail=2FITA=2Ftesto=2F3=2Ejpg=22 width=3D=22605=22 height=3D=2221=22=3E
=3Cimg src=3D=22http=3A=2F=2Fwww=2Ecorallina=2Ecom=2Fcorallina=2Femail=2FITA=2Ftesto=2F4=2Ejpg=22 width=3D=22614=22 height=3D=2221=22=3E =3C=2FP=3E
=3CP=3E=3Cbr=3E
=3Cimg src=3D=22http=3A=2F=2Fwww=2Ecorallina=2Ecom=2Fcorallina=2Femail=2FENG=2Ftesto=2F1=2Ejpg=22 width=3D=22129=22 height=3D=2221=22=3E=3Cbr=3E
=3Cimg src=3D=22http=3A=2F=2Fwww=2Ecorallina=2Ecom=2Fcorallina=2Femail=2FENG=2Ftesto=2F2=2Ejpg=22 width=3D=22610=22 height=3D=2221=22=3E=3Cbr=3E
=3Cimg src=3D=22http=3A=2F=2Fwww=2Ecorallina=2Ecom=2Fcorallina=2Femail=2FENG=2Ftesto=2F3=2Ejpg=22 width=3D=22556=22 height=3D=2221=22=3E
=3Cimg src=3D=22http=3A=2F=2Fwww=2Ecorallina=2Ecom=2Fcorallina=2Femail=2FENG=2Ftesto=2F4=2Ejpg=22 width=3D=22657=22 height=3D=2221=22=3E
=3C=2FP=3E
=3CP=3E=3Ca href=3D=22http=3A=5C=5Cwww=2Ecorallina=2Ecom=5Ccorallina=5Cemail=5CITA=5Cofferta=5Fcrociera=5Fita=2Ehtm=22=3E=3Cimg src=3D=22http=3A=2F=2Fwww=2Ecorallina=2Ecom=2Fcorallina=2Femail=2Fofferte=5Fita=2Egif=22 width=3D=22160=22 height=3D=2231=22 border=3D=220=22=3E=3C=2Fa=3E
=3Ca href=3D=22http=3A=5C=5Cwww=2Ecorallina=2Ecom=5Ccorallina=5Cemail=5CENG=5Cofferta=5Fcrociera=5Feng=2Ehtm=22=3E=3Cimg src=3D=22http=3A=2F=2Fwww=2Ecorallina=2Ecom=2Fcorallina=2Femail=2Fofferte=5Feng=2Egif=22 width=3D=22160=22 height=3D=2231=22 border=3D=220=22=3E=3C=2Fa=3E=3C=2FP=3E
=09=09=09=09=09
=3CP align=3D=22justify=22=3E=3Cb=3E=3Cfont color=3D=22#CCCCCC=22 size=3D=222=22=3ESiamo coscienti che e-mail indesiderabili
possono diventare un vero disturbo=2Cquindi la preghiamo di accettare le
nostre più=3B sincere scuse=2E=3Cbr=3E
A norma della Legge 675=2F96 le comunichiamo quanto segue =3A abbiamo reperito
la sua email navigando in rete o da email pubblicitarie che l'hanno resa
pubblica=2E=3Cbr=3E
Nell'ipotesi che l'iniziativa citata in questo messaggio non desti il
suo interesse=2C le porgiamo le nostre scuse per il tempo sottratto=2E=3Cbr=3E
L'articolo n=2E1618 paragrafo n=2E111 =28Deliberato al 105°=3B Congresso USA=29
e l'art=2E13 della legge italiana recitano =3A "=3Bquesto messaggio non
puo' essere considerato SPAM poichè=3B include la possibilità=3B
di essere rimosso da ulteriori invii di posta elettronica=2E"=3B=3C=2Ffont=3E=3C=2Fb=3E=3Cfont size=3D=222=22=3E=3Cbr=3E
=3Cfont color=3D=22#FF0000=22=3E=3Cb=3E=3Cfont color=3D=22#FFFF00=22=3EPer rimuoversi dalla nostra
mailing-list e' sufficiente digitare qui il proprio indirizzo email =3A=3C=2Ffont=3E=3C=2Fb=3E=3C=2Ffont=3E=3C=2Ffont=3E=3C=2FP=3E
=3CP align=3D=22justify=22=3E=3Cfont size=3D=222=22=3E=3Cb=3E=3Cfont color=3D=22#CCCCCC=22=3EWe are aware that undesirable
e-mail can be a real incovenience=2C therefore we beg you to accept our
most sincere apologies=2E=3Cbr=3E
According to Law 675=2F96 we comunicate as follows=3A we have found your e-mail
navigating through the network or from advertising e-mails which made
it pubblic=2E=3Cbr=3E
In case you are not interested in the initiative mentioned in this message=2C
we make our apologies for having disturbed you=2E=3Cbr=3E
The article N=2E 1618=2C paragraph N=2E111 =28Decided during the 105°=3B Congress
USA=29 says=3A"=3Bthis message cannot be considered SPAM since it includes
the possibility of being removed from other sending of e-mails=2E"=3B=3C=2Ffont=3E=3Cfont color=3D=22#333333=22=3E=3Cbr=3E
=3C=2Ffont=3E=3Cfont color=3D=22#FF0000=22=3E=3Cb=3E=3Cfont color=3D=22#FFFF00=22=3ETo be removed from
our mailing list just type your address in the textbox =3A=3C=2Ffont=3E=3C=2Fb=3E=3C=2Ffont=3E=3C=2Fb=3E=3C=2Ffont=3E=3Cb=3E=3C=2Fb=3E=3C=2FP=3E
=3Cform name=3D=22form1=22 method=3D=22post=22 action=3D=22http=3A=2F=2Fwww=2Ecorallina=2Ecom=2Fcorallina=2Femail=2Fremove=2Easp=22=3E
=3Cp align=3D=22justify=22=3E
=3Cinput type=3D=22text=22 name=3D=22email=22=3E
=3Cinput type=3D=22submit=22 name=3D=22Submit=22 value=3D=22Remove=22=3E
=3C=2Fp=3E
=3C=2Fform=3E
=3C=2FTD=3E
=09=3C=2FTR=3E
=09=09=3C=2FTABLE=3E
=09=3C=2FBODY=3E
=3C=2FHTML=3E
--__--__--
_______________________________________________
gentoo-dev mailing list
gentoo-dev@gentoo.org
http://lists.gentoo.org/mailman/listinfo/gentoo-dev
End of gentoo-dev Digest
^ permalink raw reply [flat|nested] 9+ messages in thread
end of thread, other threads:[~2002-08-15 0:46 UTC | newest]
Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2002-08-15 0:46 [gentoo-dev] Undelivered Mail Returned to Sender Mail Delivery System
-- strict thread matches above, loose matches on Subject: below --
2002-08-15 0:46 Mail Delivery System
2002-08-15 0:46 Mail Delivery System
2002-08-15 0:46 Mail Delivery System
2002-08-15 0:46 Mail Delivery System
2002-08-15 0:46 Mail Delivery System
2002-08-15 0:46 Mail Delivery System
2002-08-15 0:46 Mail Delivery System
2002-08-15 0:46 Mail Delivery System
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox