| View previous topic :: View next topic |
| Author |
Message |
fireboy1919 n00b


Joined: 28 May 2002 Posts: 47
|
Posted: Thu Sep 26, 2002 7:08 pm Post subject: Horrible, horrible emerge problems. |
|
|
I'm getting the strangest problem.
When I do (most) ebuilds, not all of the files are copied to their locations!
Here's a good example - this is what has been created after
emerge -bv acroread (in the /opt directory)
| Code: |
Acrobat5/:
Reader
Acrobat5/Reader:
intellinux
Acrobat5/Reader/intellinux:
lib
Acrobat5/Reader/intellinux/lib:
libCoolType.so.3.06
|
That's it. Now, I can use ebuild up until the merge portion, and then copy the files to the correct location myself, but I can't just emerge.
Any idea why this could be happening? I tried to fix it by re-emerging portage, but that didn't help. |
|
| Back to top |
|
 |
pjp Administrator


Joined: 16 Apr 2002 Posts: 15989 Location: Colorado
|
Posted: Thu Sep 26, 2002 8:09 pm Post subject: |
|
|
Are you having any disk space issues? _________________ Safety is my gaol.
US Constitution | Amendments |
|
| Back to top |
|
 |
fireboy1919 n00b


Joined: 28 May 2002 Posts: 47
|
Posted: Thu Sep 26, 2002 10:29 pm Post subject: Unfortunately |
|
|
no. Plenty of disk space. I thought of that, actually and checked a whole bunch.
Keep in mind that I can get it all to work by doing the last step by hand (the copy to the file system), and using ebuild to do everything else. |
|
| Back to top |
|
 |
rac Bodhisattva


Joined: 30 May 2002 Posts: 6553 Location: Japanifornia
|
Posted: Thu Sep 26, 2002 10:35 pm Post subject: |
|
|
What kind of filesystems are involved? And are they mounted with any "speed at the expense of consistency" options? Oh, and while I'm at it, which kernel sources? _________________ For every higher wall, there is a taller ladder |
|
| Back to top |
|
 |
fireboy1919 n00b


Joined: 28 May 2002 Posts: 47
|
Posted: Fri Sep 27, 2002 3:32 am Post subject: File system |
|
|
The file system is reiserfs, mounted using the "bind" command - individual directories are remounted.
| Code: |
/dev/hdh6 /mnt/disk2 reiserfs notail 1 2
/mnt/disk2/var /var reiserfs notail,bind 1 2
/mnt/disk2/opt /opt reiserfs notail,bind 1 2
/mnt/disk2/home /home reiserfs notail,bind 1 2
|
The kernel is 2.4.18/Vanilla. I've also patched it to work with Win4lin and pppoe.
That's all there is to it. Shouldn't I at least be getting some kind of error if its failing to write? And why would 'cp -rfp /' from within the image directory be successful if the emerge wasn't? |
|
| Back to top |
|
 |
rac Bodhisattva


Joined: 30 May 2002 Posts: 6553 Location: Japanifornia
|
Posted: Fri Sep 27, 2002 3:37 am Post subject: |
|
|
Can you try taking "notail" out? _________________ For every higher wall, there is a taller ladder |
|
| Back to top |
|
 |
fireboy1919 n00b


Joined: 28 May 2002 Posts: 47
|
Posted: Sun Sep 29, 2002 2:02 am Post subject: Well, that worked... |
|
|
| I guess I just can't use that and portage at the same time. |
|
| Back to top |
|
 |
rac Bodhisattva


Joined: 30 May 2002 Posts: 6553 Location: Japanifornia
|
Posted: Sun Sep 29, 2002 2:07 am Post subject: |
|
|
Glad it worked. Reiserfs's notail option was one of the things I had in mind with "speed at the expense of consistency" options. _________________ For every higher wall, there is a taller ladder |
|
| Back to top |
|
 |
|