Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 154413 - net-irc/irc-server-2.11.1_p1-r1 - file moved
Summary: net-irc/irc-server-2.11.1_p1-r1 - file moved
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All All
: High minor (vote)
Assignee: Packages in net-irc
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-11-07 15:58 UTC by Andreas Korsten
Modified: 2007-02-22 12:22 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 Andreas Korsten 2006-11-07 15:58:34 UTC
The file "config.h.dist" was moved to "support/config.h.dist" so the "sed -i ..." commands in src_compile() don't work any more:

>>> Emerging (1 of 1) net-irc/irc-server-2.11.1_p1-r1 to /
[...]
>>> Source unpacked.
>>> Compiling source in /var/tmp/portage/net-irc/irc-server-2.11.1_p1-r1/work/irc2.11.1p1 ...
sed: can't read /var/tmp/portage/net-irc/irc-server-2.11.1_p1-r1/work/irc2.11.1p1/config.h.dist: No such file or directory
sed: can't read /var/tmp/portage/net-irc/irc-server-2.11.1_p1-r1/work/irc2.11.1p1/config.h.dist: No such file or directory


And if you're at it, it would be really nice to have a standalone version that doesn't go into split mode, maybe controlled by yet another USE-flag, like this:

use nosplit && sed -i \
   -e "s/^#define SPLIT_USERS\t85000/#define SPLIT_USERS\t0/" \
   -e "s/^#define SPLIT_SERVERS\t85/#define SPLIT_SERVERS\t0/" \
   "${S}"/support/config.h.dist
Comment 1 Raúl Porcel (RETIRED) gentoo-dev 2007-02-22 12:22:26 UTC
Fixed, thanks.