Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 416585 - app-portage/portage-utils-0.10: make.conf parsing fails when there is a comment after the variable assignment
Summary: app-portage/portage-utils-0.10: make.conf parsing fails when there is a comme...
Status: RESOLVED FIXED
Alias: None
Product: Portage Development
Classification: Unclassified
Component: Tools (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Portage Utils Team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-05-19 06:59 UTC by Nikoli
Modified: 2012-05-19 13:20 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Nikoli 2012-05-19 06:59:36 UTC
My make.conf has such lines:
PORTDIR="/var/package-manager/portage" # something
DISTDIR="/var/package-manager/distfiles"

# qgrep -N libpostproc
grep: chdir to PORTDIR '"/var/package-manager/portage" # somethingDISTDIR="/var/package-manager/distfiles"
' failed: No such file or directory
media-libs/libpostproc-0.8.0.20120229:# $Header: /var/cvsroot/gentoo-x86/media-libs/libpostproc/libpostproc-0.8.0.20120229.ebuild,v 1.1 2012/05/18 19:24:50 lu_zero Exp $
media-libs/libpostproc-9999:# $Header: /var/cvsroot/gentoo-x86/media-libs/libpostproc/libpostproc-9999.ebuild,v 1.6 2012/05/18 19:24:50 lu_zero Exp $
...