First Last Prev Next    No search results available      Search page      Enter new bug
Bug#: 6757
Alias:
Product:
Component:
Status: RESOLVED
Resolution: FIXED
Assigned To: Seemant Kulleen (RETIRED) <seemant@gentoo.org>
Hardware:
OS:
Version:
Priority:
Severity:
Reporter: Arun Thomas (RETIRED) <sindian@gentoo.org>
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 6757 depends on: Show dependency tree
Show dependency graph
Bug 6757 blocks:
Votes: 0    Show votes for this bug    Vote for this bug

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







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


Description:   Opened: 2002-08-20 02:07 0000
The following lines in the aspell 0.50 ebuild are not needed:

# needed to compile

if [ -e /lib/libc-2.2.5.so ] && [ `gcc -dumpversion` == "2.95.3" ]; then
    if [ ! -f /etc/aspell/aspell.conf ]; then
        mkdir -p /etc/aspell
        touch /etc/aspell/aspell.conf
    fi
    if [ ! -f /root/.aspell.conf ]; then
        touch /root/.aspell.conf
    fi
fi


These lines were included as a workaround for the 0.33 aspell ebuilds. I am
pretty sure this not so pretty hack is unnecessary for 0.50. I was one of the
people having problems with the 0.33 version. I tried rebuilding the aspell 0.50
ebuild after removing the aforementioned lines from the ebuild and deleting the
two conf files. It built fine.

------- Comment #1 From Seemant Kulleen (RETIRED) 2002-08-22 21:33:21 0000 -------
good point, I shall remove them shortly

------- Comment #2 From Seemant Kulleen (RETIRED) 2002-08-23 04:51:23 0000 -------
updated in portage.

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