First Last Prev Next    No search results available      Search page      Enter new bug
Bug#: 172174
Alias:
Product:
Component:
Status: RESOLVED
Resolution: FIXED
Assigned To: Robin Johnson <robbat2@gentoo.org>
Hardware:
OS:
Version:
Priority:
Severity:
Reporter: Jakub Moc (RETIRED) <jakub@gentoo.org>
Add CC:
CC:
URL:
Summary:
Status Whiteboard:
Keywords:

Filename Description Type Creator Created Size Actions
Create a New Attachment (proposed patch, testcase, etc.) View All

Bug 172174 depends on: Show dependency tree
Bug 172174 blocks:
Votes: 0    Show votes for this bug    Vote for this bug

Additional Comments: (this is where you put emerge --info)


Not eligible to see or edit group visibility for this bug.






View Bug Activity   |   Format For Printing   |   XML   |   Clone This Bug


Description:   Opened: 2007-03-25 14:17 0000
app-admin/diradm-2.9: attr(depends) uses unstated flags [ test ]
app-admin/diradm-2.9: attr(depends) uses unstated flags [ test ]
app-admin/diradm-2.9.1: attr(depends) uses unstated flags [ test ]
app-admin/diradm-2.9.1: attr(depends) uses unstated flags [ test ]

Please fix, thanks. :)

------- Comment #1 From Robin Johnson 2007-03-30 11:30:22 0000 -------
in cvs.

------- Comment #2 From Jakub Moc (RETIRED) 2007-04-09 11:56:04 0000 -------
Looks like you forgot to commit this in 2.9... ;) BTW, the below snippet is
redundant, portage now adds test to USE w/ FEATURES="test" automagically.

<snip>
use test || die "You must build diradm with USE=test to run the testcases!"
</snip>

------- Comment #3 From Robin Johnson 2007-04-10 09:18:51 0000 -------
2.9 IUSE fixed.

You're wrong about the USE=test, it definetly doesn't work - I can see that it
builds without USE=test in src_compile, and the die is triggered in src_test as
well.

!!! ERROR: app-admin/diradm-2.9.3 failed.
Call stack:
  ebuild.sh, line 1614:   Called dyn_test
  ebuild.sh, line 1026:   Called qa_call 'src_test'
  ebuild.sh, line 44:   Called src_test
  diradm-2.9.3.ebuild, line 67:   Called die

!!! You must build diradm with USE=test to run the testcases!
!!! If you need support, post the topmost build error, and the call stack if
relevant.
!!! A complete build log is located at
'/var/log/portage/app-admin:diradm-2.9.3:20070410-091408.log'.

------- Comment #4 From Jakub Moc (RETIRED) 2007-04-10 09:27:31 0000 -------
(In reply to comment #3)
> You're wrong about the USE=test, it definetly doesn't work - I can see that it
> builds without USE=test in src_compile, and the die is triggered in src_test as
> well.

We don't understand each other, or...?

USE="-*" FEATURES="test" portageq envvar USE -> see that USE=test is enabled

------- Comment #5 From Robin Johnson 2007-04-10 09:54:54 0000 -------
only if >=portage-2.1.2 it seems (the box I test diradm on still has 2.1.1 of
portage, hasn't upgraded yet). I don't think just depending on that version of
portage is suitable for diradm yet. when the old ones fall out of the tree,
then I'll change that line of code. 

The check does also catch cases like:
"ebuild diradm-2.9.3.ebuild digest compile test"
(notice the FEATURES are not set).

------- Comment #6 From Jakub Moc (RETIRED) 2007-04-10 09:59:03 0000 -------
(In reply to comment #5)
> only if >=portage-2.1.2 it seems (the box I test diradm on still has 2.1.1 of
> portage, hasn't upgraded yet).

Ah yeah, outdated portage explain this. :)

First Last Prev Next    No search results available      Search page      Enter new bug