Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
Portage website - gentoo-portage.com
View unanswered posts
View posts from last 24 hours

Goto page Previous  1, 2, 3, 4, 5, 6, 7, 8  Next  
Reply to topic    Gentoo Forums Forum Index Gentoo Chat
View previous topic :: View next topic  
Author Message
Retriever II
Tux's lil' helper
Tux's lil' helper


Joined: 07 Sep 2003
Posts: 93
Location: Northampton, MA, USA

PostPosted: Thu Oct 09, 2003 7:05 pm    Post subject: Reply with quote

It's quicker than emerge -s package ;)
Back to top
View user's profile Send private message
thrasher6670
Apprentice
Apprentice


Joined: 04 Aug 2003
Posts: 269
Location: London, Ontario

PostPosted: Thu Oct 09, 2003 7:15 pm    Post subject: Reply with quote

Retriever II wrote:
It's quicker than emerge -s package ;)
or emegre -S package :)
_________________
Gentoo-Portage.com - Where the portage meets the web
Gentoo Wiki
Back to top
View user's profile Send private message
Retriever II
Tux's lil' helper
Tux's lil' helper


Joined: 07 Sep 2003
Posts: 93
Location: Northampton, MA, USA

PostPosted: Thu Oct 09, 2003 7:53 pm    Post subject: Reply with quote

I think I grew a beard by the time I finished running emerge with -S :lol:
Back to top
View user's profile Send private message
Haro
n00b
n00b


Joined: 17 May 2003
Posts: 71
Location: West Bend, WI

PostPosted: Thu Oct 09, 2003 9:06 pm    Post subject: Reply with quote

thrasher6670, still need web design work?

I'll be in windows the next couple of days unfortunately so let me know and i'll whip some pages up.

Sorry if someone else is already doing this, I don't have time to sift through 5 pages while at work :(

Haro
Back to top
View user's profile Send private message
carambola5
Apprentice
Apprentice


Joined: 10 Jul 2002
Posts: 214

PostPosted: Fri Oct 10, 2003 2:56 am    Post subject: Reply with quote

Wrote up a huge enhancements list on my laptop. Next time I boot that machine I'll post it. Which should be very very soon. :D
Back to top
View user's profile Send private message
thrasher6670
Apprentice
Apprentice


Joined: 04 Aug 2003
Posts: 269
Location: London, Ontario

PostPosted: Fri Oct 10, 2003 5:04 am    Post subject: Reply with quote

Haro wrote:
thrasher6670, still need web design work?

I'll be in windows the next couple of days unfortunately so let me know and i'll whip some pages up.

Sorry if someone else is already doing this, I don't have time to sift through 5 pages while at work :(

Haro


i had 2 designers, one dropped out (well recently anyway actually lost 4 so far). but i do still have the one so i dont need anyone right right now, but when the site gets larger i will definitly need more people. thanks for the offer.
_________________
Gentoo-Portage.com - Where the portage meets the web
Gentoo Wiki
Back to top
View user's profile Send private message
thrasher6670
Apprentice
Apprentice


Joined: 04 Aug 2003
Posts: 269
Location: London, Ontario

PostPosted: Fri Oct 10, 2003 5:10 am    Post subject: Reply with quote

also, i beefed up the search a little, it will now display exact matchs first. figured out how to do that :). also there is an option on the search page to search for an exact package, this will bring you to the package directly. if you know that package name that is.

enjoy the search upgrade. more to come later.
_________________
Gentoo-Portage.com - Where the portage meets the web
Gentoo Wiki
Back to top
View user's profile Send private message
carambola5
Apprentice
Apprentice


Joined: 10 Jul 2002
Posts: 214

PostPosted: Fri Oct 10, 2003 2:41 pm    Post subject: Reply with quote

Suggestions for the future of the Portage Website

Preface
About this post: I was riding the bus on the way home one day when I started inadvertantly brainstorming on the Portage Website. So, I sat there for a few minutes working things out in my head. Eventually, I got to the point where I realized that if I didn't write this stuff down soon, it would be gone. So, I cracked out my laptop and started writing. So, without further ado...

Disclaimer: These are just ideas for enhancements. If implemented, I seriously think they will make the Portage Website such an invaluable tool that it could beat out the "Big Guys." I refrain from defining "Big Guys" because that will be different for everyone. Just think of it as usurping whoever is your biggest pain in terms of OSs. And no, I am not trying to implicate one company... there are plenty of companies out there in the OS game. The ease of administration resulting from the inclusion of these ideas should trump anything that's out there. Also, I am not necessarily volunteering myself to implement these changes. God knows I have plenty of other stuff to work on (ie: Senior year in Engineering and CompSci).

Table of Contents:

  1. Security
  2. Execution of emerge statements on the server
  3. Queueing/Scheduling of statements
  4. Predictive state
  5. Remote administration basics
  6. Remote Gentoo installation


Security:

Let's face it, we live in a world of hackers. Well, that's what the media wants us to believe. And I despise that use of the word "hackers." *shudder* Anyways... If any of this higher-level stuff is even considered, security is a must. This means SSL, SSH, and liberal applications of addslashes. Obviously SSL and SSH are not ours to implement, but they, or equivalent technologies, must be used at all times. I don't care if you only administer your box from inside a NAT'ed, firewalled LAN, if any access point in your network is compromised and exploited, internal LAN traffic is no longer safe. And I wouldn't want my root password being sent in cleartext over a network being watched by a hostile user. If you don't think I'm being reasonable, think of a company LAN that is securely firewalled with no incoming ports open. Secure right? Only until the first employee brings in a wireless access point so that they can work on their laptop sans wires. What am I getting at? Cryptography should be used... nay, required for the Portage Website (henceforth, as "PW"). Each time a user with a cookie indicating "I'm an admin" wants a page, the code will check for https. If not present, dump a blank page.

In the upcoming sections, I will consider remote command execution. In other words, there are potentially three computers involved: the website user ("webclient"), the server ("server"), and a client computer on which the command will be executed ("remote client"). I think it goes without saying that SSH (or equivalent) should be used between the server and the remote client.

With respect to sending shell commands, I believe that the entire command should be built with predefined strings. Nothing that the user inputs into a form should be used directly to aid in the construction of a command. No matter how safe you think you can make user input, something will always go wrong. Murphy's Law.


Execution of emerge statements on the server:

Simply put, the PW, should be able to send an internally generated command to the shell, parse the response, and output to the next page. Seeing as most of the searching and retrieving has already been implemented in the DB backend to the site, I don't really see the need to implement 'emerge -s', 'emerge -S', 'emerge -p', or any qpkg command. That essentially leaves '[optional variables] emerge <package-name>' and 'emerge sync'. In accordance with the last point made in the Security section, these functions are (more or less) easily implemented.

When dealing with Gentoo, as opposed to systems such as Debian, the duration of a command is usually quite lengthy. Not only will the HTTP Request likely get timed out, but having the user wait with a blank screen is something that should be avoided. Therefore, I propose that 'screen' be a PW dependency. I am not entirely familiar with all of the nuances of screen, but I have used it. And I really think this is the way to go. And since no two emerge statements should ever be executing simultaneously, only the basic functions of screen are needed. And for those of us who like to sit in front of scrolling compile messages, I think that could be implemented with a refreshing webpage. :D

Queueing/Scheduling of statements

One of my favorite tips that I've learned is the 'Ctrl-Z; fg && emerge' trick. It's queueing in it's most basic sense. Obviously, this can be expanded upon in a GUI setting, such as a website. My ideal method of implementing this would be to use XML as the job description language and have page requests in conjunction with a cron job to execute the queue. If that sounds complicated, let me explain:

First let's look at why I choose XML over, say, a DB entry: Both methods have mature handling routines built into PHP. But XML's huge benefit comes when I discuss administration of non-server computers. When a job needs to be run on a remote machine, the entire job description is contained within an XML element which is encapsulated within a file and sent over the network. If the job was stored in the server's DB, it would need to be serialized, sent, deserialized, and saved. And what if the client computer doesn't have a database engine? I sure wouldn't want my firewall running MySQL. If the client computer needs the job description in non-DB format, you might as well start with a non-DB format. An added benefit of using XML is its plaintext nature. No messing around with binary files.

OK, so we have the job defined in an XML file. How do we execute it? My idea is that an external program (assume it is /usr/sbin/raboof, for example) would be called every time an "immediate job" is submitted (ie: you want to emerge foo now, rather than at 1am when no one is around). The job would be saved to an "immediate job" file, and raboof would be called with a switch telling it to scan the "immediate job" file. Otherwise, if a scheduled job is submitted, that job is saved to a file, and a cron job is added that simply calls the raboof at the desired time. raboof would simply scan the "scheduled jobs" file for jobs which need to be run.

Viewing the pending jobs on PW would be as easy as writing an XSL file.

Predictive State

This means that before actually emerging any group of packages, the --pretend output would be parsed to check for blocking errors. IIRC, xft at some point blocked xfree (right around 4.3.0 came out). If the user submitted a batch job containing both xft and xfree, the website should inform the user of the conflict. Not much more to say here.

Remote Administration Basics

This is it. The coup de grace. This will set Gentoo coupled with PW over any competing administration software/OS combo. The idea is simple. Execute statements over SSH inside a screen virtual terminal (on the server). Notice how I didn't say 'emerge statments.' We're talking any statement over SSH. Which, of course, paves the way to the last section, Remote Gentoo Installation, which covers full Gentoo installs.

First of all, when you have multiple computers, you might as well use distcc. Though distcc is completely transparent to PW, it should be noted on the site that distcc will greatly improve the user experience. In addition, buildpkg should be intelligently and transparently used. This should significantly reduce compile times for groups of similar remote clients.

Organization of remote clients: Client computers should be organized in a recursively linked structure. Essentially, all computers should co-exist in a flat, sorted structure, then linked to an appropriate position in the relationship tree. For the following example, all filenames, folders, virtual folders, etc should be customizable and are defined in the example only for clarification.

Example: You have 5 remote clients A, B, C, D, and E. In addition, you have a server S. Finally, for completion's sake, the webclient is W, which can be defined as either A, B, C, D, E, or another computer connected via SSL. It can also be S run on a non-SSL connection to localhost. All 6 affected computers (ie: not W) should exist in a flat structure called 'computers.' Outside the 'computers' structure, will exist a separate virtual folder 'Gentoo Herd.' Inside 'Gentoo Herd' can exist any number of subfolders. In this example, we will have 'servers' and 'clients.' Inside 'servers' can exist any folders or links. In this example, there should be a single link to S. For computational robustness, the link should be doubly linked. Next, inside 'clients' can, once again, exist any number of folders or links. For this example, we will have two folders: 'i686' and 'i486.' This example of sorting by architecture is purely a decision by the user. It could just as well be 'east wing' and 'west wing.' Let's say that A and B are linked in 'i686' and C is linked in 'i486.' Also existing in 'i486' will be a virtual folder, 'Bob's LAN.' Within 'Bob's LAN,' are links to D and E (note, D and E are in /Gentoo Herd/i486/Bob's Lan). While my example is probably not the best way to do things, the ability to link computers to multiple locations can make for interesting possibilities:
Code:

/computers
 |_ A
 |_ B
 |_ C
 |_ D
 |_ E
 \_ S

/Gentoo Herd
 |_ /i686
 |   |_ link(A)
 |   |_ link(B)
 |
 |_ /i486
 |   |_ link(C)
 |   \_ /Bob's LAN
 |       |_ link(D)
 |       \_ link(E)
 |
 \_ /location based
     |_ /west wing
     |   |_ link(A)
     |   \_ link(D)
     |
     \_ /east wing
         |_ link(B)
         |_ link(C)
         \_ link(E)

This is just an example. The structure should be user-defined.

Why do all of this? Well, if you want to deploy something like openoffice.org to just the east wing non-i486 computers, all you do is create a job for openoffice.org which is aimed at all computers satisfying ( east wing AND ~i486 ). Ain't that beautiful?

Remote Gentoo Installation

The end result of this section would be to stick a PW-modified Gentoo LiveCD into a new workstation, boot it, and completely install Gentoo from the web interface from any computer. This, of course, would require two things: a web interface that can aid the user in creating a script which will execute all required commands, and a modified LiveCD.

As for the web interface, this could start out as very simple. It could simply give you a textarea which contains a stock installation script (configure partitions, copy stageX, copy and mount require stuff, chroot, etc, etc) and can be changed before being submitted. After an installation script is submitted, the progress of the script could be tracked by the current command being executed and a brief text-screenshot of the 'screen' virtual terminal residing on the server.

Regarding the modified LiveCD, I have no experience with this, but there should only be a few modifications. First, it should automatically start sshd. The problem with this is that the root password needs to be set. As a fix to this, I propose that this modified LiveCD actually come as a 'toolkit.' The admin would download the toolkit and run it. The toolkit would ask for the root password that should be used on the remote machine (not necessarily the same as the server root password), then it would proceed to build the ISO image. This would allow the CD to automatically have the root password set, so that no user intervention be required on the remote machine once the LiveCD is booted from.

The next modification to the LiveCD should be that it should automatically detect a suitable .config file for kernel compilation. I believe this might already be implemented on the newest LiveCDs, though. Of course, the web interface should be able to modify this .config file.


Phew, that's it. It only took me one trip from Madison to Milwaukee and half the trip back. Please feel free to suggest and criticize. I'm really excited to see this happen, so seeing excitement from others will only help this project.

OK, next on my Todo list: define "hustle" and "bustle." hmm, how'd that get in there?

EDIT: fixed the formatting that got screwed up in the hierarchy code block.


Last edited by carambola5 on Fri Oct 10, 2003 7:24 pm; edited 1 time in total
Back to top
View user's profile Send private message
carambola5
Apprentice
Apprentice


Joined: 10 Jul 2002
Posts: 214

PostPosted: Fri Oct 10, 2003 2:42 pm    Post subject: Reply with quote

p\/\/n3d!
Back to top
View user's profile Send private message
thrasher6670
Apprentice
Apprentice


Joined: 04 Aug 2003
Posts: 269
Location: London, Ontario

PostPosted: Fri Oct 10, 2003 3:00 pm    Post subject: Reply with quote

god damn, um yeah i'll read that more fully after work.... damn.


p.s. registered gentoo-portage.com should have it up in 48 hours or something like that
_________________
Gentoo-Portage.com - Where the portage meets the web
Gentoo Wiki
Back to top
View user's profile Send private message
thrasher6670
Apprentice
Apprentice


Joined: 04 Aug 2003
Posts: 269
Location: London, Ontario

PostPosted: Sat Oct 11, 2003 3:28 pm    Post subject: Reply with quote

gentoo-portage.com is now working Yay!

i have added the ability to use [indent] and [space] to your comments
and the news is now dinamic.

carambola5 --- finally sat down and read your essay, alot of it sounds good, and it is mostly doable, eventually. i copied that document and i'll go over a few more times when i reach a point when i can start implementing some of that.
_________________
Gentoo-Portage.com - Where the portage meets the web
Gentoo Wiki
Back to top
View user's profile Send private message
Retriever II
Tux's lil' helper
Tux's lil' helper


Joined: 07 Sep 2003
Posts: 93
Location: Northampton, MA, USA

PostPosted: Sat Oct 11, 2003 4:29 pm    Post subject: Reply with quote

bug with [indent] - it shows an extra incomplete  
Back to top
View user's profile Send private message
thrasher6670
Apprentice
Apprentice


Joined: 04 Aug 2003
Posts: 269
Location: London, Ontario

PostPosted: Sat Oct 11, 2003 10:58 pm    Post subject: Reply with quote

ok im looking for a little help here...

this is the test version of gentoo-portage http://gentoo-portage.com/projects/gentoo-portage-test/index.php

i am currently working on migrating over the design. im having one small problem thou, the bars on the left and right can spill over if they are too long. does anyone know how i can fix this?

***** EDIT ******
fixed my lil' problem
_________________
Gentoo-Portage.com - Where the portage meets the web
Gentoo Wiki
Back to top
View user's profile Send private message
thrasher6670
Apprentice
Apprentice


Joined: 04 Aug 2003
Posts: 269
Location: London, Ontario

PostPosted: Sun Oct 12, 2003 5:28 am    Post subject: Reply with quote

NEW DESIGN

Just finished the new website look, i would like to thank Chris Norris of ToadWeb for the design. he will be doing the design for the site from here on in.

I have also implemented the ability to track packages.

If you notice any problems with the new design, could you please email me with the page and browser. thank you. enjoy the new design.

www.gentoo-portage.com
_________________
Gentoo-Portage.com - Where the portage meets the web
Gentoo Wiki
Back to top
View user's profile Send private message
Vishruth
Tux's lil' helper
Tux's lil' helper


Joined: 25 Oct 2002
Posts: 138
Location: India

PostPosted: Sun Oct 12, 2003 7:27 am    Post subject: Reply with quote

The new design on gentoo-portage rocks! Way to go!

Though, you could improve your grammar on the main page. ;)
_________________
http://freeshell.in/~vish/
Back to top
View user's profile Send private message
thrasher6670
Apprentice
Apprentice


Joined: 04 Aug 2003
Posts: 269
Location: London, Ontario

PostPosted: Sun Oct 12, 2003 11:47 am    Post subject: Reply with quote

Vm. wrote:
The new design on gentoo-portage rocks! Way to go!

Though, you could improve your grammar on the main page. ;)


yeah never really was one for english class. too much icq and irc. not nearly enough speak and spell :wink:
_________________
Gentoo-Portage.com - Where the portage meets the web
Gentoo Wiki
Back to top
View user's profile Send private message
OdinsDream
Veteran
Veteran


Joined: 01 Jun 2002
Posts: 1057

PostPosted: Sun Oct 12, 2003 1:46 pm    Post subject: Reply with quote

I'd like to suggest something pretty simple, probably just nit-picking...

When providing any links that go outside gentoo-portage.com, it looks like you're targetting a new window. I'm sure there's a reason behind this, but, from my perspective, it's just tiresome, as I regularly middle-click to open windows in a separate tab, if I so desire.

My philosophy behind this being, if the user wanted a new window, they would have handled the link themselves to create the window, as they saw fit. Of course, there are plenty of reasons to target new windows... things like micro-sites as part of your site, or advertisements...

Just something I noticed.

The site is looking amazing. I'm fully behind your design, it really is very well done. I especially like that it's image-less for the most part (totally? not sure...) It loads quick, gets to the point, and it's developing at an incredible rate. Superb job.
_________________
s/(?<!gnu\/)linux(?! kernel)/GNU\/Linux/gi

Don't blame me. I didn't vote for him.

http://john.simplykiwi.com
Back to top
View user's profile Send private message
thrasher6670
Apprentice
Apprentice


Joined: 04 Aug 2003
Posts: 269
Location: London, Ontario

PostPosted: Sun Oct 12, 2003 3:06 pm    Post subject: Reply with quote

OdinsDream wrote:
I'd like to suggest something pretty simple, probably just nit-picking...

When providing any links that go outside gentoo-portage.com, it looks like you're targetting a new window. I'm sure there's a reason behind this, but, from my perspective, it's just tiresome, as I regularly middle-click to open windows in a separate tab, if I so desire.

My philosophy behind this being, if the user wanted a new window, they would have handled the link themselves to create the window, as they saw fit. Of course, there are plenty of reasons to target new windows... things like micro-sites as part of your site, or advertisements...

Just something I noticed.

The site is looking amazing. I'm fully behind your design, it really is very well done. I especially like that it's image-less for the most part (totally? not sure...) It loads quick, gets to the point, and it's developing at an incredible rate. Superb job.


ok, yeah probly a good idea to make some of the links not use a new window, i would like to keep the links reffered to on each ebuild to pop up, but i will make any other links open in the same window.

and it is imageless except for the favorites icon. i may end up using some images on that stats engine that will be built.
_________________
Gentoo-Portage.com - Where the portage meets the web
Gentoo Wiki
Back to top
View user's profile Send private message
NoUseForAName
Tux's lil' helper
Tux's lil' helper


Joined: 22 Feb 2003
Posts: 84
Location: Sweden

PostPosted: Sun Oct 12, 2003 7:20 pm    Post subject: Reply with quote

An rss feed maybe?
Back to top
View user's profile Send private message
thrasher6670
Apprentice
Apprentice


Joined: 04 Aug 2003
Posts: 269
Location: London, Ontario

PostPosted: Tue Oct 14, 2003 1:05 am    Post subject: Reply with quote

Today's updates:

    We now have a new RSS feed
    The website now complies with CSS 2.0 and XHTML 1.1 standards
    It is now possible to receive daily updates for new packages via email

Thanks to:

    James Gray, my new news/FAQ writer
    Imran Nazar http://www.oopsilon.com, for helping with CSS and XHTML validation, also for his help with fixing certain browserincompatability issues
    Brian Bothwell A.K.A. SyS_RaGE http://www.sysrage.net, for his help iwith the package tracking system

If you have any questions or comments regarding the changes, please post something about it, i can always use more comments and suggestions
_________________
Gentoo-Portage.com - Where the portage meets the web
Gentoo Wiki
Back to top
View user's profile Send private message
carambola5
Apprentice
Apprentice


Joined: 10 Jul 2002
Posts: 214

PostPosted: Tue Oct 14, 2003 1:52 am    Post subject: Reply with quote

implement my stuff yet? :twisted:
Back to top
View user's profile Send private message
Xiderpunk
Tux's lil' helper
Tux's lil' helper


Joined: 05 Mar 2003
Posts: 149
Location: London, UK

PostPosted: Thu Oct 16, 2003 11:30 pm    Post subject: Reply with quote

Thanks for the design comments, the idea was just to keep things simple and fast by using css layout and creative use of colour instead of images, so hopefully we have pulled it off.

All credit though for this project goes to Thrasher, his ideas. :-)

Some people have reported some display bugs with the layout, I will aim to address these over the coming weekend. One issue present is minimum width requirement on the "browse portage" page, to allow the data table to display. This unfortunately can't be fixed too easily, without reducing the number of columns.

Alternative stylesheets are also forthcoming this weekend (hopefully!) for those that prefer a different look/style for the site.
_________________
Gentoo-Portage - the only way to view/search/explore portage

Kernel: 2.6.7--rc1-mm1
gcc: 3.3.2
desktop: kde-3.2.2 / XFCE4
Back to top
View user's profile Send private message
thrasher6670
Apprentice
Apprentice


Joined: 04 Aug 2003
Posts: 269
Location: London, Ontario

PostPosted: Fri Oct 17, 2003 12:36 am    Post subject: Reply with quote

Today's a day of landmarks in the world of gentoo-portage. One hundred people are currently registered for gentoo-portage.com! Congratulations to magxe for being the hundredth user. We now have a completed FAQ thanks to James Gray and over fifty comments posted.

also:
i am thinking about starting gentoo-update in the next few weeks, but i am going to need some help.... if anyone is interested, contact me. i'll definitly need someone who can code a browser plugin.

gentoo-update will be something similar to windows update, but obviosly better.
_________________
Gentoo-Portage.com - Where the portage meets the web
Gentoo Wiki
Back to top
View user's profile Send private message
thrasher6670
Apprentice
Apprentice


Joined: 04 Aug 2003
Posts: 269
Location: London, Ontario

PostPosted: Sat Oct 18, 2003 4:26 am    Post subject: Reply with quote

ok ive started on a dependancy tree tonight, but i could use some help in parsing the dependancies.

Code:
>=x11-base/xfree-4.2.0-r11 >=dev-libs/libIDL-0.8.0 >=sys-libs/zlib-1.1.4 >=media-libs/fontconfig-2.1 virtual/xft >=media-libs/jpeg-6b >=media-libs/libpng-1.2.1 >=sys-apps/portage-2.0.14 dev-libs/expat app-arch/zip app-arch/unzip ( gtk2? >=x11-libs/gtk+-2.2.0 : =x11-libs/gtk+-1.2* ) ( gtk2? >=dev-libs/glib-2.2.0 : =dev-libs/glib-1.2* ) gtk2? ( >=x11-libs/pango-1.2.1 ) !gtk2? ( >=gnome-base/ORBit-0.5.10-r1 ) java? ( virtual/jre ) crypt? ( >=app-crypt/gnupg-1.2.1 ) virtual/x11 dev-util/pkgconfig dev-lang/perl java? ( >=dev-java/java-config-0.2.0 ) sys-devel/gcc !bootstrap? ( sys-devel/patch )


is an example of a dependancy list (mozilla). any suggestions on an easy way to parse this or how do setup the tables to hold this information (note that i have a row in a table for every ebuild in the portage, for linking purposes).

i was going to go with a table like so:
dependancy_p <-- primary key
ebuild_f <-- link to ebuild
ebuild_dep_f <-- link to package that it depends on
type <-- type of dependancy (=, >=, >, etc...)
useflag <-- useflag that affects this dependacy (if any)

it is clear that this will be ineffective wince the dependancy list has statements like "( gtk2? >=dev-libs/glib-2.2.0 : =dev-libs/glib-1.2* ) "

any suggestions in this area would be great, and i could get the dependancy list up tomorrow
_________________
Gentoo-Portage.com - Where the portage meets the web
Gentoo Wiki
Back to top
View user's profile Send private message
thrasher6670
Apprentice
Apprentice


Joined: 04 Aug 2003
Posts: 269
Location: London, Ontario

PostPosted: Sat Oct 18, 2003 10:29 pm    Post subject: Reply with quote

Dependency lists are now available for all ebuilds. If now dependencies show for a build, there are none. The current dependency lists are preliminary only, I will have something better looking soon.

The source will be available either later tonight or tomorrow night. for those that have been waiting.
_________________
Gentoo-Portage.com - Where the portage meets the web
Gentoo Wiki
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Gentoo Chat All times are GMT
Goto page Previous  1, 2, 3, 4, 5, 6, 7, 8  Next
Page 5 of 8

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum