Bug List: (This bug is not in your last search results)   Show last search results      Search page      Enter new bug
Bug#: 223111
Alias:
Product:
Component:
Status: RESOLVED
Resolution: FIXED
Assigned To: Donnie Berkholz <dberkholz@gentoo.org>
Hardware:
OS:
Version:
Priority:
Severity:
Reporter: Mariusz Adamski <mariusz.adamski@gmail.com>
Add CC:
CC:
Remove selected CCs
URL:
Summary:
Status Whiteboard:
Keywords:

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

Bug 223111 depends on: Show dependency tree
Bug 223111 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: 2008-05-21 19:27 0000
Due to the error in Makefile.am in Abinit source package (Abinit bug report
filed) abinit failes to emerge when running eautoreconf. Said line reads:
  ACLOCAL_AMFLAGS = -I @abinit_srcdir@/config/m4
which causes a 'no such file or directory' error.

Reproducible: Always

Steps to Reproduce:
1. echo "=sci-physics/abinit-5.3.4 ~x86" >> /etc/portage/packages.keywords
2. emerge abinit

Actual Results:  
***** aclocal *****
***** aclocal -I @abinit_srcdir@/config/m4 -I config/m4

aclocal-1.10: couldn't open directory `@abinit_srcdir@/config/m4': No such file
or directory

Expected Results:  
Succesfull emerge.

Suggested solution:
Bug report had been filed to Abinit team, but they may not backport a fix to
the version currently in portage tree. As a workaround I suggest putting
  sed -i -e "s:@abinit_srcdir@/::" Makefile.am
into the abinit ebuild.

------- Comment #1 From Markus Dittrich 2008-07-04 11:13:12 0000 -------
Hi Mariusz,

Thank you very much for your suggested fix which seems
to work fine. Unfortunately, after applying it, autoconf dies 
shortly after due to what looks like libtool-2.* related.
We'll have to have a closer look at this.

Best,
Markus

------- Comment #2 From Donnie Berkholz 2008-07-05 01:10:32 0000 -------
This really needs an update to 5.4.4 anyway. I just bumped it and fixed your
problems.

Bug List: (This bug is not in your last search results)   Show last search results      Search page      Enter new bug