Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
cracklib and texinfo ebuilds broken?
View unanswered posts
View posts from last 24 hours

 
Reply to topic    Gentoo Forums Forum Index Portage & Programming
View previous topic :: View next topic  
Author Message
klimas
n00b
n00b


Joined: 31 Jan 2003
Posts: 8

PostPosted: Thu Apr 03, 2003 4:02 pm    Post subject: cracklib and texinfo ebuilds broken? Reply with quote

I recently did an emerge sync. It completed fine. But when I do emerge -up world, I get this message:

Code:

These are the packages that I would merge, in order:

Calculating world dependencies |
aux_get(): (3) Error in sys-libs/cracklib-2.7-r6 ebuild.
               Check for syntax error or corruption in the ebuild. (--debug)
                                                                               -
aux_get(): (3) Error in sys-apps/texinfo-4.5 ebuild.
               Check for syntax error or corruption in the ebuild. (--debug)


!!! all ebuilds that could satisfy ">=sys-apps/texinfo-4.3" have been masked.
!!!    (dependency required by "sys-devel/autoconf-2.57-r1" [ebuild])

!!! Problem with ebuild app-office/gnumeric-1.0.12
!!! Possibly a DEPEND/*DEPEND problem.

!!! Depgraph creation failed.


Could someone give me some guidance as to what I can do to try to fix this?
Back to top
View user's profile Send private message
Stalione
Guru
Guru


Joined: 21 Apr 2002
Posts: 335

PostPosted: Thu Apr 03, 2003 5:15 pm    Post subject: Reply with quote

hhmm...today i did an emerge sync and as a normal user when I did emerge -p world here's what i got:
Quote:

bash-2.05b$ emerge -p world
These are the packages that I would merge, in order:
Calculating world dependencies /
aux_get(): (3) Error in sys-libs/cracklib-2.7-r6 ebuild.
Check for syntax error or corruption in the ebuild. (--debug)
-
aux_get(): (3) Error in sys-apps/texinfo-4.5 ebuild.
Check for syntax error or corruption in the ebuild. (--debug)
...done!


Then I tried the same thing as root and I got:
Quote:

rooster root # emerge -p world
These are the packages that I would merge, in order:
Calculating world dependencies ...done!


Strange. Does anyone know whats going on?
Back to top
View user's profile Send private message
klimas
n00b
n00b


Joined: 31 Jan 2003
Posts: 8

PostPosted: Thu Apr 03, 2003 5:19 pm    Post subject: Reply with quote

Hunh. When I run it as root, it works fine as well... maybe it's a permissions thing?

(Looks like I missed out on a boatload of updates, too...)
Back to top
View user's profile Send private message
paul138
Guru
Guru


Joined: 09 Aug 2002
Posts: 370
Location: Ottawa, ON

PostPosted: Thu Apr 03, 2003 5:42 pm    Post subject: Reply with quote

cracklib here would not update unless I updated portage. But portage wanted cracklib (DOH!).
_________________
Talk is cheap because supply always exceeds demand.
Back to top
View user's profile Send private message
Stalione
Guru
Guru


Joined: 21 Apr 2002
Posts: 335

PostPosted: Thu Apr 03, 2003 5:45 pm    Post subject: Reply with quote

Yeah that suggestion does make sense... but I looked at the permissions on /usr/portage/sys-libs/cracklib and it seems to be ok.
cracklib
Quote:

drwxr-xr-x 3 root root 144 Mar 29 05:21 .
drwxr-xr-x 30 root root 816 Apr 2 21:21 ..
-rw-r--r-- 1 root root 2176 Mar 29 05:21 ChangeLog
-rw-r--r-- 1 root root 1123 Mar 29 05:21 cracklib-2.7-r6.ebuild
drwxr-xr-x 2 root root 184 Apr 2 21:21 files


texinfo
Quote:

drwxr-xr-x 3 root root 184 Mar 26 20:51 .
drwxr-xr-x 184 root root 4968 Apr 2 21:21 ..
-rw-r--r-- 1 root root 3766 Mar 11 00:51 ChangeLog
drwxr-xr-x 2 root root 200 Mar 11 00:51 files
-rw-r--r-- 1 root root 1764 Mar 26 20:51 texinfo-4.3-r1.ebuild
-rw-r--r-- 1 root root 1733 Mar 26 20:51 texinfo-4.5.ebuild
Back to top
View user's profile Send private message
Stalione
Guru
Guru


Joined: 21 Apr 2002
Posts: 335

PostPosted: Fri Apr 04, 2003 7:03 pm    Post subject: Reply with quote

I made a bug entry (Bug 18761)
Back to top
View user's profile Send private message
Chris W
l33t
l33t


Joined: 25 Jun 2002
Posts: 972
Location: Brisbane, Australia

PostPosted: Sat Apr 05, 2003 9:04 am    Post subject: Reply with quote

It is a permissions problem.
Non-root users of Portage should be in the "portage" group.
Use a command like the following to check:
Code:
# groups username
wheel audio users
In this example the user is not in "portage" and must be added:
Code:
# usermod -G wheel,audio,users,portage username
# groups username
wheel audio users portage

Now the user can emerge and all will be well :)
_________________
Cheers,
Chris W
"Common sense: The collection of prejudices acquired by age 18." -- Einstein
Back to top
View user's profile Send private message
Stalione
Guru
Guru


Joined: 21 Apr 2002
Posts: 335

PostPosted: Sat Apr 05, 2003 7:31 pm    Post subject: Reply with quote

Thanks you chris! When did this change take effect do you know? because before I was able to query portage as a normal user. I wonder if they ever announced this change. Does anyone have any info on this change?
Back to top
View user's profile Send private message
avenj
Retired Dev
Retired Dev


Joined: 11 Oct 2002
Posts: 495
Location: New Hampshire

PostPosted: Sat Apr 05, 2003 9:06 pm    Post subject: Reply with quote

That's new for 2.0.47. All 2.0.47 versions have that behavior, but I believe backwards compat with the wheel group was retained until recently.
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Portage & Programming All times are GMT
Page 1 of 1

 
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