i'm trying "sudo make deb" and it is going farther 2011/10/23 Stephen Boesch <[email protected]>
> > Hi, > I'm confused on the target we are supposed to run to build "all" under > ubuntu. After trying various combinations such as "make all deb" that did > not work I settled on "*make apt*" which went pretty far in > building/deploying the core hadoop packages. > > But after building the hadoop packages ~8 minutes the build failed at the > following: > > ... > mkdir -p /home/user/java/bigtop-0.1.0-incubating/output/apt/conf > cp /home/user/java/bigtop-0.1.0-incubating/src/repos/distributions > /home/user/java/bigtop-0.1.0-incubating/output/apt/conf > for i in > /home/user/java/bigtop-0.1.0-incubating/output/hadoop/hadoop_0.20.2*.changes > ; do reprepro -Vb /home/user/java/bigtop-0.1.0-incubating/output/apt include > bigtop $i ; done > Error parsing config file > /home/user/java/bigtop-0.1.0-incubating/output/apt/conf/distributions, line > 2: > Required field 'Architectures' expected (since line 1). > There have been errors! > Error parsing config file > /home/user/java/bigtop-0.1.0-incubating/output/apt/conf/distributions, line > 2: > *Required field 'Architectures' expected (since line 1).* > There have been errors! > make: *** [/home/user/java/bigtop-0.1.0-incubating/build/hadoop//.apt] > Error 249 > user@ubuntu1:~/java/bigtop-0.1.0-incubating$ vi > /home/user/java/bigtop-0.1.0-incubating/output/apt/conf/distributions > >
