[Slackbuilds-users] Fwd: Re: Fwd: Fwd: Build Failure: Slackbuild easymp3gain

unix_lists at f-m.fm unix_lists at f-m.fm
Fri Jun 14 01:30:34 UTC 2013


On Thu, Jun 13, 2013, at 04:23 PM, Karel Venken wrote:
> unix_lists at f-m.fm wrote:
> >
> > Sent this to maintainer a week ago but haven't heard back yet.
> >
> >
> >
> > ----- Original message -----
> > From: unix_lists at f-m.fm
> > To: manbornofwoman at gmail.com
> > Subject: Build Failure: Slackbuild easymp3gain
> > Date: Thu, 06 Jun 2013 23:17:52 -0500
> >
> > Hello,
> > I am trying to build easymp3gain with your slackbuild but I encounter
> > the following error:
> >
> > patching file unitmain.pas
> > patching file easymp3gain.lpi
> > Hunk #1 succeeded at 490 (offset -4 lines).
> > chmod +x ./clean.sh
> > ./clean.sh
> > chmod +x ./make.sh
> > ./make.sh
> > Target architecture: i386
> > Target operating system: linux
> > Compiler version: 2.6.0
> > Building easyMP3Gain ...
> > primary config path: /root/.lazarus
> > Error: invalid Lazarus directory "": directory lcl not found
> > Failed building easymp3gain.lpr
> > make: *** [all] Error 2
> >
> > All dependencies are installed and I am running Slackware 14.0.
> It 's missing .lazarus in its home (/root/.lazarus),
> After building and installing lazarus (it's a dependency for 
> easymp3gain) you must effectively start this command (/usr/bin/lazarus) 
> in a graphical environment after which it will create the missing 
> directory. Then you can continue.
> 
> 
Now I have a  /root/.lazarus. Ran the build again:

Hunk #1 succeeded at 490 (offset -4 lines).
chmod +x ./clean.sh
./clean.sh
chmod +x ./make.sh
./make.sh
Target architecture: i386
Target operating system: linux
Compiler version: 2.6.0
Building easyMP3Gain ...
primary config path: /root/.lazarus
Error: invalid Lazarus directory "": directory lcl not found
Failed building easymp3gain.lpr
make: *** [all] Error 2

So, I manually create lcl inside of .lazarus:

root at localhost:~/.lazarus# mkdir lcl
root at localhost:~/.lazarus# ls -al
total 12
drwxr-xr-x  3 root root 4096 Jun 13 20:27 ./
drwx--x--- 15 root root 4096 Jun 13 20:21 ../
drwxr-xr-x  2 root root 4096 Jun 13 20:27 lcl/

I next ran the build script once more:

Hunk #1 succeeded at 490 (offset -4 lines).
chmod +x ./clean.sh
./clean.sh
chmod +x ./make.sh
./make.sh
Target architecture: i386
Target operating system: linux
Compiler version: 2.6.0
Building easyMP3Gain ...
primary config path: /root/.lazarus
Error: invalid Lazarus directory "": directory packager/globallinks not
found
Failed building easymp3gain.lpr
make: *** [all] Error 2
-- 
 Regards,
 2>&1


More information about the SlackBuilds-users mailing list